﻿2025-08-20T20:16:01.1247026Z Current runner version: '2.328.0'
2025-08-20T20:16:01.1276961Z ##[group]Runner Image Provisioner
2025-08-20T20:16:01.1278344Z Hosted Compute Agent
2025-08-20T20:16:01.1278941Z Version: 20250818.377
2025-08-20T20:16:01.1279649Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:16:01.1280342Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:16:01.1280992Z ##[endgroup]
2025-08-20T20:16:01.1281676Z ##[group]VM Image
2025-08-20T20:16:01.1282249Z - OS: Linux (arm64)
2025-08-20T20:16:01.1282824Z - Source: Partner
2025-08-20T20:16:01.1283437Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T20:16:01.1284068Z - Version: 20250728.24.1
2025-08-20T20:16:01.1285410Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T20:16:01.1286523Z ##[endgroup]
2025-08-20T20:16:01.1287821Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:16:01.1291184Z Attestations: write
2025-08-20T20:16:01.1291830Z Contents: write
2025-08-20T20:16:01.1292642Z Metadata: read
2025-08-20T20:16:01.1293250Z Packages: write
2025-08-20T20:16:01.1293891Z ##[endgroup]
2025-08-20T20:16:01.1297594Z Secret source: Actions
2025-08-20T20:16:01.1298639Z Prepare workflow directory
2025-08-20T20:16:01.1687849Z Prepare all required actions
2025-08-20T20:16:01.1730125Z Getting action download info
2025-08-20T20:16:01.5590903Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:16:02.2375970Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:16:02.6140212Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:16:02.7335218Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:16:03.1640885Z Getting action download info
2025-08-20T20:16:03.2863338Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:16:03.5293888Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:16:03.8100498Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/freeze/official)
2025-08-20T20:16:03.8881014Z ##[group]Run ##Presets
2025-08-20T20:16:03.8882220Z [36;1m##Presets[0m
2025-08-20T20:16:03.8883067Z [36;1mset +x ; set +e[0m
2025-08-20T20:16:03.8883809Z [36;1m#-------------#[0m
2025-08-20T20:16:03.8884675Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:16:03.8886576Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:16:03.8887627Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.8888562Z [36;1m  fi[0m
2025-08-20T20:16:03.8889437Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:16:03.8890611Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:16:03.8891744Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.8892645Z [36;1m  fi[0m
2025-08-20T20:16:03.8893439Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:16:03.8894665Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:16:03.8895942Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.8896870Z [36;1m  fi[0m
2025-08-20T20:16:03.8897672Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:16:03.8898726Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:16:03.8899817Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:16:03.8900846Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:16:03.8901929Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.8903225Z [36;1m     else[0m
2025-08-20T20:16:03.8904035Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.8905160Z [36;1m     fi[0m
2025-08-20T20:16:03.8905829Z [36;1m  fi[0m
2025-08-20T20:16:03.8906431Z [36;1mfi[0m
2025-08-20T20:16:03.8950900Z shell: /usr/bin/bash -e {0}
2025-08-20T20:16:03.8952287Z env:
2025-08-20T20:16:03.8953427Z   GH_TOKEN: ***
2025-08-20T20:16:03.8954132Z ##[endgroup]
2025-08-20T20:16:03.9225451Z ##[group]Run ##Presets
2025-08-20T20:16:03.9226399Z [36;1m##Presets[0m
2025-08-20T20:16:03.9227071Z [36;1mset +x ; set +e[0m
2025-08-20T20:16:03.9228059Z [36;1m#-------------#[0m
2025-08-20T20:16:03.9228892Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:16:03.9230213Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:16:03.9231683Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:16:03.9232858Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:16:03.9234074Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:16:03.9235549Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:16:03.9236560Z [36;1m  exit 1[0m
2025-08-20T20:16:03.9237317Z [36;1mfi[0m
2025-08-20T20:16:03.9274462Z shell: /usr/bin/bash -e {0}
2025-08-20T20:16:03.9275521Z env:
2025-08-20T20:16:03.9276498Z   RO_GHTOKEN: ***
2025-08-20T20:16:03.9277381Z   RO_GLTOKEN: ***
2025-08-20T20:16:03.9280364Z   MINISIGN_KEY: ***
2025-08-20T20:16:03.9281091Z ##[endgroup]
2025-08-20T20:16:03.9453887Z ##[group]Run ##Presets
2025-08-20T20:16:03.9455647Z [36;1m##Presets[0m
2025-08-20T20:16:03.9456355Z [36;1mset +x ; set +e[0m
2025-08-20T20:16:03.9457155Z [36;1m#-------------#[0m
2025-08-20T20:16:03.9457858Z [36;1m##Host Triplet[0m
2025-08-20T20:16:03.9458869Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:16:03.9459898Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:16:03.9460823Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:16:03.9461820Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:16:03.9462729Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:16:03.9463752Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:16:03.9464860Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:16:03.9465984Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:16:03.9466874Z [36;1m   fi[0m
2025-08-20T20:16:03.9467941Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:16:03.9468988Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:16:03.9469986Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:16:03.9470953Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:16:03.9471898Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:16:03.9472629Z [36;1m fi[0m
2025-08-20T20:16:03.9473486Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.9474693Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.9475985Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.9477020Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.9477968Z [36;1m##Debug[0m
2025-08-20T20:16:03.9478689Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:16:03.9479570Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:16:03.9480322Z [36;1m else[0m
2025-08-20T20:16:03.9480986Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:16:03.9481802Z [36;1m fi[0m
2025-08-20T20:16:03.9482545Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.9483374Z [36;1m##Docker Platform[0m
2025-08-20T20:16:03.9484642Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:16:03.9485897Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:16:03.9486868Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:16:03.9488027Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:16:03.9489020Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:16:03.9490060Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:16:03.9491027Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:16:03.9491984Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:16:03.9492834Z [36;1m fi[0m
2025-08-20T20:16:03.9493708Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.9495088Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.9496144Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:16:03.9497470Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/freeze/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:16:03.9498951Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:16:03.9499906Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.9500852Z [36;1m##Logs[0m
2025-08-20T20:16:03.9501605Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:16:03.9502541Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:16:03.9503267Z [36;1m else[0m
2025-08-20T20:16:03.9504051Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:16:03.9504862Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:16:03.9505941Z [36;1m fi[0m
2025-08-20T20:16:03.9507015Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.9508393Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.9509526Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:16:03.9510567Z [36;1m PKG_FAMILY_LOCAL="$(echo "freeze" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:16:03.9511681Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:16:03.9512778Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.9513750Z [36;1m##Rebuild[0m
2025-08-20T20:16:03.9514520Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:16:03.9515744Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:16:03.9516537Z [36;1m else[0m
2025-08-20T20:16:03.9517267Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:16:03.9518065Z [36;1m fi[0m
2025-08-20T20:16:03.9518910Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.9519929Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:16:03.9521082Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:16:03.9522557Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:16:03.9524785Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/freeze/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T20:16:03.9527004Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:16:03.9528121Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:16:03.9529385Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:16:03.9530567Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:16:03.9531680Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.9532580Z [36;1m    exit 1[0m
2025-08-20T20:16:03.9533303Z [36;1m   else[0m
2025-08-20T20:16:03.9534083Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:16:03.9535348Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.9536412Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:16:03.9537795Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:16:03.9538829Z [36;1m      #check if supported[0m
2025-08-20T20:16:03.9539986Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:16:03.9541446Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:16:03.9542653Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:16:03.9543706Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.9544620Z [36;1m         exit 1[0m
2025-08-20T20:16:03.9545532Z [36;1m       fi[0m
2025-08-20T20:16:03.9546254Z [36;1m      #get build system[0m
2025-08-20T20:16:03.9547325Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:16:03.9548517Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:16:03.9549456Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.9550473Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:16:03.9551545Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.9552521Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.9553503Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:16:03.9554581Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.9555733Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:03.9556636Z [36;1m       fi[0m
2025-08-20T20:16:03.9557537Z [36;1m     fi[0m
2025-08-20T20:16:03.9558214Z [36;1m   fi[0m
2025-08-20T20:16:03.9558973Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:16:03.9597585Z shell: /usr/bin/bash -e {0}
2025-08-20T20:16:03.9598375Z ##[endgroup]
2025-08-20T20:16:04.4748890Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:16:04.4750307Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:16:04.4750939Z 
2025-08-20T20:16:04.5037786Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:16:04.5630456Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:16:04.5631689Z 100  3934  100  3934    0     0  43749      0 --:--:-- --:--:-- --:--:-- 43711
2025-08-20T20:16:04.5642317Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/freeze/static.official.source.yaml
2025-08-20T20:16:04.5856072Z ##[group]Run ##Presets
2025-08-20T20:16:04.5857159Z [36;1m##Presets[0m
2025-08-20T20:16:04.5857938Z [36;1mset +x ; set +e[0m
2025-08-20T20:16:04.5858785Z [36;1m#-------------#[0m
2025-08-20T20:16:04.5859482Z [36;1m##Debug?[0m
2025-08-20T20:16:04.5860242Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:16:04.5861221Z [36;1m  set -x[0m
2025-08-20T20:16:04.5861851Z [36;1mfi[0m
2025-08-20T20:16:04.5862431Z [36;1m#-------------#[0m
2025-08-20T20:16:04.5863176Z [36;1m##CoreUtils[0m
2025-08-20T20:16:04.5863830Z [36;1msudo apt update -y[0m
2025-08-20T20:16:04.5864848Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:16:04.5867772Z [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:16:04.5870218Z [36;1m##tmp[0m
2025-08-20T20:16:04.5871186Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:16:04.5872211Z [36;1m#GH ENV[0m
2025-08-20T20:16:04.5873031Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:04.5874014Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:04.5875441Z [36;1m#-------------#[0m
2025-08-20T20:16:04.5876250Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:16:04.5877043Z [36;1msudo apt update -y[0m
2025-08-20T20:16:04.5877812Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:16:04.5878744Z [36;1m##Setup Minisign[0m
2025-08-20T20:16:04.5879559Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:16:04.5880841Z [36;1mecho "***[0m
2025-08-20T20:16:04.5884119Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:16:04.5885150Z [36;1m##User-Agent[0m
2025-08-20T20:16:04.5887284Z [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:16:04.5889442Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:16:04.5931674Z shell: /usr/bin/bash -e {0}
2025-08-20T20:16:04.5932453Z env:
2025-08-20T20:16:04.5933155Z   CROSS_COMPILING: NO
2025-08-20T20:16:04.5933867Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:16:04.5934665Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:16:04.5935648Z   ON_QEMU: NO
2025-08-20T20:16:04.5936294Z   DEBUG: 0
2025-08-20T20:16:04.5936929Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:16:04.5937799Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:16:04.5938719Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/freeze/official
2025-08-20T20:16:04.5939678Z   KEEP_LOGS: YES
2025-08-20T20:16:04.5940329Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:16:04.5941047Z   PKG_FAMILY_LOCAL: freeze
2025-08-20T20:16:04.5941866Z   SBUILD_REBUILD: false
2025-08-20T20:16:04.5943438Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/freeze/static.official.source.yaml
2025-08-20T20:16:04.5945174Z   BUILD_SYS: docker://go
2025-08-20T20:16:04.5945955Z   BUILD_ON_HOST: FALSE
2025-08-20T20:16:04.5946659Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:16:04.5947341Z ##[endgroup]
2025-08-20T20:16:04.6225424Z 
2025-08-20T20:16:04.6226624Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:16:04.6227725Z 
2025-08-20T20:16:04.7713465Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T20:16:04.7908104Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:16:04.8675142Z Get:3 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T20:16:04.9071845Z Get:4 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:16:04.9106867Z Get:5 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:16:04.9179522Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T20:16:04.9205839Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:16:04.9886215Z Hit:8 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:16:05.0727604Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T20:16:05.4327173Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T20:16:05.5779408Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T20:16:05.7169341Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T20:16:06.1181093Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T20:16:06.2866510Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T20:16:06.3770791Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T20:16:06.6466239Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T20:16:06.8162042Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T20:16:06.9893652Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T20:16:07.5392287Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:16:08.1070221Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T20:16:08.1992792Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T20:16:08.3085037Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T20:16:08.4013414Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T20:16:08.4952523Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T20:16:08.5848755Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T20:16:08.6700180Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T20:16:08.7542509Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T20:16:08.8420960Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T20:16:08.9281365Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T20:16:09.0982509Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T20:16:09.1827298Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T20:16:09.2669437Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1134 kB]
2025-08-20T20:16:09.8890411Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T20:16:10.0572518Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T20:16:10.1416731Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T20:16:10.4029920Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T20:16:10.5715162Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T20:16:10.6574476Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2170 kB]
2025-08-20T20:16:11.0512864Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [359 kB]
2025-08-20T20:16:11.2230011Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T20:16:11.3919334Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T20:16:11.5596121Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T20:16:11.6514197Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T20:16:17.9658085Z Fetched 11.9 MB in 7s (1716 kB/s)
2025-08-20T20:16:18.6806368Z Reading package lists...
2025-08-20T20:16:18.8487769Z Building dependency tree...
2025-08-20T20:16:18.8494725Z Reading state information...
2025-08-20T20:16:18.8691624Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:16:18.8782807Z 
2025-08-20T20:16:18.8783403Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:16:18.8783773Z 
2025-08-20T20:16:18.8898648Z Reading package lists...
2025-08-20T20:16:19.0825563Z Building dependency tree...
2025-08-20T20:16:19.0833446Z Reading state information...
2025-08-20T20:16:19.3193066Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:16:19.3193908Z bc set to manually installed.
2025-08-20T20:16:19.3194457Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:16:19.3194835Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:16:19.3199248Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:16:19.3705625Z The following NEW packages will be installed:
2025-08-20T20:16:19.3711061Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T20:16:19.3712832Z   moreutils
2025-08-20T20:16:19.3718450Z The following packages will be upgraded:
2025-08-20T20:16:19.3726179Z   jq libjq1
2025-08-20T20:16:19.3898187Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T20:16:19.4621605Z Need to get 936 kB of archives.
2025-08-20T20:16:19.4622313Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T20:16:19.4622919Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T20:16:19.5105521Z 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:16:19.5428856Z 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:16:19.5755896Z 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:16:19.5924599Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T20:16:19.6120212Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:16:19.6284768Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T20:16:19.6466759Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T20:16:19.9407603Z Fetched 936 kB in 0s (3508 kB/s)
2025-08-20T20:16:19.9921550Z Selecting previously unselected package fdupes.
2025-08-20T20:16:20.0803912Z (Reading database ... 
2025-08-20T20:16:20.0804341Z (Reading database ... 5%
2025-08-20T20:16:20.0804614Z (Reading database ... 10%
2025-08-20T20:16:20.0805165Z (Reading database ... 15%
2025-08-20T20:16:20.0805433Z (Reading database ... 20%
2025-08-20T20:16:20.0805716Z (Reading database ... 25%
2025-08-20T20:16:20.0806011Z (Reading database ... 30%
2025-08-20T20:16:20.0806249Z (Reading database ... 35%
2025-08-20T20:16:20.0806478Z (Reading database ... 40%
2025-08-20T20:16:20.0807721Z (Reading database ... 45%
2025-08-20T20:16:20.0808053Z (Reading database ... 50%
2025-08-20T20:16:20.3136591Z (Reading database ... 55%
2025-08-20T20:16:20.7306281Z (Reading database ... 60%
2025-08-20T20:16:21.1205990Z (Reading database ... 65%
2025-08-20T20:16:21.4794868Z (Reading database ... 70%
2025-08-20T20:16:21.8374479Z (Reading database ... 75%
2025-08-20T20:16:22.3088983Z (Reading database ... 80%
2025-08-20T20:16:22.7661388Z (Reading database ... 85%
2025-08-20T20:16:23.2302774Z (Reading database ... 90%
2025-08-20T20:16:23.6697122Z (Reading database ... 95%
2025-08-20T20:16:23.6697531Z (Reading database ... 100%
2025-08-20T20:16:23.6698121Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T20:16:23.6739281Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T20:16:23.6839720Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:16:23.7677001Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:16:23.7837106Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T20:16:23.8734518Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:16:23.9028975Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T20:16:23.9703831Z Selecting previously unselected package libio-pty-perl.
2025-08-20T20:16:23.9851182Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T20:16:23.9904762Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T20:16:24.0635128Z Selecting previously unselected package libipc-run-perl.
2025-08-20T20:16:24.0777897Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T20:16:24.0833100Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T20:16:24.1452240Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:16:24.1600807Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:16:24.1675211Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:16:24.2183652Z Selecting previously unselected package moreutils.
2025-08-20T20:16:24.2353991Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T20:16:24.2406323Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:16:24.3445825Z Selecting previously unselected package dos2unix.
2025-08-20T20:16:24.3617272Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T20:16:24.3679399Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:16:24.6147863Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T20:16:24.6312120Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T20:16:24.6490610Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:16:24.6670829Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T20:16:24.6832494Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:16:24.6990902Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T20:16:24.7167206Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:16:24.7347450Z Setting up moreutils (0.69-1) ...
2025-08-20T20:16:24.7506551Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:16:36.3909816Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:16:37.6745107Z Reading package lists...
2025-08-20T20:16:37.8874387Z Building dependency tree...
2025-08-20T20:16:37.8882327Z Reading state information...
2025-08-20T20:16:38.1346579Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:16:38.1347026Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:16:38.1347350Z apt-utils set to manually installed.
2025-08-20T20:16:38.1347908Z ca-certificates is already the newest version (20240203).
2025-08-20T20:16:38.1348354Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:16:38.1348794Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:16:38.1349186Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:16:38.1349527Z moreutils is already the newest version (0.69-1).
2025-08-20T20:16:38.1349957Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:16:38.1350348Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:16:38.1350739Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:16:38.1351583Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:16:38.1351919Z tmux set to manually installed.
2025-08-20T20:16:38.1352263Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:16:38.1352619Z The following additional packages will be installed:
2025-08-20T20:16:38.1353039Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T20:16:38.1353610Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T20:16:38.1354131Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T20:16:38.1354526Z   uuid-runtime
2025-08-20T20:16:38.1363301Z Suggested packages:
2025-08-20T20:16:38.1363701Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T20:16:38.1364250Z   util-linux-extra util-linux-locales
2025-08-20T20:16:38.1364529Z Recommended packages:
2025-08-20T20:16:38.1364800Z   unattended-upgrades
2025-08-20T20:16:38.1857811Z The following NEW packages will be installed:
2025-08-20T20:16:38.1858408Z   rename
2025-08-20T20:16:38.1862833Z The following packages will be upgraded:
2025-08-20T20:16:38.1863358Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T20:16:38.1864641Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T20:16:38.1871799Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T20:16:38.1872821Z   software-properties-common util-linux uuid-runtime
2025-08-20T20:16:38.2056535Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:16:38.4839995Z Need to get 4390 kB of archives.
2025-08-20T20:16:38.4840544Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:16:38.4841177Z 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:16:38.8274502Z 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:16:39.2493343Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T20:16:39.3386485Z 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:16:39.4439977Z 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:16:39.6052080Z 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:16:39.8060319Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T20:16:40.0117824Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T20:16:40.1020579Z 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:16:40.1891395Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T20:16:40.3632696Z 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:16:40.5395090Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T20:16:40.9902850Z 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:16:41.1796019Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T20:16:41.4533257Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T20:16:41.5469024Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T20:16:41.7339667Z 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:16:41.8248831Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T20:16:41.9235365Z 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:16:42.0097401Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T20:16:42.1073845Z 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:16:42.1974095Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T20:16:42.3772093Z 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:16:42.6681818Z 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:16:42.7650709Z 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:16:42.8752369Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:16:42.9775910Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T20:16:43.2393299Z Fetched 4390 kB in 5s (922 kB/s)
2025-08-20T20:16:43.2709265Z (Reading database ... 
2025-08-20T20:16:43.2709664Z (Reading database ... 5%
2025-08-20T20:16:43.2709951Z (Reading database ... 10%
2025-08-20T20:16:43.2710272Z (Reading database ... 15%
2025-08-20T20:16:43.2710519Z (Reading database ... 20%
2025-08-20T20:16:43.2710788Z (Reading database ... 25%
2025-08-20T20:16:43.2711789Z (Reading database ... 30%
2025-08-20T20:16:43.2712082Z (Reading database ... 35%
2025-08-20T20:16:43.2712458Z (Reading database ... 40%
2025-08-20T20:16:43.2712756Z (Reading database ... 45%
2025-08-20T20:16:43.2712995Z (Reading database ... 50%
2025-08-20T20:16:43.2734067Z (Reading database ... 55%
2025-08-20T20:16:43.2829860Z (Reading database ... 60%
2025-08-20T20:16:43.2873842Z (Reading database ... 65%
2025-08-20T20:16:43.2889869Z (Reading database ... 70%
2025-08-20T20:16:43.2910782Z (Reading database ... 75%
2025-08-20T20:16:43.2945281Z (Reading database ... 80%
2025-08-20T20:16:43.3137611Z (Reading database ... 85%
2025-08-20T20:16:43.3158005Z (Reading database ... 90%
2025-08-20T20:16:43.3263378Z (Reading database ... 95%
2025-08-20T20:16:43.3263824Z (Reading database ... 100%
2025-08-20T20:16:43.3264239Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:16:43.3303434Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:16:43.3460598Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T20:16:43.4495323Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T20:16:43.5211847Z (Reading database ... 
2025-08-20T20:16:43.5212486Z (Reading database ... 5%
2025-08-20T20:16:43.5212753Z (Reading database ... 10%
2025-08-20T20:16:43.5212997Z (Reading database ... 15%
2025-08-20T20:16:43.5213288Z (Reading database ... 20%
2025-08-20T20:16:43.5213565Z (Reading database ... 25%
2025-08-20T20:16:43.5213838Z (Reading database ... 30%
2025-08-20T20:16:43.5214123Z (Reading database ... 35%
2025-08-20T20:16:43.5214369Z (Reading database ... 40%
2025-08-20T20:16:43.5214646Z (Reading database ... 45%
2025-08-20T20:16:43.5215190Z (Reading database ... 50%
2025-08-20T20:16:43.5234604Z (Reading database ... 55%
2025-08-20T20:16:43.5333754Z (Reading database ... 60%
2025-08-20T20:16:43.5380903Z (Reading database ... 65%
2025-08-20T20:16:43.5397658Z (Reading database ... 70%
2025-08-20T20:16:43.5420047Z (Reading database ... 75%
2025-08-20T20:16:43.5456958Z (Reading database ... 80%
2025-08-20T20:16:43.5657331Z (Reading database ... 85%
2025-08-20T20:16:43.5678864Z (Reading database ... 90%
2025-08-20T20:16:43.5795010Z (Reading database ... 95%
2025-08-20T20:16:43.5795507Z (Reading database ... 100%
2025-08-20T20:16:43.5795860Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:16:43.5837924Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:16:43.6075820Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:16:43.7873580Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T20:16:44.3931608Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T20:16:44.5116672Z (Reading database ... 
2025-08-20T20:16:44.5117542Z (Reading database ... 5%
2025-08-20T20:16:44.5118278Z (Reading database ... 10%
2025-08-20T20:16:44.5118841Z (Reading database ... 15%
2025-08-20T20:16:44.5119102Z (Reading database ... 20%
2025-08-20T20:16:44.5119386Z (Reading database ... 25%
2025-08-20T20:16:44.5119637Z (Reading database ... 30%
2025-08-20T20:16:44.5119930Z (Reading database ... 35%
2025-08-20T20:16:44.5120244Z (Reading database ... 40%
2025-08-20T20:16:44.5120499Z (Reading database ... 45%
2025-08-20T20:16:44.5120726Z (Reading database ... 50%
2025-08-20T20:16:44.5139933Z (Reading database ... 55%
2025-08-20T20:16:44.5233526Z (Reading database ... 60%
2025-08-20T20:16:44.5275106Z (Reading database ... 65%
2025-08-20T20:16:44.5290174Z (Reading database ... 70%
2025-08-20T20:16:44.5310653Z (Reading database ... 75%
2025-08-20T20:16:44.5345245Z (Reading database ... 80%
2025-08-20T20:16:44.5522535Z (Reading database ... 85%
2025-08-20T20:16:44.5541362Z (Reading database ... 90%
2025-08-20T20:16:44.5638897Z (Reading database ... 95%
2025-08-20T20:16:44.5639243Z (Reading database ... 100%
2025-08-20T20:16:44.5639593Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:16:44.5673419Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:16:44.5846728Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:16:44.6739356Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:16:44.7082501Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:16:44.7827225Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:16:44.8517829Z (Reading database ... 
2025-08-20T20:16:44.8518395Z (Reading database ... 5%
2025-08-20T20:16:44.8518752Z (Reading database ... 10%
2025-08-20T20:16:44.8519005Z (Reading database ... 15%
2025-08-20T20:16:44.8519285Z (Reading database ... 20%
2025-08-20T20:16:44.8519560Z (Reading database ... 25%
2025-08-20T20:16:44.8519790Z (Reading database ... 30%
2025-08-20T20:16:44.8520068Z (Reading database ... 35%
2025-08-20T20:16:44.8520306Z (Reading database ... 40%
2025-08-20T20:16:44.8520568Z (Reading database ... 45%
2025-08-20T20:16:44.8520845Z (Reading database ... 50%
2025-08-20T20:16:44.8540250Z (Reading database ... 55%
2025-08-20T20:16:44.8635498Z (Reading database ... 60%
2025-08-20T20:16:44.8677645Z (Reading database ... 65%
2025-08-20T20:16:44.8692077Z (Reading database ... 70%
2025-08-20T20:16:44.8714073Z (Reading database ... 75%
2025-08-20T20:16:44.8748988Z (Reading database ... 80%
2025-08-20T20:16:44.8940643Z (Reading database ... 85%
2025-08-20T20:16:44.8968444Z (Reading database ... 90%
2025-08-20T20:16:44.9073674Z (Reading database ... 95%
2025-08-20T20:16:44.9074121Z (Reading database ... 100%
2025-08-20T20:16:44.9074522Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:16:44.9116111Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:16:44.9307459Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:16:45.0005196Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:16:45.0886643Z (Reading database ... 
2025-08-20T20:16:45.0886993Z (Reading database ... 5%
2025-08-20T20:16:45.0887458Z (Reading database ... 10%
2025-08-20T20:16:45.0887764Z (Reading database ... 15%
2025-08-20T20:16:45.0888397Z (Reading database ... 20%
2025-08-20T20:16:45.0888710Z (Reading database ... 25%
2025-08-20T20:16:45.0888950Z (Reading database ... 30%
2025-08-20T20:16:45.0889255Z (Reading database ... 35%
2025-08-20T20:16:45.0889590Z (Reading database ... 40%
2025-08-20T20:16:45.0889832Z (Reading database ... 45%
2025-08-20T20:16:45.0890091Z (Reading database ... 50%
2025-08-20T20:16:45.0910108Z (Reading database ... 55%
2025-08-20T20:16:45.1005339Z (Reading database ... 60%
2025-08-20T20:16:45.1048213Z (Reading database ... 65%
2025-08-20T20:16:45.1063102Z (Reading database ... 70%
2025-08-20T20:16:45.1085221Z (Reading database ... 75%
2025-08-20T20:16:45.1121517Z (Reading database ... 80%
2025-08-20T20:16:45.1308639Z (Reading database ... 85%
2025-08-20T20:16:45.1334835Z (Reading database ... 90%
2025-08-20T20:16:45.1435503Z (Reading database ... 95%
2025-08-20T20:16:45.1435759Z (Reading database ... 100%
2025-08-20T20:16:45.1436190Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:16:45.1477163Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:16:45.1718651Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:16:45.2720487Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:16:45.2919988Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:16:45.3629822Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:16:45.5327063Z (Reading database ... 
2025-08-20T20:16:45.5327415Z (Reading database ... 5%
2025-08-20T20:16:45.5327854Z (Reading database ... 10%
2025-08-20T20:16:45.5328128Z (Reading database ... 15%
2025-08-20T20:16:45.5328437Z (Reading database ... 20%
2025-08-20T20:16:45.5328720Z (Reading database ... 25%
2025-08-20T20:16:45.5328976Z (Reading database ... 30%
2025-08-20T20:16:45.5329218Z (Reading database ... 35%
2025-08-20T20:16:45.5329503Z (Reading database ... 40%
2025-08-20T20:16:45.5329777Z (Reading database ... 45%
2025-08-20T20:16:45.5330032Z (Reading database ... 50%
2025-08-20T20:16:45.5350803Z (Reading database ... 55%
2025-08-20T20:16:45.5444501Z (Reading database ... 60%
2025-08-20T20:16:45.5486073Z (Reading database ... 65%
2025-08-20T20:16:45.5501105Z (Reading database ... 70%
2025-08-20T20:16:45.5522293Z (Reading database ... 75%
2025-08-20T20:16:45.5556776Z (Reading database ... 80%
2025-08-20T20:16:45.5737919Z (Reading database ... 85%
2025-08-20T20:16:45.5764558Z (Reading database ... 90%
2025-08-20T20:16:45.5865346Z (Reading database ... 95%
2025-08-20T20:16:45.5865658Z (Reading database ... 100%
2025-08-20T20:16:45.5866150Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:16:45.5907321Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:16:45.6112394Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:16:45.6827852Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:16:45.7443863Z (Reading database ... 
2025-08-20T20:16:45.7444485Z (Reading database ... 5%
2025-08-20T20:16:45.7444770Z (Reading database ... 10%
2025-08-20T20:16:45.7445267Z (Reading database ... 15%
2025-08-20T20:16:45.7445613Z (Reading database ... 20%
2025-08-20T20:16:45.7445909Z (Reading database ... 25%
2025-08-20T20:16:45.7446185Z (Reading database ... 30%
2025-08-20T20:16:45.7446442Z (Reading database ... 35%
2025-08-20T20:16:45.7447762Z (Reading database ... 40%
2025-08-20T20:16:45.7448247Z (Reading database ... 45%
2025-08-20T20:16:45.7448626Z (Reading database ... 50%
2025-08-20T20:16:45.7469257Z (Reading database ... 55%
2025-08-20T20:16:45.7560683Z (Reading database ... 60%
2025-08-20T20:16:45.7600904Z (Reading database ... 65%
2025-08-20T20:16:45.7615323Z (Reading database ... 70%
2025-08-20T20:16:45.7636352Z (Reading database ... 75%
2025-08-20T20:16:45.7669679Z (Reading database ... 80%
2025-08-20T20:16:45.7843066Z (Reading database ... 85%
2025-08-20T20:16:45.7868538Z (Reading database ... 90%
2025-08-20T20:16:45.7965262Z (Reading database ... 95%
2025-08-20T20:16:45.7965758Z (Reading database ... 100%
2025-08-20T20:16:45.7966147Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:16:45.8005246Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:16:45.8172680Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:16:45.9134685Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:16:45.9615878Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:16:46.0475243Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:16:46.0647911Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:16:46.1403284Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:16:46.1576212Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:16:46.2407748Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:16:46.2578972Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:16:46.3439632Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:16:46.3608711Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:16:46.4381932Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:16:46.4540064Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:16:46.5298383Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:16:46.5462359Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:16:46.6567343Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:16:46.6748172Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:16:46.7553770Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:16:46.7713418Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:16:46.8455741Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T20:16:46.9068829Z (Reading database ... 
2025-08-20T20:16:46.9069187Z (Reading database ... 5%
2025-08-20T20:16:46.9069626Z (Reading database ... 10%
2025-08-20T20:16:46.9069878Z (Reading database ... 15%
2025-08-20T20:16:46.9070741Z (Reading database ... 20%
2025-08-20T20:16:46.9071170Z (Reading database ... 25%
2025-08-20T20:16:46.9071430Z (Reading database ... 30%
2025-08-20T20:16:46.9071664Z (Reading database ... 35%
2025-08-20T20:16:46.9071960Z (Reading database ... 40%
2025-08-20T20:16:46.9072200Z (Reading database ... 45%
2025-08-20T20:16:46.9072466Z (Reading database ... 50%
2025-08-20T20:16:46.9092304Z (Reading database ... 55%
2025-08-20T20:16:46.9182263Z (Reading database ... 60%
2025-08-20T20:16:46.9222207Z (Reading database ... 65%
2025-08-20T20:16:46.9236339Z (Reading database ... 70%
2025-08-20T20:16:46.9256927Z (Reading database ... 75%
2025-08-20T20:16:46.9290391Z (Reading database ... 80%
2025-08-20T20:16:46.9460526Z (Reading database ... 85%
2025-08-20T20:16:46.9485456Z (Reading database ... 90%
2025-08-20T20:16:46.9576978Z (Reading database ... 95%
2025-08-20T20:16:46.9577291Z (Reading database ... 100%
2025-08-20T20:16:46.9577722Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:16:46.9612069Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:16:46.9802594Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:16:47.0600350Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:16:47.0804141Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:16:47.2299871Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:16:47.2477762Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:16:47.3243221Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:16:47.3410952Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:16:47.4153174Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:16:47.4321659Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:16:47.5170687Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:16:47.6262298Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:16:47.7147798Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:16:47.7902635Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:16:47.8478671Z Selecting previously unselected package rename.
2025-08-20T20:16:47.8660783Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T20:16:47.8715231Z Unpacking rename (2.02-1) ...
2025-08-20T20:16:47.9325654Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:16:47.9483519Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:16:48.0172005Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T20:16:48.0357424Z Setting up rename (2.02-1) ...
2025-08-20T20:16:48.0482132Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:16:48.0578199Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T20:16:48.0722756Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T20:16:48.0874868Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:16:48.1040812Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T20:16:48.1191538Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T20:16:48.7361175Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T20:16:48.7552035Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T20:16:48.7701799Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T20:16:48.7855813Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T20:16:48.8012547Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T20:16:49.1507697Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T20:16:49.1677380Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T20:16:49.1830309Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T20:16:49.2919759Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:16:49.4170397Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T20:16:49.5137491Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T20:16:49.5292439Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T20:16:49.5454830Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T20:16:49.5606741Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:16:49.6739538Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:16:49.9001140Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:16:49.9253538Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:16:55.3299681Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:16:56.4936114Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:16:56.4937150Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:16:56.4961451Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:16:56.5125449Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T20:16:56.5827459Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:16:56.5988056Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:16:56.6618810Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T20:16:56.7452945Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T20:16:57.0043537Z Fetched 2624 kB in 0s (5858 kB/s)
2025-08-20T20:16:57.7314445Z Reading package lists...
2025-08-20T20:16:57.9433752Z Building dependency tree...
2025-08-20T20:16:57.9440969Z Reading state information...
2025-08-20T20:16:57.9694823Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:16:57.9822148Z 
2025-08-20T20:16:57.9822953Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:16:57.9823336Z 
2025-08-20T20:16:58.0493051Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:16:58.0494184Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:16:58.0764411Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:16:58.0924534Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:16:58.1086888Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:16:58.1246870Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:16:59.2050130Z Reading package lists...
2025-08-20T20:16:59.4646582Z Building dependency tree...
2025-08-20T20:16:59.4655144Z Reading state information...
2025-08-20T20:16:59.4960028Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:16:59.5056457Z 
2025-08-20T20:16:59.5057405Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:16:59.5057753Z 
2025-08-20T20:16:59.5165348Z Reading package lists...
2025-08-20T20:16:59.7701892Z Building dependency tree...
2025-08-20T20:16:59.7709829Z Reading state information...
2025-08-20T20:17:00.0580173Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:17:00.1039716Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:00.1340500Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:17:00.1857544Z ##[group]Run ##Presets
2025-08-20T20:17:00.1857961Z [36;1m##Presets[0m
2025-08-20T20:17:00.1858289Z [36;1mset +x ; set +e[0m
2025-08-20T20:17:00.1858533Z [36;1m#-------------#[0m
2025-08-20T20:17:00.1858797Z [36;1m##Debug?[0m
2025-08-20T20:17:00.1859077Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:17:00.1859426Z [36;1m  set -x[0m
2025-08-20T20:17:00.1859672Z [36;1mfi[0m
2025-08-20T20:17:00.1859885Z [36;1m#-------------#[0m
2025-08-20T20:17:00.1860348Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:17:00.1861016Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:17:00.1861453Z [36;1msudo service procps restart[0m
2025-08-20T20:17:00.1861768Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:17:00.1903363Z shell: /usr/bin/bash -e {0}
2025-08-20T20:17:00.1903809Z env:
2025-08-20T20:17:00.1904241Z   CROSS_COMPILING: NO
2025-08-20T20:17:00.1904556Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:17:00.1904831Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:17:00.1905312Z   ON_QEMU: NO
2025-08-20T20:17:00.1905623Z   DEBUG: 0
2025-08-20T20:17:00.1905850Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:17:00.1906154Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:17:00.1906490Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/freeze/official
2025-08-20T20:17:00.1906834Z   KEEP_LOGS: YES
2025-08-20T20:17:00.1907076Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:17:00.1907365Z   PKG_FAMILY_LOCAL: freeze
2025-08-20T20:17:00.1907640Z   SBUILD_REBUILD: false
2025-08-20T20:17:00.1908259Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/freeze/static.official.source.yaml
2025-08-20T20:17:00.1908841Z   BUILD_SYS: docker://go
2025-08-20T20:17:00.1909083Z   BUILD_ON_HOST: FALSE
2025-08-20T20:17:00.1909398Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:17:00.1909629Z   SYSTMP: /tmp
2025-08-20T20:17:00.1909874Z   GHA_MODE: MATRIX
2025-08-20T20:17:00.1910334Z   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:17:00.1910828Z ##[endgroup]
2025-08-20T20:17:00.2027666Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:17:00.2089011Z 0
2025-08-20T20:17:00.2476999Z vm.max_map_count = 262144
2025-08-20T20:17:00.2484753Z fs.inotify.max_user_watches = 655360
2025-08-20T20:17:00.2486105Z fs.inotify.max_user_instances = 1280
2025-08-20T20:17:00.2486586Z vm.mmap_rnd_bits = 28
2025-08-20T20:17:00.2579441Z ##[group]Run ##Presets
2025-08-20T20:17:00.2580076Z [36;1m##Presets[0m
2025-08-20T20:17:00.2580311Z [36;1mset +x ; set +e[0m
2025-08-20T20:17:00.2580643Z [36;1m#-------------#[0m
2025-08-20T20:17:00.2580881Z [36;1m##Debug?[0m
2025-08-20T20:17:00.2581142Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:17:00.2581512Z [36;1m  set -x[0m
2025-08-20T20:17:00.2581729Z [36;1mfi[0m
2025-08-20T20:17:00.2581987Z [36;1m#-------------#[0m
2025-08-20T20:17:00.2582214Z [36;1m##Main[0m
2025-08-20T20:17:00.2582457Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:17:00.2583183Z [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:17:00.2583931Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:17:00.2584351Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:17:00.2584762Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:17:00.2585590Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:17:00.2585979Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:17:00.2586368Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:17:00.2586700Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:17:00.2587086Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:17:00.2587412Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:17:00.2587783Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:17:00.2588193Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:17:00.2588533Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:17:00.2588850Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:17:00.2589161Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:17:00.2589472Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:17:00.2589833Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:17:00.2590181Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:17:00.2590525Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:17:00.2590855Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:17:00.2591187Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:17:00.2591548Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:17:00.2591927Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:17:00.2592260Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:17:00.2592625Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:17:00.2592927Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:17:00.2593284Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:17:00.2593822Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:17:00.2594323Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:17:00.2594835Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:17:00.2595402Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:17:00.2595784Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:17:00.2596460Z [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:17:00.2597289Z [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:17:00.2597831Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:00.2598162Z [36;1m else[0m
2025-08-20T20:17:00.2598785Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:17:00.2599218Z [36;1m fi[0m
2025-08-20T20:17:00.2599531Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:17:00.2599943Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:17:00.2600411Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:17:00.2600828Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:17:00.2601242Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:17:00.2601734Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:17:00.2602170Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:17:00.2602620Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:17:00.2603077Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:17:00.2603691Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:17:00.2604057Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:17:00.2644431Z shell: /usr/bin/bash -e {0}
2025-08-20T20:17:00.2645248Z env:
2025-08-20T20:17:00.2645501Z   CROSS_COMPILING: NO
2025-08-20T20:17:00.2645819Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:17:00.2646110Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:17:00.2646367Z   ON_QEMU: NO
2025-08-20T20:17:00.2646638Z   DEBUG: 0
2025-08-20T20:17:00.2646889Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:17:00.2647175Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:17:00.2647538Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/freeze/official
2025-08-20T20:17:00.2647875Z   KEEP_LOGS: YES
2025-08-20T20:17:00.2648117Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:17:00.2648404Z   PKG_FAMILY_LOCAL: freeze
2025-08-20T20:17:00.2648659Z   SBUILD_REBUILD: false
2025-08-20T20:17:00.2649275Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/freeze/static.official.source.yaml
2025-08-20T20:17:00.2649876Z   BUILD_SYS: docker://go
2025-08-20T20:17:00.2650106Z   BUILD_ON_HOST: FALSE
2025-08-20T20:17:00.2650395Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:17:00.2650623Z   SYSTMP: /tmp
2025-08-20T20:17:00.2650827Z   GHA_MODE: MATRIX
2025-08-20T20:17:00.2651327Z   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:17:00.2652478Z   GHCR_TOKEN: ***
2025-08-20T20:17:00.2652959Z   GITHUB_TOKEN: ***
2025-08-20T20:17:00.2653324Z   GITLAB_TOKEN: ***
2025-08-20T20:17:00.2654516Z   MINISIGN_KEY: ***
2025-08-20T20:17:00.2655241Z ##[endgroup]
2025-08-20T20:17:00.3564624Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:17:00.4541000Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:17:00.4541651Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:17:00.4541918Z 
2025-08-20T20:17:00.4943744Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:17:00.4944183Z 100  3934  100  3934    0     0  98787      0 --:--:-- --:--:-- --:--:--   98k
2025-08-20T20:17:00.4948670Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/freeze/static.official.source.yaml
2025-08-20T20:17:00.5030340Z 
2025-08-20T20:17:00.5030981Z [+] Building [/tmp/tmp.aW7A8bcHN5/SBUILD_INPUT] Locally
2025-08-20T20:17:00.5031268Z 
2025-08-20T20:17:00.5043822Z '/tmp/tmp.aW7A8bcHN5/SBUILD_INPUT' -> '/tmp/pkgforge/Kza7a5KSE_build.yaml'
2025-08-20T20:17:00.5755908Z 
2025-08-20T20:17:00.5756613Z [+] Passwordless sudo is Configured
2025-08-20T20:17:00.6418233Z 
2025-08-20T20:17:00.6431788Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:17:00.6432068Z 
2025-08-20T20:17:00.6829982Z 
2025-08-20T20:17:00.6831772Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T20:17:00.6832141Z 
2025-08-20T20:17:00.6832182Z 
2025-08-20T20:17:00.6832457Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:17:00.6832760Z 
2025-08-20T20:17:00.6876721Z [+] Installing: 7z -> 7z
2025-08-20T20:17:01.2015922Z [+] Installing: actionlint -> actionlint
2025-08-20T20:17:01.6690600Z [+] Installing: anew -> anew
2025-08-20T20:17:02.0570557Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:17:02.4174588Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:17:02.7563508Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:17:03.0926641Z [+] Installing: archey -> archey
2025-08-20T20:17:03.5629051Z [+] Installing: aria2 -> aria2c
2025-08-20T20:17:04.0683575Z [+] Installing: askalono -> askalono
2025-08-20T20:17:04.4254104Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:17:04.8013122Z [+] Installing: b3sum -> b3sum
2025-08-20T20:17:05.1679479Z [+] Installing: bita -> bita
2025-08-20T20:17:05.6586063Z [+] Installing: btop -> btop
2025-08-20T20:17:06.0541230Z [+] Installing: chafa -> chafa
2025-08-20T20:17:06.4422479Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:17:07.2052140Z [+] Installing: croc -> croc
2025-08-20T20:17:07.6807281Z [+] Installing: csvtk -> csvtk
2025-08-20T20:17:08.3241617Z [+] Installing: cutlines -> cutlines
2025-08-20T20:17:08.6781776Z curl: (22) The requested URL returned error: 404
2025-08-20T20:17:08.6816886Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:17:08.6817279Z [+] Installing: dbin -> dbin
2025-08-20T20:17:09.1714598Z [+] Installing: dasel -> dasel
2025-08-20T20:17:09.7084423Z [+] Installing: delta -> delta
2025-08-20T20:17:10.1440219Z [+] Installing: ds -> ds
2025-08-20T20:17:10.4684813Z curl: (22) The requested URL returned error: 404
2025-08-20T20:17:10.4721169Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:17:10.4805644Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:17:10.8488322Z [+] Installing: duf -> duf
2025-08-20T20:17:11.2488271Z [+] Installing: duplicut -> duplicut
2025-08-20T20:17:11.6218893Z [+] Installing: dust -> dust
2025-08-20T20:17:11.9712487Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:17:12.3363718Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:17:12.7369442Z [+] Installing: dysk -> dysk
2025-08-20T20:17:13.1321737Z [+] Installing: eget -> eget
2025-08-20T20:17:13.6007255Z [+] Installing: epoch -> epoch
2025-08-20T20:17:14.0102182Z [+] Installing: faketty -> faketty
2025-08-20T20:17:14.3907660Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:17:14.7516432Z [+] Installing: freeze -> freeze
2025-08-20T20:17:15.2825104Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:17:15.6447592Z [+] Installing: gdu -> gdu
2025-08-20T20:17:16.2230235Z [+] Installing: gh -> gh
2025-08-20T20:17:17.1461673Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:17:17.7190333Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:17:18.1364763Z [+] Installing: glab -> glab
2025-08-20T20:17:18.9733039Z [+] Installing: glow -> glow
2025-08-20T20:17:19.6917232Z [+] Installing: httpx -> httpx
2025-08-20T20:17:20.6145605Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:17:21.2008468Z [+] Installing: husarnet -> husarnet
2025-08-20T20:17:21.5305449Z curl: (22) The requested URL returned error: 404
2025-08-20T20:17:21.5342016Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:17:21.5342591Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:17:21.8730442Z curl: (22) The requested URL returned error: 404
2025-08-20T20:17:21.8765747Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:17:21.8766475Z [+] Installing: imgcat -> imgcat
2025-08-20T20:17:22.3049932Z [+] Installing: jc -> jc
2025-08-20T20:17:22.9566743Z [+] Installing: jq -> jq
2025-08-20T20:17:23.3251227Z [+] Installing: logdy -> logdy
2025-08-20T20:17:24.0384384Z [+] Installing: micro -> micro
2025-08-20T20:17:24.4818199Z [+] Installing: miniserve -> miniserve
2025-08-20T20:17:24.9854360Z [+] Installing: minisign -> minisign
2025-08-20T20:17:25.3844053Z [+] Installing: ncdu -> ncdu
2025-08-20T20:17:25.7193015Z [+] Installing: notify -> notify
2025-08-20T20:17:26.2755127Z [+] Installing: ouch -> ouch
2025-08-20T20:17:26.6231822Z [+] Installing: oras -> oras
2025-08-20T20:17:27.0760650Z [+] Installing: pipetty -> pipetty
2025-08-20T20:17:27.4077518Z [+] Installing: pixterm -> pixterm
2025-08-20T20:17:27.8580501Z [+] Installing: qsv -> qsv
2025-08-20T20:17:28.2706100Z [+] Installing: rclone -> rclone
2025-08-20T20:17:29.4850573Z [+] Installing: ripgrep -> rg
2025-08-20T20:17:29.9110356Z [+] Installing: rga -> rga
2025-08-20T20:17:30.3460900Z [+] Installing: rsync -> rsync
2025-08-20T20:17:30.7020803Z [+] Installing: script -> script
2025-08-20T20:17:31.0358821Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:17:31.8635567Z [+] Installing: soar -> soar
2025-08-20T20:17:32.2371219Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:17:32.6810289Z [+] Installing: sstrip -> sstrip
2025-08-20T20:17:33.0191952Z [+] Installing: strace -> strace
2025-08-20T20:17:33.4099200Z [+] Installing: sttr -> sttr
2025-08-20T20:17:33.8450021Z [+] Installing: tailscale -> tailscale
2025-08-20T20:17:34.4506653Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:17:35.1430311Z [+] Installing: taplo -> taplo
2025-08-20T20:17:35.5097108Z [+] Installing: tldr -> tldr
2025-08-20T20:17:35.8803906Z [+] Installing: tldr -> tealdeer
2025-08-20T20:17:36.2512750Z [+] Installing: tmux -> tmux
2025-08-20T20:17:36.6514161Z [+] Installing: tok -> tok
2025-08-20T20:17:37.3111110Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:17:37.8971901Z [+] Installing: trurl -> trurl
2025-08-20T20:17:38.3778223Z [+] Installing: tss -> tss
2025-08-20T20:17:38.7456569Z [+] Installing: ulexec -> ulexec
2025-08-20T20:17:39.2232844Z [+] Installing: unfurl -> unfurl
2025-08-20T20:17:39.5773647Z [+] Installing: upx -> upx
2025-08-20T20:17:39.9288985Z [+] Installing: validtoml -> validtoml
2025-08-20T20:17:40.3677524Z [+] Installing: wget -> wget
2025-08-20T20:17:40.7912985Z [+] Installing: wget2 -> wget2
2025-08-20T20:17:41.1833080Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:17:41.5964144Z [+] Installing: xq -> xq
2025-08-20T20:17:42.0088793Z [+] Installing: xz -> xz
2025-08-20T20:17:42.4183116Z [+] Installing: unxz -> unxz
2025-08-20T20:17:42.7474253Z [+] Installing: yq -> yq
2025-08-20T20:17:43.1654025Z [+] Installing: yj -> yj
2025-08-20T20:17:43.5745849Z [+] Installing: zapper -> zapper
2025-08-20T20:17:43.9407675Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:17:44.2866782Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:17:44.6028972Z curl: (22) The requested URL returned error: 404
2025-08-20T20:17:44.6062219Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:17:44.6062635Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T20:17:44.9300601Z curl: (22) The requested URL returned error: 404
2025-08-20T20:17:44.9336980Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T20:17:44.9351861Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T20:17:45.2591435Z curl: (22) The requested URL returned error: 404
2025-08-20T20:17:45.2628093Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T20:17:45.2628866Z [+] Installing: zstd -> zstd
2025-08-20T20:17:45.5965148Z [+] Creating symlinks...
2025-08-20T20:17:45.6043525Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T20:17:45.6132302Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T20:17:45.6219958Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T20:17:45.6307389Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T20:17:45.6394173Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T20:17:45.6484132Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T20:17:45.6573905Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T20:17:45.6663140Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T20:17:45.6753726Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T20:17:45.6842956Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T20:17:45.6929668Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T20:17:45.7016327Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T20:17:45.7103718Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T20:17:45.7190918Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T20:17:45.7278602Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T20:17:45.7368900Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T20:17:45.7457574Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T20:17:45.7493986Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T20:17:45.7570335Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T20:17:45.7657909Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T20:17:45.7744807Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T20:17:45.7780161Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T20:17:45.7861072Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T20:17:45.7950909Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T20:17:45.8041534Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T20:17:45.8130388Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T20:17:45.8216134Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T20:17:45.8303194Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T20:17:45.8391494Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T20:17:45.8482414Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T20:17:45.8574286Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T20:17:45.8668503Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T20:17:45.8758681Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T20:17:45.8849677Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T20:17:45.8940105Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T20:17:45.9032750Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T20:17:45.9124879Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T20:17:45.9218050Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T20:17:45.9310337Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T20:17:45.9402506Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T20:17:45.9492824Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T20:17:45.9580748Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:17:45.9668406Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:17:45.9758436Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T20:17:45.9795450Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T20:17:45.9822254Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T20:17:45.9902563Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T20:17:45.9990872Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T20:17:46.0080157Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T20:17:46.0169940Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T20:17:46.0258447Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T20:17:46.0348492Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T20:17:46.0438973Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T20:17:46.0528281Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T20:17:46.0616546Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T20:17:46.0706266Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T20:17:46.0792967Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T20:17:46.0880459Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T20:17:46.0967139Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T20:17:46.1057205Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T20:17:46.1144398Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T20:17:46.1233732Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T20:17:46.1321479Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T20:17:46.1410779Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T20:17:46.1501546Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T20:17:46.1592506Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T20:17:46.1680600Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T20:17:46.1765570Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T20:17:46.1852772Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T20:17:46.1943106Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T20:17:46.2037372Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T20:17:46.2128693Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T20:17:46.2218355Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T20:17:46.2306965Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T20:17:46.2395465Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T20:17:46.2484590Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T20:17:46.2577890Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T20:17:46.2667618Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T20:17:46.2756132Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T20:17:46.2848153Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T20:17:46.2937361Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T20:17:46.3027560Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T20:17:46.3120334Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T20:17:46.3213770Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T20:17:46.3307255Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T20:17:46.3396836Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T20:17:46.3487005Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T20:17:46.3578127Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T20:17:46.3671877Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T20:17:46.3766449Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T20:17:46.3859878Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T20:17:46.3952938Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T20:17:46.4044050Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T20:17:46.4135621Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T20:17:46.4228472Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T20:17:46.4267654Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T20:17:46.4293875Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T20:17:46.4320246Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T20:17:46.4402322Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T20:17:46.4428279Z 
2025-08-20T20:17:46.4428869Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T20:17:46.4429248Z 
2025-08-20T20:17:46.4512849Z 
2025-08-20T20:17:46.4602787Z 
2025-08-20T20:17:46.4603305Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T20:17:46.4603560Z 
2025-08-20T20:17:46.4603639Z [+] Installation completed!
2025-08-20T20:17:46.4683856Z 
2025-08-20T20:17:46.4684477Z [+] GITHUB_TOKEN is Exported
2025-08-20T20:17:46.7331324Z github.com
2025-08-20T20:17:46.7332029Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T20:17:46.7332337Z   - Active account: true
2025-08-20T20:17:46.7332550Z   - Git operations protocol: https
2025-08-20T20:17:46.7332803Z   - Token: ghp_************************************
2025-08-20T20:17:46.7333429Z   - 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:17:46.7334077Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T20:17:46.7334409Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T20:17:46.8433192Z Limit: 5000, Remaining: 4290, Reset: 2025-08-20 20:25:34 +0000 UTC (7m47s)
2025-08-20T20:17:46.8435204Z 
2025-08-20T20:17:46.8435322Z [+] GHCR_TOKEN is Exported
2025-08-20T20:17:46.8468177Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T20:17:47.0302656Z Login Succeeded
2025-08-20T20:17:47.0311574Z 
2025-08-20T20:17:47.0311702Z [+] GITLAB is Exported
2025-08-20T20:17:47.1970108Z [git remote -v]
2025-08-20T20:17:47.5794878Z gitlab.com
2025-08-20T20:17:47.5795647Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T20:17:47.5796222Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T20:17:47.5796676Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T20:17:47.5797048Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T20:17:47.5797393Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T20:17:47.5797705Z   ✓ Token found: **************************
2025-08-20T20:17:47.5798020Z 
2025-08-20T20:17:47.5802951Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T20:17:47.5806770Z [git remote -v]
2025-08-20T20:17:47.5814316Z 2025/08/20 20:17:47 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T20:17:47.5815033Z git: exit status 128]
2025-08-20T20:17:47.7732418Z 
2025-08-20T20:17:47.7732592Z 
2025-08-20T20:17:47.7733421Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (08:17:47 PM)
2025-08-20T20:17:47.7733882Z 
2025-08-20T20:17:47.7733886Z 
2025-08-20T20:17:47.7734169Z [+] USER = runner
2025-08-20T20:17:47.7734406Z [+] HOME = /home/runner
2025-08-20T20:17:47.7737303Z [+] 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:17:47.7739471Z 
2025-08-20T20:17:47.8728068Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:17:47.8729087Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:17:48.0316389Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:17:48.0477194Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:17:48.0638399Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:17:48.0798836Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:17:49.1922834Z Reading package lists...
2025-08-20T20:17:49.2240053Z Reading package lists...
2025-08-20T20:17:49.4864106Z Building dependency tree...
2025-08-20T20:17:49.4870937Z Reading state information...
2025-08-20T20:17:49.8244274Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:17:49.8245092Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:17:49.8245487Z ca-certificates is already the newest version (20240203).
2025-08-20T20:17:49.8245862Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:17:49.8246306Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:17:49.8246709Z moreutils is already the newest version (0.69-1).
2025-08-20T20:17:49.8247159Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T20:17:49.8247633Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:17:49.8248041Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:49.9125767Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:17:49.9127183Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:17:49.9945724Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:17:50.0107634Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:17:50.0269793Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:17:50.0432178Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:17:51.1093091Z Reading package lists...
2025-08-20T20:17:51.1423174Z Reading package lists...
2025-08-20T20:17:51.4143505Z Building dependency tree...
2025-08-20T20:17:51.4152598Z Reading state information...
2025-08-20T20:17:51.7855824Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:17:51.7856644Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:17:51.7857567Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:17:51.7858323Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:17:51.7859014Z ca-certificates is already the newest version (20240203).
2025-08-20T20:17:51.7859405Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:17:51.7859741Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:17:51.7860157Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:17:51.7860470Z gawk set to manually installed.
2025-08-20T20:17:51.7860749Z git-lfs is already the newest version (3.6.1).
2025-08-20T20:17:51.7861135Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:17:51.7861489Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:17:51.7861891Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:17:51.7862297Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:17:51.7862693Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:17:51.7863091Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:17:51.7863455Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:17:51.7863801Z The following additional packages will be installed:
2025-08-20T20:17:51.7864302Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T20:17:51.7864775Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T20:17:51.7865496Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T20:17:51.7865968Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T20:17:51.7866484Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T20:17:51.7867008Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:17:51.7871635Z Suggested packages:
2025-08-20T20:17:51.7872037Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T20:17:51.7872683Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T20:17:51.7873207Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T20:17:51.7873683Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T20:17:51.7874067Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T20:17:51.7874436Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T20:17:51.7874795Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T20:17:51.8129857Z The following NEW packages will be installed:
2025-08-20T20:17:51.8130261Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T20:17:51.8131760Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T20:17:51.8132523Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T20:17:51.8132949Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T20:17:51.8133928Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T20:17:51.8139459Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T20:17:51.8141027Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:17:51.9649293Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:17:51.9649668Z Need to get 27.2 MB of archives.
2025-08-20T20:17:51.9649970Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T20:17:51.9650516Z 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:17:52.1008578Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T20:17:52.1346667Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T20:17:52.1528639Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T20:17:52.1691825Z 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:17:52.1856566Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T20:17:52.2050262Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T20:17:52.2237356Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T20:17:52.2433942Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T20:17:52.2601582Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T20:17:52.3351691Z 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:17:52.3526179Z 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:17:52.3718007Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T20:17:52.3884203Z 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:17:52.4048480Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T20:17:52.4215935Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T20:17:52.4381407Z 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:17:52.4747331Z 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:17:52.5477300Z 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:17:52.5654353Z 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:17:52.5818149Z 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:17:52.5984793Z 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:17:52.6181621Z 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:17:52.6350759Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T20:17:52.6526735Z 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:17:52.6691857Z 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:17:52.6907870Z 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:17:52.7076222Z 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:17:52.7244354Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T20:17:52.7469972Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T20:17:52.7634521Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T20:17:52.7804466Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T20:17:52.7978163Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T20:17:52.8257674Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T20:17:52.8446647Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T20:17:52.8645706Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T20:17:53.1295519Z Preconfiguring packages ...
2025-08-20T20:17:53.2255075Z Fetched 27.2 MB in 1s (26.2 MB/s)
2025-08-20T20:17:53.2668578Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T20:17:53.2701287Z (Reading database ... 
2025-08-20T20:17:53.2701630Z (Reading database ... 5%
2025-08-20T20:17:53.2701833Z (Reading database ... 10%
2025-08-20T20:17:53.2702146Z (Reading database ... 15%
2025-08-20T20:17:53.2702348Z (Reading database ... 20%
2025-08-20T20:17:53.2702544Z (Reading database ... 25%
2025-08-20T20:17:53.2702747Z (Reading database ... 30%
2025-08-20T20:17:53.2702972Z (Reading database ... 35%
2025-08-20T20:17:53.2703186Z (Reading database ... 40%
2025-08-20T20:17:53.2703385Z (Reading database ... 45%
2025-08-20T20:17:53.2703581Z (Reading database ... 50%
2025-08-20T20:17:53.2726656Z (Reading database ... 55%
2025-08-20T20:17:53.2824684Z (Reading database ... 60%
2025-08-20T20:17:53.2870411Z (Reading database ... 65%
2025-08-20T20:17:53.2886620Z (Reading database ... 70%
2025-08-20T20:17:53.2910217Z (Reading database ... 75%
2025-08-20T20:17:53.2949574Z (Reading database ... 80%
2025-08-20T20:17:53.3155902Z (Reading database ... 85%
2025-08-20T20:17:53.3185732Z (Reading database ... 90%
2025-08-20T20:17:53.3296332Z (Reading database ... 95%
2025-08-20T20:17:53.3296558Z (Reading database ... 100%
2025-08-20T20:17:53.3296856Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T20:17:53.3339527Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T20:17:53.3560306Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:17:53.5409048Z Selecting previously unselected package poppler-data.
2025-08-20T20:17:53.5597707Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T20:17:53.5653519Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T20:17:53.6989072Z Selecting previously unselected package b3sum.
2025-08-20T20:17:53.7174542Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T20:17:53.7229708Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T20:17:53.7756624Z Selecting previously unselected package build-essential.
2025-08-20T20:17:53.7935324Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T20:17:53.7988973Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T20:17:53.8494503Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T20:17:53.8668795Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T20:17:53.8778944Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T20:17:53.9336597Z Selecting previously unselected package ccache.
2025-08-20T20:17:53.9515090Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T20:17:53.9574072Z Unpacking ccache (4.9.1-1) ...
2025-08-20T20:17:54.0317696Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T20:17:54.0515916Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T20:17:54.0583205Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T20:17:54.1102521Z Selecting previously unselected package xfonts-encodings.
2025-08-20T20:17:54.1288539Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T20:17:54.1350195Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:17:54.1916340Z Selecting previously unselected package xfonts-utils.
2025-08-20T20:17:54.2092716Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T20:17:54.2152626Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:17:54.3096908Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T20:17:54.3269544Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T20:17:54.3891699Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T20:17:54.4906009Z Selecting previously unselected package libgs-common.
2025-08-20T20:17:54.5090011Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:17:54.5161689Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:17:54.5614532Z Selecting previously unselected package libgs10-common.
2025-08-20T20:17:54.5810746Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:17:54.5867741Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:17:54.6914647Z Selecting previously unselected package libidn12:arm64.
2025-08-20T20:17:54.7098450Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T20:17:54.7153236Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T20:17:54.7729260Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T20:17:54.7897104Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T20:17:54.7955367Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T20:17:54.8507855Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T20:17:54.8679258Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T20:17:54.8733302Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T20:17:54.9382649Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T20:17:54.9549228Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T20:17:54.9607410Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T20:17:55.0181478Z Selecting previously unselected package libgs10:arm64.
2025-08-20T20:17:55.0366385Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T20:17:55.0419380Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:17:55.2336729Z Selecting previously unselected package ghostscript.
2025-08-20T20:17:55.2504511Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T20:17:55.2569822Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:17:55.3156424Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T20:17:55.3328301Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:17:55.3387722Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:17:55.4577212Z Selecting previously unselected package imagemagick.
2025-08-20T20:17:55.4760936Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:17:55.4814089Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:17:55.5270113Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T20:17:55.5462277Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T20:17:55.5518786Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:17:55.7257232Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T20:17:55.7428858Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:17:55.7489642Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:17:55.8083414Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T20:17:55.8248101Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T20:17:55.8310637Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:17:55.8877215Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T20:17:55.9044844Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T20:17:55.9100050Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:17:55.9555297Z Selecting previously unselected package libjxr-tools.
2025-08-20T20:17:55.9715886Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T20:17:55.9772520Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:17:56.0296810Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T20:17:56.0483891Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T20:17:56.0542311Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T20:17:56.1231000Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T20:17:56.1420991Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T20:17:56.1475353Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T20:17:56.1934243Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T20:17:56.2122811Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:17:56.2177476Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:17:56.2780861Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T20:17:56.2955516Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T20:17:56.3037554Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T20:17:56.3496501Z Selecting previously unselected package libpaper-utils.
2025-08-20T20:17:56.3665530Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T20:17:56.3721414Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T20:17:56.4159859Z Selecting previously unselected package libtool-bin.
2025-08-20T20:17:56.4331849Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T20:17:56.4391805Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T20:17:56.4936594Z Selecting previously unselected package lzip.
2025-08-20T20:17:56.5099729Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T20:17:56.5157760Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T20:17:56.5665418Z Selecting previously unselected package netpbm.
2025-08-20T20:17:56.5848576Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T20:17:56.5904012Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:17:56.8498853Z Selecting previously unselected package musl:arm64.
2025-08-20T20:17:56.8668312Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T20:17:56.8727506Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T20:17:56.9301610Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T20:17:56.9471251Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T20:17:56.9528305Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T20:17:57.0306633Z Selecting previously unselected package musl-tools.
2025-08-20T20:17:57.0491574Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T20:17:57.0547840Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T20:17:57.1773318Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T20:17:57.3187629Z 
2025-08-20T20:17:57.3188091Z Creating config file /etc/papersize with new version
2025-08-20T20:17:57.3987242Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T20:17:57.4166125Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T20:17:57.4366672Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T20:17:57.4510074Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T20:17:57.4647652Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:17:57.4796573Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T20:17:57.4969137Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T20:17:57.5569971Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T20:17:57.6018954Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:17:57.6327374Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T20:17:59.8145898Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T20:17:59.8281321Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T20:17:59.8340350Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T20:17:59.8400008Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T20:17:59.8500486Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:17:59.8668644Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:17:59.8878596Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T20:17:59.9046231Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:17:59.9241325Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:17:59.9383858Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T20:17:59.9444735Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T20:17:59.9517310Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T20:17:59.9591125Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T20:17:59.9673484Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T20:17:59.9734006Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T20:17:59.9802067Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T20:17:59.9865835Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T20:17:59.9937258Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T20:17:59.9996639Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T20:18:00.0075039Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T20:18:00.0153987Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T20:18:00.0233362Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T20:18:00.0294265Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T20:18:00.0371845Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T20:18:00.0443340Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T20:18:00.0517640Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T20:18:00.0583310Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T20:18:00.0654614Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T20:18:00.0715568Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T20:18:00.0785933Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T20:18:00.0913160Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T20:18:00.1008089Z Setting up b3sum (1.2.0-1) ...
2025-08-20T20:18:00.1175504Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T20:18:00.1426661Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T20:18:00.1585428Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:18:00.1956506Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:18:00.2101062Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T20:18:00.2259924Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:18:00.2432027Z Setting up ccache (4.9.1-1) ...
2025-08-20T20:18:00.2537032Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:18:00.2665570Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:18:00.2805792Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:18:00.2975561Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T20:18:00.3146912Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T20:18:00.3292212Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:18:00.3438613Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:18:00.3592504Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T20:18:00.5402780Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T20:18:00.5554518Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:18:00.5716335Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:18:00.5872696Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:18:00.6072075Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:18:00.6920612Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T20:18:00.9920881Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T20:18:01.8167154Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:18:01.8440857Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:18:04.6817058Z Reading package lists...
2025-08-20T20:18:04.9440157Z Building dependency tree...
2025-08-20T20:18:04.9449060Z Reading state information...
2025-08-20T20:18:05.2492990Z autoconf is already the newest version (2.71-3).
2025-08-20T20:18:05.2493424Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:18:05.2493786Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:18:05.2494115Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:18:05.2494459Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:18:05.2494808Z ca-certificates is already the newest version (20240203).
2025-08-20T20:18:05.2495643Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:18:05.2495943Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:18:05.2496247Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:18:05.2496556Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:18:05.2496869Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:18:05.2497183Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:18:05.2497983Z patch set to manually installed.
2025-08-20T20:18:05.2498277Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:18:05.2498603Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:18:05.2498910Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:18:05.2499209Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:18:05.2499470Z Suggested packages:
2025-08-20T20:18:05.2499636Z   scons-doc
2025-08-20T20:18:05.2671169Z The following NEW packages will be installed:
2025-08-20T20:18:05.2680154Z   autopoint byacc clang qemu-user-static scons
2025-08-20T20:18:05.3217094Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:18:05.3217418Z Need to get 17.8 MB of archives.
2025-08-20T20:18:05.3217708Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T20:18:05.3218199Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T20:18:05.4228100Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T20:18:05.4389877Z 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:18:05.5851091Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T20:18:05.6045253Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T20:18:05.8817561Z Fetched 17.8 MB in 0s (54.5 MB/s)
2025-08-20T20:18:05.9104083Z Selecting previously unselected package autopoint.
2025-08-20T20:18:05.9137689Z (Reading database ... 
2025-08-20T20:18:05.9137925Z (Reading database ... 5%
2025-08-20T20:18:05.9138124Z (Reading database ... 10%
2025-08-20T20:18:05.9138325Z (Reading database ... 15%
2025-08-20T20:18:05.9138518Z (Reading database ... 20%
2025-08-20T20:18:05.9138715Z (Reading database ... 25%
2025-08-20T20:18:05.9138938Z (Reading database ... 30%
2025-08-20T20:18:05.9139152Z (Reading database ... 35%
2025-08-20T20:18:05.9139346Z (Reading database ... 40%
2025-08-20T20:18:05.9139540Z (Reading database ... 45%
2025-08-20T20:18:05.9139734Z (Reading database ... 50%
2025-08-20T20:18:05.9160429Z (Reading database ... 55%
2025-08-20T20:18:05.9253579Z (Reading database ... 60%
2025-08-20T20:18:05.9295152Z (Reading database ... 65%
2025-08-20T20:18:05.9310301Z (Reading database ... 70%
2025-08-20T20:18:05.9332924Z (Reading database ... 75%
2025-08-20T20:18:05.9470655Z (Reading database ... 80%
2025-08-20T20:18:05.9551848Z (Reading database ... 85%
2025-08-20T20:18:05.9581268Z (Reading database ... 90%
2025-08-20T20:18:05.9679738Z (Reading database ... 95%
2025-08-20T20:18:05.9679970Z (Reading database ... 100%
2025-08-20T20:18:05.9680274Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T20:18:05.9721831Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T20:18:05.9803226Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T20:18:06.0397856Z Selecting previously unselected package clang.
2025-08-20T20:18:06.0587315Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T20:18:06.0645201Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T20:18:06.1142008Z Selecting previously unselected package qemu-user-static.
2025-08-20T20:18:06.1325101Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T20:18:06.1380158Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:18:07.2050877Z Selecting previously unselected package scons.
2025-08-20T20:18:07.2211711Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T20:18:07.2270071Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T20:18:07.2973363Z Selecting previously unselected package byacc.
2025-08-20T20:18:07.3142987Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T20:18:07.3204259Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T20:18:07.3840082Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:18:07.4019917Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T20:18:07.4241445Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T20:18:07.4639025Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T20:18:07.8365716Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T20:18:07.8524784Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:18:09.0591654Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T20:18:10.4482340Z Reading package lists...
2025-08-20T20:18:10.7048035Z Building dependency tree...
2025-08-20T20:18:10.7054722Z Reading state information...
2025-08-20T20:18:10.9856356Z The following additional packages will be installed:
2025-08-20T20:18:10.9856777Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:18:10.9857120Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:18:10.9857539Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:18:10.9858018Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:18:10.9858888Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:18:10.9859311Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:18:10.9859758Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:18:10.9860186Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:18:10.9861262Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:18:10.9872627Z Suggested packages:
2025-08-20T20:18:10.9872906Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T20:18:10.9873289Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T20:18:10.9873700Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T20:18:10.9876305Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T20:18:10.9876721Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T20:18:10.9877168Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T20:18:10.9877628Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T20:18:10.9878103Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T20:18:10.9878465Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T20:18:10.9878678Z Recommended packages:
2025-08-20T20:18:10.9878958Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T20:18:10.9879385Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T20:18:10.9879781Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T20:18:10.9880137Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T20:18:10.9880458Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T20:18:11.0077141Z The following NEW packages will be installed:
2025-08-20T20:18:11.0078277Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:18:11.0078698Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:18:11.0080218Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:18:11.0080698Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:18:11.0081148Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:18:11.0081574Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:18:11.0082466Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:18:11.0082894Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:18:11.0086316Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:18:11.1504847Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:18:11.1506267Z Need to get 2409 kB of archives.
2025-08-20T20:18:11.1506639Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T20:18:11.1507161Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T20:18:11.1671982Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T20:18:11.1869365Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T20:18:11.2194654Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T20:18:11.2362267Z 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:18:11.2545243Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T20:18:11.2748045Z 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:18:11.2918419Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T20:18:11.3093350Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T20:18:11.3271014Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T20:18:11.3455448Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T20:18:11.3636488Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T20:18:11.3810725Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T20:18:11.3992995Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T20:18:11.4177918Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T20:18:11.4408656Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T20:18:11.4582698Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T20:18:11.5615996Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T20:18:11.5782891Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T20:18:11.5948507Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T20:18:11.6110979Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T20:18:11.6433535Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T20:18:11.6623926Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T20:18:11.6787383Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T20:18:11.6950739Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T20:18:11.7113226Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T20:18:11.7278445Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T20:18:11.7457569Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T20:18:11.7624368Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T20:18:11.7788165Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T20:18:12.0667980Z Fetched 2409 kB in 1s (3099 kB/s)
2025-08-20T20:18:12.0929408Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T20:18:12.0961596Z (Reading database ... 
2025-08-20T20:18:12.0962173Z (Reading database ... 5%
2025-08-20T20:18:12.0962427Z (Reading database ... 10%
2025-08-20T20:18:12.0962636Z (Reading database ... 15%
2025-08-20T20:18:12.0962835Z (Reading database ... 20%
2025-08-20T20:18:12.0963032Z (Reading database ... 25%
2025-08-20T20:18:12.0963230Z (Reading database ... 30%
2025-08-20T20:18:12.0963421Z (Reading database ... 35%
2025-08-20T20:18:12.0963615Z (Reading database ... 40%
2025-08-20T20:18:12.0963813Z (Reading database ... 45%
2025-08-20T20:18:12.0964008Z (Reading database ... 50%
2025-08-20T20:18:12.0982487Z (Reading database ... 55%
2025-08-20T20:18:12.1067931Z (Reading database ... 60%
2025-08-20T20:18:12.1105589Z (Reading database ... 65%
2025-08-20T20:18:12.1119224Z (Reading database ... 70%
2025-08-20T20:18:12.1139820Z (Reading database ... 75%
2025-08-20T20:18:12.1261270Z (Reading database ... 80%
2025-08-20T20:18:12.1328575Z (Reading database ... 85%
2025-08-20T20:18:12.1353964Z (Reading database ... 90%
2025-08-20T20:18:12.1435724Z (Reading database ... 95%
2025-08-20T20:18:12.1435958Z (Reading database ... 100%
2025-08-20T20:18:12.1436255Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T20:18:12.1462620Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T20:18:12.1516768Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:18:12.1984486Z Selecting previously unselected package libfile-which-perl.
2025-08-20T20:18:12.2136965Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T20:18:12.2205211Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T20:18:12.2617969Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T20:18:12.2761797Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T20:18:12.2818515Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T20:18:12.3289590Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T20:18:12.3459197Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T20:18:12.3518223Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T20:18:12.3974389Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T20:18:12.4142390Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T20:18:12.4195453Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:18:12.4650207Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T20:18:12.4822025Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T20:18:12.4883170Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:18:12.5347230Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T20:18:12.5516550Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T20:18:12.5570234Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T20:18:12.6057203Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T20:18:12.6201416Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T20:18:12.6257867Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:18:12.6713390Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T20:18:12.6877793Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T20:18:12.6932403Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T20:18:12.7377516Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T20:18:12.7543966Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T20:18:12.7609081Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T20:18:12.8057036Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T20:18:12.8198758Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T20:18:12.8248103Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:18:12.8706993Z Selecting previously unselected package libimport-into-perl.
2025-08-20T20:18:12.8870643Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T20:18:12.8924349Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T20:18:12.9354748Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T20:18:12.9522431Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T20:18:12.9576553Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T20:18:13.0020875Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T20:18:13.0197487Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T20:18:13.0256315Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:18:13.0794743Z Selecting previously unselected package libmoo-perl.
2025-08-20T20:18:13.0959116Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T20:18:13.1016678Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T20:18:13.1448577Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T20:18:13.1589605Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T20:18:13.1653289Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T20:18:13.2066807Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T20:18:13.2210220Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T20:18:13.2262558Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T20:18:13.2823110Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T20:18:13.2972188Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T20:18:13.3024605Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:18:13.3491768Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T20:18:13.3677400Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T20:18:13.3732276Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:18:13.4182655Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T20:18:13.4360347Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T20:18:13.4414308Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T20:18:13.4950811Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T20:18:13.5126319Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T20:18:13.5179179Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T20:18:13.5714604Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T20:18:13.5882793Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T20:18:13.5943550Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:18:13.6419012Z Selecting previously unselected package libnet-http-perl.
2025-08-20T20:18:13.6567394Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T20:18:13.6622073Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T20:18:13.7056573Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T20:18:13.7207488Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T20:18:13.7260192Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:18:13.7698364Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T20:18:13.7854371Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T20:18:13.7912662Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T20:18:13.8459567Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T20:18:13.8613565Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T20:18:13.8673318Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:18:13.9111223Z Selecting previously unselected package libwww-perl.
2025-08-20T20:18:13.9292206Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T20:18:13.9347639Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T20:18:13.9799921Z Selecting previously unselected package patchutils.
2025-08-20T20:18:13.9966999Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T20:18:14.0019304Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T20:18:14.0539118Z Selecting previously unselected package wdiff.
2025-08-20T20:18:14.0712643Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T20:18:14.0768512Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T20:18:14.1406540Z Selecting previously unselected package devscripts.
2025-08-20T20:18:14.1558167Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T20:18:14.1766810Z Unpacking devscripts (2.23.7) ...
2025-08-20T20:18:14.3093244Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T20:18:14.3256735Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:18:14.3419202Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T20:18:14.3567609Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T20:18:14.3723939Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:18:14.3901372Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:18:14.4044704Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:18:14.4186453Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T20:18:14.4332822Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T20:18:14.4485276Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T20:18:14.4647510Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T20:18:14.4808159Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T20:18:14.4950761Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T20:18:14.5156649Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:18:14.5298861Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T20:18:14.5443646Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:18:14.5607412Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:18:14.5749406Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:18:14.5903776Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T20:18:14.6044632Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T20:18:14.6221125Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T20:18:14.6367728Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T20:18:14.6504079Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:18:14.6658534Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T20:18:14.6805459Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:18:14.6951769Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T20:18:14.7098363Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T20:18:14.7259285Z Setting up libwww-perl (6.76-1) ...
2025-08-20T20:18:14.7420605Z Setting up devscripts (2.23.7) ...
2025-08-20T20:18:14.8617991Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:18:14.8781344Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:18:16.5844219Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:18:17.7209045Z Reading package lists...
2025-08-20T20:18:17.8996984Z Building dependency tree...
2025-08-20T20:18:17.9006055Z Reading state information...
2025-08-20T20:18:18.1364040Z The following additional packages will be installed:
2025-08-20T20:18:18.1370513Z   cmake-data libjsoncpp25 librhash0
2025-08-20T20:18:18.1377902Z Suggested packages:
2025-08-20T20:18:18.1378144Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T20:18:18.1527178Z The following NEW packages will be installed:
2025-08-20T20:18:18.1535446Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T20:18:18.3565622Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:18:18.3565970Z Need to get 12.7 MB of archives.
2025-08-20T20:18:18.3566266Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T20:18:18.3566776Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T20:18:18.6661859Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T20:18:18.8626306Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T20:18:19.3171093Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T20:18:20.3240325Z Fetched 12.7 MB in 2s (6630 kB/s)
2025-08-20T20:18:20.3686096Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T20:18:20.3719509Z (Reading database ... 
2025-08-20T20:18:20.3719772Z (Reading database ... 5%
2025-08-20T20:18:20.3720313Z (Reading database ... 10%
2025-08-20T20:18:20.3720522Z (Reading database ... 15%
2025-08-20T20:18:20.3721390Z (Reading database ... 20%
2025-08-20T20:18:20.3721599Z (Reading database ... 25%
2025-08-20T20:18:20.3721795Z (Reading database ... 30%
2025-08-20T20:18:20.3721991Z (Reading database ... 35%
2025-08-20T20:18:20.3722190Z (Reading database ... 40%
2025-08-20T20:18:20.3722386Z (Reading database ... 45%
2025-08-20T20:18:20.3722585Z (Reading database ... 50%
2025-08-20T20:18:20.3742065Z (Reading database ... 55%
2025-08-20T20:18:20.3826543Z (Reading database ... 60%
2025-08-20T20:18:20.3864542Z (Reading database ... 65%
2025-08-20T20:18:20.3878458Z (Reading database ... 70%
2025-08-20T20:18:20.3907512Z (Reading database ... 75%
2025-08-20T20:18:20.4025011Z (Reading database ... 80%
2025-08-20T20:18:20.4093344Z (Reading database ... 85%
2025-08-20T20:18:20.4117178Z (Reading database ... 90%
2025-08-20T20:18:20.4202099Z (Reading database ... 95%
2025-08-20T20:18:20.4202341Z (Reading database ... 100%
2025-08-20T20:18:20.4202633Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T20:18:20.4231348Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T20:18:20.4347495Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T20:18:20.4862395Z Selecting previously unselected package librhash0:arm64.
2025-08-20T20:18:20.5027420Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T20:18:20.5084442Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T20:18:20.5685389Z Selecting previously unselected package cmake-data.
2025-08-20T20:18:20.5854665Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T20:18:20.5963442Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T20:18:21.6842051Z Selecting previously unselected package cmake.
2025-08-20T20:18:21.7003109Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T20:18:21.7056254Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T20:18:21.9924577Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T20:18:22.0079557Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T20:18:22.0225689Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T20:18:22.0433458Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T20:18:22.0587980Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:18:23.3769442Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:18:24.4555604Z Reading package lists...
2025-08-20T20:18:24.6544216Z Building dependency tree...
2025-08-20T20:18:24.6552399Z Reading state information...
2025-08-20T20:18:24.9257690Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:18:24.9258651Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:18:24.9259016Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:18:24.9259328Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:18:24.9259963Z b3sum is already the newest version (1.2.0-1).
2025-08-20T20:18:24.9260309Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:18:24.9260658Z ca-certificates is already the newest version (20240203).
2025-08-20T20:18:24.9260962Z ccache is already the newest version (4.9.1-1).
2025-08-20T20:18:24.9261257Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:18:24.9261563Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:18:24.9261852Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:18:24.9262135Z git-lfs is already the newest version (3.6.1).
2025-08-20T20:18:24.9262471Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T20:18:24.9262824Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T20:18:24.9263126Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:18:24.9263434Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:18:24.9263761Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:18:24.9264273Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:18:24.9264553Z musl is already the newest version (1.2.4-2).
2025-08-20T20:18:24.9264828Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T20:18:24.9265393Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T20:18:24.9265782Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:18:24.9266126Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:18:24.9266427Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:18:24.9266730Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:18:24.9267064Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:18:24.9452328Z Reading package lists...
2025-08-20T20:18:25.1222312Z Building dependency tree...
2025-08-20T20:18:25.1230612Z Reading state information...
2025-08-20T20:18:25.3875961Z autoconf is already the newest version (2.71-3).
2025-08-20T20:18:25.3876387Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:18:25.3876738Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T20:18:25.3877065Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:18:25.3877394Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:18:25.3877737Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:18:25.3878069Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T20:18:25.3878386Z ca-certificates is already the newest version (20240203).
2025-08-20T20:18:25.3878698Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T20:18:25.3878999Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:18:25.3879292Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:18:25.3879592Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:18:25.3879907Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:18:25.3880228Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:18:25.3880541Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:18:25.3880853Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:18:25.3881184Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:18:25.3881545Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:18:25.3881894Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:18:25.3882184Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:18:25.3882484Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:18:25.3882818Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:18:25.4066490Z Reading package lists...
2025-08-20T20:18:25.5851716Z Building dependency tree...
2025-08-20T20:18:25.5859871Z Reading state information...
2025-08-20T20:18:25.8498232Z devscripts is already the newest version (2.23.7).
2025-08-20T20:18:25.8498634Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:18:25.8683596Z Reading package lists...
2025-08-20T20:18:26.0779163Z Building dependency tree...
2025-08-20T20:18:26.0787253Z Reading state information...
2025-08-20T20:18:26.3535677Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T20:18:26.3536527Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:18:26.3728498Z Reading package lists...
2025-08-20T20:18:26.5597412Z Building dependency tree...
2025-08-20T20:18:26.5605130Z Reading state information...
2025-08-20T20:18:26.8101968Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:18:26.8102439Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T20:18:26.8490239Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:18:26.8931737Z Reading package lists...
2025-08-20T20:18:27.0808003Z Building dependency tree...
2025-08-20T20:18:27.0816232Z Reading state information...
2025-08-20T20:18:27.3141416Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T20:18:27.3141848Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T20:18:27.3142203Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:18:27.3142568Z The following additional packages will be installed:
2025-08-20T20:18:27.3142898Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:18:27.3143297Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T20:18:27.3143749Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:18:27.3144140Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:18:27.3144531Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:18:27.3145200Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:18:27.3145619Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T20:18:27.3146029Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:18:27.3146407Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T20:18:27.3146801Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T20:18:27.3147223Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T20:18:27.3147577Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T20:18:27.3147954Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:18:27.3148396Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T20:18:27.3148734Z   linux-libc-dev-armhf-cross
2025-08-20T20:18:27.3156606Z Suggested packages:
2025-08-20T20:18:27.3156951Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T20:18:27.3157337Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T20:18:27.3478782Z The following NEW packages will be installed:
2025-08-20T20:18:27.3479131Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:18:27.3479530Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T20:18:27.3479981Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:18:27.3480411Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T20:18:27.3480786Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T20:18:27.3481177Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T20:18:27.3481591Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T20:18:27.3481982Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:18:27.3485257Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T20:18:27.3485739Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T20:18:27.3486159Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T20:18:27.3486584Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T20:18:27.3486957Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:18:27.3487335Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T20:18:27.3487793Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T20:18:27.4016197Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:18:27.4016538Z Need to get 112 MB of archives.
2025-08-20T20:18:27.4016832Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T20:18:27.4017499Z 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:18:27.4520650Z 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:18:27.6066260Z 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:18:27.6232169Z 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:18:27.6935952Z 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:18:27.7099441Z 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:18:27.7263237Z 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:18:27.7610456Z 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:18:27.7777782Z 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:18:27.7941467Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T20:18:27.8161128Z 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:18:27.8324209Z 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:18:27.8493670Z 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:18:27.8656674Z 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:18:27.8971063Z 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:18:27.9170997Z 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:18:27.9962864Z 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:18:28.0174742Z 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:18:28.1388124Z 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:18:28.1625590Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T20:18:28.1883396Z 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:18:28.2221391Z 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:18:28.2979886Z 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:18:28.3327435Z 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:18:28.3491456Z 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:18:28.3657397Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T20:18:28.3893930Z 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:18:28.4061951Z 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:18:28.4233333Z 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:18:28.4397847Z 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:18:28.4717359Z 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:18:28.4919546Z 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:18:28.5146347Z 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:18:28.5925095Z 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:18:28.7103465Z 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:18:28.7339101Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T20:18:28.7579396Z 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:18:28.7877993Z 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:18:28.8819656Z 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:18:28.8984834Z 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:18:28.9148082Z 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:18:28.9310820Z 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:18:29.2330066Z Fetched 112 MB in 2s (71.4 MB/s)
2025-08-20T20:18:29.2606129Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T20:18:29.2640982Z (Reading database ... 
2025-08-20T20:18:29.2641196Z (Reading database ... 5%
2025-08-20T20:18:29.2641394Z (Reading database ... 10%
2025-08-20T20:18:29.2641600Z (Reading database ... 15%
2025-08-20T20:18:29.2641796Z (Reading database ... 20%
2025-08-20T20:18:29.2641990Z (Reading database ... 25%
2025-08-20T20:18:29.2642204Z (Reading database ... 30%
2025-08-20T20:18:29.2642842Z (Reading database ... 35%
2025-08-20T20:18:29.2643089Z (Reading database ... 40%
2025-08-20T20:18:29.2643288Z (Reading database ... 45%
2025-08-20T20:18:29.2643482Z (Reading database ... 50%
2025-08-20T20:18:29.2666200Z (Reading database ... 55%
2025-08-20T20:18:29.2761910Z (Reading database ... 60%
2025-08-20T20:18:29.2803844Z (Reading database ... 65%
2025-08-20T20:18:29.2819147Z (Reading database ... 70%
2025-08-20T20:18:29.2851203Z (Reading database ... 75%
2025-08-20T20:18:29.2982059Z (Reading database ... 80%
2025-08-20T20:18:29.3070073Z (Reading database ... 85%
2025-08-20T20:18:29.3097650Z (Reading database ... 90%
2025-08-20T20:18:29.3199395Z (Reading database ... 95%
2025-08-20T20:18:29.3199639Z (Reading database ... 100%
2025-08-20T20:18:29.3199931Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T20:18:29.3242478Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:18:29.3304209Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:29.3817019Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T20:18:29.3989826Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:18:29.4071820Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:29.6895755Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T20:18:29.7048773Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:18:29.7112040Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:29.7618755Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T20:18:29.7798827Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:18:29.7886061Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:30.0795366Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T20:18:30.0959502Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:18:30.1078106Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:18:30.1574474Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T20:18:30.1739195Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:18:30.1812528Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:18:30.2294755Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T20:18:30.2481162Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T20:18:30.2588619Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:18:30.3801050Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T20:18:30.3978959Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:30.4036292Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:30.4467655Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T20:18:30.4628451Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:30.4681177Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:30.5126291Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T20:18:30.5296110Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:18:30.5345877Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:18:30.5966962Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T20:18:30.6123100Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:30.6179177Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:30.6652296Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T20:18:30.6814157Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:30.6870356Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:30.7396391Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T20:18:30.7576346Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:30.7635229Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:30.8136495Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T20:18:30.8314080Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:30.8369843Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:30.9361186Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T20:18:30.9526921Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:30.9602224Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:31.0207948Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T20:18:31.0368222Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:31.0423346Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:31.1065994Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T20:18:31.1233005Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:31.1300822Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:31.2124725Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T20:18:31.2307290Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:18:31.2389035Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:31.6908242Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T20:18:31.7087794Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:18:31.7143780Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:18:32.0462320Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T20:18:32.0635846Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:18:32.0695764Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:18:32.2204392Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T20:18:32.2388439Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:32.2441249Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:32.5454197Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T20:18:32.5625909Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:18:32.5707376Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:32.8797489Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T20:18:32.8961725Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T20:18:32.9029864Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:18:33.0302461Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T20:18:33.0487656Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:33.0543859Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:33.1046548Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T20:18:33.1232182Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:33.1283642Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:33.1735265Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T20:18:33.1918717Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:18:33.1971053Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:18:33.2607964Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T20:18:33.2779405Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:33.2831571Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:33.3311678Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T20:18:33.3487485Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:33.3549068Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:33.4055557Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T20:18:33.4229184Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:33.4284466Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:33.4735421Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T20:18:33.4907963Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:33.4972233Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:33.5860789Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T20:18:33.6054348Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:33.6114676Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:33.6666746Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T20:18:33.6848207Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:33.6913097Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:33.7540626Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T20:18:33.7701365Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:33.7755419Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:33.8509287Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T20:18:33.8672565Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:18:33.8752200Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:34.2937859Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T20:18:34.3098710Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:18:34.3154505Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:18:34.5904237Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T20:18:34.6103485Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:18:34.6163234Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:18:34.7520733Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T20:18:34.7684718Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:18:34.7740200Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:35.0412937Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T20:18:35.0615458Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:18:35.0700226Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:35.3261898Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T20:18:35.3427892Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:18:35.3488738Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:18:35.3882781Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T20:18:35.4049054Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:18:35.4109651Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:18:35.4482971Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T20:18:35.4681980Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:18:35.4739415Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:18:35.5127825Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T20:18:35.5316967Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:18:35.5380112Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:18:35.6081396Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:18:35.6267310Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:18:35.6461058Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:35.6613216Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:35.6850014Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:35.7022990Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:18:35.7184674Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:35.7339146Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:18:35.7509300Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:18:35.7670659Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:35.7823204Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:35.7975187Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:18:35.8143465Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:18:35.8302438Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:35.8473766Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:35.8647047Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:35.8813772Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:35.8977583Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:35.9137232Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:35.9315917Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:35.9474610Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:18:35.9627537Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:35.9807215Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:35.9984134Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:18:36.0203811Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:36.0457008Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:36.0618621Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:36.0779452Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:18:36.0949876Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:36.1112534Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:18:36.1555370Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:36.1713771Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:36.1870769Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:36.2025094Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:36.2182295Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:18:36.2441628Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:36.2603942Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:36.2750744Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:36.2915214Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:18:36.3109403Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:18:36.3264588Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:18:36.3427731Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:18:36.3602070Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T20:18:36.3662948Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:18:36.3778957Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:18:37.7051429Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:18:38.8966268Z Reading package lists...
2025-08-20T20:18:39.0874081Z Building dependency tree...
2025-08-20T20:18:39.0880656Z Reading state information...
2025-08-20T20:18:39.3253147Z The following additional packages will be installed:
2025-08-20T20:18:39.3254031Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:18:39.3260125Z   libpcap0.8-dev
2025-08-20T20:18:39.3535825Z The following NEW packages will be installed:
2025-08-20T20:18:39.3536626Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:18:39.3541956Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T20:18:39.3723344Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:18:39.5777915Z Need to get 1640 kB of archives.
2025-08-20T20:18:39.5778760Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T20:18:39.5779358Z 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:18:40.0126329Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T20:18:40.1281514Z 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:18:40.2457069Z 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:18:40.4382795Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T20:18:40.7371683Z 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:18:40.9129394Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T20:18:40.9972630Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T20:18:41.2613797Z Fetched 1640 kB in 2s (1015 kB/s)
2025-08-20T20:18:41.3052499Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T20:18:41.3088094Z (Reading database ... 
2025-08-20T20:18:41.3088650Z (Reading database ... 5%
2025-08-20T20:18:41.3088900Z (Reading database ... 10%
2025-08-20T20:18:41.3089107Z (Reading database ... 15%
2025-08-20T20:18:41.3089301Z (Reading database ... 20%
2025-08-20T20:18:41.3089495Z (Reading database ... 25%
2025-08-20T20:18:41.3089705Z (Reading database ... 30%
2025-08-20T20:18:41.3090365Z (Reading database ... 35%
2025-08-20T20:18:41.3090597Z (Reading database ... 40%
2025-08-20T20:18:41.3090795Z (Reading database ... 45%
2025-08-20T20:18:41.3090987Z (Reading database ... 50%
2025-08-20T20:18:41.3111753Z (Reading database ... 55%
2025-08-20T20:18:41.3206234Z (Reading database ... 60%
2025-08-20T20:18:41.3242997Z (Reading database ... 65%
2025-08-20T20:18:41.3260772Z (Reading database ... 70%
2025-08-20T20:18:41.3288431Z (Reading database ... 75%
2025-08-20T20:18:41.3465075Z (Reading database ... 80%
2025-08-20T20:18:41.3512041Z (Reading database ... 85%
2025-08-20T20:18:41.3540527Z (Reading database ... 90%
2025-08-20T20:18:41.3648222Z (Reading database ... 95%
2025-08-20T20:18:41.3648482Z (Reading database ... 100%
2025-08-20T20:18:41.3648779Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T20:18:41.3687402Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T20:18:41.3753428Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:18:41.4447582Z Selecting previously unselected package libjudydebian1.
2025-08-20T20:18:41.4616935Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T20:18:41.4731216Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:18:41.5213371Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T20:18:41.5384712Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T20:18:41.5439695Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:18:41.5979813Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T20:18:41.6149963Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T20:18:41.6210227Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:18:41.6713052Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T20:18:41.6908564Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T20:18:41.6965471Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T20:18:41.7943034Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T20:18:41.8130421Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T20:18:41.8219013Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:18:41.8772317Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T20:18:41.8958656Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T20:18:41.9012946Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:18:41.9566424Z Selecting previously unselected package pcaputils.
2025-08-20T20:18:41.9729214Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T20:18:41.9813461Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T20:18:42.0480882Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:18:42.0650833Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:18:42.2007383Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:18:42.2176562Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T20:18:42.2447788Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T20:18:42.4736099Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:18:42.4896701Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T20:18:42.5092649Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:18:42.5363791Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:18:44.1251704Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:18:44.1666195Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:18:44.1827469Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:18:45.3498698Z Reading package lists...
2025-08-20T20:18:45.5472829Z Building dependency tree...
2025-08-20T20:18:45.5479522Z Reading state information...
2025-08-20T20:18:45.5867054Z Reading package lists...
2025-08-20T20:18:45.7806600Z Building dependency tree...
2025-08-20T20:18:45.7815206Z Reading state information...
2025-08-20T20:18:46.0226418Z The following additional packages will be installed:
2025-08-20T20:18:46.0230434Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T20:18:46.0237821Z Suggested packages:
2025-08-20T20:18:46.0238155Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T20:18:46.0238634Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T20:18:46.0406651Z The following NEW packages will be installed:
2025-08-20T20:18:46.0407651Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T20:18:46.0412466Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T20:18:46.3182868Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:18:46.3183319Z Need to get 801 kB of archives.
2025-08-20T20:18:46.3183648Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T20:18:46.3184508Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T20:18:46.5299514Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T20:18:46.7071559Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T20:18:47.0013358Z 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:18:47.0945273Z 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:18:47.1812097Z 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:18:47.3528718Z 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:18:47.4381664Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T20:18:47.5273314Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T20:18:47.7908120Z Fetched 801 kB in 1s (541 kB/s)
2025-08-20T20:18:47.8295974Z Selecting previously unselected package liblz1:arm64.
2025-08-20T20:18:47.8330730Z (Reading database ... 
2025-08-20T20:18:47.8331465Z (Reading database ... 5%
2025-08-20T20:18:47.8331716Z (Reading database ... 10%
2025-08-20T20:18:47.8331939Z (Reading database ... 15%
2025-08-20T20:18:47.8332131Z (Reading database ... 20%
2025-08-20T20:18:47.8332326Z (Reading database ... 25%
2025-08-20T20:18:47.8332523Z (Reading database ... 30%
2025-08-20T20:18:47.8332716Z (Reading database ... 35%
2025-08-20T20:18:47.8332913Z (Reading database ... 40%
2025-08-20T20:18:47.8333107Z (Reading database ... 45%
2025-08-20T20:18:47.8333307Z (Reading database ... 50%
2025-08-20T20:18:47.8353391Z (Reading database ... 55%
2025-08-20T20:18:47.8442685Z (Reading database ... 60%
2025-08-20T20:18:47.8477471Z (Reading database ... 65%
2025-08-20T20:18:47.8494091Z (Reading database ... 70%
2025-08-20T20:18:47.8520129Z (Reading database ... 75%
2025-08-20T20:18:47.8677867Z (Reading database ... 80%
2025-08-20T20:18:47.8720191Z (Reading database ... 85%
2025-08-20T20:18:47.8744604Z (Reading database ... 90%
2025-08-20T20:18:47.8840594Z (Reading database ... 95%
2025-08-20T20:18:47.8840848Z (Reading database ... 100%
2025-08-20T20:18:47.8841138Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T20:18:47.8869103Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T20:18:47.8970615Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T20:18:47.9412135Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T20:18:47.9561158Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T20:18:47.9620377Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T20:18:48.0675213Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T20:18:48.0859306Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T20:18:48.0928880Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T20:18:48.1838685Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T20:18:48.2020392Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T20:18:48.2094665Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T20:18:48.2540402Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T20:18:48.2712973Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T20:18:48.2768058Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T20:18:48.3251569Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T20:18:48.3407733Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T20:18:48.3460743Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:18:48.3956620Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T20:18:48.4114124Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T20:18:48.4168807Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T20:18:48.4652722Z Selecting previously unselected package lzma.
2025-08-20T20:18:48.4810232Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T20:18:48.4922314Z Unpacking lzma (9.22-2.2) ...
2025-08-20T20:18:48.5428526Z Selecting previously unselected package lzma-dev.
2025-08-20T20:18:48.5613794Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T20:18:48.5664374Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T20:18:48.6328257Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T20:18:48.6538274Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T20:18:48.6728806Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T20:18:48.6897368Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T20:18:48.7068506Z Setting up lzma (9.22-2.2) ...
2025-08-20T20:18:48.7214201Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T20:18:48.7380113Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T20:18:48.7549594Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:18:48.7707590Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T20:18:48.7891940Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T20:18:48.8093228Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:18:48.8378252Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:18:50.1934330Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:18:51.4526714Z Reading package lists...
2025-08-20T20:18:51.6866401Z Building dependency tree...
2025-08-20T20:18:51.6875126Z Reading state information...
2025-08-20T20:18:51.9836611Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T20:18:51.9837619Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T20:18:51.9837979Z inetutils-telnet set to manually installed.
2025-08-20T20:18:51.9838284Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T20:18:51.9838615Z The following additional packages will be installed:
2025-08-20T20:18:51.9838878Z   tcpd update-inetd
2025-08-20T20:18:52.0003569Z The following packages will be REMOVED:
2025-08-20T20:18:52.0010620Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T20:18:52.0011467Z The following NEW packages will be installed:
2025-08-20T20:18:52.0011804Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T20:18:52.0012210Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T20:18:52.0019697Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T20:18:52.1774827Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T20:18:52.1775693Z Need to get 691 kB of archives.
2025-08-20T20:18:52.1776003Z After this operation, 987 kB disk space will be freed.
2025-08-20T20:18:52.1776518Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T20:18:52.2342441Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T20:18:52.2546688Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T20:18:52.2749293Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T20:18:52.3000137Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T20:18:52.3315538Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T20:18:52.3563030Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T20:18:52.3787535Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T20:18:52.3995350Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T20:18:52.4186880Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T20:18:52.4410717Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T20:18:52.4652151Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T20:18:52.4875089Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T20:18:52.7093554Z Preconfiguring packages ...
2025-08-20T20:18:52.8057015Z Fetched 691 kB in 0s (1442 kB/s)
2025-08-20T20:18:52.8248746Z (Reading database ... 
2025-08-20T20:18:52.8249477Z (Reading database ... 5%
2025-08-20T20:18:52.8249729Z (Reading database ... 10%
2025-08-20T20:18:52.8249931Z (Reading database ... 15%
2025-08-20T20:18:52.8250129Z (Reading database ... 20%
2025-08-20T20:18:52.8250322Z (Reading database ... 25%
2025-08-20T20:18:52.8250511Z (Reading database ... 30%
2025-08-20T20:18:52.8250707Z (Reading database ... 35%
2025-08-20T20:18:52.8250900Z (Reading database ... 40%
2025-08-20T20:18:52.8251095Z (Reading database ... 45%
2025-08-20T20:18:52.8251283Z (Reading database ... 50%
2025-08-20T20:18:52.8269295Z (Reading database ... 55%
2025-08-20T20:18:52.8359307Z (Reading database ... 60%
2025-08-20T20:18:52.8399243Z (Reading database ... 65%
2025-08-20T20:18:52.8417169Z (Reading database ... 70%
2025-08-20T20:18:52.8443648Z (Reading database ... 75%
2025-08-20T20:18:52.8607762Z (Reading database ... 80%
2025-08-20T20:18:52.8651260Z (Reading database ... 85%
2025-08-20T20:18:52.8680441Z (Reading database ... 90%
2025-08-20T20:18:52.8778242Z (Reading database ... 95%
2025-08-20T20:18:52.8778477Z (Reading database ... 100%
2025-08-20T20:18:52.8778773Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T20:18:52.8809133Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T20:18:52.9364459Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T20:18:52.9985441Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T20:18:53.3503487Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T20:18:53.3538968Z (Reading database ... 
2025-08-20T20:18:53.3539204Z (Reading database ... 5%
2025-08-20T20:18:53.3539407Z (Reading database ... 10%
2025-08-20T20:18:53.3539603Z (Reading database ... 15%
2025-08-20T20:18:53.3540272Z (Reading database ... 20%
2025-08-20T20:18:53.3540479Z (Reading database ... 25%
2025-08-20T20:18:53.3540677Z (Reading database ... 30%
2025-08-20T20:18:53.3540870Z (Reading database ... 35%
2025-08-20T20:18:53.3541068Z (Reading database ... 40%
2025-08-20T20:18:53.3541638Z (Reading database ... 45%
2025-08-20T20:18:53.3541864Z (Reading database ... 50%
2025-08-20T20:18:53.3559402Z (Reading database ... 55%
2025-08-20T20:18:53.3645671Z (Reading database ... 60%
2025-08-20T20:18:53.3685437Z (Reading database ... 65%
2025-08-20T20:18:53.3702866Z (Reading database ... 70%
2025-08-20T20:18:53.3728946Z (Reading database ... 75%
2025-08-20T20:18:53.3885986Z (Reading database ... 80%
2025-08-20T20:18:53.3927710Z (Reading database ... 85%
2025-08-20T20:18:53.3955210Z (Reading database ... 90%
2025-08-20T20:18:53.4047181Z (Reading database ... 95%
2025-08-20T20:18:53.4047406Z (Reading database ... 100%
2025-08-20T20:18:53.4047695Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T20:18:53.4074692Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:18:53.4160597Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:18:53.4656287Z Selecting previously unselected package tcpd.
2025-08-20T20:18:53.4823946Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T20:18:53.4904614Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T20:18:53.5461452Z Selecting previously unselected package update-inetd.
2025-08-20T20:18:53.5632344Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T20:18:53.5716363Z Unpacking update-inetd (4.53) ...
2025-08-20T20:18:53.6361666Z Selecting previously unselected package inetutils-inetd.
2025-08-20T20:18:53.6526916Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:18:53.6636831Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:18:53.7139721Z Selecting previously unselected package inetutils-ftp.
2025-08-20T20:18:53.7294161Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:18:53.7438443Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:18:53.7989563Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T20:18:53.8136687Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:18:53.8192746Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:18:53.8714561Z Selecting previously unselected package inetutils-ping.
2025-08-20T20:18:53.8864531Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:18:53.8970690Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:18:53.9523350Z Selecting previously unselected package inetutils-talk.
2025-08-20T20:18:53.9675304Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:18:53.9736200Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:18:54.0285906Z Selecting previously unselected package inetutils-talkd.
2025-08-20T20:18:54.0469807Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:18:54.0621862Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:18:54.1251514Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T20:18:54.1432869Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:18:54.1516329Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:18:54.2021951Z Selecting previously unselected package inetutils-tools.
2025-08-20T20:18:54.2189028Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:18:54.2249422Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:18:54.2774382Z Selecting previously unselected package netcat-traditional.
2025-08-20T20:18:54.2947803Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T20:18:54.3008514Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T20:18:54.3529343Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T20:18:54.3683841Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:18:54.3766149Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:18:54.4441152Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T20:18:54.4696033Z Setting up update-inetd (4.53) ...
2025-08-20T20:18:54.5621249Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:18:54.5761381Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T20:18:54.5850766Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:18:54.9102596Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:18:54.9103016Z 
2025-08-20T20:18:54.9103142Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T20:18:54.9103329Z 
2025-08-20T20:18:54.9103711Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:18:54.9104072Z 
2025-08-20T20:18:54.9104568Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:18:54.9105231Z 
2025-08-20T20:18:55.1397815Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:18:55.1614107Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:18:55.1774386Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T20:18:55.1867761Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:18:55.2025428Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:18:55.2179676Z Setting up tcpd (7.6.q-33) ...
2025-08-20T20:18:55.2326771Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:18:55.5382331Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:18:55.5382751Z 
2025-08-20T20:18:55.5383275Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:18:55.5383752Z 
2025-08-20T20:18:55.7629690Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:18:55.8628373Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:18:55.9441870Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:18:56.0111878Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:18:58.7426637Z Reading package lists...
2025-08-20T20:18:58.9247924Z Building dependency tree...
2025-08-20T20:18:58.9254794Z Reading state information...
2025-08-20T20:18:59.2288162Z The following packages will be REMOVED:
2025-08-20T20:18:59.2294037Z   inetutils-ping
2025-08-20T20:18:59.2295486Z The following NEW packages will be installed:
2025-08-20T20:18:59.2302856Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T20:18:59.2307966Z The following packages will be upgraded:
2025-08-20T20:18:59.2315211Z   iputils-tracepath
2025-08-20T20:18:59.2951916Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T20:18:59.2952286Z Need to get 84.5 kB of archives.
2025-08-20T20:18:59.2952583Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T20:18:59.2953172Z 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:18:59.3438559Z 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:18:59.3619218Z 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:18:59.3801524Z 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:18:59.6616546Z Fetched 84.5 kB in 0s (597 kB/s)
2025-08-20T20:18:59.6809450Z (Reading database ... 
2025-08-20T20:18:59.6809714Z (Reading database ... 5%
2025-08-20T20:18:59.6809931Z (Reading database ... 10%
2025-08-20T20:18:59.6810133Z (Reading database ... 15%
2025-08-20T20:18:59.6810326Z (Reading database ... 20%
2025-08-20T20:18:59.6810521Z (Reading database ... 25%
2025-08-20T20:18:59.6810716Z (Reading database ... 30%
2025-08-20T20:18:59.6811217Z (Reading database ... 35%
2025-08-20T20:18:59.6811439Z (Reading database ... 40%
2025-08-20T20:18:59.6811632Z (Reading database ... 45%
2025-08-20T20:18:59.6811822Z (Reading database ... 50%
2025-08-20T20:18:59.6830479Z (Reading database ... 55%
2025-08-20T20:18:59.6918673Z (Reading database ... 60%
2025-08-20T20:18:59.6954464Z (Reading database ... 65%
2025-08-20T20:18:59.6971295Z (Reading database ... 70%
2025-08-20T20:18:59.6997881Z (Reading database ... 75%
2025-08-20T20:18:59.7166003Z (Reading database ... 80%
2025-08-20T20:18:59.7200580Z (Reading database ... 85%
2025-08-20T20:18:59.7231254Z (Reading database ... 90%
2025-08-20T20:18:59.7319426Z (Reading database ... 95%
2025-08-20T20:18:59.7319763Z (Reading database ... 100%
2025-08-20T20:18:59.7320069Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T20:18:59.7345879Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:18:59.8209616Z Selecting previously unselected package iputils-ping.
2025-08-20T20:18:59.8243841Z (Reading database ... 
2025-08-20T20:18:59.8244727Z (Reading database ... 5%
2025-08-20T20:18:59.8245084Z (Reading database ... 10%
2025-08-20T20:18:59.8245320Z (Reading database ... 15%
2025-08-20T20:18:59.8245514Z (Reading database ... 20%
2025-08-20T20:18:59.8245711Z (Reading database ... 25%
2025-08-20T20:18:59.8245911Z (Reading database ... 30%
2025-08-20T20:18:59.8246107Z (Reading database ... 35%
2025-08-20T20:18:59.8246301Z (Reading database ... 40%
2025-08-20T20:18:59.8246489Z (Reading database ... 45%
2025-08-20T20:18:59.8246683Z (Reading database ... 50%
2025-08-20T20:18:59.8265143Z (Reading database ... 55%
2025-08-20T20:18:59.8357142Z (Reading database ... 60%
2025-08-20T20:18:59.8393877Z (Reading database ... 65%
2025-08-20T20:18:59.8411892Z (Reading database ... 70%
2025-08-20T20:18:59.8439175Z (Reading database ... 75%
2025-08-20T20:18:59.8611734Z (Reading database ... 80%
2025-08-20T20:18:59.8648976Z (Reading database ... 85%
2025-08-20T20:18:59.8682462Z (Reading database ... 90%
2025-08-20T20:18:59.8782095Z (Reading database ... 95%
2025-08-20T20:18:59.8782345Z (Reading database ... 100%
2025-08-20T20:18:59.8782635Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T20:18:59.8819940Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:18:59.8890777Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:18:59.9591643Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:18:59.9816349Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T20:19:00.0412451Z Selecting previously unselected package iputils-arping.
2025-08-20T20:19:00.0606712Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:19:00.0676790Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:19:00.1231348Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T20:19:00.1411680Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:19:00.1467319Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:19:00.2117614Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:19:00.2466311Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:19:00.2740542Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:19:00.3021557Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T20:19:00.3189774Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:19:02.9424342Z Reading package lists...
2025-08-20T20:19:03.1467912Z Building dependency tree...
2025-08-20T20:19:03.1474494Z Reading state information...
2025-08-20T20:19:03.4038009Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T20:19:03.4391360Z The following packages will be upgraded:
2025-08-20T20:19:03.4391667Z   python3-pip python3-pip-whl
2025-08-20T20:19:03.4620201Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:19:03.5369321Z Need to get 3020 kB of archives.
2025-08-20T20:19:03.5369695Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T20:19:03.5370280Z 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:19:03.6653692Z 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:19:03.9533904Z Fetched 3020 kB in 0s (14.4 MB/s)
2025-08-20T20:19:03.9903473Z (Reading database ... 
2025-08-20T20:19:03.9903757Z (Reading database ... 5%
2025-08-20T20:19:03.9903960Z (Reading database ... 10%
2025-08-20T20:19:03.9904837Z (Reading database ... 15%
2025-08-20T20:19:03.9905194Z (Reading database ... 20%
2025-08-20T20:19:03.9905396Z (Reading database ... 25%
2025-08-20T20:19:03.9905594Z (Reading database ... 30%
2025-08-20T20:19:03.9905791Z (Reading database ... 35%
2025-08-20T20:19:03.9906006Z (Reading database ... 40%
2025-08-20T20:19:03.9906675Z (Reading database ... 45%
2025-08-20T20:19:03.9906870Z (Reading database ... 50%
2025-08-20T20:19:03.9926122Z (Reading database ... 55%
2025-08-20T20:19:04.0018766Z (Reading database ... 60%
2025-08-20T20:19:04.0058559Z (Reading database ... 65%
2025-08-20T20:19:04.0076496Z (Reading database ... 70%
2025-08-20T20:19:04.0105203Z (Reading database ... 75%
2025-08-20T20:19:04.0296857Z (Reading database ... 80%
2025-08-20T20:19:04.0336160Z (Reading database ... 85%
2025-08-20T20:19:04.0373122Z (Reading database ... 90%
2025-08-20T20:19:04.0471066Z (Reading database ... 95%
2025-08-20T20:19:04.0471324Z (Reading database ... 100%
2025-08-20T20:19:04.0471616Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T20:19:04.0508029Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T20:19:04.2216033Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T20:19:04.4309045Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T20:19:04.4479232Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T20:19:04.5302661Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T20:19:04.5448485Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T20:19:05.4769727Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:19:08.3942936Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T20:19:08.6807784Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:19:09.5482176Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T20:19:09.6751970Z Collecting pip
2025-08-20T20:19:09.7223117Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T20:19:09.7388815Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T20:19:09.8236019Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 21.5 MB/s eta 0:00:00
2025-08-20T20:19:10.0787336Z Installing collected packages: pip
2025-08-20T20:19:10.7322043Z Successfully installed pip-25.2
2025-08-20T20:19:10.9318119Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T20:19:10.9755451Z Reading package lists...
2025-08-20T20:19:11.2028934Z Building dependency tree...
2025-08-20T20:19:11.2038538Z Reading state information...
2025-08-20T20:19:11.4399470Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T20:19:11.4399823Z pciutils set to manually installed.
2025-08-20T20:19:11.4400102Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T20:19:11.4400428Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T20:19:11.4400721Z python3-distro set to manually installed.
2025-08-20T20:19:11.4401039Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T20:19:11.4401371Z python3-netifaces set to manually installed.
2025-08-20T20:19:11.4402155Z The following additional packages will be installed:
2025-08-20T20:19:11.4402477Z   libsysfs2
2025-08-20T20:19:11.4409928Z Suggested packages:
2025-08-20T20:19:11.4410163Z   fancontrol read-edid i2c-tools
2025-08-20T20:19:11.4690108Z The following NEW packages will be installed:
2025-08-20T20:19:11.4692346Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T20:19:11.4904003Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:19:11.6996925Z Need to get 133 kB of archives.
2025-08-20T20:19:11.6997705Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T20:19:11.6998256Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T20:19:11.8761394Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T20:19:11.9827618Z 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:19:12.2082911Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T20:19:12.4767212Z Fetched 133 kB in 1s (187 kB/s)
2025-08-20T20:19:12.5084291Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T20:19:12.5119414Z (Reading database ... 
2025-08-20T20:19:12.5120007Z (Reading database ... 5%
2025-08-20T20:19:12.5120251Z (Reading database ... 10%
2025-08-20T20:19:12.5120455Z (Reading database ... 15%
2025-08-20T20:19:12.5120656Z (Reading database ... 20%
2025-08-20T20:19:12.5120852Z (Reading database ... 25%
2025-08-20T20:19:12.5121049Z (Reading database ... 30%
2025-08-20T20:19:12.5121243Z (Reading database ... 35%
2025-08-20T20:19:12.5121438Z (Reading database ... 40%
2025-08-20T20:19:12.5121630Z (Reading database ... 45%
2025-08-20T20:19:12.5121825Z (Reading database ... 50%
2025-08-20T20:19:12.5141378Z (Reading database ... 55%
2025-08-20T20:19:12.5233314Z (Reading database ... 60%
2025-08-20T20:19:12.5270615Z (Reading database ... 65%
2025-08-20T20:19:12.5288160Z (Reading database ... 70%
2025-08-20T20:19:12.5315143Z (Reading database ... 75%
2025-08-20T20:19:12.5484627Z (Reading database ... 80%
2025-08-20T20:19:12.5520848Z (Reading database ... 85%
2025-08-20T20:19:12.5555196Z (Reading database ... 90%
2025-08-20T20:19:12.5646680Z (Reading database ... 95%
2025-08-20T20:19:12.5646917Z (Reading database ... 100%
2025-08-20T20:19:12.5647209Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T20:19:12.5677340Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T20:19:12.5810050Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T20:19:12.6458024Z Selecting previously unselected package sysfsutils.
2025-08-20T20:19:12.6637502Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T20:19:12.6718146Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T20:19:12.7392581Z Selecting previously unselected package lm-sensors.
2025-08-20T20:19:12.7565399Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T20:19:12.7776475Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:19:12.8258153Z Selecting previously unselected package virt-what.
2025-08-20T20:19:12.8421305Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T20:19:12.8476849Z Unpacking virt-what (1.25-2) ...
2025-08-20T20:19:12.9117278Z Setting up virt-what (1.25-2) ...
2025-08-20T20:19:12.9271317Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T20:19:12.9422457Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T20:19:13.2505799Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:19:13.2506197Z 
2025-08-20T20:19:13.2506657Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:19:13.2507097Z 
2025-08-20T20:19:13.4844882Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:19:13.7788963Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T20:19:13.7789505Z 
2025-08-20T20:19:13.7871435Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:19:15.3499263Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:19:16.4774997Z Reading package lists...
2025-08-20T20:19:16.6649041Z Building dependency tree...
2025-08-20T20:19:16.6657671Z Reading state information...
2025-08-20T20:19:16.9028864Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:19:16.9029279Z The following additional packages will be installed:
2025-08-20T20:19:16.9031244Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T20:19:16.9031598Z   xorg-sgml-doctools
2025-08-20T20:19:16.9040524Z Suggested packages:
2025-08-20T20:19:16.9040742Z   libxcb-doc
2025-08-20T20:19:16.9216284Z The following NEW packages will be installed:
2025-08-20T20:19:16.9218257Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T20:19:16.9221455Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T20:19:16.9222272Z   xcb xorg-sgml-doctools
2025-08-20T20:19:17.1226175Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:19:17.1226539Z Need to get 816 kB of archives.
2025-08-20T20:19:17.1226834Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T20:19:17.1227371Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T20:19:17.2069286Z 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:19:17.2966432Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T20:19:17.7905771Z 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:19:17.8754627Z 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:19:17.9612302Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T20:19:18.0532229Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T20:19:18.1382143Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T20:19:18.2224011Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T20:19:18.3068377Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T20:19:18.3916337Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T20:19:18.6508728Z Fetched 816 kB in 1s (559 kB/s)
2025-08-20T20:19:18.6751902Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T20:19:18.6787216Z (Reading database ... 
2025-08-20T20:19:18.6787461Z (Reading database ... 5%
2025-08-20T20:19:18.6787941Z (Reading database ... 10%
2025-08-20T20:19:18.6788188Z (Reading database ... 15%
2025-08-20T20:19:18.6788390Z (Reading database ... 20%
2025-08-20T20:19:18.6788589Z (Reading database ... 25%
2025-08-20T20:19:18.6788800Z (Reading database ... 30%
2025-08-20T20:19:18.6788996Z (Reading database ... 35%
2025-08-20T20:19:18.6789193Z (Reading database ... 40%
2025-08-20T20:19:18.6789390Z (Reading database ... 45%
2025-08-20T20:19:18.6789584Z (Reading database ... 50%
2025-08-20T20:19:18.6809180Z (Reading database ... 55%
2025-08-20T20:19:18.6899070Z (Reading database ... 60%
2025-08-20T20:19:18.6934758Z (Reading database ... 65%
2025-08-20T20:19:18.6951781Z (Reading database ... 70%
2025-08-20T20:19:18.6978534Z (Reading database ... 75%
2025-08-20T20:19:18.7143787Z (Reading database ... 80%
2025-08-20T20:19:18.7179035Z (Reading database ... 85%
2025-08-20T20:19:18.7213049Z (Reading database ... 90%
2025-08-20T20:19:18.7302076Z (Reading database ... 95%
2025-08-20T20:19:18.7302282Z (Reading database ... 100%
2025-08-20T20:19:18.7302571Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T20:19:18.7332826Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T20:19:18.7395770Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T20:19:18.7873336Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T20:19:18.8019794Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T20:19:18.8075987Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:19:18.8663657Z Selecting previously unselected package x11proto-dev.
2025-08-20T20:19:18.8823621Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T20:19:18.8886765Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T20:19:18.9828304Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T20:19:19.0008841Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T20:19:19.0060746Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T20:19:19.0582651Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T20:19:19.0774644Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T20:19:19.0833425Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:19:19.1311724Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T20:19:19.1503930Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:19:19.1559678Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:19:19.2070065Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T20:19:19.2241273Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:19:19.2293578Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:19:19.2872258Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T20:19:19.3037148Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:19:19.3138680Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:19:19.3569721Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T20:19:19.3732568Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:19:19.3784306Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:19:19.4268553Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T20:19:19.4431926Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:19:19.4518002Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:19:19.5048658Z Selecting previously unselected package xcb.
2025-08-20T20:19:19.5240381Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T20:19:19.5292829Z Unpacking xcb (2.4-8build2) ...
2025-08-20T20:19:19.6004679Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:19:19.6201515Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T20:19:19.6346903Z Setting up xcb (2.4-8build2) ...
2025-08-20T20:19:19.6584821Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:19:19.6811087Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:19:19.7087898Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:19:21.1651954Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:19:21.1868025Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T20:19:21.2038982Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T20:19:21.2204360Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:19:21.2383958Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:19:21.2536908Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:19:21.2698863Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:19:21.2865535Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:19:22.5720667Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:19:23.1983777Z Collecting build
2025-08-20T20:19:23.2475880Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:19:23.3437229Z Collecting cffi
2025-08-20T20:19:23.3506735Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T20:19:23.3779199Z Collecting scons
2025-08-20T20:19:23.3863338Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:19:23.4161516Z Collecting scuba
2025-08-20T20:19:23.4239364Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:19:23.4748623Z Collecting pytest
2025-08-20T20:19:23.4817013Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:19:23.5113957Z Collecting packaging>=19.1 (from build)
2025-08-20T20:19:23.5180342Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:19:23.5411580Z Collecting pyproject_hooks (from build)
2025-08-20T20:19:23.5483920Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:19:23.5722786Z Collecting pycparser (from cffi)
2025-08-20T20:19:23.5791050Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:19:23.6178130Z Collecting PyYAML (from scuba)
2025-08-20T20:19:23.6249485Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T20:19:23.6491959Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:19:23.6558521Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:19:23.6842578Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:19:23.6910894Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:19:23.7232908Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:19:23.7303122Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:19:23.7478997Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:19:23.7634779Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T20:19:23.8128479Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:19:23.8492839Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 114.1 MB/s  0:00:00
2025-08-20T20:19:23.8569097Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:19:23.8729685Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:19:23.8893467Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:19:23.9084868Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:19:23.9237079Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:19:23.9396440Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:19:23.9549689Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 72.9 MB/s  0:00:00
2025-08-20T20:19:23.9617281Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:19:23.9767262Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:19:23.9920570Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T20:19:24.0080685Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 36.5 MB/s  0:00:00
2025-08-20T20:19:24.1053318Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:19:25.7047190Z 
2025-08-20T20:19:25.7061945Z 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:19:25.9954675Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:19:26.3022939Z Collecting ansi2txt
2025-08-20T20:19:26.3615308Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:19:26.3953441Z Collecting pipx
2025-08-20T20:19:26.4021395Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:19:26.4302887Z Collecting scons
2025-08-20T20:19:26.4312928Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:19:26.4482552Z Collecting py2static
2025-08-20T20:19:26.4564385Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:19:26.4892592Z Collecting typer
2025-08-20T20:19:26.4961439Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:19:26.5363956Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:19:26.5432373Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:19:26.5699849Z Collecting packaging>=20 (from pipx)
2025-08-20T20:19:26.5709832Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:19:26.5964840Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:19:26.6035454Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:19:26.6336729Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:19:26.6404563Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:19:26.6981726Z Collecting pyinstaller (from py2static)
2025-08-20T20:19:26.7100769Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T20:19:26.7376673Z Collecting staticx (from py2static)
2025-08-20T20:19:26.7457362Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T20:19:26.7793117Z   Preparing metadata (setup.py): started
2025-08-20T20:19:27.2692441Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T20:19:27.2938555Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:19:27.3009055Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:19:27.3412387Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:19:27.3483051Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:19:27.3774489Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:19:27.3843313Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:19:27.4292287Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:19:27.4362580Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:19:27.4656568Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:19:27.4726202Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:19:27.5028679Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:19:27.5037497Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:19:27.5215424Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:19:27.5297467Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:19:27.6357203Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:19:27.6437179Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:19:27.6780051Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:19:27.6858241Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:19:27.7148782Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:19:27.7248662Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:19:27.7558533Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:19:27.7630982Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:19:27.7809620Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:19:27.7951896Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:19:27.8051854Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:19:27.8160493Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:19:27.8303900Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:19:27.8463167Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:19:27.8632608Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:19:27.8800804Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:19:27.8871190Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:19:27.9047107Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:19:27.9211995Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:19:27.9289032Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:19:27.9444479Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:19:27.9592271Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:19:27.9732822Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:19:27.9889737Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:19:28.0044674Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T20:19:28.0219875Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 30.6 MB/s  0:00:00
2025-08-20T20:19:28.0292295Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:19:28.0460576Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:19:28.0620820Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 66.6 MB/s  0:00:00
2025-08-20T20:19:28.0689688Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:19:28.0837020Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:19:28.1247313Z Building wheels for collected packages: staticx
2025-08-20T20:19:28.1254248Z   Building wheel for staticx (setup.py): started
2025-08-20T20:19:36.9117225Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T20:19:36.9127097Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790707 sha256=954f297d0b9a87245d403514df3b44e20025823737b0d9b5db39817cff43ad26
2025-08-20T20:19:36.9128005Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T20:19:36.9143238Z Successfully built staticx
2025-08-20T20:19:37.0109382Z 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:19:37.8254132Z   Attempting uninstall: scons
2025-08-20T20:19:37.8325819Z     Found existing installation: SCons 4.9.1
2025-08-20T20:19:37.8610765Z     Uninstalling SCons-4.9.1:
2025-08-20T20:19:37.8670790Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:19:38.3618543Z   Attempting uninstall: pygments
2025-08-20T20:19:38.3686223Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:19:38.3849742Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:19:38.3872698Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:19:38.9825276Z   Attempting uninstall: packaging
2025-08-20T20:19:38.9894103Z     Found existing installation: packaging 25.0
2025-08-20T20:19:38.9913199Z     Uninstalling packaging-25.0:
2025-08-20T20:19:38.9919226Z       Successfully uninstalled packaging-25.0
2025-08-20T20:19:39.9026542Z 
2025-08-20T20:19:39.9050995Z 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:19:40.2005081Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:19:40.3618872Z Collecting build
2025-08-20T20:19:40.3629547Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:19:40.4345642Z Collecting cffi
2025-08-20T20:19:40.4356428Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T20:19:40.4532751Z Collecting scons
2025-08-20T20:19:40.4541981Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:19:40.4732177Z Collecting scuba
2025-08-20T20:19:40.4741494Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:19:40.5145348Z Collecting pytest
2025-08-20T20:19:40.5155007Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:19:40.5348805Z Collecting packaging>=19.1 (from build)
2025-08-20T20:19:40.5357965Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:19:40.5504300Z Collecting pyproject_hooks (from build)
2025-08-20T20:19:40.5513530Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:19:40.5648715Z Collecting pycparser (from cffi)
2025-08-20T20:19:40.5658992Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:19:40.5946827Z Collecting PyYAML (from scuba)
2025-08-20T20:19:40.5960599Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T20:19:40.6100257Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:19:40.6109366Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:19:40.6296944Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:19:40.6306308Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:19:40.6526184Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:19:40.6535970Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:19:40.6584675Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:19:40.6593935Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T20:19:40.6605963Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:19:40.6639617Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:19:40.6650332Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:19:40.6661361Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:19:40.6670378Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:19:40.6678980Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:19:40.6688029Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:19:40.6704065Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:19:40.6713580Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:19:40.6722744Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T20:19:40.7763680Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:19:40.7767630Z   Attempting uninstall: scons
2025-08-20T20:19:40.7838963Z     Found existing installation: SCons 4.9.1
2025-08-20T20:19:40.8121533Z     Uninstalling SCons-4.9.1:
2025-08-20T20:19:40.8181095Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:19:41.3056404Z   Attempting uninstall: PyYAML
2025-08-20T20:19:41.3132582Z     Found existing installation: PyYAML 6.0.2
2025-08-20T20:19:41.3155293Z     Uninstalling PyYAML-6.0.2:
2025-08-20T20:19:41.3161999Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T20:19:41.3693996Z   Attempting uninstall: pyproject_hooks
2025-08-20T20:19:41.3762124Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T20:19:41.3775587Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T20:19:41.3780694Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T20:19:41.3909973Z   Attempting uninstall: pygments
2025-08-20T20:19:41.3976341Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:19:41.4128604Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:19:41.4152636Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:19:41.9798287Z   Attempting uninstall: pycparser
2025-08-20T20:19:41.9866322Z     Found existing installation: pycparser 2.22
2025-08-20T20:19:41.9884458Z     Uninstalling pycparser-2.22:
2025-08-20T20:19:41.9890144Z       Successfully uninstalled pycparser-2.22
2025-08-20T20:19:42.1025557Z   Attempting uninstall: pluggy
2025-08-20T20:19:42.1093309Z     Found existing installation: pluggy 1.6.0
2025-08-20T20:19:42.1109205Z     Uninstalling pluggy-1.6.0:
2025-08-20T20:19:42.1114099Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T20:19:42.1891673Z   Attempting uninstall: packaging
2025-08-20T20:19:42.1962787Z     Found existing installation: packaging 25.0
2025-08-20T20:19:42.1981984Z     Uninstalling packaging-25.0:
2025-08-20T20:19:42.1988284Z       Successfully uninstalled packaging-25.0
2025-08-20T20:19:42.2394672Z   Attempting uninstall: iniconfig
2025-08-20T20:19:42.2465230Z     Found existing installation: iniconfig 2.1.0
2025-08-20T20:19:42.2479007Z     Uninstalling iniconfig-2.1.0:
2025-08-20T20:19:42.2483939Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T20:19:42.2605751Z   Attempting uninstall: scuba
2025-08-20T20:19:42.2671908Z     Found existing installation: scuba 2.14.1
2025-08-20T20:19:42.2689401Z     Uninstalling scuba-2.14.1:
2025-08-20T20:19:42.2696241Z       Successfully uninstalled scuba-2.14.1
2025-08-20T20:19:42.2917473Z   Attempting uninstall: pytest
2025-08-20T20:19:42.2991127Z     Found existing installation: pytest 8.4.1
2025-08-20T20:19:42.3038635Z     Uninstalling pytest-8.4.1:
2025-08-20T20:19:42.3235986Z       Successfully uninstalled pytest-8.4.1
2025-08-20T20:19:42.5238153Z   Attempting uninstall: cffi
2025-08-20T20:19:42.5304585Z     Found existing installation: cffi 1.17.1
2025-08-20T20:19:42.5329238Z     Uninstalling cffi-1.17.1:
2025-08-20T20:19:42.5510356Z       Successfully uninstalled cffi-1.17.1
2025-08-20T20:19:42.6277060Z   Attempting uninstall: build
2025-08-20T20:19:42.6345878Z     Found existing installation: build 1.3.0
2025-08-20T20:19:42.6364830Z     Uninstalling build-1.3.0:
2025-08-20T20:19:42.6372646Z       Successfully uninstalled build-1.3.0
2025-08-20T20:19:42.6678659Z 
2025-08-20T20:19:42.6700684Z 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:19:42.9592907Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:19:43.1195229Z Collecting ansi2txt
2025-08-20T20:19:43.1206368Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:19:43.1405673Z Collecting pipx
2025-08-20T20:19:43.1415604Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:19:43.1592852Z Collecting scons
2025-08-20T20:19:43.1603348Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:19:43.1752521Z Collecting py2static
2025-08-20T20:19:43.1762065Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:19:43.1950687Z Collecting typer
2025-08-20T20:19:43.1960068Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:19:43.2210600Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:19:43.2219922Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:19:43.2408207Z Collecting packaging>=20 (from pipx)
2025-08-20T20:19:43.2418049Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:19:43.2620343Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:19:43.2630583Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:19:43.2794198Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:19:43.2804325Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:19:43.3143886Z Collecting pyinstaller (from py2static)
2025-08-20T20:19:43.3154779Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T20:19:43.3316245Z Collecting staticx (from py2static)
2025-08-20T20:19:43.3325381Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T20:19:43.3464260Z   Preparing metadata (setup.py): started
2025-08-20T20:19:43.5426493Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T20:19:43.5634484Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:19:43.5644764Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:19:43.5840231Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:19:43.5849944Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:19:43.6107299Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:19:43.6116591Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:19:43.6638525Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:19:43.6648210Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:19:43.6843012Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:19:43.6853292Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:19:43.7072150Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:19:43.7081765Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:19:43.7230842Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:19:43.7240477Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:19:43.8135809Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:19:43.8143014Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:19:43.8329664Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:19:43.8339045Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:19:43.8529170Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:19:43.8538776Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:19:43.8735454Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:19:43.8745005Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:19:43.8776463Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:19:43.8785816Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:19:43.8795428Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:19:43.8832857Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:19:43.8841986Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:19:43.8851372Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:19:43.8860849Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:19:43.8870582Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:19:43.8880072Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:19:43.8889313Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:19:43.8899710Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:19:43.8917063Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:19:43.8926602Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:19:43.8935497Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:19:43.8944678Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:19:43.8953897Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:19:43.8963272Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T20:19:43.8976504Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:19:43.8988000Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:19:43.9004604Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:19:43.9013740Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:19:43.9331931Z Building wheels for collected packages: staticx
2025-08-20T20:19:43.9338144Z   Building wheel for staticx (setup.py): started
2025-08-20T20:19:46.3715583Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T20:19:46.3727464Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790764 sha256=dc045952c52616696f933e5fb425caff3db650837655491eeff6a0845e8bc34f
2025-08-20T20:19:46.3728369Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T20:19:46.3746733Z Successfully built staticx
2025-08-20T20:19:46.4731164Z 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:19:46.4733850Z   Attempting uninstall: pyelftools
2025-08-20T20:19:46.4801400Z     Found existing installation: pyelftools 0.32
2025-08-20T20:19:46.4839029Z     Uninstalling pyelftools-0.32:
2025-08-20T20:19:46.4850204Z       Successfully uninstalled pyelftools-0.32
2025-08-20T20:19:46.5907757Z   Attempting uninstall: altgraph
2025-08-20T20:19:46.5978636Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:19:46.5994628Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:19:46.6000526Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:19:46.6206112Z   Attempting uninstall: typing-extensions
2025-08-20T20:19:46.6274613Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T20:19:46.6286593Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T20:19:46.6477524Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T20:19:46.6807730Z   Attempting uninstall: staticx
2025-08-20T20:19:46.6878496Z     Found existing installation: staticx 0.14.1
2025-08-20T20:19:46.6899380Z     Uninstalling staticx-0.14.1:
2025-08-20T20:19:46.6907754Z       Successfully uninstalled staticx-0.14.1
2025-08-20T20:19:46.7204027Z   Attempting uninstall: shellingham
2025-08-20T20:19:46.7275604Z     Found existing installation: shellingham 1.5.4
2025-08-20T20:19:46.7290850Z     Uninstalling shellingham-1.5.4:
2025-08-20T20:19:46.7296164Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T20:19:46.7443814Z   Attempting uninstall: setuptools
2025-08-20T20:19:46.7511702Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:19:46.7712327Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:19:46.7931526Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:19:47.4223214Z   Attempting uninstall: scons
2025-08-20T20:19:47.4305258Z     Found existing installation: SCons 4.9.1
2025-08-20T20:19:47.4599575Z     Uninstalling SCons-4.9.1:
2025-08-20T20:19:47.4660113Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:19:47.9562378Z   Attempting uninstall: pygments
2025-08-20T20:19:47.9632991Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:19:47.9803246Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:19:47.9825464Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:19:48.5570314Z   Attempting uninstall: platformdirs
2025-08-20T20:19:48.5649460Z     Found existing installation: platformdirs 4.3.8
2025-08-20T20:19:48.5665222Z     Uninstalling platformdirs-4.3.8:
2025-08-20T20:19:48.5670269Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T20:19:48.5870454Z   Attempting uninstall: packaging
2025-08-20T20:19:48.5941552Z     Found existing installation: packaging 25.0
2025-08-20T20:19:48.5961178Z     Uninstalling packaging-25.0:
2025-08-20T20:19:48.5966926Z       Successfully uninstalled packaging-25.0
2025-08-20T20:19:48.6372881Z   Attempting uninstall: mdurl
2025-08-20T20:19:48.6439759Z     Found existing installation: mdurl 0.1.2
2025-08-20T20:19:48.6453424Z     Uninstalling mdurl-0.1.2:
2025-08-20T20:19:48.6458781Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T20:19:48.6586503Z   Attempting uninstall: click
2025-08-20T20:19:48.6659077Z     Found existing installation: click 8.2.1
2025-08-20T20:19:48.6676665Z     Uninstalling click-8.2.1:
2025-08-20T20:19:48.6681738Z       Successfully uninstalled click-8.2.1
2025-08-20T20:19:48.7281117Z   Attempting uninstall: argcomplete
2025-08-20T20:19:48.7354086Z     Found existing installation: argcomplete 3.6.2
2025-08-20T20:19:48.7378270Z     Uninstalling argcomplete-3.6.2:
2025-08-20T20:19:48.7387225Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T20:19:48.7651316Z   Attempting uninstall: ansi2txt
2025-08-20T20:19:48.7722214Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T20:19:48.7735409Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T20:19:48.7925225Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T20:19:48.8036194Z   Attempting uninstall: userpath
2025-08-20T20:19:48.8106476Z     Found existing installation: userpath 1.9.2
2025-08-20T20:19:48.8122177Z     Uninstalling userpath-1.9.2:
2025-08-20T20:19:48.8128875Z       Successfully uninstalled userpath-1.9.2
2025-08-20T20:19:48.8272170Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:19:48.8347738Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:19:48.8649436Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:19:48.8687981Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:19:49.0704136Z   Attempting uninstall: markdown-it-py
2025-08-20T20:19:49.0779029Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T20:19:49.0827175Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T20:19:49.0838471Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T20:19:49.1439111Z   Attempting uninstall: rich
2025-08-20T20:19:49.1512957Z     Found existing installation: rich 14.1.0
2025-08-20T20:19:49.1557890Z     Uninstalling rich-14.1.0:
2025-08-20T20:19:49.1566153Z       Successfully uninstalled rich-14.1.0
2025-08-20T20:19:49.3078917Z   Attempting uninstall: pyinstaller
2025-08-20T20:19:49.3150654Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:19:49.3401661Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:19:49.3438655Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:19:49.6088546Z   Attempting uninstall: pipx
2025-08-20T20:19:49.6164642Z     Found existing installation: pipx 1.7.1
2025-08-20T20:19:49.6193391Z     Uninstalling pipx-1.7.1:
2025-08-20T20:19:49.6210653Z       Successfully uninstalled pipx-1.7.1
2025-08-20T20:19:49.6733698Z   Attempting uninstall: typer
2025-08-20T20:19:49.6805429Z     Found existing installation: typer 0.16.1
2025-08-20T20:19:49.6827350Z     Uninstalling typer-0.16.1:
2025-08-20T20:19:49.6834446Z       Successfully uninstalled typer-0.16.1
2025-08-20T20:19:49.7210423Z   Attempting uninstall: py2static
2025-08-20T20:19:49.7275447Z     Found existing installation: py2static 0.0.1
2025-08-20T20:19:49.7291629Z     Uninstalling py2static-0.0.1:
2025-08-20T20:19:49.7299385Z       Successfully uninstalled py2static-0.0.1
2025-08-20T20:19:49.7434773Z 
2025-08-20T20:19:49.7459226Z 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:19:50.0434744Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:19:50.1484574Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T20:19:50.1488844Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-t0g0i15i
2025-08-20T20:19:50.1509197Z 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-t0g0i15i
2025-08-20T20:19:51.3406401Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T20:19:51.3442818Z   Installing build dependencies: started
2025-08-20T20:19:51.9880729Z   Installing build dependencies: finished with status 'done'
2025-08-20T20:19:51.9889960Z   Getting requirements to build wheel: started
2025-08-20T20:19:52.2512742Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T20:19:52.2521742Z   Preparing metadata (pyproject.toml): started
2025-08-20T20:19:52.4216701Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T20:19:52.5692250Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T20:19:52.5703234Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:19:52.5898507Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T20:19:52.5907912Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:19:52.6099566Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T20:19:52.6109056Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:19:52.6282940Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T20:19:52.6292403Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:19:52.6330655Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:19:52.6340360Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:19:52.6352133Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:19:52.6367963Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:19:52.6475216Z Building wheels for collected packages: pyinstaller
2025-08-20T20:19:52.6481977Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T20:19:55.5629749Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T20:19:55.5649395Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=9778a4e9788db5bbe77a229ee2cc8b7ea4a8efd8a732c0e1aa25fdb2aeae5909
2025-08-20T20:19:55.5650356Z   Stored in directory: /tmp/pip-ephem-wheel-cache-5o3h5n2r/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T20:19:55.5687562Z Successfully built pyinstaller
2025-08-20T20:19:55.6469847Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T20:19:55.6472820Z   Attempting uninstall: altgraph
2025-08-20T20:19:55.6540581Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:19:55.6557948Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:19:55.6563577Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:19:55.6788730Z   Attempting uninstall: setuptools
2025-08-20T20:19:55.6854686Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:19:55.7053394Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:19:55.7270909Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:19:56.3094414Z   Attempting uninstall: packaging
2025-08-20T20:19:56.3172174Z     Found existing installation: packaging 25.0
2025-08-20T20:19:56.3190946Z     Uninstalling packaging-25.0:
2025-08-20T20:19:56.3197998Z       Successfully uninstalled packaging-25.0
2025-08-20T20:19:56.3614529Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:19:56.3686243Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:19:56.3977329Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:19:56.4014228Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:19:56.5982887Z   Attempting uninstall: pyinstaller
2025-08-20T20:19:56.6055967Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:19:56.6310170Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:19:56.6346760Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:19:56.9041704Z 
2025-08-20T20:19:56.9065188Z 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:19:57.1286619Z 6.15.0
2025-08-20T20:19:58.3355375Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T20:19:58.3365518Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T20:19:58.3365995Z 
2025-08-20T20:19:58.3366201Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T20:19:58.3366727Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T20:19:58.3367143Z installation.
2025-08-20T20:19:58.3367290Z 
2025-08-20T20:19:58.3367485Z If you installed the current Docker package using this script and are using it
2025-08-20T20:19:58.3368051Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T20:19:58.3368545Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T20:19:58.3369349Z files to match the parameters passed to the script.
2025-08-20T20:19:58.3369613Z 
2025-08-20T20:19:58.3369735Z You may press Ctrl+C now to abort this script.
2025-08-20T20:19:58.3522973Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:19:59.7957502Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T20:20:00.2622922Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T20:20:00.2745756Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T20:20:00.3385675Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T20:20:00.3400811Z + 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:20:00.3407889Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:20:01.5272599Z + 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:20:11.8081620Z + sh -c 'docker version'
2025-08-20T20:20:11.8216410Z Client: Docker Engine - Community
2025-08-20T20:20:11.8217292Z  Version:           28.3.3
2025-08-20T20:20:11.8217736Z  API version:       1.51
2025-08-20T20:20:11.8218004Z  Go version:        go1.24.5
2025-08-20T20:20:11.8218244Z  Git commit:        980b856
2025-08-20T20:20:11.8218547Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T20:20:11.8218851Z  OS/Arch:           linux/arm64
2025-08-20T20:20:11.8219092Z  Context:           default
2025-08-20T20:20:11.8219277Z 
2025-08-20T20:20:11.8219383Z Server: Docker Engine - Community
2025-08-20T20:20:11.8219628Z  Engine:
2025-08-20T20:20:11.8219947Z   Version:          28.3.3
2025-08-20T20:20:11.8220270Z   API version:      1.51 (minimum version 1.24)
2025-08-20T20:20:11.8220585Z   Go version:       go1.24.5
2025-08-20T20:20:11.8220866Z   Git commit:       bea959c
2025-08-20T20:20:11.8221118Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T20:20:11.8221389Z   OS/Arch:          linux/arm64
2025-08-20T20:20:11.8221680Z   Experimental:     false
2025-08-20T20:20:11.8221905Z  containerd:
2025-08-20T20:20:11.8222095Z   Version:          1.7.27
2025-08-20T20:20:11.8222405Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T20:20:11.8222703Z  runc:
2025-08-20T20:20:11.8222869Z   Version:          1.2.5
2025-08-20T20:20:11.8223166Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T20:20:11.8223427Z  docker-init:
2025-08-20T20:20:11.8223669Z   Version:          0.19.0
2025-08-20T20:20:11.8223906Z   GitCommit:        de40ad0
2025-08-20T20:20:11.8238113Z 
2025-08-20T20:20:11.8238469Z ================================================================================
2025-08-20T20:20:11.8238819Z 
2025-08-20T20:20:11.8239291Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T20:20:11.8239690Z Docker daemon in rootless mode for your user:
2025-08-20T20:20:11.8239903Z 
2025-08-20T20:20:11.8240002Z     dockerd-rootless-setuptool.sh install
2025-08-20T20:20:11.8240258Z 
2025-08-20T20:20:11.8240466Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T20:20:11.8240789Z 
2025-08-20T20:20:11.8240792Z 
2025-08-20T20:20:11.8240980Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T20:20:11.8241458Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T20:20:11.8241734Z 
2025-08-20T20:20:11.8241924Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T20:20:11.8242383Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T20:20:11.8242878Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T20:20:11.8243193Z 
2025-08-20T20:20:11.8243299Z ================================================================================
2025-08-20T20:20:11.8243705Z 
2025-08-20T20:20:22.8654084Z ● docker.service - Docker Application Container Engine
2025-08-20T20:20:22.8654629Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:20:22.8655724Z      Active: active (running) since Wed 2025-08-20 20:20:12 UTC; 10s ago
2025-08-20T20:20:22.8656193Z TriggeredBy: ● docker.socket
2025-08-20T20:20:22.8656552Z        Docs: https://docs.docker.com
2025-08-20T20:20:22.8656885Z    Main PID: 20473 (dockerd)
2025-08-20T20:20:22.8657130Z       Tasks: 10
2025-08-20T20:20:22.8657387Z      Memory: 20.4M (peak: 24.1M)
2025-08-20T20:20:22.8657636Z         CPU: 250ms
2025-08-20T20:20:22.8657876Z      CGroup: /system.slice/docker.service
2025-08-20T20:20:22.8660429Z              └─20473 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:20:22.8660771Z 
2025-08-20T20:20:22.8661140Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.227645820Z" level=info msg="Loading containers: start."
2025-08-20T20:20:22.8662386Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.779801688Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 2778f3faaa442020dca842c65c0b492d57ef9aeb19246bae7ee92c096e25cfc2], retrying...."
2025-08-20T20:20:22.8663570Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.814888496Z" level=info msg="Loading containers: done."
2025-08-20T20:20:22.8664668Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.829351272Z" 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:20:22.8666225Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.829428755Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:20:22.8667151Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.829454211Z" level=info msg="Initializing buildkit"
2025-08-20T20:20:22.8667845Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.845163686Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:20:22.8668639Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.849469871Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:20:22.8669366Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.849522633Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:20:22.8670067Z Aug 20 20:20:12 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:20:22.8748733Z ● docker.service - Docker Application Container Engine
2025-08-20T20:20:22.8749234Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:20:22.8750061Z      Active: active (running) since Wed 2025-08-20 20:20:12 UTC; 10s ago
2025-08-20T20:20:22.8750556Z TriggeredBy: ● docker.socket
2025-08-20T20:20:22.8750909Z        Docs: https://docs.docker.com
2025-08-20T20:20:22.8751235Z    Main PID: 20473 (dockerd)
2025-08-20T20:20:22.8751480Z       Tasks: 10
2025-08-20T20:20:22.8751731Z      Memory: 20.4M (peak: 24.1M)
2025-08-20T20:20:22.8751979Z         CPU: 250ms
2025-08-20T20:20:22.8752205Z      CGroup: /system.slice/docker.service
2025-08-20T20:20:22.8752841Z              └─20473 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:20:22.8753141Z 
2025-08-20T20:20:22.8753461Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.227645820Z" level=info msg="Loading containers: start."
2025-08-20T20:20:22.8754634Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.779801688Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 2778f3faaa442020dca842c65c0b492d57ef9aeb19246bae7ee92c096e25cfc2], retrying...."
2025-08-20T20:20:22.8756201Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.814888496Z" level=info msg="Loading containers: done."
2025-08-20T20:20:22.8757336Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.829351272Z" 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:20:22.8758683Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.829428755Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:20:22.8759567Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.829454211Z" level=info msg="Initializing buildkit"
2025-08-20T20:20:22.8760264Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.845163686Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:20:22.8761043Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.849469871Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:20:22.8761780Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.849522633Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:20:22.8762492Z Aug 20 20:20:12 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:20:22.8917732Z ● docker.service - Docker Application Container Engine
2025-08-20T20:20:22.8918276Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:20:22.8918896Z      Active: active (running) since Wed 2025-08-20 20:20:12 UTC; 10s ago
2025-08-20T20:20:22.8919405Z TriggeredBy: ● docker.socket
2025-08-20T20:20:22.8919757Z        Docs: https://docs.docker.com
2025-08-20T20:20:22.8920115Z    Main PID: 20473 (dockerd)
2025-08-20T20:20:22.8920376Z       Tasks: 10
2025-08-20T20:20:22.8920634Z      Memory: 20.4M (peak: 24.1M)
2025-08-20T20:20:22.8920900Z         CPU: 250ms
2025-08-20T20:20:22.8921164Z      CGroup: /system.slice/docker.service
2025-08-20T20:20:22.8921814Z              └─20473 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:20:22.8922123Z 
2025-08-20T20:20:22.8922452Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.227645820Z" level=info msg="Loading containers: start."
2025-08-20T20:20:22.8923593Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.779801688Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 2778f3faaa442020dca842c65c0b492d57ef9aeb19246bae7ee92c096e25cfc2], retrying...."
2025-08-20T20:20:22.8924802Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.814888496Z" level=info msg="Loading containers: done."
2025-08-20T20:20:22.8926368Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.829351272Z" 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:20:22.8927733Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.829428755Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:20:22.8928630Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.829454211Z" level=info msg="Initializing buildkit"
2025-08-20T20:20:22.8929327Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.845163686Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:20:22.8930099Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.849469871Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:20:22.8930863Z Aug 20 20:20:12 runnervmdbl46 dockerd[20473]: time="2025-08-20T20:20:12.849522633Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:20:22.8931636Z Aug 20 20:20:12 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:20:22.9020523Z Docker version 28.3.3, build 980b856
2025-08-20T20:20:22.9175426Z Unable to find image 'hello-world:latest' locally
2025-08-20T20:20:23.2848496Z latest: Pulling from library/hello-world
2025-08-20T20:20:23.3660959Z 198f93fd5094: Pulling fs layer
2025-08-20T20:20:23.5314024Z 198f93fd5094: Download complete
2025-08-20T20:20:23.5603674Z 198f93fd5094: Pull complete
2025-08-20T20:20:23.5786030Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T20:20:23.5851026Z Status: Downloaded newer image for hello-world:latest
2025-08-20T20:20:24.1436403Z 
2025-08-20T20:20:24.1438403Z Hello from Docker!
2025-08-20T20:20:24.1438883Z This message shows that your installation appears to be working correctly.
2025-08-20T20:20:24.1439409Z 
2025-08-20T20:20:24.1439671Z To generate this message, Docker took the following steps:
2025-08-20T20:20:24.1440049Z  1. The Docker client contacted the Docker daemon.
2025-08-20T20:20:24.1440484Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T20:20:24.1440848Z     (arm64v8)
2025-08-20T20:20:24.1441159Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T20:20:24.1441649Z     executable that produces the output you are currently reading.
2025-08-20T20:20:24.1442127Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T20:20:24.1442491Z     to your terminal.
2025-08-20T20:20:24.1442655Z 
2025-08-20T20:20:24.1442862Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T20:20:24.1443238Z  $ docker run -it ubuntu bash
2025-08-20T20:20:24.1443392Z 
2025-08-20T20:20:24.1443591Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T20:20:24.1444004Z  https://hub.docker.com/
2025-08-20T20:20:24.1444161Z 
2025-08-20T20:20:24.1444278Z For more examples and ideas, visit:
2025-08-20T20:20:24.1444607Z  https://docs.docker.com/get-started/
2025-08-20T20:20:24.1444793Z 
2025-08-20T20:20:24.2639864Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:20:24.2640464Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:20:24.2640960Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:20:24.2641454Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:20:24.2641906Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:20:24.2642349Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:20:24.2642773Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:20:24.2643182Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:20:24.2643997Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:20:24.2644438Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:20:24.2644897Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:20:24.2645539Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:20:24.2645966Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:20:24.2646488Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:20:24.2646954Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:20:24.2647500Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:20:24.2647981Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:20:24.2648402Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:20:24.2648881Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:20:24.2649439Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:20:24.2650142Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:20:24.2650628Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:20:24.2651099Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:20:24.2651547Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:20:24.2652026Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:20:24.2652470Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:20:24.2652981Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:20:24.2653477Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:20:24.2653974Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:20:24.2654508Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:20:24.2655256Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:20:24.2655755Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:20:24.2656238Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:20:24.2656798Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:20:24.2657320Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:20:24.2657794Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:20:24.2658349Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:20:24.2658807Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:20:24.2659405Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:20:24.2722787Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:20:24.2723242Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:20:24.2723673Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:20:24.2724082Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:20:24.2724477Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:20:24.2725167Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:20:24.2725652Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:20:24.2726121Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:20:24.2726937Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:20:24.2727397Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:20:24.2727813Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:20:24.2728230Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:20:24.2728638Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:20:24.2729052Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:20:24.2729448Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:20:24.2729821Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:20:24.2730182Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:20:24.2730551Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:20:24.2730949Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:20:24.2731541Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:20:24.2731921Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:20:24.2732327Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:20:24.2732765Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:20:24.2733189Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:20:24.2733594Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:20:24.2734014Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:20:24.2734442Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:20:24.2734852Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:20:24.2735426Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:20:24.2735872Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:20:24.2736370Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:20:24.2736871Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:20:24.2737333Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:20:24.2737750Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:20:24.2738137Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:20:24.2738528Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:20:24.2738927Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:20:24.2739332Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:20:24.2739794Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:20:24.2740293Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:20:24.2740797Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:20:24.2741286Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:20:24.2741721Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:20:24.2742123Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:20:24.2742513Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:20:24.2742917Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:20:24.2743314Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:20:24.2743906Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:20:24.2744391Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:20:24.2744818Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:20:24.2745405Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:20:24.2745780Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:20:24.2746189Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:20:24.2746596Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:20:24.2746972Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:20:24.2747338Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:20:24.2747728Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:20:24.2748118Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:20:24.2748652Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:20:24.2749032Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:20:24.2749439Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:20:24.2749826Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:20:24.2750188Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:20:24.2750551Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:20:24.2750925Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:20:24.2751312Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:20:24.2751705Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:20:24.2752103Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:20:24.2752488Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:20:24.2752868Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:20:24.2753267Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:20:24.2753668Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:20:24.2754036Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:20:24.2754389Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:20:24.2754885Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:20:24.2755456Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:20:24.2755820Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:20:24.2756170Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:20:24.2756549Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:20:24.2756946Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:20:24.2757374Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:20:24.2757810Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:20:24.2758212Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:20:24.2758605Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:20:24.2758993Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:20:24.2759380Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:20:24.2759780Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:20:24.2760452Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:20:24.2760856Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:20:24.2761275Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:20:24.2761685Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:20:24.2762125Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:20:24.2762555Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:20:24.2762943Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:20:24.2763335Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:20:24.2763744Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:20:24.2764153Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:20:24.2764556Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:20:24.2766421Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:20:24.2766869Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:20:24.2767273Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:20:24.2767656Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:20:24.2768123Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:20:24.2768488Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:20:24.2768885Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:20:24.2769282Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:20:24.2769683Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:20:24.2770084Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:20:24.2770462Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:20:24.2770840Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:20:24.2771219Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:20:24.2771607Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:20:24.2772032Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:20:24.2772476Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:20:24.2772874Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:20:24.2773246Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:20:24.2773638Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:20:24.2774066Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:20:24.2774489Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:20:24.2774845Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:20:24.2775389Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:20:24.2775817Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:20:24.2776250Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:20:24.2776658Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:20:24.2777049Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:20:24.2777431Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:20:24.2777815Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:20:24.2778534Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:20:24.2779027Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:20:24.2779442Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:20:24.2779812Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:20:24.2780171Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:20:24.2780618Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:20:24.2781118Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:20:24.2781557Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:20:24.2781931Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:20:24.2782390Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:20:24.2782931Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:20:24.2783633Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:20:24.2784131Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:20:24.2784491Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:20:24.2784870Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:20:24.2785558Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:20:24.2785983Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:20:24.2786390Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:20:24.2786763Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:20:24.2787144Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:20:24.2787547Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:20:24.2787944Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:20:24.2788341Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:20:24.2788737Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:20:24.2789129Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:20:24.2789523Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:20:24.2789944Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:20:24.2790388Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:20:24.2790814Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:20:24.2791205Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:20:24.2791582Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:20:24.2791961Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:20:24.2792335Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:20:24.2792722Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:20:24.2793143Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:20:24.2793613Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:20:24.2794060Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:20:24.2794467Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:20:24.2794857Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:20:24.2795672Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:20:24.2796077Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:20:24.2796446Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:20:24.2796831Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:20:24.2797212Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:20:24.2797659Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:20:24.2798134Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:20:24.2798593Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:20:24.2799110Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:20:24.2799626Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:20:24.2800273Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:20:24.2800713Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:20:24.2801077Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:20:24.2801441Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:20:24.2801820Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:20:24.2802196Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:20:24.2802563Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:20:24.2802945Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:20:24.2803330Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:20:24.2803718Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:20:24.2804102Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:20:24.2804478Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:20:24.2804884Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:20:24.2805447Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:20:24.2805866Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:20:24.2806304Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:20:24.2806722Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:20:24.2807134Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:20:24.2807538Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:20:24.2807956Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:20:24.2808383Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:20:24.2808776Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:20:24.2809139Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:20:24.2809645Z 	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:20:24.2810164Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:20:24.2810540Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:20:24.2810917Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:20:24.2811282Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:20:24.2811679Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:20:24.2812323Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:20:24.2812776Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:20:24.2813204Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:20:24.2813605Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:20:24.2814008Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:20:24.2814432Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:20:24.2814843Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:20:24.2815527Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:20:24.2815957Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:20:24.2816449Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:20:24.2817099Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:20:24.2817549Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:20:24.2817959Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:20:24.2818360Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:20:24.2818835Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:20:24.2819322Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:20:24.2819732Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:20:24.2820165Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:20:24.2820621Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:20:24.2821037Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:20:24.2821406Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:20:24.2821759Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:20:24.2822127Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:20:24.2822512Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:20:24.2822882Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:20:24.2823237Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:20:24.2823609Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:20:24.2823975Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:20:24.2824335Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:20:24.2824711Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:20:24.2825234Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:20:24.2825612Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:20:24.2825997Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:20:24.2826359Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:20:24.2826719Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:20:24.2827076Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:20:24.2827441Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:20:24.2827815Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:20:24.2828183Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:20:24.2828540Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:20:24.2829123Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:20:24.2829568Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:20:24.2830005Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:20:24.2830412Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:20:24.2830775Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:20:24.2831157Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:20:24.2831581Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:20:24.2832438Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:20:24.2832811Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:20:24.2833179Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:20:24.2833542Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:20:24.2834077Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:20:24.2834424Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:20:24.2834777Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:20:24.2835293Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:20:24.2835653Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:20:24.2836001Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:20:24.2836336Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:20:24.2836710Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:20:24.2837116Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:20:24.2837517Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:20:24.2837920Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:20:24.2838314Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:20:24.2838734Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:20:24.2839234Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:20:24.2839851Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:20:24.2840476Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:20:24.2841019Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:20:24.2841493Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:20:24.2841956Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:20:24.2842486Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:20:24.2843108Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:20:24.2843670Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:20:24.2844170Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:20:24.2844616Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:20:24.2845108Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:20:24.2845492Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:20:24.2845867Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:20:24.2846475Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:20:24.2846886Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:20:24.2847275Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:20:24.2847663Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:20:24.2848667Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:20:24.2849063Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:20:24.2849441Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:20:24.2849816Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:20:24.2850192Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:20:24.2850585Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:20:24.2850985Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:20:24.2851646Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:20:24.2852062Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:20:24.2852430Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:20:24.2852820Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:20:24.2853230Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:20:24.2853638Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:20:24.2854075Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:20:24.2854499Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:20:24.2854866Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:20:24.2855546Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:20:24.2855947Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:20:24.2856321Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:20:24.2856705Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:20:24.2857095Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:20:24.2857479Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:20:24.2857858Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:20:24.2858222Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:20:24.2858594Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:20:24.2859143Z 	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:20:24.2859864Z 	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:20:24.2860556Z 	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:20:24.2861226Z 	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:20:24.2861755Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:20:24.2862141Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:20:24.2862549Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:20:24.2862953Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:20:24.2863332Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:20:24.2863927Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:20:24.2864319Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:20:24.2864697Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:20:24.2865244Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:20:24.2865624Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:20:24.2866001Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:20:24.2866389Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:20:24.2866796Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:20:24.2867191Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:20:24.2867668Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:20:24.2868063Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:20:24.2868608Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:20:24.2868997Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:20:24.2869402Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:20:24.2869797Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:20:24.2870195Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:20:24.2870588Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:20:24.2871013Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:20:24.2871443Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:20:24.2871849Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:20:24.2872293Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:20:24.2872760Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:20:24.2873165Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:20:24.2873557Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:20:24.2873938Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:20:24.2874338Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:20:24.2874751Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:20:24.2875343Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:20:24.2875731Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:20:24.2876120Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:20:24.2876596Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:20:24.2877075Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:20:24.2877471Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:20:24.2877876Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:20:24.2878329Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:20:24.2878774Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:20:24.2879246Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:20:24.2879738Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:20:24.2880180Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:20:24.2880858Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:20:24.2881280Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:20:24.2881670Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:20:24.2882091Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:20:24.2882476Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:20:24.2882851Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:20:24.2883261Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:20:24.2883720Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:20:24.2884126Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:20:24.2884545Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:20:24.2885082Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:20:24.2885628Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:20:24.2885996Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:20:24.2886350Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:20:24.2886739Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:20:24.2887159Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:20:24.2887550Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:20:24.2887996Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:20:24.2888449Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:20:24.2888846Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:20:24.2889290Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:20:24.2889722Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:20:24.2890131Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:20:24.2890538Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:20:24.2890894Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:20:24.2891259Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:20:24.2891653Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:20:24.2892049Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:20:24.2892432Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:20:24.2892790Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:20:24.2893151Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:20:24.2893512Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:20:24.2894005Z 	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:20:24.2894515Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:20:24.2895140Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:20:24.2895569Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:20:24.2895970Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:20:24.2896381Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:20:24.2896793Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:20:24.2897197Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:20:24.2897866Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:20:24.2898302Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:20:24.2898676Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:20:24.2899043Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:20:24.2899406Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:20:24.2899783Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:20:24.2900206Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:20:24.2900633Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:20:24.2901032Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:20:24.2901453Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:20:24.2901895Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:20:24.2902435Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:20:24.2902806Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:20:24.2903156Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:20:24.2903506Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:20:24.2903874Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:20:24.2904249Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:20:24.2904626Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:20:24.2905214Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:20:24.2905635Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:20:24.2906097Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:20:24.2906540Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:20:24.2906915Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:20:24.2907303Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:20:24.2907691Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:20:24.2908084Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:20:24.2908465Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:20:24.2908841Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:20:24.2909282Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:20:24.2909780Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:20:24.2910216Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:20:24.2910594Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:20:24.2910973Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:20:24.2911378Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:20:24.2911769Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:20:24.2912147Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:20:24.2912550Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:20:24.2912935Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:20:24.2913288Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:20:24.2913645Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:20:24.2914286Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:20:24.2914740Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:20:24.2915267Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:20:24.2915653Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:20:24.2916093Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:20:24.2916537Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:20:24.2916966Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:20:24.2917359Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:20:24.2917875Z 	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:20:24.2918389Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:20:24.2918925Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:20:24.2919339Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:20:24.2919765Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:20:24.2920289Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:20:24.2920871Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:20:24.2921481Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:20:24.2922129Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:20:24.2922784Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:20:24.2923421Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:20:24.2924045Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:20:24.2924626Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:20:24.2925236Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:20:24.2925681Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:20:24.2926117Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:20:24.2926549Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:20:24.2927025Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:20:24.2927459Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:20:24.2927845Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:20:24.2928212Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:20:24.2928589Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:20:24.2928971Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:20:24.2929376Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:20:24.2929789Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:20:24.2930153Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:20:24.2930542Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:20:24.2931005Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:20:24.2931718Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:20:24.2932231Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:20:24.2932720Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:20:24.2933173Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:20:24.2933588Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:20:24.2933999Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:20:24.2934414Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:20:24.2934843Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:20:24.2935521Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:20:24.2935916Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:20:24.2936443Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:20:24.2936815Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:20:24.2937194Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:20:24.2937628Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:20:24.2938067Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:20:24.2938469Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:20:24.2938880Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:20:24.2939309Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:20:24.2939757Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:20:24.2940206Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:20:24.2940653Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:20:24.2941047Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:20:24.2941418Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:20:24.2941804Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:20:24.2942178Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:20:24.2942550Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:20:24.2942950Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:20:24.2943350Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:20:24.2943813Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:20:24.2944291Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:20:24.2944759Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:20:24.2945321Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:20:24.2945677Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:20:24.2946045Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:20:24.2946441Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:20:24.2946829Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:20:24.2947218Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:20:24.2947645Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:20:24.2948330Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:20:24.2948773Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:20:24.2949173Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:20:24.2949575Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:20:24.2950117Z 	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:20:24.2950695Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:20:24.2951148Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:20:24.2951590Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:20:24.2952016Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:20:24.2952417Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:20:24.2952813Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:20:24.2953348Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:20:24.2953753Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:20:24.2954153Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:20:24.2954534Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:20:24.2955224Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:20:24.2955639Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:20:24.2956011Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:20:24.2956420Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:20:24.2956889Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:20:24.2957319Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:20:24.2957694Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:20:24.2958070Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:20:24.2958457Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:20:24.2958834Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:20:24.2959208Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:20:24.2959639Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:20:24.2960085Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:20:24.2960494Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:20:24.2960897Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:20:24.2961301Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:20:24.2961684Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:20:24.2962060Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:20:24.2962446Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:20:24.2962848Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:20:24.2963293Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:20:24.2963744Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:20:24.2964168Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:20:24.2964572Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:20:24.2965373Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:20:24.2965820Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:20:24.2966210Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:20:24.2966567Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:20:24.2966917Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:20:24.2967283Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:20:24.2967661Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:20:24.2968016Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:20:24.2968390Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:20:24.2968786Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:20:24.2969175Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:20:24.2969676Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:20:24.2970026Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:20:24.2970408Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:20:24.2970805Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:20:24.2971180Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:20:24.2971543Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:20:24.2971905Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:20:24.2972285Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:20:24.2972666Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:20:24.2973022Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:20:24.2973399Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:20:24.2973798Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:20:24.2974182Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:20:24.2974567Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:20:24.2975282Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:20:24.2975682Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:20:24.2976089Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:20:24.2976512Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:20:24.2976913Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:20:24.2977269Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:20:24.2977624Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:20:24.2977974Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:20:24.2978394Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:20:24.2978900Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:20:24.2979371Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:20:24.2979848Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:20:24.2980354Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:20:24.2980787Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:20:24.2981168Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:20:24.2981852Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:20:24.2982278Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:20:24.2982669Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:20:24.2983102Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:20:24.2983491Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:20:24.2983868Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:20:24.2984261Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:20:24.2984703Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:20:24.2985296Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:20:24.2985672Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:20:24.2986079Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:20:24.2986661Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:20:24.2987042Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:20:24.2987396Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:20:24.2987781Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:20:24.2988234Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:20:24.2988695Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:20:24.2989107Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:20:24.2989524Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:20:24.2989950Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:20:24.2990389Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:20:24.3505185Z [+] Installing Go for linux-arm64...
2025-08-20T20:20:24.6069195Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T20:20:24.6069538Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T20:20:24.6069780Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T20:20:24.6079546Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T20:20:24.6079945Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T20:20:24.6080298Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T20:20:24.6132708Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T20:20:24.6133195Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T20:20:24.6133655Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T20:20:24.6134136Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T20:20:24.6134595Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T20:20:24.6135232Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T20:20:24.6135705Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T20:20:24.6136161Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T20:20:24.6136596Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T20:20:24.6137037Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T20:20:24.6137473Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T20:20:24.6137900Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T20:20:24.6138667Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T20:20:24.6139166Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T20:20:24.6139624Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T20:20:24.6140083Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T20:20:24.6140549Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T20:20:24.6141024Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T20:20:24.6141478Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T20:20:24.6141894Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T20:20:24.6142243Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T20:20:24.6142571Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T20:20:24.6142909Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T20:20:24.6143429Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T20:20:24.6143773Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T20:20:24.6171115Z go version go1.22.2 linux/arm64
2025-08-20T20:20:24.6419997Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:20:24.6420438Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:20:24.6420792Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:20:24.6421152Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:20:24.6421518Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:20:24.6421883Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:20:24.6422252Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:20:24.6422643Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:20:24.6423014Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:20:24.6423646Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:20:24.6424013Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:20:24.6424401Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:20:24.6424787Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:20:24.6427035Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:20:24.6427447Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:20:24.6427853Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:20:24.6428259Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:20:24.6428623Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:20:24.6429013Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:20:24.6429485Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:20:24.6429929Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:20:24.6433282Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:20:24.6433725Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:20:24.6434129Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:20:24.6434482Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:20:24.6434874Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:20:24.6435536Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:20:24.6436266Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:20:24.6436703Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:20:24.6437122Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:20:24.6437544Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:20:24.6437963Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:20:24.6438396Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:20:24.6438820Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:20:24.6439265Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:20:24.6439694Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:20:24.6440099Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:20:24.6440514Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:20:24.6441077Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:20:24.6441490Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:20:24.6441973Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:20:24.6442398Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:20:24.6442808Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:20:24.6443203Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:20:24.6443661Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:20:24.6444135Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:20:24.6444609Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:20:24.6445303Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:20:24.6445750Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:20:24.6446172Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:20:24.6446593Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:20:24.6447003Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:20:24.6447418Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:20:24.6447818Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:20:24.6448187Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:20:24.6448545Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:20:24.6448918Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:20:24.6449319Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:20:24.6449721Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:20:24.6450102Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:20:24.6450512Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:20:24.6450952Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:20:24.6451383Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:20:24.6451794Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:20:24.6452220Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:20:24.6452649Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:20:24.6453291Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:20:24.6453716Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:20:24.6454153Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:20:24.6454652Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:20:24.6455317Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:20:24.6455780Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:20:24.6456201Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:20:24.6456591Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:20:24.6456982Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:20:24.6457388Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:20:24.6457979Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:20:24.6458443Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:20:24.6458947Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:20:24.6459454Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:20:24.6459946Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:20:24.6460388Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:20:24.6460791Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:20:24.6461184Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:20:24.6461596Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:20:24.6462000Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:20:24.6462396Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:20:24.6462819Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:20:24.6463249Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:20:24.6463637Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:20:24.6464010Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:20:24.6464420Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:20:24.6464827Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:20:24.6465410Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:20:24.6465782Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:20:24.6466181Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:20:24.6466573Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:20:24.6466924Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:20:24.6467306Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:20:24.6467715Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:20:24.6468102Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:20:24.6468467Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:20:24.6468831Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:20:24.6469206Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:20:24.6469594Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:20:24.6470223Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:20:24.6470637Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:20:24.6471020Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:20:24.6471401Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:20:24.6471801Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:20:24.6472200Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:20:24.6472572Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:20:24.6472926Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:20:24.6473275Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:20:24.6473629Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:20:24.6473995Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:20:24.6474482Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:20:24.6474857Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:20:24.6475404Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:20:24.6475834Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:20:24.6476270Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:20:24.6476672Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:20:24.6477068Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:20:24.6477457Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:20:24.6477845Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:20:24.6478254Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:20:24.6478670Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:20:24.6479055Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:20:24.6479450Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:20:24.6479866Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:20:24.6480305Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:20:24.6480735Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:20:24.6481129Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:20:24.6481528Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:20:24.6481947Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:20:24.6482362Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:20:24.6482778Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:20:24.6483176Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:20:24.6483580Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:20:24.6483988Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:20:24.6484375Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:20:24.6484735Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:20:24.6485260Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:20:24.6485663Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:20:24.6486060Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:20:24.6486696Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:20:24.6487102Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:20:24.6487473Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:20:24.6487852Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:20:24.6488236Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:20:24.6488627Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:20:24.6489051Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:20:24.6489497Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:20:24.6489900Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:20:24.6490280Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:20:24.6490677Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:20:24.6491241Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:20:24.6491664Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:20:24.6492019Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:20:24.6492363Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:20:24.6492786Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:20:24.6493366Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:20:24.6493778Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:20:24.6494165Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:20:24.6494547Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:20:24.6495094Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:20:24.6495534Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:20:24.6496008Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:20:24.6496425Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:20:24.6496796Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:20:24.6497155Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:20:24.6497604Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:20:24.6498112Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:20:24.6498555Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:20:24.6498932Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:20:24.6499405Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:20:24.6499951Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:20:24.6500456Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:20:24.6500894Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:20:24.6501257Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:20:24.6501638Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:20:24.6502050Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:20:24.6502472Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:20:24.6502882Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:20:24.6503559Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:20:24.6503983Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:20:24.6504387Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:20:24.6504792Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:20:24.6505461Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:20:24.6505876Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:20:24.6506277Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:20:24.6506690Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:20:24.6507117Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:20:24.6507568Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:20:24.6508008Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:20:24.6508583Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:20:24.6508966Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:20:24.6509342Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:20:24.6509716Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:20:24.6510109Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:20:24.6510526Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:20:24.6511000Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:20:24.6511452Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:20:24.6511859Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:20:24.6512258Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:20:24.6512650Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:20:24.6513029Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:20:24.6513432Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:20:24.6513821Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:20:24.6514210Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:20:24.6514657Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:20:24.6515288Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:20:24.6515753Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:20:24.6516275Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:20:24.6516796Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:20:24.6517310Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:20:24.6517753Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:20:24.6518118Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:20:24.6518485Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:20:24.6518862Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:20:24.6519248Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:20:24.6519619Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:20:24.6520008Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:20:24.6520391Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:20:24.6520998Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:20:24.6521397Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:20:24.6521776Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:20:24.6522176Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:20:24.6522567Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:20:24.6522984Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:20:24.6523425Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:20:24.6523848Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:20:24.6524268Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:20:24.6524677Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:20:24.6525364Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:20:24.6525792Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:20:24.6526188Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:20:24.6526550Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:20:24.6527062Z 	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:20:24.6527583Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:20:24.6527951Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:20:24.6528325Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:20:24.6528690Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:20:24.6529096Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:20:24.6529541Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:20:24.6529972Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:20:24.6530402Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:20:24.6530805Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:20:24.6531210Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:20:24.6531634Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:20:24.6532045Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:20:24.6532442Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:20:24.6532875Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:20:24.6533377Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:20:24.6533885Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:20:24.6534340Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:20:24.6534758Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:20:24.6535395Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:20:24.6535882Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:20:24.6536370Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:20:24.6536783Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:20:24.6537220Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:20:24.6537893Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:20:24.6538317Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:20:24.6538684Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:20:24.6539038Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:20:24.6539413Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:20:24.6539798Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:20:24.6540164Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:20:24.6540520Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:20:24.6540896Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:20:24.6541262Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:20:24.6541627Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:20:24.6542175Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:20:24.6542533Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:20:24.6542911Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:20:24.6543301Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:20:24.6543664Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:20:24.6544024Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:20:24.6544389Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:20:24.6544751Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:20:24.6545333Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:20:24.6545704Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:20:24.6546078Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:20:24.6546460Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:20:24.6546883Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:20:24.6547320Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:20:24.6547731Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:20:24.6548094Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:20:24.6548478Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:20:24.6548908Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:20:24.6549309Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:20:24.6549674Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:20:24.6550047Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:20:24.6550411Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:20:24.6550756Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:20:24.6551106Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:20:24.6551463Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:20:24.6551833Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:20:24.6552193Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:20:24.6552539Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:20:24.6552874Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:20:24.6553256Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:20:24.6553664Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:20:24.6554315Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:20:24.6554743Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:20:24.6555373Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:20:24.6555796Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:20:24.6556303Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:20:24.6556918Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:20:24.6557547Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:20:24.6558088Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:20:24.6558698Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:20:24.6559335Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:20:24.6559864Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:20:24.6560488Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:20:24.6561059Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:20:24.6561554Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:20:24.6562004Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:20:24.6562376Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:20:24.6562752Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:20:24.6563132Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:20:24.6563521Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:20:24.6563916Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:20:24.6564300Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:20:24.6564691Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:20:24.6565204Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:20:24.6565595Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:20:24.6565977Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:20:24.6566356Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:20:24.6566734Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:20:24.6567136Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:20:24.6567537Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:20:24.6567952Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:20:24.6568372Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:20:24.6568743Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:20:24.6569138Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:20:24.6569552Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:20:24.6569967Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:20:24.6570412Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:20:24.6570847Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:20:24.6571426Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:20:24.6571824Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:20:24.6572210Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:20:24.6572577Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:20:24.6572971Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:20:24.6573365Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:20:24.6573755Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:20:24.6574141Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:20:24.6574504Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:20:24.6574877Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:20:24.6575662Z 	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:20:24.6576565Z 	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:20:24.6577259Z 	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:20:24.6577929Z 	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:20:24.6578461Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:20:24.6578848Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:20:24.6579258Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:20:24.6579665Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:20:24.6580047Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:20:24.6580429Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:20:24.6580799Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:20:24.6581182Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:20:24.6581574Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:20:24.6581954Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:20:24.6582332Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:20:24.6582723Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:20:24.6583123Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:20:24.6583528Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:20:24.6583935Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:20:24.6584333Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:20:24.6584713Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:20:24.6585290Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:20:24.6585703Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:20:24.6586104Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:20:24.6586506Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:20:24.6586899Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:20:24.6587327Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:20:24.6587761Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:20:24.6588382Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:20:24.6588849Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:20:24.6589312Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:20:24.6589725Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:20:24.6590098Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:20:24.6590479Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:20:24.6590878Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:20:24.6591291Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:20:24.6591695Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:20:24.6592078Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:20:24.6592474Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:20:24.6593110Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:20:24.6593592Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:20:24.6593990Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:20:24.6594398Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:20:24.6594858Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:20:24.6595536Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:20:24.6596016Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:20:24.6596506Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:20:24.6596958Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:20:24.6597402Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:20:24.6597802Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:20:24.6598198Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:20:24.6598622Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:20:24.6599007Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:20:24.6599387Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:20:24.6599796Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:20:24.6600200Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:20:24.6600605Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:20:24.6601031Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:20:24.6601428Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:20:24.6601807Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:20:24.6602179Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:20:24.6602538Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:20:24.6602932Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:20:24.6603354Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:20:24.6603754Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:20:24.6604205Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:20:24.6604665Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:20:24.6605441Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:20:24.6605904Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:20:24.6606330Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:20:24.6606738Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:20:24.6607149Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:20:24.6607509Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:20:24.6607874Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:20:24.6608273Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:20:24.6608671Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:20:24.6609054Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:20:24.6609416Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:20:24.6609893Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:20:24.6610244Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:20:24.6610732Z 	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:20:24.6611247Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:20:24.6611631Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:20:24.6612015Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:20:24.6612414Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:20:24.6612826Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:20:24.6613240Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:20:24.6613653Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:20:24.6614079Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:20:24.6614493Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:20:24.6614870Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:20:24.6615481Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:20:24.6615852Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:20:24.6616233Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:20:24.6616657Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:20:24.6617091Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:20:24.6617493Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:20:24.6617923Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:20:24.6618372Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:20:24.6618770Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:20:24.6619140Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:20:24.6619490Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:20:24.6619840Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:20:24.6620210Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:20:24.6620594Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:20:24.6620976Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:20:24.6621383Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:20:24.6622030Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:20:24.6622520Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:20:24.6622962Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:20:24.6623337Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:20:24.6623728Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:20:24.6624119Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:20:24.6624509Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:20:24.6624892Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:20:24.6625459Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:20:24.6625905Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:20:24.6626407Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:20:24.6627025Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:20:24.6627400Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:20:24.6627782Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:20:24.6628187Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:20:24.6628581Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:20:24.6628957Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:20:24.6629359Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:20:24.6629741Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:20:24.6630094Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:20:24.6630456Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:20:24.6630859Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:20:24.6631284Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:20:24.6631668Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:20:24.6632061Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:20:24.6632508Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:20:24.6632953Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:20:24.6633386Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:20:24.6633789Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:20:24.6634310Z 	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:20:24.6634837Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:20:24.6635385Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:20:24.6635810Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:20:24.6636241Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:20:24.6636766Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:20:24.6637356Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:20:24.6637971Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:20:24.6638628Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:20:24.6639507Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:20:24.6640161Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:20:24.6640795Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:20:24.6641384Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:20:24.6641919Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:20:24.6642369Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:20:24.6642807Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:20:24.6643237Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:20:24.6643723Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:20:24.6644318Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:20:24.6644704Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:20:24.6645175Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:20:24.6645558Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:20:24.6645947Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:20:24.6646358Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:20:24.6646774Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:20:24.6647143Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:20:24.6647534Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:20:24.6648004Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:20:24.6648504Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:20:24.6648993Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:20:24.6649485Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:20:24.6649947Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:20:24.6650364Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:20:24.6650786Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:20:24.6651204Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:20:24.6651638Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:20:24.6652070Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:20:24.6652470Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:20:24.6652855Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:20:24.6653237Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:20:24.6653616Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:20:24.6654055Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:20:24.6654501Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:20:24.6655121Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:20:24.6655570Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:20:24.6656003Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:20:24.6656716Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:20:24.6657188Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:20:24.6657624Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:20:24.6658040Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:20:24.6658417Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:20:24.6658802Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:20:24.6659180Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:20:24.6659557Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:20:24.6659960Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:20:24.6660362Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:20:24.6660796Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:20:24.6661423Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:20:24.6661890Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:20:24.6662288Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:20:24.6662642Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:20:24.6663015Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:20:24.6663412Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:20:24.6663799Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:20:24.6664197Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:20:24.6664632Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:20:24.6665228Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:20:24.6665656Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:20:24.6666045Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:20:24.6666447Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:20:24.6666997Z 	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:20:24.6667581Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:20:24.6668038Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:20:24.6668480Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:20:24.6668910Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:20:24.6669316Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:20:24.6669718Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:20:24.6670111Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:20:24.6670514Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:20:24.6670920Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:20:24.6671303Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:20:24.6671699Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:20:24.6672109Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:20:24.6672491Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:20:24.6673126Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:20:24.6673613Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:20:24.6674043Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:20:24.6674425Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:20:24.6674801Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:20:24.6675385Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:20:24.6675768Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:20:24.6676142Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:20:24.6676575Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:20:24.6677025Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:20:24.6677434Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:20:24.6678003Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:20:24.6678406Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:20:24.6678789Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:20:24.6679167Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:20:24.6679555Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:20:24.6679960Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:20:24.6680411Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:20:24.6680862Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:20:24.6681292Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:20:24.6681701Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:20:24.6682119Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:20:24.6682550Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:20:24.6682948Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:20:24.6683307Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:20:24.6683654Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:20:24.6684019Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:20:24.6684395Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:20:24.6684753Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:20:24.6685280Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:20:24.6685688Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:20:24.6686080Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:20:24.6686439Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:20:24.6686793Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:20:24.6687173Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:20:24.6687576Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:20:24.6687956Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:20:24.6688322Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:20:24.6688687Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:20:24.6689072Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:20:24.6689455Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:20:24.6690029Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:20:24.6690423Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:20:24.6690818Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:20:24.6691201Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:20:24.6691580Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:20:24.6691959Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:20:24.6692347Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:20:24.6692750Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:20:24.6693174Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:20:24.6693580Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:20:24.6693939Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:20:24.6694439Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:20:24.6694783Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:20:24.6695459Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:20:24.6695973Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:20:24.6696450Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:20:24.6696929Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:20:24.6697443Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:20:24.6697883Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:20:24.6698275Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:20:24.6698670Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:20:24.6699064Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:20:24.6699454Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:20:24.6699845Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:20:24.6700239Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:20:24.6700622Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:20:24.6701018Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:20:24.6701468Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:20:24.6701907Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:20:24.6702290Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:20:24.6702693Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:20:24.6703126Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:20:24.6703511Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:20:24.6703861Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:20:24.6704251Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:20:24.6704706Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:20:24.6705309Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:20:24.6705730Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:20:24.6706150Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:20:24.6706840Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:20:24.6707312Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:20:24.8668042Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:20:25.0320676Z Collecting meson
2025-08-20T20:20:25.0883144Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T20:20:25.1280098Z Collecting ninja
2025-08-20T20:20:25.1364819Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T20:20:25.1527814Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T20:20:25.2291975Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 14.6 MB/s  0:00:00
2025-08-20T20:20:25.2371061Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T20:20:25.3296393Z Installing collected packages: ninja, meson
2025-08-20T20:20:26.0053489Z 
2025-08-20T20:20:26.0076420Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T20:20:26.2804693Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:20:26.3730887Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T20:20:26.4399278Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T20:20:26.8134870Z 1.8.4
2025-08-20T20:20:26.8442688Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T20:20:26.8721843Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:20:26.8722256Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:20:26.8722631Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:20:26.8723005Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:20:26.8723595Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:20:26.8724012Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:20:26.8724399Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:20:26.8724761Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:20:26.8725273Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:20:26.8725601Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:20:26.8725956Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:20:26.8726337Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:20:26.8726720Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:20:26.8727124Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:20:26.8727526Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:20:26.8727937Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:20:26.8728349Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:20:26.8728715Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:20:26.8729092Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:20:26.8729552Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:20:26.8729995Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:20:26.8730386Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:20:26.8730805Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:20:26.8731205Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:20:26.8731555Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:20:26.8732280Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:20:26.8732740Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:20:26.8733162Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:20:26.8733570Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:20:26.8733987Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:20:26.8734409Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:20:26.8734833Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:20:26.8735414Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:20:26.8735841Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:20:26.8736279Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:20:26.8736710Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:20:26.8737303Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:20:26.8737713Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:20:26.8738104Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:20:26.8738509Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:20:26.8738932Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:20:26.8739354Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:20:26.8739760Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:20:26.8740152Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:20:26.8740604Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:20:26.8741082Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:20:26.8741564Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:20:26.8742058Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:20:26.8742508Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:20:26.8742927Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:20:26.8743346Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:20:26.8743759Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:20:26.8744175Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:20:26.8744573Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:20:26.8745069Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:20:26.8745438Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:20:26.8745807Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:20:26.8746200Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:20:26.8746607Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:20:26.8746986Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:20:26.8747396Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:20:26.8747835Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:20:26.8748259Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:20:26.8748670Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:20:26.8749296Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:20:26.8749751Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:20:26.8750153Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:20:26.8750547Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:20:26.8750986Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:20:26.8751485Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:20:26.8751983Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:20:26.8752444Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:20:26.8752863Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:20:26.8753257Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:20:26.8753792Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:20:26.8754193Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:20:26.8754597Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:20:26.8755328Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:20:26.8755833Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:20:26.8756339Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:20:26.8756834Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:20:26.8757272Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:20:26.8757676Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:20:26.8758074Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:20:26.8758487Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:20:26.8758886Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:20:26.8759272Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:20:26.8759696Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:20:26.8760120Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:20:26.8760504Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:20:26.8760877Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:20:26.8761284Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:20:26.8761690Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:20:26.8762070Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:20:26.8762445Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:20:26.8762839Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:20:26.8763228Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:20:26.8763572Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:20:26.8763945Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:20:26.8764353Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:20:26.8764739Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:20:26.8765248Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:20:26.8765615Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:20:26.8766340Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:20:26.8766744Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:20:26.8767143Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:20:26.8767536Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:20:26.8767918Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:20:26.8768298Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:20:26.8768696Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:20:26.8769094Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:20:26.8769462Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:20:26.8769815Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:20:26.8770169Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:20:26.8770678Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:20:26.8771042Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:20:26.8771392Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:20:26.8771758Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:20:26.8772154Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:20:26.8772582Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:20:26.8773018Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:20:26.8773417Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:20:26.8773810Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:20:26.8774203Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:20:26.8774598Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:20:26.8775170Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:20:26.8775591Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:20:26.8775974Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:20:26.8776365Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:20:26.8776777Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:20:26.8777216Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:20:26.8777643Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:20:26.8778034Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:20:26.8778432Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:20:26.8778850Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:20:26.8779260Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:20:26.8779662Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:20:26.8780056Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:20:26.8780451Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:20:26.8780855Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:20:26.8781233Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:20:26.8781591Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:20:26.8782006Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:20:26.8782624Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:20:26.8783044Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:20:26.8783447Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:20:26.8783835Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:20:26.8784206Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:20:26.8784576Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:20:26.8785165Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:20:26.8785562Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:20:26.8785987Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:20:26.8786433Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:20:26.8786836Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:20:26.8787354Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:20:26.8787743Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:20:26.8788164Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:20:26.8788582Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:20:26.8788933Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:20:26.8789275Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:20:26.8789696Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:20:26.8790129Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:20:26.8790537Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:20:26.8790927Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:20:26.8791314Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:20:26.8791695Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:20:26.8792117Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:20:26.8792587Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:20:26.8793004Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:20:26.8793371Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:20:26.8793732Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:20:26.8794178Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:20:26.8794684Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:20:26.8795301Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:20:26.8795682Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:20:26.8796145Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:20:26.8796687Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:20:26.8797208Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:20:26.8797648Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:20:26.8798005Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:20:26.8798382Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:20:26.8798791Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:20:26.8799410Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:20:26.8799836Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:20:26.8800212Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:20:26.8800588Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:20:26.8800988Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:20:26.8801390Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:20:26.8801790Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:20:26.8802186Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:20:26.8802579Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:20:26.8802973Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:20:26.8803397Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:20:26.8803984Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:20:26.8804413Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:20:26.8804801Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:20:26.8805316Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:20:26.8805691Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:20:26.8806066Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:20:26.8806455Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:20:26.8806875Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:20:26.8807341Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:20:26.8807794Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:20:26.8808205Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:20:26.8808595Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:20:26.8808980Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:20:26.8809356Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:20:26.8809727Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:20:26.8810115Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:20:26.8810498Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:20:26.8810946Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:20:26.8811419Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:20:26.8811882Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:20:26.8812405Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:20:26.8812922Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:20:26.8813424Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:20:26.8813868Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:20:26.8814232Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:20:26.8814599Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:20:26.8815087Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:20:26.8815475Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:20:26.8816065Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:20:26.8816473Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:20:26.8816859Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:20:26.8817245Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:20:26.8817623Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:20:26.8817995Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:20:26.8818392Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:20:26.8818782Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:20:26.8819196Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:20:26.8819632Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:20:26.8820057Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:20:26.8820601Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:20:26.8821005Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:20:26.8821414Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:20:26.8821835Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:20:26.8822227Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:20:26.8822590Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:20:26.8823096Z 	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:20:26.8823616Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:20:26.8823987Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:20:26.8824365Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:20:26.8824733Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:20:26.8825291Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:20:26.8825731Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:20:26.8826160Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:20:26.8826591Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:20:26.8826994Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:20:26.8827398Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:20:26.8827819Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:20:26.8828227Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:20:26.8828624Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:20:26.8829058Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:20:26.8829552Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:20:26.8830054Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:20:26.8830504Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:20:26.8830913Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:20:26.8831316Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:20:26.8831792Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:20:26.8832283Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:20:26.8832880Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:20:26.8833335Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:20:26.8833791Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:20:26.8834194Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:20:26.8834556Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:20:26.8835028Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:20:26.8835402Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:20:26.8835787Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:20:26.8836150Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:20:26.8836507Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:20:26.8836882Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:20:26.8837384Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:20:26.8837742Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:20:26.8838114Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:20:26.8838472Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:20:26.8838849Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:20:26.8839236Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:20:26.8839600Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:20:26.8839959Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:20:26.8840318Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:20:26.8840686Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:20:26.8841064Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:20:26.8841430Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:20:26.8841792Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:20:26.8842168Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:20:26.8842589Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:20:26.8843027Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:20:26.8843436Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:20:26.8843803Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:20:26.8844183Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:20:26.8844610Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:20:26.8845218Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:20:26.8845589Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:20:26.8845957Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:20:26.8846316Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:20:26.8846658Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:20:26.8847008Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:20:26.8847359Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:20:26.8847727Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:20:26.8848086Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:20:26.8848430Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:20:26.8848761Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:20:26.8849363Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:20:26.8849789Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:20:26.8850186Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:20:26.8850583Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:20:26.8850979Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:20:26.8851396Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:20:26.8851894Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:20:26.8852509Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:20:26.8853136Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:20:26.8853869Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:20:26.8854353Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:20:26.8854809Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:20:26.8855514Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:20:26.8856138Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:20:26.8856701Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:20:26.8857195Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:20:26.8857640Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:20:26.8858019Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:20:26.8858397Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:20:26.8858770Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:20:26.8859150Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:20:26.8859539Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:20:26.8859923Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:20:26.8860312Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:20:26.8860699Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:20:26.8861084Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:20:26.8861461Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:20:26.8861842Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:20:26.8862224Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:20:26.8862617Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:20:26.8863013Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:20:26.8863426Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:20:26.8863844Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:20:26.8864213Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:20:26.8864606Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:20:26.8865152Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:20:26.8865566Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:20:26.8866231Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:20:26.8866675Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:20:26.8867041Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:20:26.8867410Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:20:26.8867794Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:20:26.8868159Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:20:26.8868550Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:20:26.8868942Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:20:26.8869329Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:20:26.8869710Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:20:26.8870078Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:20:26.8870597Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:20:26.8871149Z 	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:20:26.8871868Z 	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:20:26.8872555Z 	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:20:26.8873227Z 	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:20:26.8873756Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:20:26.8874141Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:20:26.8874552Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:20:26.8875155Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:20:26.8875536Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:20:26.8875910Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:20:26.8876274Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:20:26.8876650Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:20:26.8877030Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:20:26.8877407Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:20:26.8877786Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:20:26.8878178Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:20:26.8878584Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:20:26.8878985Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:20:26.8879385Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:20:26.8879777Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:20:26.8880157Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:20:26.8880549Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:20:26.8880954Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:20:26.8881352Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:20:26.8881751Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:20:26.8882188Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:20:26.8882829Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:20:26.8883284Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:20:26.8883689Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:20:26.8884130Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:20:26.8884589Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:20:26.8885137Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:20:26.8885509Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:20:26.8885890Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:20:26.8886288Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:20:26.8886698Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:20:26.8887105Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:20:26.8887628Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:20:26.8888021Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:20:26.8888491Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:20:26.8888963Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:20:26.8889362Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:20:26.8889768Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:20:26.8890219Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:20:26.8890666Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:20:26.8891144Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:20:26.8891636Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:20:26.8892078Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:20:26.8892517Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:20:26.8892916Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:20:26.8893311Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:20:26.8893729Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:20:26.8894113Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:20:26.8894490Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:20:26.8895024Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:20:26.8895440Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:20:26.8895850Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:20:26.8896272Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:20:26.8896665Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:20:26.8897039Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:20:26.8897411Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:20:26.8897767Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:20:26.8898155Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:20:26.8898575Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:20:26.8898969Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:20:26.8899674Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:20:26.8900144Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:20:26.8900544Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:20:26.8900983Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:20:26.8901404Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:20:26.8901812Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:20:26.8902220Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:20:26.8902576Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:20:26.8902938Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:20:26.8903330Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:20:26.8903734Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:20:26.8904257Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:20:26.8904618Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:20:26.8905108Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:20:26.8905453Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:20:26.8905937Z 	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:20:26.8906446Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:20:26.8906828Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:20:26.8907206Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:20:26.8907605Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:20:26.8908020Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:20:26.8908438Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:20:26.8908842Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:20:26.8909255Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:20:26.8909669Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:20:26.8910044Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:20:26.8910410Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:20:26.8910771Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:20:26.8911148Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:20:26.8911574Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:20:26.8912005Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:20:26.8912414Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:20:26.8912834Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:20:26.8913275Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:20:26.8913673Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:20:26.8914043Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:20:26.8914393Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:20:26.8914744Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:20:26.8915243Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:20:26.8915622Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:20:26.8916214Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:20:26.8916656Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:20:26.8917076Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:20:26.8917534Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:20:26.8917976Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:20:26.8918348Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:20:26.8918738Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:20:26.8919126Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:20:26.8919519Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:20:26.8919903Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:20:26.8920283Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:20:26.8920857Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:20:26.8921350Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:20:26.8921774Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:20:26.8922150Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:20:26.8922520Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:20:26.8922925Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:20:26.8923316Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:20:26.8923688Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:20:26.8924090Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:20:26.8924470Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:20:26.8924867Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:20:26.8925371Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:20:26.8925773Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:20:26.8926197Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:20:26.8926576Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:20:26.8926964Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:20:26.8927405Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:20:26.8927846Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:20:26.8928278Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:20:26.8928681Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:20:26.8929194Z 	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:20:26.8929706Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:20:26.8930100Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:20:26.8930512Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:20:26.8930943Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:20:26.8931461Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:20:26.8932043Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:20:26.8932892Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:20:26.8933562Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:20:26.8934216Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:20:26.8934847Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:20:26.8935610Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:20:26.8936192Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:20:26.8936675Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:20:26.8937119Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:20:26.8937564Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:20:26.8938132Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:20:26.8938614Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:20:26.8939047Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:20:26.8939430Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:20:26.8939801Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:20:26.8940182Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:20:26.8940570Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:20:26.8940975Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:20:26.8941389Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:20:26.8941756Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:20:26.8942149Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:20:26.8942612Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:20:26.8943103Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:20:26.8943594Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:20:26.8944084Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:20:26.8944539Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:20:26.8945083Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:20:26.8945504Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:20:26.8945927Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:20:26.8946363Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:20:26.8946801Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:20:26.8947190Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:20:26.8947572Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:20:26.8947951Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:20:26.8948329Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:20:26.8948767Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:20:26.8949208Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:20:26.8949614Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:20:26.8950286Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:20:26.8950738Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:20:26.8951189Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:20:26.8951634Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:20:26.8952070Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:20:26.8952466Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:20:26.8952842Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:20:26.8953235Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:20:26.8953605Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:20:26.8953980Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:20:26.8954389Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:20:26.8955057Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:20:26.8955491Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:20:26.8955963Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:20:26.8956420Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:20:26.8956815Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:20:26.8957167Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:20:26.8957540Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:20:26.8957994Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:20:26.8958382Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:20:26.8958777Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:20:26.8959215Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:20:26.8959659Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:20:26.8960078Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:20:26.8960465Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:20:26.8960870Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:20:26.8961416Z 	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:20:26.8961994Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:20:26.8962454Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:20:26.8962902Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:20:26.8963334Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:20:26.8963733Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:20:26.8964122Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:20:26.8964514Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:20:26.8965045Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:20:26.8965458Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:20:26.8965835Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:20:26.8966228Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:20:26.8966879Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:20:26.8967278Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:20:26.8967689Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:20:26.8968154Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:20:26.8968582Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:20:26.8968957Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:20:26.8969334Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:20:26.8969720Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:20:26.8970095Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:20:26.8970466Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:20:26.8970900Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:20:26.8971491Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:20:26.8971897Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:20:26.8972294Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:20:26.8972692Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:20:26.8973073Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:20:26.8973449Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:20:26.8973835Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:20:26.8974232Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:20:26.8974677Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:20:26.8975282Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:20:26.8975713Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:20:26.8976116Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:20:26.8976524Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:20:26.8976952Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:20:26.8977344Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:20:26.8977702Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:20:26.8978053Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:20:26.8978420Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:20:26.8978798Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:20:26.8979158Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:20:26.8979533Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:20:26.8979934Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:20:26.8980320Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:20:26.8980678Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:20:26.8981031Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:20:26.8981412Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:20:26.8981863Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:20:26.8982240Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:20:26.8982601Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:20:26.8982969Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:20:26.8983588Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:20:26.8984004Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:20:26.8984354Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:20:26.8984738Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:20:26.8985279Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:20:26.8985678Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:20:26.8986069Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:20:26.8986449Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:20:26.8986835Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:20:26.8987244Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:20:26.8987681Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:20:26.8988247Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:20:26.8988607Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:20:26.8988959Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:20:26.8989306Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:20:26.8989729Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:20:26.8990239Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:20:26.8990719Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:20:26.8991196Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:20:26.8991716Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:20:26.8992162Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:20:26.8992547Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:20:26.8992952Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:20:26.8993349Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:20:26.8993747Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:20:26.8994267Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:20:26.8994660Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:20:26.8995223Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:20:26.8995624Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:20:26.8996075Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:20:26.8996516Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:20:26.8996894Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:20:26.8997298Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:20:26.8997725Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:20:26.8998105Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:20:26.8998458Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:20:26.8998867Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:20:26.8999321Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:20:26.8999788Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:20:26.9000440Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:20:26.9000878Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:20:26.9001309Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:20:26.9001747Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:20:27.1482557Z info: downloading installer
2025-08-20T20:20:27.5684440Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T20:20:27.5684826Z warn: /home/runner/.rustup/settings.toml
2025-08-20T20:20:27.5685331Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T20:20:27.5685756Z warn: instead of the one inferred from the default host triple.
2025-08-20T20:20:27.5901761Z info: profile set to 'default'
2025-08-20T20:20:27.5902091Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T20:20:27.5902493Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T20:20:27.6448304Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:20:27.7533068Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:20:27.7830283Z info: downloading component 'clippy'
2025-08-20T20:20:27.8547652Z info: downloading component 'rustfmt'
2025-08-20T20:20:27.9089309Z info: downloading component 'cargo'
2025-08-20T20:20:27.9962659Z info: downloading component 'rust-std'
2025-08-20T20:20:28.2950713Z info: downloading component 'rustc'
2025-08-20T20:20:28.8927450Z info: removing previous version of component 'clippy'
2025-08-20T20:20:28.9041358Z info: removing previous version of component 'rustfmt'
2025-08-20T20:20:28.9095890Z info: removing previous version of component 'cargo'
2025-08-20T20:20:28.9259295Z info: removing previous version of component 'rust-std'
2025-08-20T20:20:28.9345652Z info: removing previous version of component 'rustc'
2025-08-20T20:20:28.9527492Z info: installing component 'clippy'
2025-08-20T20:20:29.2158512Z info: installing component 'rustfmt'
2025-08-20T20:20:29.4136745Z info: installing component 'cargo'
2025-08-20T20:20:29.9027586Z info: installing component 'rust-std'
2025-08-20T20:20:31.2014818Z info: installing component 'rustc'
2025-08-20T20:20:33.9671920Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:20:33.9672233Z 
2025-08-20T20:20:33.9747765Z   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:20:33.9748214Z 
2025-08-20T20:20:33.9748219Z 
2025-08-20T20:20:33.9748300Z Rust is installed now. Great!
2025-08-20T20:20:33.9748450Z 
2025-08-20T20:20:33.9748623Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T20:20:33.9749017Z environment variable. This has not been done automatically.
2025-08-20T20:20:33.9749240Z 
2025-08-20T20:20:33.9749377Z To configure your current shell, you need to source
2025-08-20T20:20:33.9749682Z the corresponding env file under $HOME/.cargo.
2025-08-20T20:20:33.9749864Z 
2025-08-20T20:20:33.9750032Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T20:20:33.9750416Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T20:20:33.9750711Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T20:20:33.9750985Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T20:20:33.9910017Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:20:34.0222586Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:20:34.0222867Z 
2025-08-20T20:20:34.0298120Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:20:34.0298422Z 
2025-08-20T20:20:34.0734438Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:20:34.1133114Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T20:20:34.1392935Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:20:34.1393380Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:20:34.1393997Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:20:34.1394356Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:20:34.1394726Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:20:34.1395209Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:20:34.1395578Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:20:34.1395944Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:20:34.1396301Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:20:34.1396632Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:20:34.1396992Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:20:34.1397386Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:20:34.1398010Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:20:34.1398419Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:20:34.1398819Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:20:34.1399225Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:20:34.1399632Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:20:34.1399997Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:20:34.1400382Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:20:34.1400844Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:20:34.1401295Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:20:34.1401692Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:20:34.1402122Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:20:34.1402522Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:20:34.1402879Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:20:34.1403273Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:20:34.1403710Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:20:34.1404132Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:20:34.1404541Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:20:34.1406001Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:20:34.1406481Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:20:34.1406926Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:20:34.1407364Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:20:34.1407789Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:20:34.1408231Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:20:34.1408659Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:20:34.1409066Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:20:34.1409476Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:20:34.1409873Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:20:34.1410287Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:20:34.1410721Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:20:34.1411411Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:20:34.1411839Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:20:34.1412235Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:20:34.1412693Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:20:34.1413172Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:20:34.1413646Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:20:34.1414141Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:20:34.1414595Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:20:34.1415190Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:20:34.1415630Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:20:34.1416194Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:20:34.1416613Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:20:34.1417012Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:20:34.1417384Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:20:34.1417745Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:20:34.1418118Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:20:34.1418516Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:20:34.1418926Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:20:34.1419309Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:20:34.1419727Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:20:34.1420176Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:20:34.1420603Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:20:34.1421017Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:20:34.1421443Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:20:34.1421883Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:20:34.1422295Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:20:34.1422698Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:20:34.1423139Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:20:34.1423647Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:20:34.1424162Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:20:34.1424628Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:20:34.1425737Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:20:34.1426141Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:20:34.1426537Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:20:34.1426943Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:20:34.1427352Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:20:34.1427816Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:20:34.1428329Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:20:34.1429082Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:20:34.1429600Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:20:34.1430047Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:20:34.1430454Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:20:34.1430852Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:20:34.1431264Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:20:34.1431665Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:20:34.1432055Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:20:34.1432481Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:20:34.1432917Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:20:34.1433465Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:20:34.1433841Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:20:34.1434253Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:20:34.1434666Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:20:34.1435192Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:20:34.1435567Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:20:34.1435963Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:20:34.1436348Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:20:34.1436700Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:20:34.1437090Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:20:34.1437503Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:20:34.1437907Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:20:34.1438279Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:20:34.1438649Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:20:34.1439028Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:20:34.1439420Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:20:34.1439823Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:20:34.1440220Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:20:34.1440610Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:20:34.1440999Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:20:34.1441409Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:20:34.1441827Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:20:34.1442199Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:20:34.1442560Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:20:34.1442918Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:20:34.1443281Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:20:34.1443648Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:20:34.1444008Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:20:34.1444387Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:20:34.1444795Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:20:34.1445615Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:20:34.1446086Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:20:34.1446492Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:20:34.1446888Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:20:34.1447281Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:20:34.1447677Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:20:34.1448083Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:20:34.1448496Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:20:34.1448884Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:20:34.1449306Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:20:34.1449729Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:20:34.1450328Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:20:34.1450759Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:20:34.1451155Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:20:34.1451552Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:20:34.1451969Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:20:34.1452379Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:20:34.1452822Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:20:34.1453224Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:20:34.1453624Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:20:34.1454035Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:20:34.1454426Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:20:34.1454786Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:20:34.1455315Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:20:34.1455715Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:20:34.1456115Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:20:34.1456517Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:20:34.1456915Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:20:34.1457287Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:20:34.1457667Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:20:34.1458054Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:20:34.1458448Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:20:34.1458875Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:20:34.1459325Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:20:34.1459725Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:20:34.1460099Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:20:34.1460489Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:20:34.1460909Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:20:34.1461332Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:20:34.1461685Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:20:34.1462262Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:20:34.1462708Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:20:34.1463145Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:20:34.1463560Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:20:34.1463950Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:20:34.1464339Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:20:34.1464726Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:20:34.1465411Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:20:34.1465886Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:20:34.1466304Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:20:34.1466680Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:20:34.1467211Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:20:34.1467661Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:20:34.1468168Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:20:34.1468609Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:20:34.1468987Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:20:34.1469453Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:20:34.1469993Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:20:34.1470502Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:20:34.1470951Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:20:34.1471323Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:20:34.1471705Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:20:34.1472123Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:20:34.1472542Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:20:34.1472950Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:20:34.1473332Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:20:34.1473712Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:20:34.1474114Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:20:34.1474517Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:20:34.1475059Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:20:34.1475479Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:20:34.1475883Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:20:34.1476280Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:20:34.1476700Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:20:34.1477152Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:20:34.1477584Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:20:34.1477981Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:20:34.1478358Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:20:34.1478730Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:20:34.1479337Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:20:34.1479749Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:20:34.1480174Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:20:34.1480649Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:20:34.1481107Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:20:34.1481517Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:20:34.1481908Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:20:34.1482296Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:20:34.1482676Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:20:34.1483049Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:20:34.1483444Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:20:34.1483961Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:20:34.1484412Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:20:34.1484890Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:20:34.1485568Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:20:34.1486094Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:20:34.1486611Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:20:34.1487120Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:20:34.1487563Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:20:34.1487936Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:20:34.1488305Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:20:34.1488688Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:20:34.1489072Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:20:34.1489445Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:20:34.1489838Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:20:34.1490229Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:20:34.1490615Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:20:34.1490996Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:20:34.1491373Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:20:34.1491781Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:20:34.1492183Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:20:34.1492604Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:20:34.1493049Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:20:34.1493478Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:20:34.1493948Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:20:34.1494361Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:20:34.1494778Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:20:34.1495322Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:20:34.1495717Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:20:34.1496396Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:20:34.1496931Z 	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:20:34.1497448Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:20:34.1497824Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:20:34.1498207Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:20:34.1498575Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:20:34.1498982Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:20:34.1499429Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:20:34.1499864Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:20:34.1500301Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:20:34.1500834Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:20:34.1501246Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:20:34.1501674Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:20:34.1502090Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:20:34.1502485Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:20:34.1502916Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:20:34.1503409Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:20:34.1503911Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:20:34.1504363Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:20:34.1504785Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:20:34.1505435Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:20:34.1505918Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:20:34.1506410Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:20:34.1506828Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:20:34.1507261Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:20:34.1507721Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:20:34.1508134Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:20:34.1508499Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:20:34.1508854Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:20:34.1509232Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:20:34.1509622Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:20:34.1509994Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:20:34.1510347Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:20:34.1510718Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:20:34.1511089Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:20:34.1511453Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:20:34.1511827Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:20:34.1512186Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:20:34.1512565Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:20:34.1513192Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:20:34.1513577Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:20:34.1513944Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:20:34.1514304Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:20:34.1514667Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:20:34.1515188Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:20:34.1515562Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:20:34.1515926Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:20:34.1516304Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:20:34.1516726Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:20:34.1517163Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:20:34.1517582Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:20:34.1518106Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:20:34.1518492Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:20:34.1518924Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:20:34.1519332Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:20:34.1519695Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:20:34.1520063Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:20:34.1520425Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:20:34.1520771Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:20:34.1521119Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:20:34.1521483Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:20:34.1521866Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:20:34.1522225Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:20:34.1522573Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:20:34.1522908Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:20:34.1523284Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:20:34.1523695Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:20:34.1524102Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:20:34.1524511Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:20:34.1525056Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:20:34.1525499Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:20:34.1526009Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:20:34.1526650Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:20:34.1527282Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:20:34.1527836Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:20:34.1528309Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:20:34.1528768Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:20:34.1529297Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:20:34.1530110Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:20:34.1530703Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:20:34.1531203Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:20:34.1531652Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:20:34.1532023Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:20:34.1532399Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:20:34.1532774Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:20:34.1533153Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:20:34.1533544Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:20:34.1533934Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:20:34.1534331Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:20:34.1534876Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:20:34.1535404Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:20:34.1535784Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:20:34.1536167Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:20:34.1536544Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:20:34.1536941Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:20:34.1537339Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:20:34.1537753Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:20:34.1538172Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:20:34.1538550Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:20:34.1538952Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:20:34.1539368Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:20:34.1539782Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:20:34.1540223Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:20:34.1540652Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:20:34.1541024Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:20:34.1541392Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:20:34.1541780Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:20:34.1542154Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:20:34.1542547Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:20:34.1542946Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:20:34.1543331Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:20:34.1543719Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:20:34.1544083Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:20:34.1544458Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:20:34.1545136Z 	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:20:34.1545867Z 	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:20:34.1546792Z 	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:20:34.1547486Z 	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:20:34.1548017Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:20:34.1548407Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:20:34.1548817Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:20:34.1549226Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:20:34.1549609Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:20:34.1549989Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:20:34.1550361Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:20:34.1550739Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:20:34.1551127Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:20:34.1551645Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:20:34.1552021Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:20:34.1552413Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:20:34.1552818Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:20:34.1553226Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:20:34.1553627Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:20:34.1554019Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:20:34.1554399Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:20:34.1554791Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:20:34.1555344Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:20:34.1555751Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:20:34.1556153Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:20:34.1556546Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:20:34.1556970Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:20:34.1557405Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:20:34.1557810Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:20:34.1558254Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:20:34.1558716Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:20:34.1559123Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:20:34.1559504Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:20:34.1559895Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:20:34.1560298Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:20:34.1560707Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:20:34.1561117Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:20:34.1561504Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:20:34.1561899Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:20:34.1562372Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:20:34.1562846Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:20:34.1563244Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:20:34.1563853Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:20:34.1564334Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:20:34.1564781Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:20:34.1565394Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:20:34.1565891Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:20:34.1566339Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:20:34.1566780Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:20:34.1567185Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:20:34.1567579Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:20:34.1568006Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:20:34.1568551Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:20:34.1568930Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:20:34.1569341Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:20:34.1569744Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:20:34.1570144Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:20:34.1570570Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:20:34.1570967Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:20:34.1571351Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:20:34.1571726Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:20:34.1572088Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:20:34.1572485Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:20:34.1572909Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:20:34.1573309Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:20:34.1573760Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:20:34.1574218Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:20:34.1574622Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:20:34.1575186Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:20:34.1575616Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:20:34.1576037Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:20:34.1576451Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:20:34.1576813Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:20:34.1577177Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:20:34.1577572Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:20:34.1577975Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:20:34.1578356Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:20:34.1578717Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:20:34.1579068Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:20:34.1579420Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:20:34.1580124Z 	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:20:34.1580658Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:20:34.1581045Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:20:34.1581428Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:20:34.1581833Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:20:34.1582248Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:20:34.1582665Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:20:34.1583074Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:20:34.1583497Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:20:34.1583916Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:20:34.1584303Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:20:34.1584822Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:20:34.1585304Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:20:34.1585686Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:20:34.1586112Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:20:34.1586543Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:20:34.1586948Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:20:34.1587370Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:20:34.1587816Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:20:34.1588217Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:20:34.1588590Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:20:34.1588943Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:20:34.1589295Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:20:34.1589667Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:20:34.1590043Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:20:34.1590421Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:20:34.1590832Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:20:34.1591253Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:20:34.1591718Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:20:34.1592160Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:20:34.1592543Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:20:34.1592941Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:20:34.1593333Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:20:34.1593780Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:20:34.1594170Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:20:34.1594550Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:20:34.1595119Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:20:34.1595619Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:20:34.1596046Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:20:34.1596423Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:20:34.1597048Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:20:34.1597470Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:20:34.1597867Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:20:34.1598244Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:20:34.1598643Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:20:34.1599032Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:20:34.1599381Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:20:34.1599741Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:20:34.1600145Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:20:34.1600572Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:20:34.1600980Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:20:34.1601502Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:20:34.1601949Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:20:34.1602397Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:20:34.1602831Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:20:34.1603226Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:20:34.1603745Z 	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:20:34.1604262Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:20:34.1604657Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:20:34.1605225Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:20:34.1605662Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:20:34.1606193Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:20:34.1606781Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:20:34.1607399Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:20:34.1608057Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:20:34.1608713Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:20:34.1609357Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:20:34.1609997Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:20:34.1610591Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:20:34.1611080Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:20:34.1611526Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:20:34.1611968Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:20:34.1612399Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:20:34.1612879Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:20:34.1613318Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:20:34.1613707Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:20:34.1614085Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:20:34.1614698Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:20:34.1615218Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:20:34.1615631Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:20:34.1616051Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:20:34.1616417Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:20:34.1616809Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:20:34.1617276Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:20:34.1617776Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:20:34.1618271Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:20:34.1618774Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:20:34.1619387Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:20:34.1619808Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:20:34.1620229Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:20:34.1620647Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:20:34.1621081Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:20:34.1621511Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:20:34.1621907Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:20:34.1622292Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:20:34.1622670Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:20:34.1623057Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:20:34.1623503Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:20:34.1623946Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:20:34.1624355Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:20:34.1624773Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:20:34.1625339Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:20:34.1625791Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:20:34.1626240Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:20:34.1626676Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:20:34.1627084Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:20:34.1627454Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:20:34.1627847Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:20:34.1628222Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:20:34.1628597Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:20:34.1629007Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:20:34.1629409Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:20:34.1629842Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:20:34.1630318Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:20:34.1630776Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:20:34.1631440Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:20:34.1631817Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:20:34.1632194Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:20:34.1632593Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:20:34.1632984Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:20:34.1633378Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:20:34.1633815Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:20:34.1634265Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:20:34.1634686Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:20:34.1635206Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:20:34.1635618Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:20:34.1636325Z 	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:20:34.1636913Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:20:34.1637367Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:20:34.1637815Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:20:34.1638248Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:20:34.1638649Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:20:34.1639045Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:20:34.1639440Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:20:34.1639846Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:20:34.1640258Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:20:34.1640642Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:20:34.1641038Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:20:34.1641447Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:20:34.1641824Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:20:34.1642238Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:20:34.1642703Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:20:34.1643133Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:20:34.1643520Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:20:34.1643905Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:20:34.1644305Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:20:34.1644684Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:20:34.1645198Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:20:34.1645631Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:20:34.1646084Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:20:34.1646493Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:20:34.1646895Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:20:34.1647296Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:20:34.1647682Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:20:34.1648294Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:20:34.1648698Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:20:34.1649103Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:20:34.1649552Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:20:34.1650005Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:20:34.1650432Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:20:34.1650840Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:20:34.1651252Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:20:34.1651682Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:20:34.1652076Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:20:34.1652440Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:20:34.1652934Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:20:34.1653300Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:20:34.1653676Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:20:34.1654033Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:20:34.1654406Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:20:34.1654801Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:20:34.1655401Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:20:34.1655765Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:20:34.1656119Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:20:34.1656507Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:20:34.1656914Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:20:34.1657292Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:20:34.1657659Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:20:34.1658023Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:20:34.1658413Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:20:34.1658803Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:20:34.1659155Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:20:34.1659532Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:20:34.1659931Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:20:34.1660321Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:20:34.1660705Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:20:34.1661083Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:20:34.1661538Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:20:34.1661948Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:20:34.1662372Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:20:34.1662779Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:20:34.1663136Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:20:34.1663487Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:20:34.1663831Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:20:34.1664257Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:20:34.1665132Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:20:34.1665679Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:20:34.1666162Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:20:34.1666673Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:20:34.1667113Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:20:34.1667503Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:20:34.1667896Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:20:34.1668291Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:20:34.1668686Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:20:34.1669084Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:20:34.1669595Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:20:34.1669977Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:20:34.1670372Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:20:34.1670822Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:20:34.1671258Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:20:34.1671642Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:20:34.1672048Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:20:34.1672470Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:20:34.1672858Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:20:34.1673215Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:20:34.1673610Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:20:34.1674066Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:20:34.1674536Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:20:34.1675093Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:20:34.1675534Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:20:34.1675970Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:20:34.1676407Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:20:34.1676699Z 
2025-08-20T20:20:34.1676704Z 
2025-08-20T20:20:34.1677075Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (08:20:34 PM)
2025-08-20T20:20:34.1677464Z 
2025-08-20T20:20:34.1677468Z 
2025-08-20T20:20:34.1677471Z 
2025-08-20T20:20:34.1694514Z [+] Continue : YES
2025-08-20T20:20:34.1694731Z 
2025-08-20T20:20:34.1695281Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T20:20:34.2151386Z 
2025-08-20T20:20:34.2151972Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (08:20:34 PM) UTC
2025-08-20T20:20:34.2152240Z 
2025-08-20T20:20:34.2167338Z 
2025-08-20T20:20:34.2167514Z [+] Total RECIPES :: 1
2025-08-20T20:20:34.2167654Z 
2025-08-20T20:20:34.2240958Z 
2025-08-20T20:20:34.2241718Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/freeze/static.official.source.yaml (1/1)
2025-08-20T20:20:34.2242225Z 
2025-08-20T20:20:34.2714266Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/freeze/static.official.source.yaml
2025-08-20T20:20:34.2726568Z mode of '/tmp/pkgforge/Kza7a5KSE_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:20:34.2776885Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/freeze/official [Provided]
2025-08-20T20:20:34.2777311Z [+] Setting '.pkg_family' --> freeze [Provided]
2025-08-20T20:20:34.2791017Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T20:20:34.2795358Z [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:20:34.2824787Z [00:00:00.003]➜  
2025-08-20T20:20:34.2825417Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/Kza7a5KSE_build.yaml
2025-08-20T20:20:34.2825887Z [00:00:00.003]➜  
2025-08-20T20:20:34.2862867Z [00:00:00.007]➜  
2025-08-20T20:20:34.2863357Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/Kza7a5KSE_build.yaml
2025-08-20T20:20:34.2863777Z [00:00:00.007]➜  
2025-08-20T20:20:34.2941649Z [00:00:00.015]➜  
2025-08-20T20:20:34.2943156Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/freeze/static.official.source.yaml) --> /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (08:20:34 PM) UTC]
2025-08-20T20:20:34.2944261Z [00:00:00.015]➜  
2025-08-20T20:20:34.2944462Z [00:00:00.015]➜  
2025-08-20T20:20:34.2944667Z [00:00:00.015]➜  
2025-08-20T20:20:34.2945243Z [00:00:00.015]➜  ###################################################################
2025-08-20T20:20:34.2950785Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T20:20:34.2951986Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/freeze/static.official.source.yaml
2025-08-20T20:20:34.2952615Z [00:00:00.016]➜  _disabled: false
2025-08-20T20:20:34.2952850Z [00:00:00.016]➜  
2025-08-20T20:20:34.2953064Z [00:00:00.016]➜  pkg: "freeze"
2025-08-20T20:20:34.2953369Z [00:00:00.016]➜  pkg_id: "github.com.charmbracelet.freeze"
2025-08-20T20:20:34.2953706Z [00:00:00.016]➜  pkg_type: "static"
2025-08-20T20:20:34.2953965Z [00:00:00.016]➜  category:
2025-08-20T20:20:34.2954686Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-20T20:20:34.2955259Z [00:00:00.016]➜    - "Utility"
2025-08-20T20:20:34.2955708Z [00:00:00.016]➜  description: "Tool to generate images of code and terminal output"
2025-08-20T20:20:34.2956071Z [00:00:00.016]➜  distro_pkg:
2025-08-20T20:20:34.2956301Z [00:00:00.016]➜    nixpkgs:
2025-08-20T20:20:34.2956541Z [00:00:00.016]➜      - "charm-freeze"
2025-08-20T20:20:34.2956850Z [00:00:00.016]➜  homepage:
2025-08-20T20:20:34.2957165Z [00:00:00.016]➜    - "https://github.com/charmbracelet/freeze"
2025-08-20T20:20:34.2957514Z [00:00:00.016]➜  license:
2025-08-20T20:20:34.2957742Z [00:00:00.016]➜    - id: "MIT"
2025-08-20T20:20:34.2958286Z [00:00:00.016]➜      url: "https://github.com/charmbracelet/freeze/raw/6fba2eb2b83bcffcd655e4276c9ff3a507075d53/LICENSE"  
2025-08-20T20:20:34.2958774Z [00:00:00.016]➜  maintainer:
2025-08-20T20:20:34.2959106Z [00:00:00.016]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:20:34.2959432Z [00:00:00.016]➜  note:
2025-08-20T20:20:34.2959714Z [00:00:00.016]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T20:20:34.2960276Z [00:00:00.016]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/charmbracelet/freeze"
2025-08-20T20:20:34.2960749Z [00:00:00.016]➜  provides:
2025-08-20T20:20:34.2960977Z [00:00:00.016]➜    - "freeze"
2025-08-20T20:20:34.2961216Z [00:00:00.016]➜  repology:
2025-08-20T20:20:34.2961452Z [00:00:00.016]➜    - "charm-freeze"
2025-08-20T20:20:34.2961717Z [00:00:00.016]➜  src_url:
2025-08-20T20:20:34.2962010Z [00:00:00.016]➜    - "https://github.com/charmbracelet/freeze"
2025-08-20T20:20:34.2962313Z [00:00:00.016]➜  tag:
2025-08-20T20:20:34.2962547Z [00:00:00.016]➜    - "image"
2025-08-20T20:20:34.2962814Z [00:00:00.016]➜    - "screenshot"
2025-08-20T20:20:34.2963059Z [00:00:00.016]➜  x_exec:
2025-08-20T20:20:34.2963651Z [00:00:00.016]➜    bsys: "docker://go"
2025-08-20T20:20:34.2964000Z [00:00:00.016]➜    host:
2025-08-20T20:20:34.2964241Z [00:00:00.016]➜      - "aarch64-Linux"
2025-08-20T20:20:34.2964514Z [00:00:00.016]➜      - "x86_64-Linux"
2025-08-20T20:20:34.2964798Z [00:00:00.016]➜    shell: "bash"
2025-08-20T20:20:34.2965507Z [00:00:00.016]➜    pkgver: |
2025-08-20T20:20:34.2965812Z [00:00:00.016]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T20:20:34.2966532Z [00:00:00.016]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/charmbracelet/freeze" "./TEMPREPO" &>/dev/null && \
2025-08-20T20:20:34.2967405Z [00:00:00.016]➜      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:20:34.2968039Z [00:00:00.016]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T20:20:34.2968413Z [00:00:00.016]➜    run: |
2025-08-20T20:20:34.2968641Z [00:00:00.016]➜      #Build
2025-08-20T20:20:34.2969235Z [00:00:00.016]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T20:20:34.2970242Z [00:00:00.016]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T20:20:34.2970823Z [00:00:00.016]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T20:20:34.2971291Z [00:00:00.016]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T20:20:34.2971701Z [00:00:00.016]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T20:20:34.2972043Z [00:00:00.016]➜        bash -l -c '
2025-08-20T20:20:34.2972287Z [00:00:00.016]➜        #Setup ENV
2025-08-20T20:20:34.2972659Z [00:00:00.016]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:20:34.2973025Z [00:00:00.016]➜         CGO_ENABLED="1" 
2025-08-20T20:20:34.2973405Z [00:00:00.016]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:20:34.2973925Z [00:00:00.016]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T20:20:34.2974317Z [00:00:00.016]➜         GOOS="linux"
2025-08-20T20:20:34.2974629Z [00:00:00.016]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:20:34.2975239Z [00:00:00.016]➜        #Build
2025-08-20T20:20:34.2975841Z [00:00:00.016]➜         git clone --filter "blob:none" --quiet "https://github.com/charmbracelet/freeze" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T20:20:34.2976400Z [00:00:00.016]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T20:20:34.2976868Z [00:00:00.016]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T20:20:34.2977293Z [00:00:00.016]➜         go mod tidy -v ; go generate ./...
2025-08-20T20:20:34.2978067Z [00:00:00.016]➜         go build -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/freeze"
2025-08-20T20:20:34.2978724Z [00:00:00.016]➜        #Copy
2025-08-20T20:20:34.2979358Z [00:00:00.016]➜         ( 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:20:34.2979922Z [00:00:00.016]➜        #Strip 
2025-08-20T20:20:34.2980413Z [00:00:00.016]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:20:34.2981095Z [00:00:00.016]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:20:34.2981777Z [00:00:00.016]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:20:34.2982623Z [00:00:00.016]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:20:34.2983262Z [00:00:00.016]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:20:34.2983684Z [00:00:00.016]➜         popd &>/dev/null
2025-08-20T20:20:34.2983933Z [00:00:00.016]➜        '
2025-08-20T20:20:34.2984156Z [00:00:00.016]➜      #Copy & Meta
2025-08-20T20:20:34.2984514Z [00:00:00.016]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T20:20:34.2985725Z [00:00:00.016]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T20:20:34.2986885Z [00:00:00.016]➜       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:20:34.2987805Z [00:00:00.016]➜  
2025-08-20T20:20:34.2988007Z [00:00:00.016]➜  
2025-08-20T20:20:34.2988572Z [00:00:00.016]➜  ###################################################################
2025-08-20T20:20:34.2988857Z [00:00:00.016]➜  
2025-08-20T20:20:34.2989044Z [00:00:00.016]➜  
2025-08-20T20:20:34.2989225Z [00:00:00.016]➜  
2025-08-20T20:20:34.2989724Z [00:00:00.017]➜  '/tmp/pkgforge/Kza7a5KSE_build.yaml' -> '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T20:20:35.5665785Z [00:00:01.287]➜  '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/freeze.static.version' -> '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/freeze.version'
2025-08-20T20:20:35.5717715Z [00:00:01.292]➜  [+] Version: HEAD-ee5e4b3-250818T132756 ('.x_exec.pkgver') [/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/freeze.static.version]
2025-08-20T20:20:35.5906734Z [00:00:01.311]➜  [+] Progs: freeze
2025-08-20T20:20:35.7224655Z [00:00:01.443]➜  
2025-08-20T20:20:35.7225209Z [00:00:01.443]➜  [-] Missing packages. Found: 
2025-08-20T20:20:35.7225575Z [00:00:01.443]➜  [+] Expected: freeze
2025-08-20T20:20:35.7225885Z [00:00:01.443]➜  [+] Continuing with build...
2025-08-20T20:20:35.7226137Z [00:00:01.443]➜  
2025-08-20T20:20:36.0580167Z [00:00:01.778]➜  
2025-08-20T20:20:36.0580469Z [00:00:01.778]➜  
2025-08-20T20:20:36.0654392Z [00:00:01.786]➜  + mkdir -pv /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T20:20:36.0668651Z [00:00:01.787]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=freeze -e PKG_ID=github.com.charmbracelet.freeze -e PKG_TYPE=static -e PKG_VER=HEAD-ee5e4b3-250818T132756 -e PKGVER=HEAD-ee5e4b3-250818T132756 -e SBUILD_PKG=freeze.static -e SBUILD_PKGVER=HEAD-ee5e4b3-250818T132756 --volume /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T20:20:36.0670353Z [00:00:01.787]➜    #Setup ENV
2025-08-20T20:20:36.0670764Z [00:00:01.787]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:20:36.0671151Z [00:00:01.787]➜     CGO_ENABLED="1" 
2025-08-20T20:20:36.0671507Z [00:00:01.787]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:20:36.0672008Z [00:00:01.787]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T20:20:36.0672395Z [00:00:01.787]➜     GOOS="linux"
2025-08-20T20:20:36.0672692Z [00:00:01.787]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:20:36.0672984Z [00:00:01.787]➜    #Build
2025-08-20T20:20:36.0673505Z [00:00:01.787]➜     git clone --filter "blob:none" --quiet "https://github.com/charmbracelet/freeze" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T20:20:36.0674055Z [00:00:01.787]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T20:20:36.0674511Z [00:00:01.787]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T20:20:36.0675707Z [00:00:01.787]➜     go mod tidy -v ; go generate ./...
2025-08-20T20:20:36.0676588Z [00:00:01.787]➜     go build -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/freeze"
2025-08-20T20:20:36.0677202Z [00:00:01.787]➜    #Copy
2025-08-20T20:20:36.0677833Z [00:00:01.787]➜     ( 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:20:36.0678390Z [00:00:01.787]➜    #Strip 
2025-08-20T20:20:36.0678868Z [00:00:01.787]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:20:36.0679548Z [00:00:01.787]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:20:36.0680235Z [00:00:01.787]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:20:36.0681093Z [00:00:01.787]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:20:36.0681642Z [00:00:01.787]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:20:36.0682055Z [00:00:01.787]➜     popd &>/dev/null
2025-08-20T20:20:36.0682292Z [00:00:01.787]➜    '
2025-08-20T20:20:36.3420308Z [00:00:02.062]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T20:20:36.4053779Z [00:00:02.126]➜  b2e6f696af52: Pulling fs layer
2025-08-20T20:20:36.4054186Z [00:00:02.126]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T20:20:36.4054498Z [00:00:02.126]➜  99fd740fb142: Pulling fs layer
2025-08-20T20:20:36.4054811Z [00:00:02.126]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T20:20:36.4055288Z [00:00:02.126]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T20:20:36.4055589Z [00:00:02.126]➜  323e89f8c367: Pulling fs layer
2025-08-20T20:20:36.4055872Z [00:00:02.126]➜  2b92eb3035e7: Waiting
2025-08-20T20:20:36.4056170Z [00:00:02.126]➜  4239b2f25ebc: Waiting
2025-08-20T20:20:36.4056452Z [00:00:02.126]➜  323e89f8c367: Waiting
2025-08-20T20:20:36.4896510Z [00:00:02.210]➜  99fd740fb142: Verifying Checksum
2025-08-20T20:20:36.4897567Z [00:00:02.210]➜  99fd740fb142: Download complete
2025-08-20T20:20:36.5400280Z [00:00:02.260]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T20:20:36.5401288Z [00:00:02.260]➜  996f2cb07f7c: Download complete
2025-08-20T20:20:36.5709112Z [00:00:02.291]➜  b2e6f696af52: Download complete
2025-08-20T20:20:36.6588693Z [00:00:02.379]➜  323e89f8c367: Verifying Checksum
2025-08-20T20:20:36.6589485Z [00:00:02.379]➜  323e89f8c367: Download complete
2025-08-20T20:20:36.6774662Z [00:00:02.398]➜  b2e6f696af52: Pull complete
2025-08-20T20:20:36.8058136Z [00:00:02.526]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T20:20:36.8059060Z [00:00:02.526]➜  4239b2f25ebc: Download complete
2025-08-20T20:20:41.7995600Z [00:00:07.520]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T20:20:47.5206835Z [00:00:13.241]➜  996f2cb07f7c: Pull complete
2025-08-20T20:20:53.6675491Z [00:00:19.388]➜  99fd740fb142: Pull complete
2025-08-20T20:22:19.0648156Z [00:01:44.785]➜  2b92eb3035e7: Pull complete
2025-08-20T20:22:29.1149365Z [00:01:54.835]➜  4239b2f25ebc: Pull complete
2025-08-20T20:22:29.1654788Z [00:01:54.886]➜  323e89f8c367: Pull complete
2025-08-20T20:22:29.1848163Z [00:01:54.905]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T20:22:29.1923997Z [00:01:54.913]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T20:22:29.4287340Z [00:01:55.149]➜  + mkdir -p /build-bins
2025-08-20T20:22:29.4303339Z [00:01:55.151]➜  ++ mktemp -d
2025-08-20T20:22:29.4317406Z [00:01:55.152]➜  + pushd /tmp/tmp.vfEjfybuwX
2025-08-20T20:22:29.4317765Z [00:01:55.152]➜  + CGO_ENABLED=1
2025-08-20T20:22:29.4318267Z [00:01:55.152]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T20:22:29.4325859Z [00:01:55.153]➜  ++ uname -m
2025-08-20T20:22:29.4331222Z [00:01:55.153]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T20:22:29.4338371Z [00:01:55.154]➜  + GOARCH=arm64
2025-08-20T20:22:29.4338659Z [00:01:55.154]➜  + GOOS=linux
2025-08-20T20:22:29.4338962Z [00:01:55.154]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:22:29.4339529Z [00:01:55.154]➜  + git clone --filter blob:none --quiet https://github.com/charmbracelet/freeze ./TEMPREPO
2025-08-20T20:22:29.9542801Z [00:01:55.675]➜  + cd ./TEMPREPO
2025-08-20T20:22:29.9543198Z [00:01:55.675]➜  + echo -e '\n[+] Target: "arm64/linux"'
2025-08-20T20:22:29.9543725Z [00:01:55.675]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T20:22:29.9544150Z [00:01:55.675]➜  + go mod tidy -v
2025-08-20T20:22:29.9544385Z [00:01:55.675]➜  
2025-08-20T20:22:29.9544607Z [00:01:55.675]➜  [+] Target: "arm64/linux"
2025-08-20T20:22:29.9545274Z [00:01:55.675]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:22:29.9546013Z [00:01:55.675]➜  
2025-08-20T20:22:29.9735380Z [00:01:55.694]➜  go: downloading github.com/beevik/etree v1.5.1
2025-08-20T20:22:29.9736212Z [00:01:55.694]➜  go: downloading github.com/adrg/xdg v0.5.3
2025-08-20T20:22:29.9748313Z [00:01:55.695]➜  go: downloading github.com/alecthomas/chroma/v2 v2.20.0
2025-08-20T20:22:30.3765519Z [00:01:56.097]➜  go: downloading github.com/alecthomas/kong v1.12.1
2025-08-20T20:22:30.3766058Z [00:01:56.097]➜  go: downloading github.com/caarlos0/go-shellwords v1.0.12
2025-08-20T20:22:30.3766499Z [00:01:56.097]➜  go: downloading github.com/charmbracelet/huh v0.7.0
2025-08-20T20:22:30.3766922Z [00:01:56.097]➜  go: downloading github.com/charmbracelet/lipgloss v1.1.0
2025-08-20T20:22:30.3944442Z [00:01:56.115]➜  go: downloading github.com/charmbracelet/log v0.4.2
2025-08-20T20:22:30.4011285Z [00:01:56.122]➜  go: downloading github.com/charmbracelet/x/ansi v0.10.1
2025-08-20T20:22:30.4118636Z [00:01:56.132]➜  go: downloading github.com/charmbracelet/x/cellbuf v0.0.13
2025-08-20T20:22:30.4139777Z [00:01:56.134]➜  go: downloading github.com/charmbracelet/x/term v0.2.1
2025-08-20T20:22:30.4144854Z [00:01:56.135]➜  go: downloading github.com/charmbracelet/x/xpty v0.1.2
2025-08-20T20:22:30.4281015Z [00:01:56.148]➜  go: downloading github.com/kanrichan/resvg-go v0.0.2-0.20231001163256-63db194ca9f5
2025-08-20T20:22:30.4303244Z [00:01:56.151]➜  go: downloading github.com/mattn/go-isatty v0.0.20
2025-08-20T20:22:30.4309256Z [00:01:56.151]➜  go: downloading github.com/mattn/go-runewidth v0.0.16
2025-08-20T20:22:30.4502682Z [00:01:56.171]➜  go: downloading github.com/aymanbagabas/go-udiff v0.3.1
2025-08-20T20:22:30.5022213Z [00:01:56.223]➜  go: downloading golang.org/x/sys v0.31.0
2025-08-20T20:22:30.5932919Z [00:01:56.314]➜  go: downloading github.com/dlclark/regexp2 v1.11.5
2025-08-20T20:22:30.7567905Z [00:01:56.477]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T20:22:30.7568546Z [00:01:56.477]➜  go: downloading github.com/alecthomas/assert/v2 v2.11.0
2025-08-20T20:22:30.7568996Z [00:01:56.477]➜  go: downloading github.com/alecthomas/repr v0.5.1
2025-08-20T20:22:30.7785351Z [00:01:56.499]➜  go: downloading github.com/catppuccin/go v0.3.0
2025-08-20T20:22:30.7790376Z [00:01:56.499]➜  go: downloading github.com/charmbracelet/bubbles v0.21.0
2025-08-20T20:22:30.7964247Z [00:01:56.517]➜  go: downloading github.com/charmbracelet/bubbletea v1.3.4
2025-08-20T20:22:30.7965037Z [00:01:56.517]➜  go: downloading github.com/charmbracelet/x/exp/strings v0.0.0-20240906161213-162f3037fef5
2025-08-20T20:22:30.7965649Z [00:01:56.517]➜  go: downloading github.com/mitchellh/hashstructure/v2 v2.0.2
2025-08-20T20:22:30.8084562Z [00:01:56.529]➜  go: downloading github.com/muesli/termenv v0.16.0
2025-08-20T20:22:30.8108851Z [00:01:56.531]➜  go: downloading github.com/rivo/uniseg v0.4.7
2025-08-20T20:22:30.8151260Z [00:01:56.536]➜  go: downloading github.com/go-logfmt/logfmt v0.6.0
2025-08-20T20:22:30.8263279Z [00:01:56.547]➜  go: downloading golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e
2025-08-20T20:22:30.8334620Z [00:01:56.554]➜  go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
2025-08-20T20:22:30.8489838Z [00:01:56.569]➜  go: downloading github.com/charmbracelet/x/conpty v0.1.0
2025-08-20T20:22:30.8571919Z [00:01:56.578]➜  go: downloading github.com/charmbracelet/x/termios v0.1.1
2025-08-20T20:22:30.8660222Z [00:01:56.586]➜  go: downloading github.com/creack/pty v1.1.24
2025-08-20T20:22:30.8985615Z [00:01:56.619]➜  go: downloading github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc
2025-08-20T20:22:30.9022324Z [00:01:56.623]➜  go: downloading github.com/hexops/gotextdiff v1.0.3
2025-08-20T20:22:30.9091693Z [00:01:56.630]➜  go: downloading github.com/dustin/go-humanize v1.0.1
2025-08-20T20:22:30.9189094Z [00:01:56.639]➜  go: downloading github.com/atotto/clipboard v0.1.4
2025-08-20T20:22:30.9204657Z [00:01:56.641]➜  go: downloading github.com/MakeNowJust/heredoc v1.0.0
2025-08-20T20:22:30.9205543Z [00:01:56.641]➜  go: downloading github.com/charmbracelet/x/exp/golden v0.0.0-20241011142426-46044092ad91
2025-08-20T20:22:30.9290021Z [00:01:56.649]➜  go: downloading github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f
2025-08-20T20:22:30.9370809Z [00:01:56.657]➜  go: downloading github.com/mattn/go-localereader v0.0.1
2025-08-20T20:22:30.9371374Z [00:01:56.657]➜  go: downloading github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
2025-08-20T20:22:30.9371847Z [00:01:56.657]➜  go: downloading github.com/muesli/cancelreader v0.2.2
2025-08-20T20:22:30.9460618Z [00:01:56.666]➜  go: downloading golang.org/x/sync v0.12.0
2025-08-20T20:22:30.9482726Z [00:01:56.669]➜  go: downloading github.com/tetratelabs/wazero v1.8.0
2025-08-20T20:22:30.9772906Z [00:01:56.698]➜  go: downloading github.com/aymanbagabas/go-osc52/v2 v2.0.1
2025-08-20T20:22:30.9877989Z [00:01:56.708]➜  go: downloading github.com/davecgh/go-spew v1.1.1
2025-08-20T20:22:31.0075195Z [00:01:56.728]➜  go: downloading github.com/pmezard/go-difflib v1.0.0
2025-08-20T20:22:31.0264044Z [00:01:56.747]➜  go: downloading github.com/charmbracelet/x/errors v0.0.0-20240906161213-162f3037fef5
2025-08-20T20:22:31.1358329Z [00:01:56.856]➜  go: downloading github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
2025-08-20T20:22:31.1474643Z [00:01:56.868]➜  go: downloading golang.org/x/text v0.23.0
2025-08-20T20:22:31.5628607Z [00:01:57.283]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T20:22:31.6191421Z [00:01:57.340]➜  + go generate ./...
2025-08-20T20:22:31.6382695Z [00:01:57.359]➜  + go build -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/freeze
2025-08-20T20:22:31.6402913Z [00:01:57.361]➜  WORK=/tmp/go-build2464310907
2025-08-20T20:22:31.6525465Z [00:01:57.373]➜  # get https://proxy.golang.org/github.com/adrg/xdg/@v/v0.5.3.info
2025-08-20T20:22:31.6526498Z [00:01:57.373]➜  # get https://proxy.golang.org/github.com/alecthomas/chroma/v2/@v/v2.20.0.info
2025-08-20T20:22:31.6884867Z [00:01:57.409]➜  # get https://proxy.golang.org/github.com/alecthomas/chroma/v2/@v/v2.20.0.info: 200 OK (0.036s)
2025-08-20T20:22:31.6891326Z [00:01:57.410]➜  # get https://proxy.golang.org/github.com/adrg/xdg/@v/v0.5.3.info: 200 OK (0.037s)
2025-08-20T20:22:31.6891981Z [00:01:57.410]➜  # get https://proxy.golang.org/github.com/alecthomas/kong/@v/v1.12.1.info
2025-08-20T20:22:31.6903932Z [00:01:57.411]➜  # get https://proxy.golang.org/github.com/beevik/etree/@v/v1.5.1.info
2025-08-20T20:22:31.6907882Z [00:01:57.411]➜  # get https://proxy.golang.org/github.com/caarlos0/go-shellwords/@v/v1.0.12.info
2025-08-20T20:22:31.6908492Z [00:01:57.411]➜  # get https://proxy.golang.org/github.com/dlclark/regexp2/@v/v1.11.5.info
2025-08-20T20:22:31.6957043Z [00:01:57.416]➜  # get https://proxy.golang.org/github.com/alecthomas/kong/@v/v1.12.1.info: 200 OK (0.007s)
2025-08-20T20:22:31.6992261Z [00:01:57.420]➜  # get https://proxy.golang.org/github.com/beevik/etree/@v/v1.5.1.info: 200 OK (0.009s)
2025-08-20T20:22:31.6998693Z [00:01:57.420]➜  # get https://proxy.golang.org/github.com/dlclark/regexp2/@v/v1.11.5.info: 200 OK (0.009s)
2025-08-20T20:22:31.7000003Z [00:01:57.420]➜  # get https://proxy.golang.org/github.com/charmbracelet/huh/@v/v0.7.0.info
2025-08-20T20:22:31.7000663Z [00:01:57.420]➜  # get https://proxy.golang.org/github.com/charmbracelet/lipgloss/@v/v1.1.0.info
2025-08-20T20:22:31.7001242Z [00:01:57.421]➜  # get https://proxy.golang.org/github.com/charmbracelet/log/@v/v0.4.2.info
2025-08-20T20:22:31.7066158Z [00:01:57.427]➜  # get https://proxy.golang.org/github.com/charmbracelet/huh/@v/v0.7.0.info: 200 OK (0.007s)
2025-08-20T20:22:31.7072194Z [00:01:57.428]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/ansi/@v/v0.10.1.info
2025-08-20T20:22:31.7075567Z [00:01:57.428]➜  # get https://proxy.golang.org/github.com/charmbracelet/lipgloss/@v/v1.1.0.info: 200 OK (0.008s)
2025-08-20T20:22:31.7077629Z [00:01:57.428]➜  # get https://proxy.golang.org/github.com/charmbracelet/log/@v/v0.4.2.info: 200 OK (0.008s)
2025-08-20T20:22:31.7083227Z [00:01:57.429]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/cellbuf/@v/v0.0.13.info
2025-08-20T20:22:31.7137499Z [00:01:57.434]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/ansi/@v/v0.10.1.info: 200 OK (0.007s)
2025-08-20T20:22:31.7142276Z [00:01:57.435]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/term/@v/v0.2.1.info
2025-08-20T20:22:31.7209386Z [00:01:57.441]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/term/@v/v0.2.1.info: 200 OK (0.007s)
2025-08-20T20:22:31.7213899Z [00:01:57.442]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/xpty/@v/v0.1.2.info
2025-08-20T20:22:31.7282446Z [00:01:57.449]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/xpty/@v/v0.1.2.info: 200 OK (0.007s)
2025-08-20T20:22:31.7286118Z [00:01:57.449]➜  # get https://proxy.golang.org/github.com/muesli/termenv/@v/v0.16.0.info
2025-08-20T20:22:31.7359480Z [00:01:57.456]➜  # get https://proxy.golang.org/github.com/muesli/termenv/@v/v0.16.0.info: 200 OK (0.007s)
2025-08-20T20:22:31.7364324Z [00:01:57.457]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.31.0.info
2025-08-20T20:22:31.7431234Z [00:01:57.464]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.31.0.info: 200 OK (0.007s)
2025-08-20T20:22:31.7434445Z [00:01:57.464]➜  # get https://proxy.golang.org/github.com/kanrichan/resvg-go/@v/v0.0.2-0.20231001163256-63db194ca9f5.info
2025-08-20T20:22:31.8668342Z [00:01:57.587]➜  # get https://proxy.golang.org/github.com/caarlos0/go-shellwords/@v/v1.0.12.info: 200 OK (0.176s)
2025-08-20T20:22:31.8670085Z [00:01:57.587]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info
2025-08-20T20:22:31.8736000Z [00:01:57.594]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info: 200 OK (0.006s)
2025-08-20T20:22:31.8738894Z [00:01:57.594]➜  # get https://proxy.golang.org/github.com/catppuccin/go/@v/v0.3.0.info
2025-08-20T20:22:31.8806455Z [00:01:57.601]➜  # get https://proxy.golang.org/github.com/catppuccin/go/@v/v0.3.0.info: 200 OK (0.007s)
2025-08-20T20:22:31.8817860Z [00:01:57.602]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info
2025-08-20T20:22:31.8884315Z [00:01:57.609]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info: 200 OK (0.007s)
2025-08-20T20:22:31.8888426Z [00:01:57.609]➜  # get https://proxy.golang.org/github.com/charmbracelet/bubbles/@v/v0.21.0.info
2025-08-20T20:22:31.8922622Z [00:01:57.613]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/cellbuf/@v/v0.0.13.info: 200 OK (0.184s)
2025-08-20T20:22:31.8926752Z [00:01:57.613]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info
2025-08-20T20:22:31.8927394Z [00:01:57.613]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/conpty/@v/v0.1.0.info
2025-08-20T20:22:31.8952849Z [00:01:57.616]➜  # get https://proxy.golang.org/github.com/charmbracelet/bubbles/@v/v0.21.0.info: 200 OK (0.006s)
2025-08-20T20:22:31.8954384Z [00:01:57.616]➜  # get https://proxy.golang.org/github.com/aymanbagabas/go-osc52/v2/@v/v2.0.1.info
2025-08-20T20:22:31.8997444Z [00:01:57.620]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info: 200 OK (0.007s)
2025-08-20T20:22:31.9003189Z [00:01:57.621]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.2.0.info
2025-08-20T20:22:31.9006777Z [00:01:57.621]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/conpty/@v/v0.1.0.info: 200 OK (0.008s)
2025-08-20T20:22:31.9020867Z [00:01:57.622]➜  # get https://proxy.golang.org/github.com/aymanbagabas/go-osc52/v2/@v/v2.0.1.info: 200 OK (0.007s)
2025-08-20T20:22:31.9023322Z [00:01:57.623]➜  # get https://proxy.golang.org/github.com/go-logfmt/logfmt/@v/v0.6.0.info
2025-08-20T20:22:31.9071759Z [00:01:57.628]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.2.0.info: 200 OK (0.007s)
2025-08-20T20:22:31.9076152Z [00:01:57.628]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/termios/@v/v0.1.1.info
2025-08-20T20:22:31.9076833Z [00:01:57.628]➜  # get https://proxy.golang.org/github.com/charmbracelet/bubbletea/@v/v1.3.4.info
2025-08-20T20:22:31.9087927Z [00:01:57.629]➜  # get https://proxy.golang.org/github.com/go-logfmt/logfmt/@v/v0.6.0.info: 200 OK (0.006s)
2025-08-20T20:22:31.9153236Z [00:01:57.636]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/termios/@v/v0.1.1.info: 200 OK (0.008s)
2025-08-20T20:22:31.9155734Z [00:01:57.636]➜  # get https://proxy.golang.org/github.com/creack/pty/@v/v1.1.24.info
2025-08-20T20:22:31.9166442Z [00:01:57.637]➜  # get https://proxy.golang.org/github.com/charmbracelet/bubbletea/@v/v1.3.4.info: 200 OK (0.009s)
2025-08-20T20:22:31.9169672Z [00:01:57.637]➜  # get https://proxy.golang.org/github.com/charmbracelet/colorprofile/@v/v0.2.3-0.20250311203215-f60798e515dc.info
2025-08-20T20:22:31.9171688Z [00:01:57.638]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.1.info
2025-08-20T20:22:31.9185391Z [00:01:57.639]➜  # get https://proxy.golang.org/github.com/kanrichan/resvg-go/@v/v0.0.2-0.20231001163256-63db194ca9f5.info: 200 OK (0.175s)
2025-08-20T20:22:31.9188844Z [00:01:57.639]➜  # get https://proxy.golang.org/github.com/atotto/clipboard/@v/v0.1.4.info
2025-08-20T20:22:31.9270623Z [00:01:57.647]➜  # get https://proxy.golang.org/github.com/charmbracelet/colorprofile/@v/v0.2.3-0.20250311203215-f60798e515dc.info: 200 OK (0.010s)
2025-08-20T20:22:31.9298648Z [00:01:57.650]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.1.info: 200 OK (0.013s)
2025-08-20T20:22:31.9303017Z [00:01:57.651]➜  # get https://proxy.golang.org/github.com/atotto/clipboard/@v/v0.1.4.info: 200 OK (0.011s)
2025-08-20T20:22:31.9308984Z [00:01:57.651]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20220910002029-abceb7e1c41e.info
2025-08-20T20:22:31.9311537Z [00:01:57.652]➜  # get https://proxy.golang.org/github.com/muesli/ansi/@v/v0.0.0-20230316100256-276c6243b2f6.info
2025-08-20T20:22:31.9313886Z [00:01:57.652]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/exp/strings/@v/v0.0.0-20240906161213-162f3037fef5.info
2025-08-20T20:22:31.9355257Z [00:01:57.656]➜  # get https://proxy.golang.org/github.com/creack/pty/@v/v1.1.24.info: 200 OK (0.020s)
2025-08-20T20:22:31.9360932Z [00:01:57.657]➜  # get https://proxy.golang.org/github.com/tetratelabs/wazero/@v/v1.8.0.info
2025-08-20T20:22:31.9394218Z [00:01:57.660]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20220910002029-abceb7e1c41e.info: 200 OK (0.009s)
2025-08-20T20:22:31.9398247Z [00:01:57.660]➜  # get https://proxy.golang.org/github.com/muesli/cancelreader/@v/v0.2.2.info
2025-08-20T20:22:31.9416387Z [00:01:57.662]➜  # get https://proxy.golang.org/github.com/muesli/ansi/@v/v0.0.0-20230316100256-276c6243b2f6.info: 200 OK (0.010s)
2025-08-20T20:22:31.9419001Z [00:01:57.662]➜  # get https://proxy.golang.org/github.com/mitchellh/hashstructure/v2/@v/v2.0.2.info
2025-08-20T20:22:31.9473793Z [00:01:57.668]➜  # get https://proxy.golang.org/github.com/muesli/cancelreader/@v/v0.2.2.info: 200 OK (0.008s)
2025-08-20T20:22:31.9476843Z [00:01:57.668]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.12.0.info
2025-08-20T20:22:31.9494614Z [00:01:57.670]➜  # get https://proxy.golang.org/github.com/mitchellh/hashstructure/v2/@v/v2.0.2.info: 200 OK (0.007s)
2025-08-20T20:22:31.9550483Z [00:01:57.675]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.12.0.info: 200 OK (0.007s)
2025-08-20T20:22:32.1196011Z [00:01:57.840]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/exp/strings/@v/v0.0.0-20240906161213-162f3037fef5.info: 200 OK (0.188s)
2025-08-20T20:22:32.1236530Z [00:01:57.844]➜  # get https://proxy.golang.org/github.com/tetratelabs/wazero/@v/v1.8.0.info: 200 OK (0.188s)
2025-08-20T20:22:32.1281663Z [00:01:57.849]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:32.1282034Z [00:01:57.849]➜  git status --porcelain
2025-08-20T20:22:32.1732082Z [00:01:57.894]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:32.1732589Z [00:01:57.894]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T20:22:32.1744609Z [00:01:57.895]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO; git config extensions.objectformat
2025-08-20T20:22:32.1753887Z [00:01:57.896]➜  0.001s # cd /tmp/tmp.vfEjfybuwX/TEMPREPO; git config extensions.objectformat
2025-08-20T20:22:32.1754821Z [00:01:57.896]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' ee5e4b3cad8e622ab20926ff63b3935f9e8de8c8 --
2025-08-20T20:22:32.1772584Z [00:01:57.898]➜  0.002s # cd /tmp/tmp.vfEjfybuwX/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' ee5e4b3cad8e622ab20926ff63b3935f9e8de8c8 --
2025-08-20T20:22:32.1773615Z [00:01:57.898]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged ee5e4b3cad8e622ab20926ff63b3935f9e8de8c8
2025-08-20T20:22:32.1806639Z [00:01:57.901]➜  0.003s # cd /tmp/tmp.vfEjfybuwX/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged ee5e4b3cad8e622ab20926ff63b3935f9e8de8c8
2025-08-20T20:22:32.1807617Z [00:01:57.901]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' ee5e4b3cad8e --
2025-08-20T20:22:32.1820940Z [00:01:57.902]➜  0.001s # cd /tmp/tmp.vfEjfybuwX/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' ee5e4b3cad8e --
2025-08-20T20:22:32.1821806Z [00:01:57.903]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO; git cat-file blob ee5e4b3cad8e622ab20926ff63b3935f9e8de8c8:go.mod
2025-08-20T20:22:32.1841468Z [00:01:57.905]➜  0.002s # cd /tmp/tmp.vfEjfybuwX/TEMPREPO; git cat-file blob ee5e4b3cad8e622ab20926ff63b3935f9e8de8c8:go.mod
2025-08-20T20:22:32.1877240Z [00:01:57.908]➜  internal/goarch
2025-08-20T20:22:32.1885708Z [00:01:57.909]➜  mkdir -p $WORK/b006/
2025-08-20T20:22:32.1886031Z [00:01:57.909]➜  internal/byteorder
2025-08-20T20:22:32.1891088Z [00:01:57.909]➜  mkdir -p $WORK/b012/
2025-08-20T20:22:32.1891853Z [00:01:57.909]➜  internal/unsafeheader
2025-08-20T20:22:32.1892207Z [00:01:57.909]➜  mkdir -p $WORK/b008/
2025-08-20T20:22:32.1892584Z [00:01:57.909]➜  echo '# import config' > $WORK/b006/importcfg # internal
2025-08-20T20:22:32.1892965Z [00:01:57.909]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:32.1894870Z [00:01:57.909]➜  /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:22:32.1903255Z [00:01:57.909]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T20:22:32.1905125Z [00:01:57.909]➜  /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:22:32.1906927Z [00:01:57.909]➜  echo '# import config' > $WORK/b008/importcfg # internal
2025-08-20T20:22:32.1908647Z [00:01:57.909]➜  /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:22:32.1922784Z [00:01:57.913]➜  internal/cpu
2025-08-20T20:22:32.1923143Z [00:01:57.913]➜  mkdir -p $WORK/b011/
2025-08-20T20:22:32.1930605Z [00:01:57.913]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T20:22:32.1931159Z [00:01:57.914]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:22:32.1935251Z [00:01:57.914]➜  /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:22:32.1962882Z [00:01:57.916]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T20:22:32.1964626Z [00:01:57.916]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d # internal
2025-08-20T20:22:32.1966800Z [00:01:57.917]➜  echo '# import config' > $WORK/b011/importcfg # internal
2025-08-20T20:22:32.1968169Z [00:01:57.917]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:32.2006161Z [00:01:57.919]➜  /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:22:32.2008307Z [00:01:57.920]➜  internal/abi
2025-08-20T20:22:32.2008580Z [00:01:57.920]➜  mkdir -p $WORK/b005/
2025-08-20T20:22:32.2008890Z [00:01:57.921]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T20:22:32.2009206Z [00:01:57.921]➜  cd /root/.go/src/internal/abi
2025-08-20T20:22:32.2011044Z [00:01:57.921]➜  /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:22:32.2012604Z [00:01:57.922]➜  go tool buildid -w $WORK/b008/_pkg_.a # internal
2025-08-20T20:22:32.2017923Z [00:01:57.922]➜  cp $WORK/b008/_pkg_.a /root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d # internal
2025-08-20T20:22:32.2018497Z [00:01:57.922]➜  internal/coverage/rtcov
2025-08-20T20:22:32.2018780Z [00:01:57.922]➜  mkdir -p $WORK/b014/
2025-08-20T20:22:32.2019122Z [00:01:57.922]➜  echo '# import config' > $WORK/b014/importcfg # internal
2025-08-20T20:22:32.2019482Z [00:01:57.922]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:32.2021174Z [00:01:57.922]➜  /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:22:32.2035573Z [00:01:57.924]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T20:22:32.2042919Z [00:01:57.924]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d # internal
2025-08-20T20:22:32.2044290Z [00:01:57.924]➜  internal/godebugs
2025-08-20T20:22:32.2044641Z [00:01:57.924]➜  mkdir -p $WORK/b015/
2025-08-20T20:22:32.2045154Z [00:01:57.924]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T20:22:32.2046839Z [00:01:57.924]➜  /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:22:32.2048336Z [00:01:57.924]➜  cat >/tmp/go-build2464310907/b005/importcfg << 'EOF' # internal
2025-08-20T20:22:32.2048691Z [00:01:57.924]➜  # import config
2025-08-20T20:22:32.2049065Z [00:01:57.924]➜  packagefile internal/goarch=/tmp/go-build2464310907/b006/_pkg_.a
2025-08-20T20:22:32.2049413Z [00:01:57.924]➜  EOF
2025-08-20T20:22:32.2052980Z [00:01:57.924]➜  /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:22:32.2147460Z [00:01:57.935]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T20:22:32.2148452Z [00:01:57.935]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T20:22:32.2153867Z [00:01:57.936]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d # internal
2025-08-20T20:22:32.2156474Z [00:01:57.936]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d # internal
2025-08-20T20:22:32.2161069Z [00:01:57.937]➜  internal/goos
2025-08-20T20:22:32.2162404Z [00:01:57.937]➜  mkdir -p $WORK/b017/
2025-08-20T20:22:32.2163083Z [00:01:57.937]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T20:22:32.2165113Z [00:01:57.937]➜  /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:22:32.2171718Z [00:01:57.938]➜  internal/goexperiment
2025-08-20T20:22:32.2172382Z [00:01:57.938]➜  mkdir -p $WORK/b016/
2025-08-20T20:22:32.2189283Z [00:01:57.939]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T20:22:32.2196243Z [00:01:57.939]➜  /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:22:32.2256220Z [00:01:57.946]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T20:22:32.2265409Z [00:01:57.947]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d # internal
2025-08-20T20:22:32.2277199Z [00:01:57.948]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:22:32.2278847Z [00:01:57.948]➜  /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:22:32.2279833Z [00:01:57.948]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T20:22:32.2280184Z [00:01:57.948]➜  internal/profilerecord
2025-08-20T20:22:32.2280479Z [00:01:57.948]➜  mkdir -p $WORK/b018/
2025-08-20T20:22:32.2281090Z [00:01:57.948]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d # internal
2025-08-20T20:22:32.2281630Z [00:01:57.948]➜  internal/runtime/math
2025-08-20T20:22:32.2282987Z [00:01:57.948]➜  mkdir -p $WORK/b022/
2025-08-20T20:22:32.2283443Z [00:01:57.949]➜  cat >/tmp/go-build2464310907/b022/importcfg << 'EOF' # internal
2025-08-20T20:22:32.2283819Z [00:01:57.949]➜  # import config
2025-08-20T20:22:32.2284195Z [00:01:57.949]➜  packagefile internal/goarch=/tmp/go-build2464310907/b006/_pkg_.a
2025-08-20T20:22:32.2286350Z [00:01:57.949]➜  EOF
2025-08-20T20:22:32.2286687Z [00:01:57.949]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:32.2288657Z [00:01:57.949]➜  /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:22:32.2294125Z [00:01:57.949]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T20:22:32.2296147Z [00:01:57.950]➜  /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:22:32.2305007Z [00:01:57.951]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:22:32.2306155Z [00:01:57.951]➜  /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:22:32.2337783Z [00:01:57.954]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/cpu.o $WORK/b011/cpu_arm64.o # internal
2025-08-20T20:22:32.2338823Z [00:01:57.954]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T20:22:32.2339966Z [00:01:57.954]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d # internal
2025-08-20T20:22:32.2340594Z [00:01:57.954]➜  internal/bytealg
2025-08-20T20:22:32.2340868Z [00:01:57.954]➜  mkdir -p $WORK/b010/
2025-08-20T20:22:32.2352230Z [00:01:57.955]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T20:22:32.2353507Z [00:01:57.955]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:22:32.2354885Z [00:01:57.956]➜  /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:22:32.2391100Z [00:01:57.959]➜  cat >/tmp/go-build2464310907/b010/importcfg << 'EOF' # internal
2025-08-20T20:22:32.2391519Z [00:01:57.960]➜  # import config
2025-08-20T20:22:32.2391896Z [00:01:57.960]➜  packagefile internal/cpu=/tmp/go-build2464310907/b011/_pkg_.a
2025-08-20T20:22:32.2392235Z [00:01:57.960]➜  EOF
2025-08-20T20:22:32.2392522Z [00:01:57.960]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T20:22:32.2396568Z [00:01:57.960]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T20:22:32.2400560Z [00:01:57.960]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d # internal
2025-08-20T20:22:32.2403032Z [00:01:57.961]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d # internal
2025-08-20T20:22:32.2404504Z [00:01:57.961]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:32.2410732Z [00:01:57.961]➜  /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:22:32.2416962Z [00:01:57.961]➜  internal/chacha8rand
2025-08-20T20:22:32.2417320Z [00:01:57.962]➜  mkdir -p $WORK/b013/
2025-08-20T20:22:32.2417599Z [00:01:57.962]➜  internal/runtime/atomic
2025-08-20T20:22:32.2417871Z [00:01:57.962]➜  mkdir -p $WORK/b019/
2025-08-20T20:22:32.2418204Z [00:01:57.962]➜  echo -n > $WORK/b013/go_asm.h # internal
2025-08-20T20:22:32.2418536Z [00:01:57.962]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T20:22:32.2419685Z [00:01:57.962]➜  /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:22:32.2420697Z [00:01:57.962]➜  echo -n > $WORK/b019/go_asm.h # internal
2025-08-20T20:22:32.2421032Z [00:01:57.962]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T20:22:32.2422221Z [00:01:57.962]➜  /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:22:32.2444099Z [00:01:57.965]➜  cat >/tmp/go-build2464310907/b019/importcfg << 'EOF' # internal
2025-08-20T20:22:32.2450930Z [00:01:57.965]➜  # import config
2025-08-20T20:22:32.2452884Z [00:01:57.965]➜  packagefile internal/cpu=/tmp/go-build2464310907/b011/_pkg_.a
2025-08-20T20:22:32.2453382Z [00:01:57.965]➜  packagefile internal/goarch=/tmp/go-build2464310907/b006/_pkg_.a
2025-08-20T20:22:32.2453728Z [00:01:57.965]➜  EOF
2025-08-20T20:22:32.2473196Z [00:01:57.967]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:32.2478019Z [00:01:57.968]➜  /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:22:32.2483508Z [00:01:57.969]➜  cat >/tmp/go-build2464310907/b013/importcfg << 'EOF' # internal
2025-08-20T20:22:32.2484570Z [00:01:57.969]➜  # import config
2025-08-20T20:22:32.2485278Z [00:01:57.969]➜  packagefile internal/byteorder=/tmp/go-build2464310907/b012/_pkg_.a
2025-08-20T20:22:32.2486004Z [00:01:57.969]➜  packagefile internal/cpu=/tmp/go-build2464310907/b011/_pkg_.a
2025-08-20T20:22:32.2486661Z [00:01:57.969]➜  packagefile internal/goarch=/tmp/go-build2464310907/b006/_pkg_.a
2025-08-20T20:22:32.2487112Z [00:01:57.969]➜  EOF
2025-08-20T20:22:32.2489751Z [00:01:57.969]➜  /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:22:32.2587305Z [00:01:57.979]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:22:32.2588884Z [00:01:57.979]➜  /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:22:32.2683517Z [00:01:57.989]➜  /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:22:32.2718831Z [00:01:57.992]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T20:22:32.2720533Z [00:01:57.992]➜  /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:22:32.2731519Z [00:01:57.994]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:22:32.2733570Z [00:01:57.994]➜  /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:22:32.2784371Z [00:01:57.999]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T20:22:32.2785400Z [00:01:57.999]➜  go tool pack r $WORK/b013/_pkg_.a $WORK/b013/chacha8_arm64.o # internal
2025-08-20T20:22:32.2785856Z [00:01:57.999]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T20:22:32.2788336Z [00:01:57.999]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:22:32.2790356Z [00:01:57.999]➜  /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:22:32.2799529Z [00:01:58.000]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d # internal
2025-08-20T20:22:32.2817433Z [00:01:58.002]➜  internal/runtime/strconv
2025-08-20T20:22:32.2817775Z [00:01:58.002]➜  mkdir -p $WORK/b021/
2025-08-20T20:22:32.2819273Z [00:01:58.002]➜  cat >/tmp/go-build2464310907/b021/importcfg << 'EOF' # internal
2025-08-20T20:22:32.2822196Z [00:01:58.003]➜  # import config
2025-08-20T20:22:32.2822712Z [00:01:58.003]➜  packagefile internal/runtime/math=/tmp/go-build2464310907/b022/_pkg_.a
2025-08-20T20:22:32.2823089Z [00:01:58.003]➜  EOF
2025-08-20T20:22:32.2823338Z [00:01:58.003]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:32.2825220Z [00:01:58.003]➜  /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:22:32.2863938Z [00:01:58.006]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:22:32.2865814Z [00:01:58.007]➜  /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:22:32.2929506Z [00:01:58.013]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T20:22:32.2957229Z [00:01:58.016]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d # internal
2025-08-20T20:22:32.2958005Z [00:01:58.016]➜  internal/runtime/syscall
2025-08-20T20:22:32.2958429Z [00:01:58.016]➜  mkdir -p $WORK/b023/
2025-08-20T20:22:32.2958860Z [00:01:58.016]➜  echo -n > $WORK/b023/go_asm.h # internal
2025-08-20T20:22:32.2959911Z [00:01:58.016]➜  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:22:32.2960765Z [00:01:58.016]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T20:22:32.2961854Z [00:01:58.016]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d # internal
2025-08-20T20:22:32.2962593Z [00:01:58.016]➜  internal/runtime/gc
2025-08-20T20:22:32.2962902Z [00:01:58.016]➜  mkdir -p $WORK/b025/
2025-08-20T20:22:32.2963390Z [00:01:58.016]➜  cat >/tmp/go-build2464310907/b025/importcfg << 'EOF' # internal
2025-08-20T20:22:32.2963833Z [00:01:58.016]➜  # import config
2025-08-20T20:22:32.2964299Z [00:01:58.016]➜  packagefile internal/goarch=/tmp/go-build2464310907/b006/_pkg_.a
2025-08-20T20:22:32.2964736Z [00:01:58.016]➜  EOF
2025-08-20T20:22:32.2965116Z [00:01:58.016]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:32.2967093Z [00:01:58.016]➜  /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:22:32.2975170Z [00:01:58.016]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T20:22:32.2982470Z [00:01:58.016]➜  /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:22:32.2983601Z [00:01:58.017]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T20:22:32.2985987Z [00:01:58.017]➜  /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:22:32.3003067Z [00:01:58.020]➜  cat >/tmp/go-build2464310907/b023/importcfg << 'EOF' # internal
2025-08-20T20:22:32.3008550Z [00:01:58.021]➜  # import config
2025-08-20T20:22:32.3008974Z [00:01:58.021]➜  packagefile internal/goarch=/tmp/go-build2464310907/b006/_pkg_.a
2025-08-20T20:22:32.3009327Z [00:01:58.021]➜  EOF
2025-08-20T20:22:32.3009576Z [00:01:58.021]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:32.3011885Z [00:01:58.021]➜  /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:22:32.3024647Z [00:01:58.023]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T20:22:32.3041367Z [00:01:58.023]➜  go tool pack r $WORK/b019/_pkg_.a $WORK/b019/atomic_arm64.o # internal
2025-08-20T20:22:32.3041856Z [00:01:58.023]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T20:22:32.3048727Z [00:01:58.025]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d # internal
2025-08-20T20:22:32.3049736Z [00:01:58.025]➜  internal/runtime/exithook
2025-08-20T20:22:32.3050503Z [00:01:58.025]➜  mkdir -p $WORK/b024/
2025-08-20T20:22:32.3050979Z [00:01:58.025]➜  cat >/tmp/go-build2464310907/b024/importcfg << 'EOF' # internal
2025-08-20T20:22:32.3051335Z [00:01:58.025]➜  # import config
2025-08-20T20:22:32.3051758Z [00:01:58.025]➜  packagefile internal/runtime/atomic=/tmp/go-build2464310907/b019/_pkg_.a
2025-08-20T20:22:32.3052134Z [00:01:58.025]➜  EOF
2025-08-20T20:22:32.3052720Z [00:01:58.025]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:32.3054501Z [00:01:58.025]➜  /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:22:32.3100123Z [00:01:58.030]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T20:22:32.3107060Z [00:01:58.031]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d # internal
2025-08-20T20:22:32.3111589Z [00:01:58.032]➜  internal/asan
2025-08-20T20:22:32.3112443Z [00:01:58.032]➜  mkdir -p $WORK/b027/
2025-08-20T20:22:32.3119482Z [00:01:58.032]➜  echo '# import config' > $WORK/b027/importcfg # internal
2025-08-20T20:22:32.3121965Z [00:01:58.032]➜  /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:22:32.3218717Z [00:01:58.042]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T20:22:32.3237782Z [00:01:58.044]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d # internal
2025-08-20T20:22:32.3238373Z [00:01:58.044]➜  internal/msan
2025-08-20T20:22:32.3238632Z [00:01:58.044]➜  mkdir -p $WORK/b028/
2025-08-20T20:22:32.3238985Z [00:01:58.044]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T20:22:32.3240707Z [00:01:58.044]➜  /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:22:32.3245746Z [00:01:58.045]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T20:22:32.3261879Z [00:01:58.045]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d # internal
2025-08-20T20:22:32.3262660Z [00:01:58.045]➜  internal/runtime/sys
2025-08-20T20:22:32.3263070Z [00:01:58.046]➜  mkdir -p $WORK/b030/
2025-08-20T20:22:32.3263494Z [00:01:58.046]➜  echo -n > $WORK/b030/go_asm.h # internal
2025-08-20T20:22:32.3263919Z [00:01:58.046]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:22:32.3265347Z [00:01:58.046]➜  /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:22:32.3326336Z [00:01:58.053]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T20:22:32.3327789Z [00:01:58.053]➜  /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:22:32.3339398Z [00:01:58.054]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T20:22:32.3342719Z [00:01:58.055]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d # internal
2025-08-20T20:22:32.3347111Z [00:01:58.055]➜  internal/stringslite
2025-08-20T20:22:32.3355026Z [00:01:58.056]➜  mkdir -p $WORK/b031/
2025-08-20T20:22:32.3361066Z [00:01:58.057]➜  go tool pack r $WORK/b023/_pkg_.a $WORK/b023/asm_linux_arm64.o # internal
2025-08-20T20:22:32.3361780Z [00:01:58.057]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T20:22:32.3362469Z [00:01:58.057]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d # internal
2025-08-20T20:22:32.3363165Z [00:01:58.057]➜  internal/runtime/cgroup
2025-08-20T20:22:32.3363520Z [00:01:58.057]➜  mkdir -p $WORK/b020/
2025-08-20T20:22:32.3363903Z [00:01:58.057]➜  cat >/tmp/go-build2464310907/b020/importcfg << 'EOF' # internal
2025-08-20T20:22:32.3364357Z [00:01:58.057]➜  # import config
2025-08-20T20:22:32.3364862Z [00:01:58.057]➜  packagefile internal/bytealg=/tmp/go-build2464310907/b010/_pkg_.a
2025-08-20T20:22:32.3365812Z [00:01:58.057]➜  packagefile internal/runtime/strconv=/tmp/go-build2464310907/b021/_pkg_.a
2025-08-20T20:22:32.3366400Z [00:01:58.057]➜  packagefile internal/runtime/syscall=/tmp/go-build2464310907/b023/_pkg_.a
2025-08-20T20:22:32.3367091Z [00:01:58.057]➜  EOF
2025-08-20T20:22:32.3367344Z [00:01:58.057]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:32.3369456Z [00:01:58.057]➜  /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:22:32.3374512Z [00:01:58.058]➜  cat >/tmp/go-build2464310907/b030/importcfg << 'EOF' # internal
2025-08-20T20:22:32.3375318Z [00:01:58.058]➜  # import config
2025-08-20T20:22:32.3376201Z [00:01:58.058]➜  packagefile internal/cpu=/tmp/go-build2464310907/b011/_pkg_.a
2025-08-20T20:22:32.3377207Z [00:01:58.058]➜  packagefile internal/goarch=/tmp/go-build2464310907/b006/_pkg_.a
2025-08-20T20:22:32.3377798Z [00:01:58.058]➜  packagefile internal/goos=/tmp/go-build2464310907/b017/_pkg_.a
2025-08-20T20:22:32.3378152Z [00:01:58.058]➜  EOF
2025-08-20T20:22:32.3378488Z [00:01:58.058]➜  cat >/tmp/go-build2464310907/b031/importcfg << 'EOF' # internal
2025-08-20T20:22:32.3378837Z [00:01:58.058]➜  # import config
2025-08-20T20:22:32.3379221Z [00:01:58.058]➜  packagefile internal/bytealg=/tmp/go-build2464310907/b010/_pkg_.a
2025-08-20T20:22:32.3379574Z [00:01:58.058]➜  EOF
2025-08-20T20:22:32.3381133Z [00:01:58.058]➜  /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:22:32.3385339Z [00:01:58.058]➜  /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:22:32.3474832Z [00:01:58.068]➜  cd /root/.go/src/internal/abi
2025-08-20T20:22:32.3477523Z [00:01:58.068]➜  /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:22:32.3522820Z [00:01:58.073]➜  /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:22:32.3541660Z [00:01:58.075]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T20:22:32.3542496Z [00:01:58.075]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d # internal
2025-08-20T20:22:32.3543080Z [00:01:58.075]➜  internal/trace/tracev2
2025-08-20T20:22:32.3543414Z [00:01:58.075]➜  mkdir -p $WORK/b032/
2025-08-20T20:22:32.3543761Z [00:01:58.075]➜  echo '# import config' > $WORK/b032/importcfg # internal
2025-08-20T20:22:32.3544135Z [00:01:58.075]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:32.3546325Z [00:01:58.075]➜  /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:22:32.3548430Z [00:01:58.075]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:22:32.3550629Z [00:01:58.075]➜  /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:22:32.3584802Z [00:01:58.079]➜  cd /root/.go/src/internal/abi
2025-08-20T20:22:32.3585556Z [00:01:58.079]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/abi_test.o $WORK/b005/stub.o # internal
2025-08-20T20:22:32.3586543Z [00:01:58.079]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T20:22:32.3596078Z [00:01:58.079]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:22:32.3597778Z [00:01:58.079]➜  /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:22:32.3627375Z [00:01:58.083]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d # internal
2025-08-20T20:22:32.3632924Z [00:01:58.084]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T20:22:32.3637690Z [00:01:58.084]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d # internal
2025-08-20T20:22:32.3640279Z [00:01:58.084]➜  go tool pack r $WORK/b030/_pkg_.a $WORK/b030/dit_arm64.o $WORK/b030/empty.o # internal
2025-08-20T20:22:32.3647830Z [00:01:58.085]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T20:22:32.3649138Z [00:01:58.085]➜  sync/atomic
2025-08-20T20:22:32.3649402Z [00:01:58.085]➜  mkdir -p $WORK/b036/
2025-08-20T20:22:32.3650026Z [00:01:58.085]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d # internal
2025-08-20T20:22:32.3650621Z [00:01:58.085]➜  echo -n > $WORK/b036/go_asm.h # internal
2025-08-20T20:22:32.3650910Z [00:01:58.085]➜  internal/synctest
2025-08-20T20:22:32.3651182Z [00:01:58.085]➜  cd /root/.go/src/sync/atomic
2025-08-20T20:22:32.3652156Z [00:01:58.085]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b036=>" -I $WORK/b036/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b036/symabis ./asm.s
2025-08-20T20:22:32.3652999Z [00:01:58.085]➜  internal/race
2025-08-20T20:22:32.3653520Z [00:01:58.085]➜  mkdir -p $WORK/b029/
2025-08-20T20:22:32.3654015Z [00:01:58.085]➜  cat >/tmp/go-build2464310907/b029/importcfg << 'EOF' # internal
2025-08-20T20:22:32.3654362Z [00:01:58.085]➜  # import config
2025-08-20T20:22:32.3654727Z [00:01:58.085]➜  packagefile internal/abi=/tmp/go-build2464310907/b005/_pkg_.a
2025-08-20T20:22:32.3658169Z [00:01:58.085]➜  EOF
2025-08-20T20:22:32.3658444Z [00:01:58.085]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:32.3660265Z [00:01:58.085]➜  /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:22:32.3661674Z [00:01:58.085]➜  mkdir -p $WORK/b037/
2025-08-20T20:22:32.3662074Z [00:01:58.086]➜  cat >/tmp/go-build2464310907/b037/importcfg << 'EOF' # internal
2025-08-20T20:22:32.3662668Z [00:01:58.086]➜  # import config
2025-08-20T20:22:32.3663032Z [00:01:58.086]➜  packagefile internal/abi=/tmp/go-build2464310907/b005/_pkg_.a
2025-08-20T20:22:32.3663366Z [00:01:58.086]➜  EOF
2025-08-20T20:22:32.3664873Z [00:01:58.086]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b037=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid TXvhGynv0KAtbNuS7qmd/TXvhGynv0KAtbNuS7qmd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T20:22:32.3670095Z [00:01:58.087]➜  echo '# import config' > $WORK/b036/importcfg # internal
2025-08-20T20:22:32.3672265Z [00:01:58.088]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b036=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid v-MlDIDzOS5gnwcNEwHP/v-MlDIDzOS5gnwcNEwHP -goversion go1.25.0 -symabis $WORK/b036/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack -asmhdr $WORK/b036/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:22:32.3760806Z [00:01:58.097]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T20:22:32.3769332Z [00:01:58.097]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d # internal
2025-08-20T20:22:32.3777294Z [00:01:58.098]➜  math/bits
2025-08-20T20:22:32.3777606Z [00:01:58.098]➜  mkdir -p $WORK/b039/
2025-08-20T20:22:32.3778177Z [00:01:58.098]➜  echo '# import config' > $WORK/b039/importcfg # internal
2025-08-20T20:22:32.3780801Z [00:01:58.099]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T20:22:32.3782588Z [00:01:58.099]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b039=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid mewLIJx9t7e24poTN5tU/mewLIJx9t7e24poTN5tU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/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:22:32.3792141Z [00:01:58.100]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T20:22:32.3794858Z [00:01:58.100]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d # internal
2025-08-20T20:22:32.3798919Z [00:01:58.100]➜  internal/runtime/maps
2025-08-20T20:22:32.3799493Z [00:01:58.100]➜  mkdir -p $WORK/b026/
2025-08-20T20:22:32.3803929Z [00:01:58.101]➜  cat >/tmp/go-build2464310907/b026/importcfg << 'EOF' # internal
2025-08-20T20:22:32.3807122Z [00:01:58.101]➜  # import config
2025-08-20T20:22:32.3807723Z [00:01:58.101]➜  packagefile internal/abi=/tmp/go-build2464310907/b005/_pkg_.a
2025-08-20T20:22:32.3808275Z [00:01:58.101]➜  packagefile internal/asan=/tmp/go-build2464310907/b027/_pkg_.a
2025-08-20T20:22:32.3808760Z [00:01:58.101]➜  packagefile internal/goarch=/tmp/go-build2464310907/b006/_pkg_.a
2025-08-20T20:22:32.3809308Z [00:01:58.101]➜  packagefile internal/msan=/tmp/go-build2464310907/b028/_pkg_.a
2025-08-20T20:22:32.3809777Z [00:01:58.101]➜  packagefile internal/race=/tmp/go-build2464310907/b029/_pkg_.a
2025-08-20T20:22:32.3810287Z [00:01:58.101]➜  packagefile internal/runtime/math=/tmp/go-build2464310907/b022/_pkg_.a
2025-08-20T20:22:32.3810820Z [00:01:58.101]➜  packagefile internal/runtime/sys=/tmp/go-build2464310907/b030/_pkg_.a
2025-08-20T20:22:32.3811181Z [00:01:58.101]➜  EOF
2025-08-20T20:22:32.3824163Z [00:01:58.101]➜  /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:22:32.3827800Z [00:01:58.102]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d # internal
2025-08-20T20:22:32.3869509Z [00:01:58.105]➜  unicode
2025-08-20T20:22:32.3869936Z [00:01:58.105]➜  mkdir -p $WORK/b040/
2025-08-20T20:22:32.3870305Z [00:01:58.105]➜  echo '# import config' > $WORK/b040/importcfg # internal
2025-08-20T20:22:32.3872296Z [00:01:58.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b040=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid 1uavR90G2Z8Kzq6sjfjV/1uavR90G2Z8Kzq6sjfjV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b040/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:22:32.3988449Z [00:01:58.119]➜  cd /root/.go/src/sync/atomic
2025-08-20T20:22:32.3989633Z [00:01:58.119]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b036=>" -I $WORK/b036/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b036/asm.o ./asm.s
2025-08-20T20:22:32.4019205Z [00:01:58.122]➜  go tool pack r $WORK/b036/_pkg_.a $WORK/b036/asm.o # internal
2025-08-20T20:22:32.4019841Z [00:01:58.122]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T20:22:32.4038270Z [00:01:58.124]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d # internal
2025-08-20T20:22:32.4040606Z [00:01:58.125]➜  internal/sync
2025-08-20T20:22:32.4040882Z [00:01:58.125]➜  mkdir -p $WORK/b035/
2025-08-20T20:22:32.4046136Z [00:01:58.125]➜  cat >/tmp/go-build2464310907/b035/importcfg << 'EOF' # internal
2025-08-20T20:22:32.4048162Z [00:01:58.125]➜  # import config
2025-08-20T20:22:32.4048540Z [00:01:58.125]➜  packagefile internal/abi=/tmp/go-build2464310907/b005/_pkg_.a
2025-08-20T20:22:32.4049054Z [00:01:58.125]➜  packagefile internal/goarch=/tmp/go-build2464310907/b006/_pkg_.a
2025-08-20T20:22:32.4049535Z [00:01:58.125]➜  packagefile internal/race=/tmp/go-build2464310907/b029/_pkg_.a
2025-08-20T20:22:32.4049998Z [00:01:58.125]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:32.4050328Z [00:01:58.125]➜  EOF
2025-08-20T20:22:32.4050907Z [00:01:58.125]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:32.4052818Z [00:01:58.125]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b035=>" -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/b035/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:22:32.4083170Z [00:01:58.129]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T20:22:32.4093985Z [00:01:58.129]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d # internal
2025-08-20T20:22:32.4118964Z [00:01:58.132]➜  unicode/utf8
2025-08-20T20:22:32.4121880Z [00:01:58.132]➜  mkdir -p $WORK/b041/
2025-08-20T20:22:32.4122312Z [00:01:58.133]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T20:22:32.4128086Z [00:01:58.133]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b041=>" -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/b041/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T20:22:32.4251746Z [00:01:58.145]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T20:22:32.4267817Z [00:01:58.147]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d # internal
2025-08-20T20:22:32.4275591Z [00:01:58.148]➜  internal/itoa
2025-08-20T20:22:32.4276549Z [00:01:58.148]➜  mkdir -p $WORK/b047/
2025-08-20T20:22:32.4277005Z [00:01:58.148]➜  echo '# import config' > $WORK/b047/importcfg # internal
2025-08-20T20:22:32.4278607Z [00:01:58.148]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b047=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid 9u4HPsdihVw8NDi4g4l5/9u4HPsdihVw8NDi4g4l5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b047/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T20:22:32.4331772Z [00:01:58.154]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T20:22:32.4340742Z [00:01:58.154]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d # internal
2025-08-20T20:22:32.4345495Z [00:01:58.155]➜  cmp
2025-08-20T20:22:32.4345840Z [00:01:58.155]➜  mkdir -p $WORK/b050/
2025-08-20T20:22:32.4351446Z [00:01:58.156]➜  echo '# import config' > $WORK/b050/importcfg # internal
2025-08-20T20:22:32.4355042Z [00:01:58.156]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b050=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid 3pNLZ4lQZRo8EuEyPFwj/3pNLZ4lQZRo8EuEyPFwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b050/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T20:22:32.4408276Z [00:01:58.161]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T20:22:32.4412381Z [00:01:58.162]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d # internal
2025-08-20T20:22:32.4444273Z [00:01:58.165]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T20:22:32.4450993Z [00:01:58.165]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d # internal
2025-08-20T20:22:32.4451573Z [00:01:58.165]➜  encoding
2025-08-20T20:22:32.4451816Z [00:01:58.166]➜  mkdir -p $WORK/b058/
2025-08-20T20:22:32.4454518Z [00:01:58.166]➜  echo '# import config' > $WORK/b058/importcfg # internal
2025-08-20T20:22:32.4457511Z [00:01:58.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b058=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid _GZqvJiOcWT_ie0TcTGm/_GZqvJiOcWT_ie0TcTGm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T20:22:32.4486705Z [00:01:58.169]➜  math
2025-08-20T20:22:32.4488190Z [00:01:58.169]➜  mkdir -p $WORK/b056/
2025-08-20T20:22:32.4488688Z [00:01:58.169]➜  echo -n > $WORK/b056/go_asm.h # internal
2025-08-20T20:22:32.4489095Z [00:01:58.169]➜  cd /root/.go/src/math
2025-08-20T20:22:32.4490255Z [00:01:58.169]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b056=>" -I $WORK/b056/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b056/symabis ./dim_arm64.s ./exp_arm64.s ./floor_arm64.s ./modf_arm64.s
2025-08-20T20:22:32.4593798Z [00:01:58.180]➜  cat >/tmp/go-build2464310907/b056/importcfg << 'EOF' # internal
2025-08-20T20:22:32.4594407Z [00:01:58.180]➜  # import config
2025-08-20T20:22:32.4595443Z [00:01:58.180]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:32.4610196Z [00:01:58.180]➜  EOF
2025-08-20T20:22:32.4610616Z [00:01:58.180]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:32.4619045Z [00:01:58.180]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b056=>" -p math -lang=go1.25 -std -installsuffix shared -buildid 6wDiWzQQCqBQkxujwy3F/6wDiWzQQCqBQkxujwy3F -goversion go1.25.0 -symabis $WORK/b056/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack -asmhdr $WORK/b056/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:22:32.4665010Z [00:01:58.187]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T20:22:32.4690732Z [00:01:58.189]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d # internal
2025-08-20T20:22:32.4692648Z [00:01:58.189]➜  unicode/utf16
2025-08-20T20:22:32.4693899Z [00:01:58.189]➜  mkdir -p $WORK/b069/
2025-08-20T20:22:32.4694296Z [00:01:58.189]➜  echo '# import config' > $WORK/b069/importcfg # internal
2025-08-20T20:22:32.4695985Z [00:01:58.189]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b069=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid L6aXOucgpcsx5O1yqVow/L6aXOucgpcsx5O1yqVow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T20:22:32.4896327Z [00:01:58.210]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T20:22:32.4899012Z [00:01:58.210]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d # internal
2025-08-20T20:22:32.4900225Z [00:01:58.211]➜  image/color
2025-08-20T20:22:32.4900487Z [00:01:58.211]➜  mkdir -p $WORK/b109/
2025-08-20T20:22:32.4904077Z [00:01:58.211]➜  echo '# import config' > $WORK/b109/importcfg # internal
2025-08-20T20:22:32.4907021Z [00:01:58.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/.go/src/image/color=>image/color;$WORK/b109=>" -p image/color -lang=go1.25 -std -complete -installsuffix shared -buildid ol6SQl3dUtPQvnKtBlUM/ol6SQl3dUtPQvnKtBlUM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b109/importcfg -pack /root/.go/src/image/color/color.go /root/.go/src/image/color/ycbcr.go
2025-08-20T20:22:32.5169367Z [00:01:58.237]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T20:22:32.5198978Z [00:01:58.240]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d # internal
2025-08-20T20:22:32.5230839Z [00:01:58.243]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T20:22:32.5273050Z [00:01:58.248]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d # internal
2025-08-20T20:22:32.5303388Z [00:01:58.251]➜  github.com/rivo/uniseg
2025-08-20T20:22:32.5303729Z [00:01:58.251]➜  mkdir -p $WORK/b121/
2025-08-20T20:22:32.5304116Z [00:01:58.251]➜  cat >/tmp/go-build2464310907/b121/importcfg << 'EOF' # internal
2025-08-20T20:22:32.5304465Z [00:01:58.251]➜  # import config
2025-08-20T20:22:32.5304822Z [00:01:58.251]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:32.5305347Z [00:01:58.251]➜  EOF
2025-08-20T20:22:32.5310837Z [00:01:58.251]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7=>github.com/rivo/uniseg@v0.4.7;$WORK/b121=>" -p github.com/rivo/uniseg -lang=go1.18 -complete -installsuffix shared -buildid _Ij5HmOVJjd14q5M5JOk/_Ij5HmOVJjd14q5M5JOk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b121/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:22:32.5321766Z [00:01:58.252]➜  runtime
2025-08-20T20:22:32.5322008Z [00:01:58.252]➜  mkdir -p $WORK/b009/
2025-08-20T20:22:32.5322316Z [00:01:58.252]➜  echo -n > $WORK/b009/go_asm.h # internal
2025-08-20T20:22:32.5322617Z [00:01:58.252]➜  cd /root/.go/src/runtime
2025-08-20T20:22:32.5324380Z [00:01:58.252]➜  /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:22:32.5336863Z [00:01:58.254]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T20:22:32.5346073Z [00:01:58.255]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/e5/e53045bc2ec97b559155d1c5e6dc9a06ce1d46c8809e605557703b51aa03b9a4-d # internal
2025-08-20T20:22:32.5346706Z [00:01:58.255]➜  log/internal
2025-08-20T20:22:32.5346958Z [00:01:58.255]➜  mkdir -p $WORK/b139/
2025-08-20T20:22:32.5361319Z [00:01:58.256]➜  echo '# import config' > $WORK/b139/importcfg # internal
2025-08-20T20:22:32.5361827Z [00:01:58.257]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:32.5363347Z [00:01:58.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b139/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b139=>" -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/b139/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T20:22:32.5494281Z [00:01:58.269]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T20:22:32.5496848Z [00:01:58.270]➜  cat >/tmp/go-build2464310907/b009/importcfg << 'EOF' # internal
2025-08-20T20:22:32.5498641Z [00:01:58.270]➜  # import config
2025-08-20T20:22:32.5499798Z [00:01:58.270]➜  packagefile internal/abi=/tmp/go-build2464310907/b005/_pkg_.a
2025-08-20T20:22:32.5500300Z [00:01:58.270]➜  packagefile internal/bytealg=/tmp/go-build2464310907/b010/_pkg_.a
2025-08-20T20:22:32.5500811Z [00:01:58.270]➜  packagefile internal/byteorder=/tmp/go-build2464310907/b012/_pkg_.a
2025-08-20T20:22:32.5501334Z [00:01:58.270]➜  packagefile internal/chacha8rand=/tmp/go-build2464310907/b013/_pkg_.a
2025-08-20T20:22:32.5501868Z [00:01:58.270]➜  packagefile internal/coverage/rtcov=/tmp/go-build2464310907/b014/_pkg_.a
2025-08-20T20:22:32.5502370Z [00:01:58.270]➜  packagefile internal/cpu=/tmp/go-build2464310907/b011/_pkg_.a
2025-08-20T20:22:32.5502877Z [00:01:58.270]➜  packagefile internal/goarch=/tmp/go-build2464310907/b006/_pkg_.a
2025-08-20T20:22:32.5503393Z [00:01:58.270]➜  packagefile internal/godebugs=/tmp/go-build2464310907/b015/_pkg_.a
2025-08-20T20:22:32.5503910Z [00:01:58.270]➜  packagefile internal/goexperiment=/tmp/go-build2464310907/b016/_pkg_.a
2025-08-20T20:22:32.5504411Z [00:01:58.270]➜  packagefile internal/goos=/tmp/go-build2464310907/b017/_pkg_.a
2025-08-20T20:22:32.5505039Z [00:01:58.270]➜  packagefile internal/profilerecord=/tmp/go-build2464310907/b018/_pkg_.a
2025-08-20T20:22:32.5505644Z [00:01:58.270]➜  packagefile internal/runtime/atomic=/tmp/go-build2464310907/b019/_pkg_.a
2025-08-20T20:22:32.5506185Z [00:01:58.270]➜  packagefile internal/runtime/cgroup=/tmp/go-build2464310907/b020/_pkg_.a
2025-08-20T20:22:32.5506739Z [00:01:58.270]➜  packagefile internal/runtime/exithook=/tmp/go-build2464310907/b024/_pkg_.a
2025-08-20T20:22:32.5507271Z [00:01:58.270]➜  packagefile internal/runtime/gc=/tmp/go-build2464310907/b025/_pkg_.a
2025-08-20T20:22:32.5508237Z [00:01:58.270]➜  packagefile internal/runtime/maps=/tmp/go-build2464310907/b026/_pkg_.a
2025-08-20T20:22:32.5508862Z [00:01:58.270]➜  packagefile internal/runtime/math=/tmp/go-build2464310907/b022/_pkg_.a
2025-08-20T20:22:32.5509401Z [00:01:58.270]➜  packagefile internal/runtime/strconv=/tmp/go-build2464310907/b021/_pkg_.a
2025-08-20T20:22:32.5509939Z [00:01:58.270]➜  packagefile internal/runtime/sys=/tmp/go-build2464310907/b030/_pkg_.a
2025-08-20T20:22:32.5510476Z [00:01:58.270]➜  packagefile internal/runtime/syscall=/tmp/go-build2464310907/b023/_pkg_.a
2025-08-20T20:22:32.5511006Z [00:01:58.270]➜  packagefile internal/stringslite=/tmp/go-build2464310907/b031/_pkg_.a
2025-08-20T20:22:32.5511534Z [00:01:58.270]➜  packagefile internal/trace/tracev2=/tmp/go-build2464310907/b032/_pkg_.a
2025-08-20T20:22:32.5511903Z [00:01:58.270]➜  EOF
2025-08-20T20:22:32.5512475Z [00:01:58.270]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d # internal
2025-08-20T20:22:32.5513083Z [00:01:58.270]➜  crypto/internal/fips140/alias
2025-08-20T20:22:32.5513632Z [00:01:58.270]➜  mkdir -p $WORK/b154/
2025-08-20T20:22:32.5514001Z [00:01:58.270]➜  echo '# import config' > $WORK/b154/importcfg # internal
2025-08-20T20:22:32.5529687Z [00:01:58.270]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b154=>" -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/b154/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T20:22:32.5567114Z [00:01:58.274]➜  /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:22:32.5659458Z [00:01:58.286]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T20:22:32.5683751Z [00:01:58.287]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d # internal
2025-08-20T20:22:32.5684467Z [00:01:58.287]➜  crypto/internal/fips140deps/byteorder
2025-08-20T20:22:32.5684783Z [00:01:58.287]➜  mkdir -p $WORK/b158/
2025-08-20T20:22:32.5685338Z [00:01:58.288]➜  cat >/tmp/go-build2464310907/b158/importcfg << 'EOF' # internal
2025-08-20T20:22:32.5686297Z [00:01:58.288]➜  # import config
2025-08-20T20:22:32.5687784Z [00:01:58.288]➜  packagefile internal/byteorder=/tmp/go-build2464310907/b012/_pkg_.a
2025-08-20T20:22:32.5688639Z [00:01:58.288]➜  EOF
2025-08-20T20:22:32.5692112Z [00:01:58.288]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b158=>" -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/b158/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T20:22:32.5818252Z [00:01:58.302]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T20:22:32.5828477Z [00:01:58.303]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d # internal
2025-08-20T20:22:32.5834327Z [00:01:58.304]➜  crypto/internal/fips140deps/cpu
2025-08-20T20:22:32.5835203Z [00:01:58.304]➜  mkdir -p $WORK/b159/
2025-08-20T20:22:32.5870128Z [00:01:58.307]➜  cat >/tmp/go-build2464310907/b159/importcfg << 'EOF' # internal
2025-08-20T20:22:32.5871664Z [00:01:58.307]➜  # import config
2025-08-20T20:22:32.5872125Z [00:01:58.307]➜  packagefile internal/cpu=/tmp/go-build2464310907/b011/_pkg_.a
2025-08-20T20:22:32.5872648Z [00:01:58.307]➜  packagefile internal/goarch=/tmp/go-build2464310907/b006/_pkg_.a
2025-08-20T20:22:32.5873017Z [00:01:58.307]➜  EOF
2025-08-20T20:22:32.5874759Z [00:01:58.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b159=>" -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/b159/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T20:22:32.5908061Z [00:01:58.311]➜  cd /root/.go/src/math
2025-08-20T20:22:32.5908991Z [00:01:58.311]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b056=>" -I $WORK/b056/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b056/dim_arm64.o ./dim_arm64.s
2025-08-20T20:22:32.5961662Z [00:01:58.317]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b056=>" -I $WORK/b056/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b056/exp_arm64.o ./exp_arm64.s
2025-08-20T20:22:32.5993209Z [00:01:58.320]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T20:22:32.5995665Z [00:01:58.320]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d # internal
2025-08-20T20:22:32.5996448Z [00:01:58.320]➜  crypto/internal/fips140/subtle
2025-08-20T20:22:32.5996743Z [00:01:58.320]➜  mkdir -p $WORK/b162/
2025-08-20T20:22:32.5997056Z [00:01:58.320]➜  echo -n > $WORK/b162/go_asm.h # internal
2025-08-20T20:22:32.5997414Z [00:01:58.320]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T20:22:32.5998986Z [00:01:58.320]➜  /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/b162=>" -I $WORK/b162/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b162/symabis ./xor_arm64.s
2025-08-20T20:22:32.6002205Z [00:01:58.321]➜  cd /root/.go/src/math
2025-08-20T20:22:32.6003793Z [00:01:58.321]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b056=>" -I $WORK/b056/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b056/floor_arm64.o ./floor_arm64.s
2025-08-20T20:22:32.6024575Z [00:01:58.323]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b056=>" -I $WORK/b056/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b056/modf_arm64.o ./modf_arm64.s
2025-08-20T20:22:32.6032609Z [00:01:58.324]➜  cat >/tmp/go-build2464310907/b162/importcfg << 'EOF' # internal
2025-08-20T20:22:32.6033002Z [00:01:58.324]➜  # import config
2025-08-20T20:22:32.6033439Z [00:01:58.324]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2464310907/b154/_pkg_.a
2025-08-20T20:22:32.6034097Z [00:01:58.324]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2464310907/b158/_pkg_.a
2025-08-20T20:22:32.6037476Z [00:01:58.324]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:32.6037857Z [00:01:58.324]➜  EOF
2025-08-20T20:22:32.6038112Z [00:01:58.324]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:32.6040542Z [00:01:58.324]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b162=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 2NY9C7oa8Pj4-CAILAM2/2NY9C7oa8Pj4-CAILAM2 -goversion go1.25.0 -symabis $WORK/b162/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack -asmhdr $WORK/b162/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:22:32.6055185Z [00:01:58.326]➜  cd /root/.go/src/math
2025-08-20T20:22:32.6061638Z [00:01:58.326]➜  go tool pack r $WORK/b056/_pkg_.a $WORK/b056/dim_arm64.o $WORK/b056/exp_arm64.o $WORK/b056/floor_arm64.o $WORK/b056/modf_arm64.o # internal
2025-08-20T20:22:32.6063628Z [00:01:58.327]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T20:22:32.6085128Z [00:01:58.329]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d # internal
2025-08-20T20:22:32.6086435Z [00:01:58.329]➜  github.com/charmbracelet/x/ansi/parser
2025-08-20T20:22:32.6089965Z [00:01:58.329]➜  mkdir -p $WORK/b116/
2025-08-20T20:22:32.6100755Z [00:01:58.331]➜  cat >/tmp/go-build2464310907/b116/importcfg << 'EOF' # internal
2025-08-20T20:22:32.6101244Z [00:01:58.331]➜  # import config
2025-08-20T20:22:32.6101593Z [00:01:58.331]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:32.6101910Z [00:01:58.331]➜  EOF
2025-08-20T20:22:32.6102163Z [00:01:58.331]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:32.6104793Z [00:01:58.331]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser=>github.com/charmbracelet/x/ansi@v0.10.1/parser;$WORK/b116=>" -p github.com/charmbracelet/x/ansi/parser -lang=go1.23 -complete -installsuffix shared -buildid ncQdDPeiTHasKS0gLfQu/ncQdDPeiTHasKS0gLfQu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b116/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser/const.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser/seq.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser/transition_table.go
2025-08-20T20:22:32.6207388Z [00:01:58.341]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T20:22:32.6209047Z [00:01:58.341]➜  /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/b162=>" -I $WORK/b162/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b162/xor_arm64.o ./xor_arm64.s
2025-08-20T20:22:32.6236615Z [00:01:58.344]➜  go tool pack r $WORK/b162/_pkg_.a $WORK/b162/xor_arm64.o # internal
2025-08-20T20:22:32.6237157Z [00:01:58.344]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T20:22:32.6241642Z [00:01:58.345]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d # internal
2025-08-20T20:22:32.6243697Z [00:01:58.345]➜  crypto/internal/boring/sig
2025-08-20T20:22:32.6244868Z [00:01:58.345]➜  mkdir -p $WORK/b172/
2025-08-20T20:22:32.6247809Z [00:01:58.345]➜  echo -n > $WORK/b172/go_asm.h # internal
2025-08-20T20:22:32.6249091Z [00:01:58.345]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T20:22:32.6251499Z [00:01:58.346]➜  /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/b172=>" -I $WORK/b172/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b172/symabis ./sig_other.s
2025-08-20T20:22:32.6275979Z [00:01:58.348]➜  echo '# import config' > $WORK/b172/importcfg # internal
2025-08-20T20:22:32.6276588Z [00:01:58.348]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:32.6278604Z [00:01:58.348]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b172=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid HC672PcYn1QAJA2a1Uyp/HC672PcYn1QAJA2a1Uyp -goversion go1.25.0 -symabis $WORK/b172/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack -asmhdr $WORK/b172/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T20:22:32.6396486Z [00:01:58.360]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T20:22:32.6397920Z [00:01:58.360]➜  /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/b172=>" -I $WORK/b172/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b172/sig_other.o ./sig_other.s
2025-08-20T20:22:32.6413635Z [00:01:58.362]➜  go tool pack r $WORK/b172/_pkg_.a $WORK/b172/sig_other.o # internal
2025-08-20T20:22:32.6414286Z [00:01:58.362]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T20:22:32.6427846Z [00:01:58.363]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d # internal
2025-08-20T20:22:32.6428484Z [00:01:58.363]➜  github.com/charmbracelet/bubbles/runeutil
2025-08-20T20:22:32.6428813Z [00:01:58.363]➜  mkdir -p $WORK/b175/
2025-08-20T20:22:32.6429182Z [00:01:58.363]➜  cat >/tmp/go-build2464310907/b175/importcfg << 'EOF' # internal
2025-08-20T20:22:32.6429527Z [00:01:58.363]➜  # import config
2025-08-20T20:22:32.6429869Z [00:01:58.363]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:32.6430342Z [00:01:58.363]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:32.6430684Z [00:01:58.363]➜  EOF
2025-08-20T20:22:32.6430929Z [00:01:58.363]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:32.6433008Z [00:01:58.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/runeutil=>github.com/charmbracelet/bubbles@v0.21.0/runeutil;$WORK/b175=>" -p github.com/charmbracelet/bubbles/runeutil -lang=go1.23 -complete -installsuffix shared -buildid myevrhmDWOyqEqfmWJU5/myevrhmDWOyqEqfmWJU5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/runeutil/runeutil.go
2025-08-20T20:22:32.6578433Z [00:01:58.377]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T20:22:32.6579210Z [00:01:58.378]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/83/83a64f30001ae50fe2e7ce7da0d26cd4fc2e9d399398b6e3fd0ceebf25c499fe-d # internal
2025-08-20T20:22:32.6580134Z [00:01:58.378]➜  container/list
2025-08-20T20:22:32.6580501Z [00:01:58.378]➜  mkdir -p $WORK/b177/
2025-08-20T20:22:32.6580852Z [00:01:58.378]➜  echo '# import config' > $WORK/b177/importcfg # internal
2025-08-20T20:22:32.6582443Z [00:01:58.378]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b177=>" -p container/list -lang=go1.25 -std -complete -installsuffix shared -buildid TrZDFbIDKtA6owNtEibT/TrZDFbIDKtA6owNtEibT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b177/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T20:22:32.6660539Z [00:01:58.386]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T20:22:32.6664884Z [00:01:58.386]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/45/45a4fe1c4b670f57288792caf29f05e9077be83750a5b674e12e0dde7b8f3191-d # internal
2025-08-20T20:22:32.6665648Z [00:01:58.386]➜  github.com/charmbracelet/huh/internal/selector
2025-08-20T20:22:32.6666004Z [00:01:58.386]➜  mkdir -p $WORK/b181/
2025-08-20T20:22:32.6666669Z [00:01:58.386]➜  echo '# import config' > $WORK/b181/importcfg # internal
2025-08-20T20:22:32.6668856Z [00:01:58.387]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/internal/selector=>github.com/charmbracelet/huh@v0.7.0/internal/selector;$WORK/b181=>" -p github.com/charmbracelet/huh/internal/selector -lang=go1.23 -complete -installsuffix shared -buildid QmyVYRP9Eb0Wo_CjvNdN/QmyVYRP9Eb0Wo_CjvNdN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/internal/selector/selector.go
2025-08-20T20:22:32.6790692Z [00:01:58.398]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T20:22:32.6791450Z [00:01:58.398]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/81/81c6f6f8586d53e9403d366ccb0a8010321d6779493162c1c83110cab68d519c-d # internal
2025-08-20T20:22:32.6792025Z [00:01:58.398]➜  log/slog/internal
2025-08-20T20:22:32.6792310Z [00:01:58.398]➜  mkdir -p $WORK/b188/
2025-08-20T20:22:32.6792663Z [00:01:58.398]➜  echo '# import config' > $WORK/b188/importcfg # internal
2025-08-20T20:22:32.6794290Z [00:01:58.398]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/.go/src/log/slog/internal=>log/slog/internal;$WORK/b188=>" -p log/slog/internal -lang=go1.25 -std -complete -installsuffix shared -buildid _pX6nOEPDwOqnqzQhusU/_pX6nOEPDwOqnqzQhusU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b188/importcfg -pack /root/.go/src/log/slog/internal/ignorepc.go
2025-08-20T20:22:32.6831739Z [00:01:58.403]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T20:22:32.6840199Z [00:01:58.404]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d # internal
2025-08-20T20:22:32.6846901Z [00:01:58.405]➜  github.com/tetratelabs/wazero/internal/internalapi
2025-08-20T20:22:32.6848926Z [00:01:58.405]➜  mkdir -p $WORK/b197/
2025-08-20T20:22:32.6850600Z [00:01:58.406]➜  echo '# import config' > $WORK/b197/importcfg # internal
2025-08-20T20:22:32.6855094Z [00:01:58.406]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/internalapi=>github.com/tetratelabs/wazero@v1.8.0/internal/internalapi;$WORK/b197=>" -p github.com/tetratelabs/wazero/internal/internalapi -lang=go1.21 -complete -installsuffix shared -buildid YmltjENl2h7mIujskRMl/YmltjENl2h7mIujskRMl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/internalapi/internal.go
2025-08-20T20:22:32.6936155Z [00:01:58.414]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T20:22:32.6938060Z [00:01:58.414]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/05/052fac1c62cacae6b5ed76c6f2dee6b25ce14f214e444a90fbec0679834bc0ad-d # internal
2025-08-20T20:22:32.6939073Z [00:01:58.414]➜  github.com/tetratelabs/wazero/internal/expctxkeys
2025-08-20T20:22:32.6939495Z [00:01:58.414]➜  mkdir -p $WORK/b200/
2025-08-20T20:22:32.6939851Z [00:01:58.414]➜  echo '# import config' > $WORK/b200/importcfg # internal
2025-08-20T20:22:32.6943827Z [00:01:58.414]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/expctxkeys=>github.com/tetratelabs/wazero@v1.8.0/internal/expctxkeys;$WORK/b200=>" -p github.com/tetratelabs/wazero/internal/expctxkeys -lang=go1.21 -complete -installsuffix shared -buildid FMAy-a60H5cYXIfJ5OyB/FMAy-a60H5cYXIfJ5OyB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/expctxkeys/checkpoint.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/expctxkeys/close.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/expctxkeys/expctxkeys.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/expctxkeys/importresolver.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/expctxkeys/listener.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/expctxkeys/memory.go
2025-08-20T20:22:32.6988738Z [00:01:58.419]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T20:22:32.6998823Z [00:01:58.420]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/28/28217e2009e89b79a7f4ee89a69486ed487c2f1b2cfc90d5eb55080ba268cdea-d # internal
2025-08-20T20:22:32.6999536Z [00:01:58.420]➜  github.com/tetratelabs/wazero/internal/moremath
2025-08-20T20:22:32.6999878Z [00:01:58.420]➜  mkdir -p $WORK/b206/
2025-08-20T20:22:32.7000253Z [00:01:58.420]➜  cat >/tmp/go-build2464310907/b206/importcfg << 'EOF' # internal
2025-08-20T20:22:32.7000606Z [00:01:58.420]➜  # import config
2025-08-20T20:22:32.7000938Z [00:01:58.420]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:32.7001251Z [00:01:58.420]➜  EOF
2025-08-20T20:22:32.7003385Z [00:01:58.420]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b206/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/moremath=>github.com/tetratelabs/wazero@v1.8.0/internal/moremath;$WORK/b206=>" -p github.com/tetratelabs/wazero/internal/moremath -lang=go1.21 -complete -installsuffix shared -buildid 8G0aNBiplQoHylF7A2ZY/8G0aNBiplQoHylF7A2ZY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/moremath/moremath.go
2025-08-20T20:22:32.7026053Z [00:01:58.423]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T20:22:32.7032670Z [00:01:58.423]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/65/65f49f0a837e4a99b06bd674f571fb1ff8ca0accdf774cd5341791b6438c67e7-d # internal
2025-08-20T20:22:32.7036463Z [00:01:58.423]➜  github.com/tetratelabs/wazero/internal/descriptor
2025-08-20T20:22:32.7036906Z [00:01:58.424]➜  mkdir -p $WORK/b210/
2025-08-20T20:22:32.7037298Z [00:01:58.424]➜  cat >/tmp/go-build2464310907/b210/importcfg << 'EOF' # internal
2025-08-20T20:22:32.7037661Z [00:01:58.424]➜  # import config
2025-08-20T20:22:32.7038015Z [00:01:58.424]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:32.7038340Z [00:01:58.424]➜  EOF
2025-08-20T20:22:32.7040449Z [00:01:58.424]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b210/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/descriptor=>github.com/tetratelabs/wazero@v1.8.0/internal/descriptor;$WORK/b210=>" -p github.com/tetratelabs/wazero/internal/descriptor -lang=go1.21 -complete -installsuffix shared -buildid cL_6ZkqNOdZ-VZbb8BXN/cL_6ZkqNOdZ-VZbb8BXN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b210/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/descriptor/table.go
2025-08-20T20:22:32.7123107Z [00:01:58.433]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T20:22:32.7127249Z [00:01:58.433]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/da/dabf1db1cfcfc727f495eccfbb8277f718bd4ba082caaf0ae67195f89e4000ca-d # internal
2025-08-20T20:22:32.7128804Z [00:01:58.433]➜  internal/nettrace
2025-08-20T20:22:32.7134047Z [00:01:58.434]➜  mkdir -p $WORK/b216/
2025-08-20T20:22:32.7134499Z [00:01:58.434]➜  echo '# import config' > $WORK/b216/importcfg # internal
2025-08-20T20:22:32.7136241Z [00:01:58.434]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b216/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b216=>" -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/b216/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T20:22:32.7160003Z [00:01:58.436]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T20:22:32.7175177Z [00:01:58.438]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/7f/7f11baf07beced63ee1ba1c91d16963c6126de0599b614b0c82d3d56039e1744-d # internal
2025-08-20T20:22:32.7178447Z [00:01:58.438]➜  github.com/tetratelabs/wazero/internal/wasmruntime
2025-08-20T20:22:32.7179223Z [00:01:58.438]➜  mkdir -p $WORK/b224/
2025-08-20T20:22:32.7179587Z [00:01:58.438]➜  echo '# import config' > $WORK/b224/importcfg # internal
2025-08-20T20:22:32.7181876Z [00:01:58.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b224/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasmruntime=>github.com/tetratelabs/wazero@v1.8.0/internal/wasmruntime;$WORK/b224=>" -p github.com/tetratelabs/wazero/internal/wasmruntime -lang=go1.21 -complete -installsuffix shared -buildid n4wQbuAfG03eBbu6zgcc/n4wQbuAfG03eBbu6zgcc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b224/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasmruntime/errors.go
2025-08-20T20:22:32.7212104Z [00:01:58.442]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T20:22:32.7216785Z [00:01:58.442]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d # internal
2025-08-20T20:22:32.7220461Z [00:01:58.443]➜  github.com/tetratelabs/wazero/internal/u32
2025-08-20T20:22:32.7220812Z [00:01:58.443]➜  mkdir -p $WORK/b232/
2025-08-20T20:22:32.7221373Z [00:01:58.443]➜  echo '# import config' > $WORK/b232/importcfg # internal
2025-08-20T20:22:32.7223620Z [00:01:58.443]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/u32=>github.com/tetratelabs/wazero@v1.8.0/internal/u32;$WORK/b232=>" -p github.com/tetratelabs/wazero/internal/u32 -lang=go1.21 -complete -installsuffix shared -buildid wKEnMV68ZLSSZ-fPWTD_/wKEnMV68ZLSSZ-fPWTD_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b232/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/u32/u32.go
2025-08-20T20:22:32.7225854Z [00:01:58.443]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T20:22:32.7231553Z [00:01:58.444]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/3d/3d9f60ff2b63389779972570ad0bb5f82c5e528e59a9d2bb4a79efb4721ea049-d # internal
2025-08-20T20:22:32.7238328Z [00:01:58.444]➜  github.com/tetratelabs/wazero/internal/u64
2025-08-20T20:22:32.7272102Z [00:01:58.448]➜  mkdir -p $WORK/b233/
2025-08-20T20:22:32.7272655Z [00:01:58.448]➜  echo '# import config' > $WORK/b233/importcfg # internal
2025-08-20T20:22:32.7274987Z [00:01:58.448]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/u64=>github.com/tetratelabs/wazero@v1.8.0/internal/u64;$WORK/b233=>" -p github.com/tetratelabs/wazero/internal/u64 -lang=go1.21 -complete -installsuffix shared -buildid mThljH3gU4bTN0AW_Mar/mThljH3gU4bTN0AW_Mar -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/u64/u64.go
2025-08-20T20:22:32.7290231Z [00:01:58.449]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T20:22:32.7291101Z [00:01:58.449]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/39/39a1e122dc1ff74d1a6cae07b5d148de0cdd4f07a513d25293aac508e18376bd-d # internal
2025-08-20T20:22:32.7315831Z [00:01:58.452]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T20:22:32.7322408Z [00:01:58.452]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/23/23258bc54deed257966171c2cf70838845071c8be9a8bfc7cdfdd4e60e23cb61-d # internal
2025-08-20T20:22:32.7391547Z [00:01:58.460]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T20:22:32.7392324Z [00:01:58.460]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/96/96675a07199a473aea55f0c2ecf59804f9977e7c52d0af991526c4fd29c7f1dc-d # internal
2025-08-20T20:22:34.0915870Z [00:01:59.812]➜  cp /root/.go/src/runtime/tls_arm64.h $WORK/b009/tls_GOARCH.h
2025-08-20T20:22:34.0916350Z [00:01:59.812]➜  cd /root/.go/src/runtime
2025-08-20T20:22:34.0917292Z [00:01:59.812]➜  /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:22:34.0940463Z [00:01:59.814]➜  /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:22:34.1027398Z [00:01:59.823]➜  /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:22:34.1047723Z [00:01:59.825]➜  /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:22:34.1072740Z [00:01:59.828]➜  /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:22:34.1097431Z [00:01:59.830]➜  /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:22:34.1119446Z [00:01:59.832]➜  /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:22:34.1143258Z [00:01:59.835]➜  /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:22:34.1180278Z [00:01:59.838]➜  /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:22:34.1202393Z [00:01:59.841]➜  /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:22:34.1253144Z [00:01:59.846]➜  /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:22:34.1291350Z [00:01:59.849]➜  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:22:34.1301332Z [00:01:59.851]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T20:22:34.1565559Z [00:01:59.877]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d # internal
2025-08-20T20:22:34.1570424Z [00:01:59.877]➜  iter
2025-08-20T20:22:34.1570694Z [00:01:59.877]➜  mkdir -p $WORK/b038/
2025-08-20T20:22:34.1570959Z [00:01:59.877]➜  crypto/subtle
2025-08-20T20:22:34.1571506Z [00:01:59.878]➜  mkdir -p $WORK/b171/
2025-08-20T20:22:34.1573433Z [00:01:59.878]➜  cat >/tmp/go-build2464310907/b038/importcfg << 'EOF' # internal
2025-08-20T20:22:34.1573810Z [00:01:59.878]➜  # import config
2025-08-20T20:22:34.1574185Z [00:01:59.878]➜  packagefile internal/race=/tmp/go-build2464310907/b029/_pkg_.a
2025-08-20T20:22:34.1574671Z [00:01:59.878]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:34.1575609Z [00:01:59.878]➜  EOF
2025-08-20T20:22:34.1575877Z [00:01:59.878]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:34.1577263Z [00:01:59.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b038=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid F6jtWTgkNWkohEbPrDHG/F6jtWTgkNWkohEbPrDHG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T20:22:34.1578520Z [00:01:59.878]➜  cat >/tmp/go-build2464310907/b171/importcfg << 'EOF' # internal
2025-08-20T20:22:34.1578864Z [00:01:59.878]➜  # import config
2025-08-20T20:22:34.1579295Z [00:01:59.878]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2464310907/b162/_pkg_.a
2025-08-20T20:22:34.1579856Z [00:01:59.878]➜  packagefile internal/runtime/sys=/tmp/go-build2464310907/b030/_pkg_.a
2025-08-20T20:22:34.1580369Z [00:01:59.878]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:34.1580700Z [00:01:59.878]➜  EOF
2025-08-20T20:22:34.1582427Z [00:01:59.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b171=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid L9xD5BsaOGxtRphKUMpv/L9xD5BsaOGxtRphKUMpv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b171/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:22:34.1583920Z [00:01:59.878]➜  sync
2025-08-20T20:22:34.1584145Z [00:01:59.878]➜  mkdir -p $WORK/b034/
2025-08-20T20:22:34.1584412Z [00:01:59.878]➜  internal/reflectlite
2025-08-20T20:22:34.1584672Z [00:01:59.878]➜  mkdir -p $WORK/b004/
2025-08-20T20:22:34.1585171Z [00:01:59.878]➜  cat >/tmp/go-build2464310907/b034/importcfg << 'EOF' # internal
2025-08-20T20:22:34.1585572Z [00:01:59.878]➜  # import config
2025-08-20T20:22:34.1585946Z [00:01:59.878]➜  packagefile internal/race=/tmp/go-build2464310907/b029/_pkg_.a
2025-08-20T20:22:34.1586425Z [00:01:59.878]➜  packagefile internal/sync=/tmp/go-build2464310907/b035/_pkg_.a
2025-08-20T20:22:34.1586910Z [00:01:59.878]➜  packagefile internal/synctest=/tmp/go-build2464310907/b037/_pkg_.a
2025-08-20T20:22:34.1587382Z [00:01:59.878]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:34.1589174Z [00:01:59.878]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:34.1590234Z [00:01:59.878]➜  EOF
2025-08-20T20:22:34.1593194Z [00:01:59.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b034=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid _xpgFTXYS-CkzPCjgl54/_xpgFTXYS-CkzPCjgl54 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/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:22:34.1595458Z [00:01:59.878]➜  echo -n > $WORK/b004/go_asm.h # internal
2025-08-20T20:22:34.1595805Z [00:01:59.878]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T20:22:34.1596909Z [00:01:59.878]➜  /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:22:34.1634709Z [00:01:59.884]➜  cat >/tmp/go-build2464310907/b004/importcfg << 'EOF' # internal
2025-08-20T20:22:34.1636406Z [00:01:59.884]➜  # import config
2025-08-20T20:22:34.1638879Z [00:01:59.884]➜  packagefile internal/abi=/tmp/go-build2464310907/b005/_pkg_.a
2025-08-20T20:22:34.1640894Z [00:01:59.884]➜  packagefile internal/goarch=/tmp/go-build2464310907/b006/_pkg_.a
2025-08-20T20:22:34.1642691Z [00:01:59.884]➜  packagefile internal/unsafeheader=/tmp/go-build2464310907/b008/_pkg_.a
2025-08-20T20:22:34.1643248Z [00:01:59.884]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:34.1643746Z [00:01:59.884]➜  EOF
2025-08-20T20:22:34.1644002Z [00:01:59.884]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:34.1646813Z [00:01:59.884]➜  /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:22:34.1693022Z [00:01:59.890]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T20:22:34.1700799Z [00:01:59.891]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d # internal
2025-08-20T20:22:34.1710369Z [00:01:59.892]➜  weak
2025-08-20T20:22:34.1713566Z [00:01:59.892]➜  mkdir -p $WORK/b220/
2025-08-20T20:22:34.1721841Z [00:01:59.892]➜  cat >/tmp/go-build2464310907/b220/importcfg << 'EOF' # internal
2025-08-20T20:22:34.1723815Z [00:01:59.892]➜  # import config
2025-08-20T20:22:34.1724771Z [00:01:59.892]➜  packagefile internal/abi=/tmp/go-build2464310907/b005/_pkg_.a
2025-08-20T20:22:34.1726807Z [00:01:59.892]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:34.1727735Z [00:01:59.892]➜  EOF
2025-08-20T20:22:34.1729722Z [00:01:59.893]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b220=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid yhoITzeK5DP-MybkpRqt/yhoITzeK5DP-MybkpRqt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T20:22:34.1741275Z [00:01:59.895]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T20:22:34.1749290Z [00:01:59.895]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d # internal
2025-08-20T20:22:34.1751709Z [00:01:59.895]➜  slices
2025-08-20T20:22:34.1752000Z [00:01:59.895]➜  mkdir -p $WORK/b049/
2025-08-20T20:22:34.1752412Z [00:01:59.896]➜  cat >/tmp/go-build2464310907/b049/importcfg << 'EOF' # internal
2025-08-20T20:22:34.1752761Z [00:01:59.896]➜  # import config
2025-08-20T20:22:34.1753092Z [00:01:59.896]➜  packagefile cmp=/tmp/go-build2464310907/b050/_pkg_.a
2025-08-20T20:22:34.1753506Z [00:01:59.896]➜  packagefile iter=/tmp/go-build2464310907/b038/_pkg_.a
2025-08-20T20:22:34.1753934Z [00:01:59.896]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:34.1754555Z [00:01:59.896]➜  EOF
2025-08-20T20:22:34.1758543Z [00:01:59.896]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b049=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid iFykUHT5cA4lGgnhfBIn/iFykUHT5cA4lGgnhfBIn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b049/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:22:34.1825141Z [00:01:59.903]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T20:22:34.1826581Z [00:01:59.903]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d # internal
2025-08-20T20:22:34.1828185Z [00:01:59.903]➜  maps
2025-08-20T20:22:34.1829114Z [00:01:59.903]➜  mkdir -p $WORK/b098/
2025-08-20T20:22:34.1830546Z [00:01:59.903]➜  cat >/tmp/go-build2464310907/b098/importcfg << 'EOF' # internal
2025-08-20T20:22:34.1831213Z [00:01:59.903]➜  # import config
2025-08-20T20:22:34.1831564Z [00:01:59.903]➜  packagefile iter=/tmp/go-build2464310907/b038/_pkg_.a
2025-08-20T20:22:34.1831877Z [00:01:59.903]➜  EOF
2025-08-20T20:22:34.1833273Z [00:01:59.903]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b098=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid XA-Sgfg9JPDGuAJgedrY/XA-Sgfg9JPDGuAJgedrY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b098/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T20:22:34.1921218Z [00:01:59.912]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T20:22:34.1924049Z [00:01:59.913]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d # internal
2025-08-20T20:22:34.1942792Z [00:01:59.915]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T20:22:34.1946880Z [00:01:59.915]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d # internal
2025-08-20T20:22:34.2418531Z [00:01:59.962]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T20:22:34.2443560Z [00:01:59.964]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d # internal
2025-08-20T20:22:34.2444236Z [00:01:59.965]➜  internal/bisect
2025-08-20T20:22:34.2446896Z [00:01:59.965]➜  mkdir -p $WORK/b045/
2025-08-20T20:22:34.2447218Z [00:01:59.965]➜  internal/testlog
2025-08-20T20:22:34.2447495Z [00:01:59.965]➜  mkdir -p $WORK/b067/
2025-08-20T20:22:34.2447874Z [00:01:59.965]➜  cat >/tmp/go-build2464310907/b045/importcfg << 'EOF' # internal
2025-08-20T20:22:34.2448229Z [00:01:59.965]➜  # import config
2025-08-20T20:22:34.2448577Z [00:01:59.965]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:34.2449041Z [00:01:59.965]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:34.2449503Z [00:01:59.965]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:34.2449835Z [00:01:59.965]➜  EOF
2025-08-20T20:22:34.2451322Z [00:01:59.965]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b045=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid l4jKZnf1JVKltmsYep8x/l4jKZnf1JVKltmsYep8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T20:22:34.2461367Z [00:01:59.965]➜  cat >/tmp/go-build2464310907/b067/importcfg << 'EOF' # internal
2025-08-20T20:22:34.2461842Z [00:01:59.965]➜  # import config
2025-08-20T20:22:34.2462187Z [00:01:59.965]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:34.2462627Z [00:01:59.965]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:34.2463311Z [00:01:59.965]➜  EOF
2025-08-20T20:22:34.2465237Z [00:01:59.965]➜  /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:22:34.2486713Z [00:01:59.969]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T20:22:34.2488208Z [00:01:59.969]➜  /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:22:34.2519688Z [00:01:59.972]➜  go tool pack r $WORK/b004/_pkg_.a $WORK/b004/asm.o # internal
2025-08-20T20:22:34.2521157Z [00:01:59.972]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T20:22:34.2552433Z [00:01:59.976]➜  runtime/cgo
2025-08-20T20:22:34.2552837Z [00:01:59.976]➜  mkdir -p $WORK/b100/
2025-08-20T20:22:34.2557615Z [00:01:59.976]➜  echo -n > $WORK/b100/preferlinkext # internal
2025-08-20T20:22:34.2559174Z [00:01:59.976]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:22:34.2564068Z [00:01:59.976]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b100/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b100/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T20:22:34.2565854Z [00:01:59.977]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d # internal
2025-08-20T20:22:34.2566411Z [00:01:59.977]➜  errors
2025-08-20T20:22:34.2566647Z [00:01:59.977]➜  mkdir -p $WORK/b003/
2025-08-20T20:22:34.2567041Z [00:01:59.977]➜  cat >/tmp/go-build2464310907/b003/importcfg << 'EOF' # internal
2025-08-20T20:22:34.2567401Z [00:01:59.977]➜  # import config
2025-08-20T20:22:34.2567797Z [00:01:59.977]➜  packagefile internal/reflectlite=/tmp/go-build2464310907/b004/_pkg_.a
2025-08-20T20:22:34.2568164Z [00:01:59.977]➜  EOF
2025-08-20T20:22:34.2571364Z [00:01:59.977]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:34.2573106Z [00:01:59.977]➜  /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:22:34.2697559Z [00:01:59.990]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T20:22:34.2703867Z [00:01:59.991]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d # internal
2025-08-20T20:22:34.2710265Z [00:01:59.991]➜  sort
2025-08-20T20:22:34.2710726Z [00:01:59.991]➜  mkdir -p $WORK/b078/
2025-08-20T20:22:34.2711263Z [00:01:59.991]➜  cat >/tmp/go-build2464310907/b078/importcfg << 'EOF' # internal
2025-08-20T20:22:34.2711759Z [00:01:59.991]➜  # import config
2025-08-20T20:22:34.2712337Z [00:01:59.991]➜  packagefile internal/reflectlite=/tmp/go-build2464310907/b004/_pkg_.a
2025-08-20T20:22:34.2713011Z [00:01:59.991]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:34.2713597Z [00:01:59.991]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:34.2714067Z [00:01:59.991]➜  EOF
2025-08-20T20:22:34.2716480Z [00:01:59.991]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b078=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid p4KTq1vYeL3p6fuhbC28/p4KTq1vYeL3p6fuhbC28 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b078/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:22:34.2752123Z [00:01:59.995]➜  cd $WORK
2025-08-20T20:22:34.2758682Z [00:01:59.995]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:22:34.2830212Z [00:02:00.003]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T20:22:34.2834003Z [00:02:00.004]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d # internal
2025-08-20T20:22:34.2879718Z [00:02:00.008]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:22:34.2892605Z [00:02:00.010]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T20:22:34.2900889Z [00:02:00.011]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d # internal
2025-08-20T20:22:34.2966865Z [00:02:00.017]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T20:22:34.2969160Z [00:02:00.017]➜  io
2025-08-20T20:22:34.2969444Z [00:02:00.017]➜  mkdir -p $WORK/b033/
2025-08-20T20:22:34.2971477Z [00:02:00.018]➜  cat >/tmp/go-build2464310907/b033/importcfg << 'EOF' # internal
2025-08-20T20:22:34.2972851Z [00:02:00.018]➜  # import config
2025-08-20T20:22:34.2973277Z [00:02:00.018]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:34.2973708Z [00:02:00.018]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:34.2976061Z [00:02:00.018]➜  EOF
2025-08-20T20:22:34.2976602Z [00:02:00.018]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:34.2980495Z [00:02:00.018]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b033=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid ymzOBahWBQSHctlSrZkw/ymzOBahWBQSHctlSrZkw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T20:22:34.3423767Z [00:02:00.063]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T20:22:34.3436269Z [00:02:00.064]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d # internal
2025-08-20T20:22:34.3454550Z [00:02:00.066]➜  cd $WORK
2025-08-20T20:22:34.3456616Z [00:02:00.066]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:22:34.3484673Z [00:02:00.069]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T20:22:34.3497197Z [00:02:00.070]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d # internal
2025-08-20T20:22:34.3575385Z [00:02:00.078]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:22:34.3575985Z [00:02:00.078]➜  internal/godebug
2025-08-20T20:22:34.3577067Z [00:02:00.078]➜  bytes
2025-08-20T20:22:34.3583845Z [00:02:00.079]➜  mkdir -p $WORK/b002/
2025-08-20T20:22:34.3589417Z [00:02:00.079]➜  cat >/tmp/go-build2464310907/b002/importcfg << 'EOF' # internal
2025-08-20T20:22:34.3590552Z [00:02:00.079]➜  # import config
2025-08-20T20:22:34.3591348Z [00:02:00.079]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:34.3593188Z [00:02:00.079]➜  packagefile internal/bytealg=/tmp/go-build2464310907/b010/_pkg_.a
2025-08-20T20:22:34.3593706Z [00:02:00.079]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:34.3594136Z [00:02:00.079]➜  packagefile iter=/tmp/go-build2464310907/b038/_pkg_.a
2025-08-20T20:22:34.3594572Z [00:02:00.079]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:34.3595537Z [00:02:00.079]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:34.3596111Z [00:02:00.079]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:34.3596454Z [00:02:00.079]➜  EOF
2025-08-20T20:22:34.3596705Z [00:02:00.079]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:34.3604586Z [00:02:00.079]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b002/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b002=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid ay423br3koLuVDH0_p8K/ay423br3koLuVDH0_p8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/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:22:34.3606315Z [00:02:00.080]➜  mkdir -p $WORK/b044/
2025-08-20T20:22:34.3611337Z [00:02:00.082]➜  cat >/tmp/go-build2464310907/b044/importcfg << 'EOF' # internal
2025-08-20T20:22:34.3611743Z [00:02:00.082]➜  # import config
2025-08-20T20:22:34.3612149Z [00:02:00.082]➜  packagefile internal/bisect=/tmp/go-build2464310907/b045/_pkg_.a
2025-08-20T20:22:34.3613062Z [00:02:00.082]➜  packagefile internal/godebugs=/tmp/go-build2464310907/b015/_pkg_.a
2025-08-20T20:22:34.3613531Z [00:02:00.082]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:34.3613975Z [00:02:00.082]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:34.3614309Z [00:02:00.082]➜  EOF
2025-08-20T20:22:34.3615999Z [00:02:00.082]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b044=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid LmYiLXYZhZSnPow1X0TD/LmYiLXYZhZSnPow1X0TD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T20:22:34.3716336Z [00:02:00.092]➜  cd $WORK
2025-08-20T20:22:34.3717581Z [00:02:00.092]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:22:34.3835740Z [00:02:00.104]➜  internal/oserror
2025-08-20T20:22:34.3836553Z [00:02:00.104]➜  mkdir -p $WORK/b048/
2025-08-20T20:22:34.3839538Z [00:02:00.104]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/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:22:34.3843441Z [00:02:00.104]➜  cat >/tmp/go-build2464310907/b048/importcfg << 'EOF' # internal
2025-08-20T20:22:34.3843804Z [00:02:00.104]➜  # import config
2025-08-20T20:22:34.3844147Z [00:02:00.104]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:34.3844462Z [00:02:00.104]➜  EOF
2025-08-20T20:22:34.3844721Z [00:02:00.104]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:34.3846481Z [00:02:00.104]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b048=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid DkixL9Lt3mtxmevGhxjJ/DkixL9Lt3mtxmevGhxjJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T20:22:34.3913929Z [00:02:00.111]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T20:22:34.3921963Z [00:02:00.112]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d # internal
2025-08-20T20:22:34.4033740Z [00:02:00.124]➜  cd $WORK/b100
2025-08-20T20:22:34.4038705Z [00:02:00.124]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/tmp/go-build -gno-record-gcc-switches -I $WORK/b100/ -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/b100/_x001.o -c _cgo_export.c
2025-08-20T20:22:34.4043402Z [00:02:00.125]➜  syscall
2025-08-20T20:22:34.4048012Z [00:02:00.125]➜  mkdir -p $WORK/b046/
2025-08-20T20:22:34.4049587Z [00:02:00.125]➜  echo -n > $WORK/b046/go_asm.h # internal
2025-08-20T20:22:34.4051193Z [00:02:00.125]➜  cd /root/.go/src/syscall
2025-08-20T20:22:34.4052182Z [00:02:00.126]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b046=>" -I $WORK/b046/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b046/symabis ./asm_linux_arm64.s
2025-08-20T20:22:34.4122844Z [00:02:00.133]➜  cat >/tmp/go-build2464310907/b046/importcfg << 'EOF' # internal
2025-08-20T20:22:34.4123408Z [00:02:00.133]➜  # import config
2025-08-20T20:22:34.4123877Z [00:02:00.133]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:34.4124438Z [00:02:00.133]➜  packagefile internal/asan=/tmp/go-build2464310907/b027/_pkg_.a
2025-08-20T20:22:34.4125140Z [00:02:00.133]➜  packagefile internal/bytealg=/tmp/go-build2464310907/b010/_pkg_.a
2025-08-20T20:22:34.4126207Z [00:02:00.133]➜  packagefile internal/byteorder=/tmp/go-build2464310907/b012/_pkg_.a
2025-08-20T20:22:34.4126828Z [00:02:00.133]➜  packagefile internal/goarch=/tmp/go-build2464310907/b006/_pkg_.a
2025-08-20T20:22:34.4127421Z [00:02:00.133]➜  packagefile internal/itoa=/tmp/go-build2464310907/b047/_pkg_.a
2025-08-20T20:22:34.4128005Z [00:02:00.133]➜  packagefile internal/msan=/tmp/go-build2464310907/b028/_pkg_.a
2025-08-20T20:22:34.4128619Z [00:02:00.133]➜  packagefile internal/oserror=/tmp/go-build2464310907/b048/_pkg_.a
2025-08-20T20:22:34.4129209Z [00:02:00.133]➜  packagefile internal/race=/tmp/go-build2464310907/b029/_pkg_.a
2025-08-20T20:22:34.4129838Z [00:02:00.133]➜  packagefile internal/runtime/syscall=/tmp/go-build2464310907/b023/_pkg_.a
2025-08-20T20:22:34.4130458Z [00:02:00.133]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:34.4130989Z [00:02:00.133]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:34.4131515Z [00:02:00.133]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:34.4132068Z [00:02:00.133]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:34.4132428Z [00:02:00.133]➜  EOF
2025-08-20T20:22:34.4137531Z [00:02:00.133]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:34.4144746Z [00:02:00.133]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b046=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid ktFerKhiYiuGIxv1i7DE/ktFerKhiYiuGIxv1i7DE -goversion go1.25.0 -symabis $WORK/b046/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack -asmhdr $WORK/b046/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:22:34.4421070Z [00:02:00.162]➜  cd $WORK/b100
2025-08-20T20:22:34.4425695Z [00:02:00.162]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/tmp/go-build -gno-record-gcc-switches -I $WORK/b100/ -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/b100/_x002.o -c cgo.cgo2.c
2025-08-20T20:22:34.4440554Z [00:02:00.164]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T20:22:34.4489535Z [00:02:00.169]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d # internal
2025-08-20T20:22:34.4490137Z [00:02:00.169]➜  path
2025-08-20T20:22:34.4496312Z [00:02:00.170]➜  mkdir -p $WORK/b053/
2025-08-20T20:22:34.4501347Z [00:02:00.171]➜  cat >/tmp/go-build2464310907/b053/importcfg << 'EOF' # internal
2025-08-20T20:22:34.4501746Z [00:02:00.171]➜  # import config
2025-08-20T20:22:34.4502097Z [00:02:00.171]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:34.4502564Z [00:02:00.171]➜  packagefile internal/bytealg=/tmp/go-build2464310907/b010/_pkg_.a
2025-08-20T20:22:34.4503123Z [00:02:00.171]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:34.4518983Z [00:02:00.171]➜  EOF
2025-08-20T20:22:34.4519965Z [00:02:00.171]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:34.4521955Z [00:02:00.171]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b053=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid IZsxqBDjV4qmdR3qJ35o/IZsxqBDjV4qmdR3qJ35o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b053/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T20:22:34.4558303Z [00:02:00.176]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T20:22:34.4574092Z [00:02:00.178]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d # internal
2025-08-20T20:22:34.4579779Z [00:02:00.178]➜  strconv
2025-08-20T20:22:34.4580111Z [00:02:00.178]➜  mkdir -p $WORK/b055/
2025-08-20T20:22:34.4584705Z [00:02:00.179]➜  cat >/tmp/go-build2464310907/b055/importcfg << 'EOF' # internal
2025-08-20T20:22:34.4585303Z [00:02:00.179]➜  # import config
2025-08-20T20:22:34.4585651Z [00:02:00.179]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:34.4586116Z [00:02:00.179]➜  packagefile internal/bytealg=/tmp/go-build2464310907/b010/_pkg_.a
2025-08-20T20:22:34.4586628Z [00:02:00.179]➜  packagefile internal/stringslite=/tmp/go-build2464310907/b031/_pkg_.a
2025-08-20T20:22:34.4587092Z [00:02:00.179]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:34.4587519Z [00:02:00.179]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:34.4587967Z [00:02:00.179]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:34.4588300Z [00:02:00.179]➜  EOF
2025-08-20T20:22:34.4592515Z [00:02:00.179]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b055=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid -NFPF1TgPmFIp5xx8aOt/-NFPF1TgPmFIp5xx8aOt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/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:22:34.4623271Z [00:02:00.183]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:22:34.4643332Z [00:02:00.184]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/tmp/go-build -gno-record-gcc-switches -I $WORK/b100/ -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/b100/_x003.o -c gcc_context.c
2025-08-20T20:22:34.4750290Z [00:02:00.195]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T20:22:34.4758222Z [00:02:00.196]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d # internal
2025-08-20T20:22:34.4758868Z [00:02:00.196]➜  strings
2025-08-20T20:22:34.4766758Z [00:02:00.197]➜  mkdir -p $WORK/b068/
2025-08-20T20:22:34.4776640Z [00:02:00.198]➜  cat >/tmp/go-build2464310907/b068/importcfg << 'EOF' # internal
2025-08-20T20:22:34.4777992Z [00:02:00.198]➜  # import config
2025-08-20T20:22:34.4780197Z [00:02:00.198]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:34.4780698Z [00:02:00.198]➜  packagefile internal/abi=/tmp/go-build2464310907/b005/_pkg_.a
2025-08-20T20:22:34.4781187Z [00:02:00.198]➜  packagefile internal/bytealg=/tmp/go-build2464310907/b010/_pkg_.a
2025-08-20T20:22:34.4781721Z [00:02:00.198]➜  packagefile internal/stringslite=/tmp/go-build2464310907/b031/_pkg_.a
2025-08-20T20:22:34.4782607Z [00:02:00.198]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:34.4783019Z [00:02:00.198]➜  packagefile iter=/tmp/go-build2464310907/b038/_pkg_.a
2025-08-20T20:22:34.4783444Z [00:02:00.198]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:34.4783871Z [00:02:00.198]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:34.4784295Z [00:02:00.198]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:34.4784742Z [00:02:00.198]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:34.4785296Z [00:02:00.198]➜  EOF
2025-08-20T20:22:34.4785562Z [00:02:00.199]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:34.4787815Z [00:02:00.199]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b068=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid 7c9vJPLXfeWsNhsNR7m0/7c9vJPLXfeWsNhsNR7m0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/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:22:34.4876861Z [00:02:00.208]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:22:34.4878907Z [00:02:00.208]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/tmp/go-build -gno-record-gcc-switches -I $WORK/b100/ -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/b100/_x004.o -c gcc_fatalf.c
2025-08-20T20:22:34.5089989Z [00:02:00.229]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/tmp/go-build -gno-record-gcc-switches -I $WORK/b100/ -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/b100/_x005.o -c gcc_libinit.c
2025-08-20T20:22:34.5425503Z [00:02:00.263]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/tmp/go-build -gno-record-gcc-switches -I $WORK/b100/ -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/b100/_x006.o -c gcc_linux_arm64.c
2025-08-20T20:22:34.5699872Z [00:02:00.290]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/tmp/go-build -gno-record-gcc-switches -I $WORK/b100/ -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/b100/_x007.o -c gcc_mmap.c
2025-08-20T20:22:34.5920749Z [00:02:00.312]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/tmp/go-build -gno-record-gcc-switches -I $WORK/b100/ -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/b100/_x008.o -c gcc_setenv.c
2025-08-20T20:22:34.5946074Z [00:02:00.315]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T20:22:34.6018044Z [00:02:00.321]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d # internal
2025-08-20T20:22:34.6025417Z [00:02:00.323]➜  bufio
2025-08-20T20:22:34.6027089Z [00:02:00.323]➜  mkdir -p $WORK/b074/
2025-08-20T20:22:34.6028091Z [00:02:00.323]➜  cat >/tmp/go-build2464310907/b074/importcfg << 'EOF' # internal
2025-08-20T20:22:34.6028862Z [00:02:00.323]➜  # import config
2025-08-20T20:22:34.6029216Z [00:02:00.323]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:34.6029638Z [00:02:00.323]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:34.6030048Z [00:02:00.323]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:34.6030462Z [00:02:00.323]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:34.6030909Z [00:02:00.323]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:34.6031244Z [00:02:00.323]➜  EOF
2025-08-20T20:22:34.6031496Z [00:02:00.323]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:34.6032979Z [00:02:00.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b074=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid Q1p5ESaeRWXuhO4Me_H8/Q1p5ESaeRWXuhO4Me_H8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b074/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T20:22:34.6206698Z [00:02:00.341]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:22:34.6208300Z [00:02:00.341]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/tmp/go-build -gno-record-gcc-switches -I $WORK/b100/ -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/b100/_x009.o -c gcc_sigaction.c
2025-08-20T20:22:34.6279143Z [00:02:00.348]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T20:22:34.6289229Z [00:02:00.349]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d # internal
2025-08-20T20:22:34.6307413Z [00:02:00.351]➜  encoding/base64
2025-08-20T20:22:34.6308244Z [00:02:00.351]➜  mkdir -p $WORK/b054/
2025-08-20T20:22:34.6312459Z [00:02:00.352]➜  cat >/tmp/go-build2464310907/b054/importcfg << 'EOF' # internal
2025-08-20T20:22:34.6313158Z [00:02:00.352]➜  # import config
2025-08-20T20:22:34.6313823Z [00:02:00.352]➜  packagefile internal/byteorder=/tmp/go-build2464310907/b012/_pkg_.a
2025-08-20T20:22:34.6314710Z [00:02:00.352]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:34.6315520Z [00:02:00.352]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:34.6317419Z [00:02:00.352]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:34.6317852Z [00:02:00.352]➜  EOF
2025-08-20T20:22:34.6337023Z [00:02:00.352]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:34.6339327Z [00:02:00.352]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b054=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid FKJwPhQaRaoMo7QhtkYl/FKJwPhQaRaoMo7QhtkYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b054/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T20:22:34.6650492Z [00:02:00.385]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T20:22:34.6663802Z [00:02:00.387]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d # internal
2025-08-20T20:22:34.6671704Z [00:02:00.387]➜  reflect
2025-08-20T20:22:34.6672100Z [00:02:00.387]➜  mkdir -p $WORK/b061/
2025-08-20T20:22:34.6672928Z [00:02:00.388]➜  echo -n > $WORK/b061/go_asm.h # internal
2025-08-20T20:22:34.6673733Z [00:02:00.388]➜  cd /root/.go/src/reflect
2025-08-20T20:22:34.6696625Z [00:02:00.388]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b061=>" -I $WORK/b061/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b061/symabis ./asm_arm64.s
2025-08-20T20:22:34.6707836Z [00:02:00.391]➜  cat >/tmp/go-build2464310907/b061/importcfg << 'EOF' # internal
2025-08-20T20:22:34.6708689Z [00:02:00.391]➜  # import config
2025-08-20T20:22:34.6709046Z [00:02:00.391]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:34.6709501Z [00:02:00.391]➜  packagefile internal/abi=/tmp/go-build2464310907/b005/_pkg_.a
2025-08-20T20:22:34.6709984Z [00:02:00.391]➜  packagefile internal/bytealg=/tmp/go-build2464310907/b010/_pkg_.a
2025-08-20T20:22:34.6710476Z [00:02:00.391]➜  packagefile internal/goarch=/tmp/go-build2464310907/b006/_pkg_.a
2025-08-20T20:22:34.6710950Z [00:02:00.391]➜  packagefile internal/itoa=/tmp/go-build2464310907/b047/_pkg_.a
2025-08-20T20:22:34.6711418Z [00:02:00.391]➜  packagefile internal/race=/tmp/go-build2464310907/b029/_pkg_.a
2025-08-20T20:22:34.6711917Z [00:02:00.391]➜  packagefile internal/runtime/maps=/tmp/go-build2464310907/b026/_pkg_.a
2025-08-20T20:22:34.6712446Z [00:02:00.391]➜  packagefile internal/runtime/sys=/tmp/go-build2464310907/b030/_pkg_.a
2025-08-20T20:22:34.6712985Z [00:02:00.391]➜  packagefile internal/unsafeheader=/tmp/go-build2464310907/b008/_pkg_.a
2025-08-20T20:22:34.6713464Z [00:02:00.391]➜  packagefile iter=/tmp/go-build2464310907/b038/_pkg_.a
2025-08-20T20:22:34.6713873Z [00:02:00.391]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:34.6714294Z [00:02:00.391]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:34.6714722Z [00:02:00.391]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:34.6715398Z [00:02:00.391]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:34.6715824Z [00:02:00.391]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:34.6716266Z [00:02:00.391]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:34.6716595Z [00:02:00.391]➜  EOF
2025-08-20T20:22:34.6716855Z [00:02:00.392]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:34.6726755Z [00:02:00.393]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b061=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid n7dc5IpgUHaURtvfKDUL/n7dc5IpgUHaURtvfKDUL -goversion go1.25.0 -symabis $WORK/b061/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b061/importcfg -pack -asmhdr $WORK/b061/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:22:34.6867747Z [00:02:00.407]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T20:22:34.6883665Z [00:02:00.409]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d # internal
2025-08-20T20:22:34.6891968Z [00:02:00.410]➜  hash
2025-08-20T20:22:34.6892682Z [00:02:00.410]➜  mkdir -p $WORK/b081/
2025-08-20T20:22:34.6912963Z [00:02:00.412]➜  cat >/tmp/go-build2464310907/b081/importcfg << 'EOF' # internal
2025-08-20T20:22:34.6914459Z [00:02:00.412]➜  # import config
2025-08-20T20:22:34.6926020Z [00:02:00.412]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:34.6926396Z [00:02:00.412]➜  EOF
2025-08-20T20:22:34.6927702Z [00:02:00.412]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b081=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid 8Uee5i_pcRkHzOIsnGmB/8Uee5i_pcRkHzOIsnGmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b081/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T20:22:34.7051824Z [00:02:00.425]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:22:34.7054057Z [00:02:00.426]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/tmp/go-build -gno-record-gcc-switches -I $WORK/b100/ -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/b100/_x010.o -c gcc_stack_unix.c
2025-08-20T20:22:34.7149504Z [00:02:00.435]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T20:22:34.7154616Z [00:02:00.436]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d # internal
2025-08-20T20:22:34.7158267Z [00:02:00.436]➜  hash/crc32
2025-08-20T20:22:34.7158577Z [00:02:00.436]➜  mkdir -p $WORK/b080/
2025-08-20T20:22:34.7161937Z [00:02:00.437]➜  echo -n > $WORK/b080/go_asm.h # internal
2025-08-20T20:22:34.7163237Z [00:02:00.437]➜  cd /root/.go/src/hash/crc32
2025-08-20T20:22:34.7164534Z [00:02:00.437]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b080=>" -I $WORK/b080/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b080/symabis ./crc32_arm64.s
2025-08-20T20:22:34.7203683Z [00:02:00.441]➜  cat >/tmp/go-build2464310907/b080/importcfg << 'EOF' # internal
2025-08-20T20:22:34.7204100Z [00:02:00.441]➜  # import config
2025-08-20T20:22:34.7205185Z [00:02:00.441]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:34.7205710Z [00:02:00.441]➜  packagefile hash=/tmp/go-build2464310907/b081/_pkg_.a
2025-08-20T20:22:34.7206193Z [00:02:00.441]➜  packagefile internal/byteorder=/tmp/go-build2464310907/b012/_pkg_.a
2025-08-20T20:22:34.7206685Z [00:02:00.441]➜  packagefile internal/cpu=/tmp/go-build2464310907/b011/_pkg_.a
2025-08-20T20:22:34.7207147Z [00:02:00.441]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:34.7207584Z [00:02:00.441]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:34.7207916Z [00:02:00.441]➜  EOF
2025-08-20T20:22:34.7208162Z [00:02:00.441]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:34.7210584Z [00:02:00.441]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b080=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid jqW3dDY0YLEOOFeWovmy/jqW3dDY0YLEOOFeWovmy -goversion go1.25.0 -symabis $WORK/b080/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack -asmhdr $WORK/b080/go_asm.h /root/.go/src/hash/crc32/crc32.go /root/.go/src/hash/crc32/crc32_arm64.go /root/.go/src/hash/crc32/crc32_generic.go /root/.go/src/hash/crc32/gen.go
2025-08-20T20:22:34.7317372Z [00:02:00.452]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:22:34.7319481Z [00:02:00.452]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/tmp/go-build -gno-record-gcc-switches -I $WORK/b100/ -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/b100/_x011.o -c gcc_traceback.c
2025-08-20T20:22:34.7508599Z [00:02:00.471]➜  cd /root/.go/src/syscall
2025-08-20T20:22:34.7510252Z [00:02:00.471]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b046=>" -I $WORK/b046/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b046/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T20:22:34.7527626Z [00:02:00.473]➜  cd /root/.go/src/hash/crc32
2025-08-20T20:22:34.7528826Z [00:02:00.473]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b080=>" -I $WORK/b080/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b080/crc32_arm64.o ./crc32_arm64.s
2025-08-20T20:22:34.7533707Z [00:02:00.474]➜  cd /root/.go/src/syscall
2025-08-20T20:22:34.7534295Z [00:02:00.474]➜  go tool pack r $WORK/b046/_pkg_.a $WORK/b046/asm_linux_arm64.o # internal
2025-08-20T20:22:34.7534859Z [00:02:00.474]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T20:22:34.7576495Z [00:02:00.478]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d # internal
2025-08-20T20:22:34.7577319Z [00:02:00.478]➜  cd /root/.go/src/hash/crc32
2025-08-20T20:22:34.7577864Z [00:02:00.478]➜  go tool pack r $WORK/b080/_pkg_.a $WORK/b080/crc32_arm64.o # internal
2025-08-20T20:22:34.7578334Z [00:02:00.478]➜  time
2025-08-20T20:22:34.7578745Z [00:02:00.478]➜  mkdir -p $WORK/b043/
2025-08-20T20:22:34.7579510Z [00:02:00.478]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T20:22:34.7583213Z [00:02:00.479]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:22:34.7585420Z [00:02:00.479]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/tmp/go-build -gno-record-gcc-switches -I $WORK/b100/ -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/b100/_x012.o -c gcc_util.c
2025-08-20T20:22:34.7593232Z [00:02:00.480]➜  cat >/tmp/go-build2464310907/b043/importcfg << 'EOF' # internal
2025-08-20T20:22:34.7593664Z [00:02:00.480]➜  # import config
2025-08-20T20:22:34.7594014Z [00:02:00.480]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:34.7594478Z [00:02:00.480]➜  packagefile internal/bytealg=/tmp/go-build2464310907/b010/_pkg_.a
2025-08-20T20:22:34.7595125Z [00:02:00.480]➜  packagefile internal/godebug=/tmp/go-build2464310907/b044/_pkg_.a
2025-08-20T20:22:34.7595690Z [00:02:00.480]➜  packagefile internal/stringslite=/tmp/go-build2464310907/b031/_pkg_.a
2025-08-20T20:22:34.7596173Z [00:02:00.480]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:34.7596607Z [00:02:00.480]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:34.7597028Z [00:02:00.480]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:34.7597448Z [00:02:00.480]➜  packagefile syscall=/tmp/go-build2464310907/b046/_pkg_.a
2025-08-20T20:22:34.7598142Z [00:02:00.480]➜  EOF
2025-08-20T20:22:34.7598470Z [00:02:00.480]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:34.7600837Z [00:02:00.480]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b043=>" -p time -lang=go1.25 -std -installsuffix shared -buildid EXE43KLT6MRts9SmvSmj/EXE43KLT6MRts9SmvSmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/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:22:34.7613563Z [00:02:00.482]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d # internal
2025-08-20T20:22:34.7619496Z [00:02:00.482]➜  internal/syscall/unix
2025-08-20T20:22:34.7620382Z [00:02:00.483]➜  mkdir -p $WORK/b065/
2025-08-20T20:22:34.7628120Z [00:02:00.483]➜  cat >/tmp/go-build2464310907/b065/importcfg << 'EOF' # internal
2025-08-20T20:22:34.7628516Z [00:02:00.483]➜  # import config
2025-08-20T20:22:34.7628870Z [00:02:00.483]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:34.7629318Z [00:02:00.483]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:34.7629758Z [00:02:00.483]➜  packagefile syscall=/tmp/go-build2464310907/b046/_pkg_.a
2025-08-20T20:22:34.7630077Z [00:02:00.483]➜  EOF
2025-08-20T20:22:34.7645683Z [00:02:00.484]➜  /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:22:34.7792351Z [00:02:00.499]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:22:34.7793934Z [00:02:00.499]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/tmp/go-build -gno-record-gcc-switches -I $WORK/b100/ -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/b100/_x013.o -c linux_syscall.c
2025-08-20T20:22:34.7914451Z [00:02:00.512]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T20:22:34.7923615Z [00:02:00.513]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d # internal
2025-08-20T20:22:34.7926411Z [00:02:00.513]➜  internal/syscall/execenv
2025-08-20T20:22:34.7926814Z [00:02:00.513]➜  mkdir -p $WORK/b066/
2025-08-20T20:22:34.7927196Z [00:02:00.513]➜  cat >/tmp/go-build2464310907/b066/importcfg << 'EOF' # internal
2025-08-20T20:22:34.7927548Z [00:02:00.513]➜  # import config
2025-08-20T20:22:34.7927890Z [00:02:00.513]➜  packagefile syscall=/tmp/go-build2464310907/b046/_pkg_.a
2025-08-20T20:22:34.7928209Z [00:02:00.513]➜  EOF
2025-08-20T20:22:34.7928458Z [00:02:00.513]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:34.7930188Z [00:02:00.513]➜  /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:22:34.8024763Z [00:02:00.523]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T20:22:34.8028851Z [00:02:00.523]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d # internal
2025-08-20T20:22:34.8081231Z [00:02:00.529]➜  regexp/syntax
2025-08-20T20:22:34.8084695Z [00:02:00.529]➜  mkdir -p $WORK/b086/
2025-08-20T20:22:34.8089207Z [00:02:00.529]➜  cat >/tmp/go-build2464310907/b086/importcfg << 'EOF' # internal
2025-08-20T20:22:34.8106444Z [00:02:00.529]➜  # import config
2025-08-20T20:22:34.8106853Z [00:02:00.529]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:34.8107284Z [00:02:00.529]➜  packagefile sort=/tmp/go-build2464310907/b078/_pkg_.a
2025-08-20T20:22:34.8107710Z [00:02:00.529]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:34.8108138Z [00:02:00.529]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:34.8108578Z [00:02:00.529]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:34.8109012Z [00:02:00.529]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:34.8109457Z [00:02:00.529]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:34.8109790Z [00:02:00.529]➜  EOF
2025-08-20T20:22:34.8112306Z [00:02:00.530]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b086=>" -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/b086/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:22:34.8121238Z [00:02:00.533]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:22:34.8122853Z [00:02:00.533]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/tmp/go-build -gno-record-gcc-switches -I $WORK/b100/ -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/b100/_x014.o -c gcc_arm64.S
2025-08-20T20:22:34.8250087Z [00:02:00.545]➜  cd $WORK/b100
2025-08-20T20:22:34.8251760Z [00:02:00.545]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/tmp/go-build -gno-record-gcc-switches -I $WORK/b100/ -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/b100/_cgo_main.o -c _cgo_main.c
2025-08-20T20:22:34.8407388Z [00:02:00.561]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:34.8409414Z [00:02:00.561]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/tmp/go-build -gno-record-gcc-switches -o $WORK/b100/_cgo_.o $WORK/b100/_cgo_main.o $WORK/b100/preferlinkext $WORK/b100/_x001.o $WORK/b100/_x002.o $WORK/b100/_x003.o $WORK/b100/_x004.o $WORK/b100/_x005.o $WORK/b100/_x006.o $WORK/b100/_x007.o $WORK/b100/_x008.o $WORK/b100/_x009.o $WORK/b100/_x010.o $WORK/b100/_x011.o $WORK/b100/_x012.o $WORK/b100/_x013.o $WORK/b100/_x014.o -O2 -g -lpthread
2025-08-20T20:22:35.0050533Z [00:02:00.725]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T20:22:35.0104159Z [00:02:00.731]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d # internal
2025-08-20T20:22:35.0128188Z [00:02:00.733]➜  regexp
2025-08-20T20:22:35.0128498Z [00:02:00.733]➜  mkdir -p $WORK/b085/
2025-08-20T20:22:35.0133355Z [00:02:00.734]➜  cat >/tmp/go-build2464310907/b085/importcfg << 'EOF' # internal
2025-08-20T20:22:35.0135644Z [00:02:00.734]➜  # import config
2025-08-20T20:22:35.0136994Z [00:02:00.734]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:35.0137422Z [00:02:00.734]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:35.0137869Z [00:02:00.734]➜  packagefile regexp/syntax=/tmp/go-build2464310907/b086/_pkg_.a
2025-08-20T20:22:35.0138314Z [00:02:00.734]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:35.0138737Z [00:02:00.734]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:35.0139164Z [00:02:00.734]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:35.0139585Z [00:02:00.734]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:35.0140004Z [00:02:00.734]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:35.0140471Z [00:02:00.734]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:35.0140820Z [00:02:00.734]➜  EOF
2025-08-20T20:22:35.0142495Z [00:02:00.734]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b085=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid OVCec7tSb5whGRiUe_hP/OVCec7tSb5whGRiUe_hP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b085/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:22:35.0898454Z [00:02:00.809]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T20:22:35.0995317Z [00:02:00.820]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d # internal
2025-08-20T20:22:35.1000242Z [00:02:00.820]➜  context
2025-08-20T20:22:35.1000628Z [00:02:00.820]➜  mkdir -p $WORK/b042/
2025-08-20T20:22:35.1001051Z [00:02:00.820]➜  cat >/tmp/go-build2464310907/b042/importcfg << 'EOF' # internal
2025-08-20T20:22:35.1001426Z [00:02:00.820]➜  # import config
2025-08-20T20:22:35.1001777Z [00:02:00.820]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:35.1002877Z [00:02:00.821]➜  packagefile internal/reflectlite=/tmp/go-build2464310907/b004/_pkg_.a
2025-08-20T20:22:35.1004032Z [00:02:00.821]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:35.1004500Z [00:02:00.821]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:35.1005031Z [00:02:00.821]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:35.1005390Z [00:02:00.821]➜  EOF
2025-08-20T20:22:35.1006988Z [00:02:00.821]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b042=>" -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/b042/importcfg -pack /root/.go/src/context/context.go
2025-08-20T20:22:35.1181283Z [00:02:00.838]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/tmp/go-build -gno-record-gcc-switches -o $WORK/b100/_cgo_.o $WORK/b100/_cgo_main.o $WORK/b100/preferlinkext $WORK/b100/_x001.o $WORK/b100/_x002.o $WORK/b100/_x003.o $WORK/b100/_x004.o $WORK/b100/_x005.o $WORK/b100/_x006.o $WORK/b100/_x007.o $WORK/b100/_x008.o $WORK/b100/_x009.o $WORK/b100/_x010.o $WORK/b100/_x011.o $WORK/b100/_x012.o $WORK/b100/_x013.o $WORK/b100/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T20:22:35.1183423Z [00:02:00.838]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage cgo -dynimport $WORK/b100/_cgo_.o -dynout $WORK/b100/_cgo_import.go -dynlinker
2025-08-20T20:22:35.1304257Z [00:02:00.851]➜  echo -n > $WORK/b100/go_asm.h # internal
2025-08-20T20:22:35.1305277Z [00:02:00.851]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:22:35.1306971Z [00:02:00.851]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b100=>" -I $WORK/b100/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b100/symabis ./asm_arm64.s
2025-08-20T20:22:35.1354818Z [00:02:00.856]➜  cat >/tmp/go-build2464310907/b100/importcfg << 'EOF' # internal
2025-08-20T20:22:35.1357647Z [00:02:00.856]➜  # import config
2025-08-20T20:22:35.1359212Z [00:02:00.856]➜  packagefile internal/runtime/sys=/tmp/go-build2464310907/b030/_pkg_.a
2025-08-20T20:22:35.1360864Z [00:02:00.856]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:35.1362195Z [00:02:00.856]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:35.1362675Z [00:02:00.856]➜  EOF
2025-08-20T20:22:35.1365613Z [00:02:00.857]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:35.1369029Z [00:02:00.857]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b100=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid TGVioR3yNDWRnEGdnH6m/TGVioR3yNDWRnEGdnH6m -goversion go1.25.0 -symabis $WORK/b100/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack -asmhdr $WORK/b100/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/b100/_cgo_gotypes.go $WORK/b100/cgo.cgo1.go $WORK/b100/_cgo_import.go
2025-08-20T20:22:35.1686540Z [00:02:00.888]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T20:22:35.1753589Z [00:02:00.895]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d # internal
2025-08-20T20:22:35.1754273Z [00:02:00.896]➜  io/fs
2025-08-20T20:22:35.1787908Z [00:02:00.899]➜  mkdir -p $WORK/b052/
2025-08-20T20:22:35.1792386Z [00:02:00.900]➜  cat >/tmp/go-build2464310907/b052/importcfg << 'EOF' # internal
2025-08-20T20:22:35.1796197Z [00:02:00.900]➜  # import config
2025-08-20T20:22:35.1796580Z [00:02:00.900]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:35.1797096Z [00:02:00.900]➜  packagefile internal/bytealg=/tmp/go-build2464310907/b010/_pkg_.a
2025-08-20T20:22:35.1797591Z [00:02:00.900]➜  packagefile internal/oserror=/tmp/go-build2464310907/b048/_pkg_.a
2025-08-20T20:22:35.1798036Z [00:02:00.900]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:35.1798442Z [00:02:00.900]➜  packagefile path=/tmp/go-build2464310907/b053/_pkg_.a
2025-08-20T20:22:35.1798855Z [00:02:00.900]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:35.1799270Z [00:02:00.900]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:35.1799706Z [00:02:00.900]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:35.1800331Z [00:02:00.900]➜  EOF
2025-08-20T20:22:35.1807873Z [00:02:00.900]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b052=>" -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/b052/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:22:35.1968580Z [00:02:00.917]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T20:22:35.1980534Z [00:02:00.918]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d # internal
2025-08-20T20:22:35.2009669Z [00:02:00.921]➜  internal/poll
2025-08-20T20:22:35.2014253Z [00:02:00.921]➜  mkdir -p $WORK/b064/
2025-08-20T20:22:35.2016134Z [00:02:00.922]➜  cat >/tmp/go-build2464310907/b064/importcfg << 'EOF' # internal
2025-08-20T20:22:35.2018791Z [00:02:00.922]➜  # import config
2025-08-20T20:22:35.2019184Z [00:02:00.922]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:35.2019642Z [00:02:00.922]➜  packagefile internal/itoa=/tmp/go-build2464310907/b047/_pkg_.a
2025-08-20T20:22:35.2020149Z [00:02:00.922]➜  packagefile internal/syscall/unix=/tmp/go-build2464310907/b065/_pkg_.a
2025-08-20T20:22:35.2020612Z [00:02:00.922]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:35.2021024Z [00:02:00.922]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:35.2021443Z [00:02:00.922]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:35.2021878Z [00:02:00.922]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:35.2022322Z [00:02:00.922]➜  packagefile syscall=/tmp/go-build2464310907/b046/_pkg_.a
2025-08-20T20:22:35.2022761Z [00:02:00.922]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:35.2023082Z [00:02:00.922]➜  EOF
2025-08-20T20:22:35.2028142Z [00:02:00.922]➜  /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:22:35.2342464Z [00:02:00.954]➜  cp /root/.go/src/runtime/cgo/abi_arm64.h $WORK/b100/abi_GOARCH.h
2025-08-20T20:22:35.2342991Z [00:02:00.955]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:22:35.2343987Z [00:02:00.955]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b100=>" -I $WORK/b100/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b100/asm_arm64.o ./asm_arm64.s
2025-08-20T20:22:35.2371067Z [00:02:00.957]➜  go tool pack r $WORK/b100/_pkg_.a $WORK/b100/asm_arm64.o $WORK/b100/preferlinkext $WORK/b100/_x001.o $WORK/b100/_x002.o $WORK/b100/_x003.o $WORK/b100/_x004.o $WORK/b100/_x005.o $WORK/b100/_x006.o $WORK/b100/_x007.o $WORK/b100/_x008.o $WORK/b100/_x009.o $WORK/b100/_x010.o $WORK/b100/_x011.o $WORK/b100/_x012.o $WORK/b100/_x013.o $WORK/b100/_x014.o # internal
2025-08-20T20:22:35.2372485Z [00:02:00.958]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T20:22:35.2395894Z [00:02:00.960]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d # internal
2025-08-20T20:22:35.2396599Z [00:02:00.960]➜  github.com/catppuccin/go
2025-08-20T20:22:35.2396885Z [00:02:00.960]➜  mkdir -p $WORK/b108/
2025-08-20T20:22:35.2397256Z [00:02:00.960]➜  cat >/tmp/go-build2464310907/b108/importcfg << 'EOF' # internal
2025-08-20T20:22:35.2397607Z [00:02:00.960]➜  # import config
2025-08-20T20:22:35.2397966Z [00:02:00.960]➜  packagefile image/color=/tmp/go-build2464310907/b109/_pkg_.a
2025-08-20T20:22:35.2398427Z [00:02:00.960]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:35.2399230Z [00:02:00.960]➜  EOF
2025-08-20T20:22:35.2399491Z [00:02:00.960]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:35.2402108Z [00:02:00.960]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/catppuccin/go@v0.3.0=>github.com/catppuccin/go@v0.3.0;$WORK/b108=>" -p github.com/catppuccin/go -lang=go1.19 -complete -installsuffix shared -buildid 02GRCSFoWYlVLd5mJm2j/02GRCSFoWYlVLd5mJm2j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b108/importcfg -pack /root/go/pkg/mod/github.com/catppuccin/go@v0.3.0/frappe.go /root/go/pkg/mod/github.com/catppuccin/go@v0.3.0/latte.go /root/go/pkg/mod/github.com/catppuccin/go@v0.3.0/macchiato.go /root/go/pkg/mod/github.com/catppuccin/go@v0.3.0/main.go /root/go/pkg/mod/github.com/catppuccin/go@v0.3.0/mocha.go
2025-08-20T20:22:35.2868757Z [00:02:01.007]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T20:22:35.2886612Z [00:02:01.009]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d # internal
2025-08-20T20:22:35.2909355Z [00:02:01.011]➜  embed
2025-08-20T20:22:35.2910182Z [00:02:01.011]➜  mkdir -p $WORK/b051/
2025-08-20T20:22:35.2920640Z [00:02:01.012]➜  cat >/tmp/go-build2464310907/b051/importcfg << 'EOF' # internal
2025-08-20T20:22:35.2923195Z [00:02:01.013]➜  # import config
2025-08-20T20:22:35.2923871Z [00:02:01.013]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:35.2924876Z [00:02:01.013]➜  packagefile internal/bytealg=/tmp/go-build2464310907/b010/_pkg_.a
2025-08-20T20:22:35.2926099Z [00:02:01.013]➜  packagefile internal/stringslite=/tmp/go-build2464310907/b031/_pkg_.a
2025-08-20T20:22:35.2926657Z [00:02:01.013]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:35.2927075Z [00:02:01.013]➜  packagefile io/fs=/tmp/go-build2464310907/b052/_pkg_.a
2025-08-20T20:22:35.2927516Z [00:02:01.013]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:35.2927842Z [00:02:01.013]➜  EOF
2025-08-20T20:22:35.2949688Z [00:02:01.015]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b051=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid QFiBJLv8Lq6LyZVR1Q-x/QFiBJLv8Lq6LyZVR1Q-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T20:22:35.3175935Z [00:02:01.038]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T20:22:35.3194752Z [00:02:01.040]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/c7/c731b8792012cdf539e089e54d0b0ccd8aa17c8c35e98ae25baed3bdc794348b-d # internal
2025-08-20T20:22:35.3196764Z [00:02:01.040]➜  internal/filepathlite
2025-08-20T20:22:35.3197075Z [00:02:01.040]➜  mkdir -p $WORK/b063/
2025-08-20T20:22:35.3203978Z [00:02:01.041]➜  cat >/tmp/go-build2464310907/b063/importcfg << 'EOF' # internal
2025-08-20T20:22:35.3204991Z [00:02:01.041]➜  # import config
2025-08-20T20:22:35.3225353Z [00:02:01.041]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:35.3226087Z [00:02:01.041]➜  packagefile internal/bytealg=/tmp/go-build2464310907/b010/_pkg_.a
2025-08-20T20:22:35.3226621Z [00:02:01.041]➜  packagefile internal/stringslite=/tmp/go-build2464310907/b031/_pkg_.a
2025-08-20T20:22:35.3227093Z [00:02:01.041]➜  packagefile io/fs=/tmp/go-build2464310907/b052/_pkg_.a
2025-08-20T20:22:35.3227512Z [00:02:01.041]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:35.3227825Z [00:02:01.041]➜  EOF
2025-08-20T20:22:35.3229858Z [00:02:01.041]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b063=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 3Pvg2aOousz6X6FWyKfn/3Pvg2aOousz6X6FWyKfn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b063/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:22:35.3324635Z [00:02:01.053]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T20:22:35.3349547Z [00:02:01.055]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/52/52af8cb2a532bab302e9f7fb061655a50333958840ea22ce9b7cd81a35113a21-d # internal
2025-08-20T20:22:35.3354613Z [00:02:01.056]➜  github.com/charmbracelet/freeze/font
2025-08-20T20:22:35.3387938Z [00:02:01.059]➜  mkdir -p $WORK/b104/
2025-08-20T20:22:35.3392769Z [00:02:01.060]➜  cat >/tmp/go-build2464310907/b104/importcfg << 'EOF' # internal
2025-08-20T20:22:35.3394544Z [00:02:01.060]➜  # import config
2025-08-20T20:22:35.3395067Z [00:02:01.060]➜  packagefile embed=/tmp/go-build2464310907/b051/_pkg_.a
2025-08-20T20:22:35.3395596Z [00:02:01.060]➜  packagefile encoding/base64=/tmp/go-build2464310907/b054/_pkg_.a
2025-08-20T20:22:35.3395950Z [00:02:01.060]➜  EOF
2025-08-20T20:22:35.3396298Z [00:02:01.060]➜  cat >/tmp/go-build2464310907/b104/embedcfg << 'EOF' # internal
2025-08-20T20:22:35.3396641Z [00:02:01.060]➜  {
2025-08-20T20:22:35.3396845Z [00:02:01.060]➜  	"Patterns": {
2025-08-20T20:22:35.3397123Z [00:02:01.060]➜  		"JetBrainsMono-Regular.ttf": [
2025-08-20T20:22:35.3397440Z [00:02:01.060]➜  			"JetBrainsMono-Regular.ttf"
2025-08-20T20:22:35.3397708Z [00:02:01.060]➜  		],
2025-08-20T20:22:35.3397962Z [00:02:01.060]➜  		"JetBrainsMonoNL-Regular.ttf": [
2025-08-20T20:22:35.3398295Z [00:02:01.060]➜  			"JetBrainsMonoNL-Regular.ttf"
2025-08-20T20:22:35.3398565Z [00:02:01.060]➜  		]
2025-08-20T20:22:35.3398761Z [00:02:01.060]➜  	},
2025-08-20T20:22:35.3398971Z [00:02:01.060]➜  	"Files": {
2025-08-20T20:22:35.3399438Z [00:02:01.060]➜  		"JetBrainsMono-Regular.ttf": "/tmp/tmp.vfEjfybuwX/TEMPREPO/font/JetBrainsMono-Regular.ttf",
2025-08-20T20:22:35.3400132Z [00:02:01.060]➜  		"JetBrainsMonoNL-Regular.ttf": "/tmp/tmp.vfEjfybuwX/TEMPREPO/font/JetBrainsMonoNL-Regular.ttf"
2025-08-20T20:22:35.3400585Z [00:02:01.060]➜  	}
2025-08-20T20:22:35.3400789Z [00:02:01.060]➜  }EOF
2025-08-20T20:22:35.3402478Z [00:02:01.060]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b104/_pkg_.a -trimpath "/tmp/tmp.vfEjfybuwX/TEMPREPO/font=>github.com/charmbracelet/freeze/font;$WORK/b104=>" -p github.com/charmbracelet/freeze/font -lang=go1.24 -complete -installsuffix shared -buildid qNheH2aEnUhLF55FwtXZ/qNheH2aEnUhLF55FwtXZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -embedcfg $WORK/b104/embedcfg -pack ./font/font.go
2025-08-20T20:22:35.3535722Z [00:02:01.074]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T20:22:35.3555051Z [00:02:01.076]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/00/002e72645ae2e051062a1cf9097d0c605a1ae969f4a60dff70232e57111a99f4-d # internal
2025-08-20T20:22:35.3556071Z [00:02:01.076]➜  math/rand
2025-08-20T20:22:35.3556431Z [00:02:01.076]➜  mkdir -p $WORK/b119/
2025-08-20T20:22:35.3557119Z [00:02:01.076]➜  cat >/tmp/go-build2464310907/b119/importcfg << 'EOF' # internal
2025-08-20T20:22:35.3557547Z [00:02:01.076]➜  # import config
2025-08-20T20:22:35.3557928Z [00:02:01.076]➜  packagefile internal/godebug=/tmp/go-build2464310907/b044/_pkg_.a
2025-08-20T20:22:35.3558385Z [00:02:01.076]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:35.3558796Z [00:02:01.076]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:35.3559230Z [00:02:01.076]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:35.3559564Z [00:02:01.076]➜  EOF
2025-08-20T20:22:35.3561389Z [00:02:01.076]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b119=>" -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/b119/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:22:35.3630638Z [00:02:01.083]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T20:22:35.3644881Z [00:02:01.084]➜  cd /root/.go/src/reflect
2025-08-20T20:22:35.3645997Z [00:02:01.084]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b061=>" -I $WORK/b061/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b061/asm_arm64.o ./asm_arm64.s
2025-08-20T20:22:35.3685071Z [00:02:01.089]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d # internal
2025-08-20T20:22:35.3708879Z [00:02:01.091]➜  image
2025-08-20T20:22:35.3709342Z [00:02:01.091]➜  mkdir -p $WORK/b128/
2025-08-20T20:22:35.3709857Z [00:02:01.091]➜  cat >/tmp/go-build2464310907/b128/importcfg << 'EOF' # internal
2025-08-20T20:22:35.3710369Z [00:02:01.091]➜  # import config
2025-08-20T20:22:35.3710886Z [00:02:01.091]➜  packagefile bufio=/tmp/go-build2464310907/b074/_pkg_.a
2025-08-20T20:22:35.3711439Z [00:02:01.091]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:35.3712012Z [00:02:01.091]➜  packagefile image/color=/tmp/go-build2464310907/b109/_pkg_.a
2025-08-20T20:22:35.3712558Z [00:02:01.091]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:35.3713079Z [00:02:01.091]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:35.3713621Z [00:02:01.091]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:35.3714146Z [00:02:01.091]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:35.3714689Z [00:02:01.091]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:35.3715415Z [00:02:01.091]➜  EOF
2025-08-20T20:22:35.3715803Z [00:02:01.091]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:35.3717754Z [00:02:01.091]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/.go/src/image=>image;$WORK/b128=>" -p image -lang=go1.25 -std -complete -installsuffix shared -buildid 5atW7hS7FvXrIRy7S1Sm/5atW7hS7FvXrIRy7S1Sm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack /root/.go/src/image/format.go /root/.go/src/image/geom.go /root/.go/src/image/image.go /root/.go/src/image/names.go /root/.go/src/image/ycbcr.go
2025-08-20T20:22:35.3748469Z [00:02:01.095]➜  cd /root/.go/src/reflect
2025-08-20T20:22:35.3755844Z [00:02:01.095]➜  go tool pack r $WORK/b061/_pkg_.a $WORK/b061/asm_arm64.o # internal
2025-08-20T20:22:35.3756348Z [00:02:01.095]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T20:22:35.3969252Z [00:02:01.117]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T20:22:35.3990984Z [00:02:01.120]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d # internal
2025-08-20T20:22:35.3998012Z [00:02:01.120]➜  os
2025-08-20T20:22:35.4000759Z [00:02:01.120]➜  mkdir -p $WORK/b062/
2025-08-20T20:22:35.4005928Z [00:02:01.121]➜  cat >/tmp/go-build2464310907/b062/importcfg << 'EOF' # internal
2025-08-20T20:22:35.4006377Z [00:02:01.121]➜  # import config
2025-08-20T20:22:35.4006724Z [00:02:01.121]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:35.4007189Z [00:02:01.121]➜  packagefile internal/bytealg=/tmp/go-build2464310907/b010/_pkg_.a
2025-08-20T20:22:35.4007690Z [00:02:01.121]➜  packagefile internal/byteorder=/tmp/go-build2464310907/b012/_pkg_.a
2025-08-20T20:22:35.4008213Z [00:02:01.121]➜  packagefile internal/filepathlite=/tmp/go-build2464310907/b063/_pkg_.a
2025-08-20T20:22:35.4008721Z [00:02:01.121]➜  packagefile internal/goarch=/tmp/go-build2464310907/b006/_pkg_.a
2025-08-20T20:22:35.4009197Z [00:02:01.121]➜  packagefile internal/itoa=/tmp/go-build2464310907/b047/_pkg_.a
2025-08-20T20:22:35.4009667Z [00:02:01.121]➜  packagefile internal/poll=/tmp/go-build2464310907/b064/_pkg_.a
2025-08-20T20:22:35.4010172Z [00:02:01.121]➜  packagefile internal/stringslite=/tmp/go-build2464310907/b031/_pkg_.a
2025-08-20T20:22:35.4011074Z [00:02:01.121]➜  packagefile internal/syscall/execenv=/tmp/go-build2464310907/b066/_pkg_.a
2025-08-20T20:22:35.4011616Z [00:02:01.121]➜  packagefile internal/syscall/unix=/tmp/go-build2464310907/b065/_pkg_.a
2025-08-20T20:22:35.4012123Z [00:02:01.121]➜  packagefile internal/testlog=/tmp/go-build2464310907/b067/_pkg_.a
2025-08-20T20:22:35.4012563Z [00:02:01.121]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:35.4012966Z [00:02:01.121]➜  packagefile io/fs=/tmp/go-build2464310907/b052/_pkg_.a
2025-08-20T20:22:35.4013386Z [00:02:01.121]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:35.4013833Z [00:02:01.121]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:35.4018734Z [00:02:01.121]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:35.4019201Z [00:02:01.121]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:35.4019662Z [00:02:01.121]➜  packagefile syscall=/tmp/go-build2464310907/b046/_pkg_.a
2025-08-20T20:22:35.4020094Z [00:02:01.121]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:35.4020401Z [00:02:01.121]➜  EOF
2025-08-20T20:22:35.4020662Z [00:02:01.121]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:35.4026312Z [00:02:01.122]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b062=>" -p os -lang=go1.25 -std -installsuffix shared -buildid oUESCsCAy6GOzPyYrhiS/oUESCsCAy6GOzPyYrhiS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b062/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:22:35.4031719Z [00:02:01.122]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d # internal
2025-08-20T20:22:35.4032328Z [00:02:01.122]➜  internal/fmtsort
2025-08-20T20:22:35.4032592Z [00:02:01.122]➜  mkdir -p $WORK/b060/
2025-08-20T20:22:35.4042117Z [00:02:01.124]➜  cat >/tmp/go-build2464310907/b060/importcfg << 'EOF' # internal
2025-08-20T20:22:35.4046076Z [00:02:01.125]➜  # import config
2025-08-20T20:22:35.4048870Z [00:02:01.125]➜  packagefile cmp=/tmp/go-build2464310907/b050/_pkg_.a
2025-08-20T20:22:35.4049320Z [00:02:01.125]➜  packagefile reflect=/tmp/go-build2464310907/b061/_pkg_.a
2025-08-20T20:22:35.4049748Z [00:02:01.125]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:35.4050064Z [00:02:01.125]➜  EOF
2025-08-20T20:22:35.4051552Z [00:02:01.125]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b060=>" -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/b060/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T20:22:35.4124533Z [00:02:01.133]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T20:22:35.4139613Z [00:02:01.134]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d # internal
2025-08-20T20:22:35.4140286Z [00:02:01.134]➜  encoding/binary
2025-08-20T20:22:35.4140558Z [00:02:01.134]➜  mkdir -p $WORK/b079/
2025-08-20T20:22:35.4141454Z [00:02:01.134]➜  cat >/tmp/go-build2464310907/b079/importcfg << 'EOF' # internal
2025-08-20T20:22:35.4142569Z [00:02:01.134]➜  # import config
2025-08-20T20:22:35.4142965Z [00:02:01.134]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:35.4143384Z [00:02:01.134]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:35.4143790Z [00:02:01.134]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:35.4144227Z [00:02:01.134]➜  packagefile reflect=/tmp/go-build2464310907/b061/_pkg_.a
2025-08-20T20:22:35.4144664Z [00:02:01.134]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:35.4145241Z [00:02:01.134]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:35.4145553Z [00:02:01.134]➜  EOF
2025-08-20T20:22:35.4147391Z [00:02:01.134]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b079=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid NuN1vJFz0DtSsbIcH3t4/NuN1vJFz0DtSsbIcH3t4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b079/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:22:35.4782006Z [00:02:01.199]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T20:22:35.4806321Z [00:02:01.199]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d # internal
2025-08-20T20:22:35.4808102Z [00:02:01.199]➜  crypto
2025-08-20T20:22:35.4808743Z [00:02:01.199]➜  mkdir -p $WORK/b148/
2025-08-20T20:22:35.4809169Z [00:02:01.200]➜  cat >/tmp/go-build2464310907/b148/importcfg << 'EOF' # internal
2025-08-20T20:22:35.4809527Z [00:02:01.200]➜  # import config
2025-08-20T20:22:35.4809861Z [00:02:01.200]➜  packagefile hash=/tmp/go-build2464310907/b081/_pkg_.a
2025-08-20T20:22:35.4810269Z [00:02:01.200]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:35.4810687Z [00:02:01.200]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:35.4811003Z [00:02:01.200]➜  EOF
2025-08-20T20:22:35.4812732Z [00:02:01.200]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b148=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid dgNSfK5ZCKqEnZCelX39/dgNSfK5ZCKqEnZCelX39 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b148/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T20:22:35.4909048Z [00:02:01.211]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T20:22:35.4945495Z [00:02:01.215]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/78/785bed4ba14081da51765d45b81953cced3b447e1399e86302ae85c258e6b9cd-d # internal
2025-08-20T20:22:35.4946217Z [00:02:01.215]➜  crypto/internal/fips140deps/godebug
2025-08-20T20:22:35.4957947Z [00:02:01.216]➜  mkdir -p $WORK/b153/
2025-08-20T20:22:35.4974157Z [00:02:01.218]➜  cat >/tmp/go-build2464310907/b153/importcfg << 'EOF' # internal
2025-08-20T20:22:35.4975158Z [00:02:01.218]➜  # import config
2025-08-20T20:22:35.4975951Z [00:02:01.218]➜  packagefile internal/godebug=/tmp/go-build2464310907/b044/_pkg_.a
2025-08-20T20:22:35.4976731Z [00:02:01.218]➜  EOF
2025-08-20T20:22:35.4978724Z [00:02:01.218]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b153=>" -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/b153/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T20:22:35.5158870Z [00:02:01.236]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T20:22:35.5168090Z [00:02:01.237]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T20:22:35.5171651Z [00:02:01.238]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d # internal
2025-08-20T20:22:35.5204078Z [00:02:01.240]➜  crypto/internal/fips140
2025-08-20T20:22:35.5206583Z [00:02:01.240]➜  mkdir -p $WORK/b152/
2025-08-20T20:22:35.5207050Z [00:02:01.240]➜  cat >/tmp/go-build2464310907/b152/importcfg << 'EOF' # internal
2025-08-20T20:22:35.5207401Z [00:02:01.240]➜  # import config
2025-08-20T20:22:35.5207886Z [00:02:01.240]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2464310907/b153/_pkg_.a
2025-08-20T20:22:35.5208427Z [00:02:01.240]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:35.5208846Z [00:02:01.240]➜  packagefile hash=/tmp/go-build2464310907/b081/_pkg_.a
2025-08-20T20:22:35.5209272Z [00:02:01.240]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:35.5209700Z [00:02:01.240]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:35.5210017Z [00:02:01.240]➜  EOF
2025-08-20T20:22:35.5212419Z [00:02:01.240]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b152=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid kjNalgJ9uA2kVbAh4fIp/kjNalgJ9uA2kVbAh4fIp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/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:22:35.5215958Z [00:02:01.241]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d # internal
2025-08-20T20:22:35.5234985Z [00:02:01.243]➜  crypto/internal/impl
2025-08-20T20:22:35.5235355Z [00:02:01.243]➜  mkdir -p $WORK/b160/
2025-08-20T20:22:35.5235732Z [00:02:01.243]➜  cat >/tmp/go-build2464310907/b160/importcfg << 'EOF' # internal
2025-08-20T20:22:35.5236077Z [00:02:01.243]➜  # import config
2025-08-20T20:22:35.5236422Z [00:02:01.243]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:35.5236736Z [00:02:01.243]➜  EOF
2025-08-20T20:22:35.5238603Z [00:02:01.243]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b160=>" -p crypto/internal/impl -lang=go1.25 -std -complete -installsuffix shared -buildid 6QumvVO52A7zozQnmsdk/6QumvVO52A7zozQnmsdk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b160/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T20:22:35.5486176Z [00:02:01.269]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T20:22:35.5495243Z [00:02:01.270]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d # internal
2025-08-20T20:22:35.5500268Z [00:02:01.270]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T20:22:35.5500607Z [00:02:01.270]➜  math/rand/v2
2025-08-20T20:22:35.5500858Z [00:02:01.270]➜  mkdir -p $WORK/b169/
2025-08-20T20:22:35.5506136Z [00:02:01.271]➜  cat >/tmp/go-build2464310907/b169/importcfg << 'EOF' # internal
2025-08-20T20:22:35.5506509Z [00:02:01.271]➜  # import config
2025-08-20T20:22:35.5509624Z [00:02:01.271]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:35.5510133Z [00:02:01.271]➜  packagefile internal/byteorder=/tmp/go-build2464310907/b012/_pkg_.a
2025-08-20T20:22:35.5511039Z [00:02:01.271]➜  packagefile internal/chacha8rand=/tmp/go-build2464310907/b013/_pkg_.a
2025-08-20T20:22:35.5511508Z [00:02:01.271]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:35.5511934Z [00:02:01.271]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:35.5512258Z [00:02:01.271]➜  EOF
2025-08-20T20:22:35.5514313Z [00:02:01.271]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b169=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid ZfMw8tkUidw9934lNf6V/ZfMw8tkUidw9934lNf6V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b169/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:22:35.5530258Z [00:02:01.273]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d # internal
2025-08-20T20:22:35.5544266Z [00:02:01.275]➜  crypto/internal/fips140/sha256
2025-08-20T20:22:35.5544604Z [00:02:01.275]➜  mkdir -p $WORK/b157/
2025-08-20T20:22:35.5548140Z [00:02:01.275]➜  echo -n > $WORK/b157/go_asm.h # internal
2025-08-20T20:22:35.5548865Z [00:02:01.275]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T20:22:35.5550470Z [00:02:01.275]➜  /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/b157=>" -I $WORK/b157/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b157/symabis ./sha256block_arm64.s
2025-08-20T20:22:35.5584086Z [00:02:01.279]➜  cat >/tmp/go-build2464310907/b157/importcfg << 'EOF' # internal
2025-08-20T20:22:35.5584639Z [00:02:01.279]➜  # import config
2025-08-20T20:22:35.5585212Z [00:02:01.279]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:35.5585764Z [00:02:01.279]➜  packagefile crypto/internal/fips140=/tmp/go-build2464310907/b152/_pkg_.a
2025-08-20T20:22:35.5586376Z [00:02:01.279]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2464310907/b158/_pkg_.a
2025-08-20T20:22:35.5587004Z [00:02:01.279]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2464310907/b159/_pkg_.a
2025-08-20T20:22:35.5587560Z [00:02:01.279]➜  packagefile crypto/internal/impl=/tmp/go-build2464310907/b160/_pkg_.a
2025-08-20T20:22:35.5588027Z [00:02:01.279]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:35.5588437Z [00:02:01.279]➜  packagefile hash=/tmp/go-build2464310907/b081/_pkg_.a
2025-08-20T20:22:35.5588863Z [00:02:01.279]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:35.5589183Z [00:02:01.279]➜  EOF
2025-08-20T20:22:35.5589660Z [00:02:01.279]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:35.5601532Z [00:02:01.279]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b157=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid XQzWVxa3jQncItt-ppNY/XQzWVxa3jQncItt-ppNY -goversion go1.25.0 -symabis $WORK/b157/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack -asmhdr $WORK/b157/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:22:35.5642780Z [00:02:01.285]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T20:22:35.5668066Z [00:02:01.287]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d # internal
2025-08-20T20:22:35.5716205Z [00:02:01.292]➜  golang.org/x/sys/unix
2025-08-20T20:22:35.5716898Z [00:02:01.292]➜  mkdir -p $WORK/b125/
2025-08-20T20:22:35.5717234Z [00:02:01.292]➜  echo -n > $WORK/b125/go_asm.h # internal
2025-08-20T20:22:35.5717616Z [00:02:01.292]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix
2025-08-20T20:22:35.5718853Z [00:02:01.292]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix=>golang.org/x/sys@v0.31.0/unix;$WORK/b125=>" -I $WORK/b125/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b125/symabis ./asm_linux_arm64.s
2025-08-20T20:22:35.5864989Z [00:02:01.307]➜  cat >/tmp/go-build2464310907/b125/importcfg << 'EOF' # internal
2025-08-20T20:22:35.5866076Z [00:02:01.307]➜  # import config
2025-08-20T20:22:35.5866485Z [00:02:01.307]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:35.5867005Z [00:02:01.307]➜  packagefile encoding/binary=/tmp/go-build2464310907/b079/_pkg_.a
2025-08-20T20:22:35.5867487Z [00:02:01.307]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:35.5867925Z [00:02:01.307]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:35.5868342Z [00:02:01.307]➜  packagefile sort=/tmp/go-build2464310907/b078/_pkg_.a
2025-08-20T20:22:35.5868761Z [00:02:01.307]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:35.5869188Z [00:02:01.307]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:35.5869606Z [00:02:01.307]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:35.5870023Z [00:02:01.307]➜  packagefile syscall=/tmp/go-build2464310907/b046/_pkg_.a
2025-08-20T20:22:35.5870436Z [00:02:01.307]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:35.5870744Z [00:02:01.307]➜  EOF
2025-08-20T20:22:35.5870990Z [00:02:01.307]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:35.5881955Z [00:02:01.307]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix=>golang.org/x/sys@v0.31.0/unix;$WORK/b125=>" -p golang.org/x/sys/unix -lang=go1.23 -installsuffix shared -buildid EK5OIt5aVzK6phra5XnI/EK5OIt5aVzK6phra5XnI -goversion go1.25.0 -symabis $WORK/b125/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b125/importcfg -pack -asmhdr $WORK/b125/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/ioctl_unsigned.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/mremap.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/syscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/vgetrandom_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/zerrors_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/zptrace_armnn_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/zptrace_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/zsyscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/zsysnum_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/ztypes_linux_arm64.go
2025-08-20T20:22:35.5908736Z [00:02:01.311]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T20:22:35.5910470Z [00:02:01.311]➜  /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/b157=>" -I $WORK/b157/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b157/sha256block_arm64.o ./sha256block_arm64.s
2025-08-20T20:22:35.6012454Z [00:02:01.322]➜  go tool pack r $WORK/b157/_pkg_.a $WORK/b157/sha256block_arm64.o # internal
2025-08-20T20:22:35.6013112Z [00:02:01.322]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T20:22:35.6017205Z [00:02:01.322]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d # internal
2025-08-20T20:22:35.6018985Z [00:02:01.322]➜  crypto/internal/fips140/sha3
2025-08-20T20:22:35.6019337Z [00:02:01.322]➜  mkdir -p $WORK/b161/
2025-08-20T20:22:35.6021680Z [00:02:01.323]➜  echo -n > $WORK/b161/go_asm.h # internal
2025-08-20T20:22:35.6053460Z [00:02:01.326]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T20:22:35.6055389Z [00:02:01.326]➜  /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/b161=>" -I $WORK/b161/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b161/symabis ./sha3_arm64.s
2025-08-20T20:22:35.6081634Z [00:02:01.329]➜  cat >/tmp/go-build2464310907/b161/importcfg << 'EOF' # internal
2025-08-20T20:22:35.6082389Z [00:02:01.329]➜  # import config
2025-08-20T20:22:35.6083226Z [00:02:01.329]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:35.6083818Z [00:02:01.329]➜  packagefile crypto/internal/fips140=/tmp/go-build2464310907/b152/_pkg_.a
2025-08-20T20:22:35.6084409Z [00:02:01.329]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2464310907/b162/_pkg_.a
2025-08-20T20:22:35.6085161Z [00:02:01.329]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2464310907/b158/_pkg_.a
2025-08-20T20:22:35.6086116Z [00:02:01.329]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2464310907/b159/_pkg_.a
2025-08-20T20:22:35.6086757Z [00:02:01.329]➜  packagefile crypto/internal/impl=/tmp/go-build2464310907/b160/_pkg_.a
2025-08-20T20:22:35.6087232Z [00:02:01.329]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:35.6087667Z [00:02:01.329]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:35.6088102Z [00:02:01.329]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:35.6088420Z [00:02:01.329]➜  EOF
2025-08-20T20:22:35.6088681Z [00:02:01.329]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:35.6091652Z [00:02:01.329]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b161=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid 5NyZ3zk_6nxSVqI7PXdR/5NyZ3zk_6nxSVqI7PXdR -goversion go1.25.0 -symabis $WORK/b161/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b161/importcfg -pack -asmhdr $WORK/b161/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:22:35.6125592Z [00:02:01.333]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T20:22:35.6170268Z [00:02:01.337]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d # internal
2025-08-20T20:22:35.6171283Z [00:02:01.337]➜  crypto/internal/fips140/sha512
2025-08-20T20:22:35.6171821Z [00:02:01.338]➜  mkdir -p $WORK/b163/
2025-08-20T20:22:35.6184331Z [00:02:01.339]➜  echo -n > $WORK/b163/go_asm.h # internal
2025-08-20T20:22:35.6185286Z [00:02:01.339]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T20:22:35.6186902Z [00:02:01.339]➜  /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/b163=>" -I $WORK/b163/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b163/symabis ./sha512block_arm64.s
2025-08-20T20:22:35.6231491Z [00:02:01.344]➜  cat >/tmp/go-build2464310907/b163/importcfg << 'EOF' # internal
2025-08-20T20:22:35.6232212Z [00:02:01.344]➜  # import config
2025-08-20T20:22:35.6232843Z [00:02:01.344]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:35.6233538Z [00:02:01.344]➜  packagefile crypto/internal/fips140=/tmp/go-build2464310907/b152/_pkg_.a
2025-08-20T20:22:35.6244394Z [00:02:01.344]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2464310907/b158/_pkg_.a
2025-08-20T20:22:35.6245314Z [00:02:01.344]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2464310907/b159/_pkg_.a
2025-08-20T20:22:35.6245945Z [00:02:01.344]➜  packagefile crypto/internal/impl=/tmp/go-build2464310907/b160/_pkg_.a
2025-08-20T20:22:35.6246433Z [00:02:01.344]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:35.6246851Z [00:02:01.344]➜  packagefile hash=/tmp/go-build2464310907/b081/_pkg_.a
2025-08-20T20:22:35.6247277Z [00:02:01.344]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:35.6247600Z [00:02:01.344]➜  EOF
2025-08-20T20:22:35.6247848Z [00:02:01.344]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:35.6250877Z [00:02:01.344]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b163=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid vU8PREIG3jI8YOHtjSmu/vU8PREIG3jI8YOHtjSmu -goversion go1.25.0 -symabis $WORK/b163/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack -asmhdr $WORK/b163/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:22:35.6616407Z [00:02:01.382]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T20:22:35.6620192Z [00:02:01.382]➜  /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/b161=>" -I $WORK/b161/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b161/sha3_arm64.o ./sha3_arm64.s
2025-08-20T20:22:35.6683778Z [00:02:01.389]➜  go tool pack r $WORK/b161/_pkg_.a $WORK/b161/sha3_arm64.o # internal
2025-08-20T20:22:35.6685517Z [00:02:01.389]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T20:22:35.6689937Z [00:02:01.389]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d # internal
2025-08-20T20:22:35.6702643Z [00:02:01.391]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T20:22:35.6704394Z [00:02:01.391]➜  /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/b163=>" -I $WORK/b163/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b163/sha512block_arm64.o ./sha512block_arm64.s
2025-08-20T20:22:35.6705686Z [00:02:01.391]➜  crypto/internal/randutil
2025-08-20T20:22:35.6705977Z [00:02:01.391]➜  mkdir -p $WORK/b168/
2025-08-20T20:22:35.6706652Z [00:02:01.391]➜  cat >/tmp/go-build2464310907/b168/importcfg << 'EOF' # internal
2025-08-20T20:22:35.6707049Z [00:02:01.391]➜  # import config
2025-08-20T20:22:35.6707378Z [00:02:01.391]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:35.6707818Z [00:02:01.391]➜  packagefile math/rand/v2=/tmp/go-build2464310907/b169/_pkg_.a
2025-08-20T20:22:35.6708151Z [00:02:01.391]➜  EOF
2025-08-20T20:22:35.6708445Z [00:02:01.391]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:35.6710159Z [00:02:01.391]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b168=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid jI6rmh7sOgnLoJtpj6tm/jI6rmh7sOgnLoJtpj6tm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T20:22:35.6792461Z [00:02:01.400]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T20:22:35.6792988Z [00:02:01.400]➜  go tool pack r $WORK/b163/_pkg_.a $WORK/b163/sha512block_arm64.o # internal
2025-08-20T20:22:35.6793745Z [00:02:01.400]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T20:22:35.6800334Z [00:02:01.400]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d # internal
2025-08-20T20:22:35.6802749Z [00:02:01.401]➜  crypto/internal/fips140/hmac
2025-08-20T20:22:35.6806652Z [00:02:01.401]➜  mkdir -p $WORK/b156/
2025-08-20T20:22:35.6807134Z [00:02:01.401]➜  cat >/tmp/go-build2464310907/b156/importcfg << 'EOF' # internal
2025-08-20T20:22:35.6807827Z [00:02:01.401]➜  # import config
2025-08-20T20:22:35.6808621Z [00:02:01.401]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:35.6809150Z [00:02:01.401]➜  packagefile crypto/internal/fips140=/tmp/go-build2464310907/b152/_pkg_.a
2025-08-20T20:22:35.6809733Z [00:02:01.401]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2464310907/b157/_pkg_.a
2025-08-20T20:22:35.6810318Z [00:02:01.401]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2464310907/b161/_pkg_.a
2025-08-20T20:22:35.6810896Z [00:02:01.401]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2464310907/b163/_pkg_.a
2025-08-20T20:22:35.6811390Z [00:02:01.401]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:35.6811823Z [00:02:01.401]➜  packagefile hash=/tmp/go-build2464310907/b081/_pkg_.a
2025-08-20T20:22:35.6812475Z [00:02:01.401]➜  EOF
2025-08-20T20:22:35.6818313Z [00:02:01.402]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:35.6820349Z [00:02:01.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b156=>" -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/b156/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T20:22:35.6876824Z [00:02:01.407]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T20:22:35.6902173Z [00:02:01.411]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d # internal
2025-08-20T20:22:35.6909006Z [00:02:01.411]➜  github.com/charmbracelet/x/exp/strings
2025-08-20T20:22:35.6910635Z [00:02:01.412]➜  mkdir -p $WORK/b182/
2025-08-20T20:22:35.6924762Z [00:02:01.413]➜  cat >/tmp/go-build2464310907/b182/importcfg << 'EOF' # internal
2025-08-20T20:22:35.6925324Z [00:02:01.413]➜  # import config
2025-08-20T20:22:35.6925686Z [00:02:01.413]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:35.6926010Z [00:02:01.413]➜  EOF
2025-08-20T20:22:35.6928544Z [00:02:01.413]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/exp/strings@v0.0.0-20240906161213-162f3037fef5=>github.com/charmbracelet/x/exp/strings@v0.0.0-20240906161213-162f3037fef5;$WORK/b182=>" -p github.com/charmbracelet/x/exp/strings -lang=go1.19 -complete -installsuffix shared -buildid Pwh8W-qP2Qo_kR3EoLMT/Pwh8W-qP2Qo_kR3EoLMT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b182/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/exp/strings@v0.0.0-20240906161213-162f3037fef5/join.go
2025-08-20T20:22:35.7111227Z [00:02:01.432]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T20:22:35.7119022Z [00:02:01.432]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/11/11a6ce8f63a7dff555b0d89d3d396ae8d0d6f14abe17e64f9b83a91877e0c85b-d # internal
2025-08-20T20:22:35.7119612Z [00:02:01.432]➜  hash/fnv
2025-08-20T20:22:35.7119862Z [00:02:01.432]➜  mkdir -p $WORK/b184/
2025-08-20T20:22:35.7128051Z [00:02:01.433]➜  cat >/tmp/go-build2464310907/b184/importcfg << 'EOF' # internal
2025-08-20T20:22:35.7128797Z [00:02:01.433]➜  # import config
2025-08-20T20:22:35.7129624Z [00:02:01.433]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:35.7130084Z [00:02:01.433]➜  packagefile hash=/tmp/go-build2464310907/b081/_pkg_.a
2025-08-20T20:22:35.7130555Z [00:02:01.433]➜  packagefile internal/byteorder=/tmp/go-build2464310907/b012/_pkg_.a
2025-08-20T20:22:35.7131031Z [00:02:01.433]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:35.7131706Z [00:02:01.433]➜  EOF
2025-08-20T20:22:35.7133156Z [00:02:01.433]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/.go/src/hash/fnv=>hash/fnv;$WORK/b184=>" -p hash/fnv -lang=go1.25 -std -complete -installsuffix shared -buildid uLzdQ0oUWqb99HA1DntA/uLzdQ0oUWqb99HA1DntA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/importcfg -pack /root/.go/src/hash/fnv/fnv.go
2025-08-20T20:22:35.7156381Z [00:02:01.436]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T20:22:35.7163151Z [00:02:01.437]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d # internal
2025-08-20T20:22:35.7163856Z [00:02:01.437]➜  crypto/internal/fips140/check
2025-08-20T20:22:35.7164187Z [00:02:01.437]➜  mkdir -p $WORK/b155/
2025-08-20T20:22:35.7168049Z [00:02:01.437]➜  cat >/tmp/go-build2464310907/b155/importcfg << 'EOF' # internal
2025-08-20T20:22:35.7168611Z [00:02:01.437]➜  # import config
2025-08-20T20:22:35.7169148Z [00:02:01.437]➜  packagefile crypto/internal/fips140=/tmp/go-build2464310907/b152/_pkg_.a
2025-08-20T20:22:35.7170169Z [00:02:01.437]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2464310907/b156/_pkg_.a
2025-08-20T20:22:35.7170850Z [00:02:01.437]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2464310907/b157/_pkg_.a
2025-08-20T20:22:35.7171576Z [00:02:01.437]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2464310907/b158/_pkg_.a
2025-08-20T20:22:35.7172313Z [00:02:01.437]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2464310907/b153/_pkg_.a
2025-08-20T20:22:35.7172925Z [00:02:01.437]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:35.7173320Z [00:02:01.437]➜  EOF
2025-08-20T20:22:35.7200120Z [00:02:01.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b155=>" -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/b155/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T20:22:35.7350841Z [00:02:01.456]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T20:22:35.7355135Z [00:02:01.456]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d # internal
2025-08-20T20:22:35.7357543Z [00:02:01.456]➜  crypto/internal/fips140/aes
2025-08-20T20:22:35.7357847Z [00:02:01.456]➜  mkdir -p $WORK/b151/
2025-08-20T20:22:35.7359668Z [00:02:01.456]➜  echo -n > $WORK/b151/go_asm.h # internal
2025-08-20T20:22:35.7360651Z [00:02:01.457]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T20:22:35.7361977Z [00:02:01.457]➜  /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/b151=>" -I $WORK/b151/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b151/symabis ./aes_arm64.s ./ctr_arm64.s
2025-08-20T20:22:35.7463407Z [00:02:01.467]➜  cat >/tmp/go-build2464310907/b151/importcfg << 'EOF' # internal
2025-08-20T20:22:35.7463939Z [00:02:01.467]➜  # import config
2025-08-20T20:22:35.7464400Z [00:02:01.467]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:35.7465086Z [00:02:01.467]➜  packagefile crypto/internal/fips140=/tmp/go-build2464310907/b152/_pkg_.a
2025-08-20T20:22:35.7465794Z [00:02:01.467]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2464310907/b154/_pkg_.a
2025-08-20T20:22:35.7466494Z [00:02:01.467]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2464310907/b155/_pkg_.a
2025-08-20T20:22:35.7467186Z [00:02:01.467]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2464310907/b162/_pkg_.a
2025-08-20T20:22:35.7467912Z [00:02:01.467]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2464310907/b158/_pkg_.a
2025-08-20T20:22:35.7468914Z [00:02:01.467]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2464310907/b159/_pkg_.a
2025-08-20T20:22:35.7469756Z [00:02:01.467]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2464310907/b153/_pkg_.a
2025-08-20T20:22:35.7470430Z [00:02:01.467]➜  packagefile crypto/internal/impl=/tmp/go-build2464310907/b160/_pkg_.a
2025-08-20T20:22:35.7471050Z [00:02:01.467]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:35.7471640Z [00:02:01.467]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:35.7472191Z [00:02:01.467]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:35.7472603Z [00:02:01.467]➜  EOF
2025-08-20T20:22:35.7472991Z [00:02:01.467]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:35.7476687Z [00:02:01.467]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b151=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid nMw5pB3PdI_aXx7k9ui_/nMw5pB3PdI_aXx7k9ui_ -goversion go1.25.0 -symabis $WORK/b151/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b151/importcfg -pack -asmhdr $WORK/b151/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:22:35.7585965Z [00:02:01.479]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T20:22:35.7622722Z [00:02:01.481]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/ba/ba8ce044f7eab64dc1fc5eb041af72b7d57ee02e59ef741cbc5aa62d0ca2f213-d # internal
2025-08-20T20:22:35.7625526Z [00:02:01.481]➜  log/slog/internal/buffer
2025-08-20T20:22:35.7625850Z [00:02:01.481]➜  mkdir -p $WORK/b189/
2025-08-20T20:22:35.7626232Z [00:02:01.481]➜  cat >/tmp/go-build2464310907/b189/importcfg << 'EOF' # internal
2025-08-20T20:22:35.7626576Z [00:02:01.481]➜  # import config
2025-08-20T20:22:35.7626916Z [00:02:01.482]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:35.7627227Z [00:02:01.483]➜  EOF
2025-08-20T20:22:35.7631724Z [00:02:01.483]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/.go/src/log/slog/internal/buffer=>log/slog/internal/buffer;$WORK/b189=>" -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/b189/importcfg -pack /root/.go/src/log/slog/internal/buffer/buffer.go
2025-08-20T20:22:35.7665910Z [00:02:01.485]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T20:22:35.7699060Z [00:02:01.490]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d # internal
2025-08-20T20:22:35.7700049Z [00:02:01.490]➜  fmt
2025-08-20T20:22:35.7700545Z [00:02:01.490]➜  mkdir -p $WORK/b059/
2025-08-20T20:22:35.7701139Z [00:02:01.490]➜  cat >/tmp/go-build2464310907/b059/importcfg << 'EOF' # internal
2025-08-20T20:22:35.7701640Z [00:02:01.490]➜  # import config
2025-08-20T20:22:35.7702841Z [00:02:01.490]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:35.7703312Z [00:02:01.490]➜  packagefile internal/fmtsort=/tmp/go-build2464310907/b060/_pkg_.a
2025-08-20T20:22:35.7703763Z [00:02:01.490]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:35.7704165Z [00:02:01.490]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:35.7704567Z [00:02:01.490]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:35.7705477Z [00:02:01.490]➜  packagefile reflect=/tmp/go-build2464310907/b061/_pkg_.a
2025-08-20T20:22:35.7706002Z [00:02:01.490]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:35.7706428Z [00:02:01.490]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:35.7706845Z [00:02:01.490]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:35.7707282Z [00:02:01.490]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:35.7707612Z [00:02:01.490]➜  EOF
2025-08-20T20:22:35.7709253Z [00:02:01.490]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b059=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid KK0d2mAdBMirocFQerGP/KK0d2mAdBMirocFQerGP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b059/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:22:35.7811088Z [00:02:01.501]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T20:22:35.7812159Z [00:02:01.501]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/32/325b843a00aa831889a4a40fa80477b1acb02285e9a98777f8df242b94b4c827-d # internal
2025-08-20T20:22:35.7820489Z [00:02:01.502]➜  path/filepath
2025-08-20T20:22:35.7820937Z [00:02:01.502]➜  mkdir -p $WORK/b072/
2025-08-20T20:22:35.7824427Z [00:02:01.503]➜  cat >/tmp/go-build2464310907/b072/importcfg << 'EOF' # internal
2025-08-20T20:22:35.7827808Z [00:02:01.503]➜  # import config
2025-08-20T20:22:35.7828200Z [00:02:01.503]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:35.7828669Z [00:02:01.503]➜  packagefile internal/bytealg=/tmp/go-build2464310907/b010/_pkg_.a
2025-08-20T20:22:35.7829189Z [00:02:01.503]➜  packagefile internal/filepathlite=/tmp/go-build2464310907/b063/_pkg_.a
2025-08-20T20:22:35.7829664Z [00:02:01.503]➜  packagefile io/fs=/tmp/go-build2464310907/b052/_pkg_.a
2025-08-20T20:22:35.7830073Z [00:02:01.503]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:35.7830509Z [00:02:01.503]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:35.7830945Z [00:02:01.503]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:35.7831368Z [00:02:01.503]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:35.7831792Z [00:02:01.503]➜  packagefile syscall=/tmp/go-build2464310907/b046/_pkg_.a
2025-08-20T20:22:35.7832239Z [00:02:01.503]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:35.7832569Z [00:02:01.503]➜  EOF
2025-08-20T20:22:35.7834628Z [00:02:01.503]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b072=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid opMDk0VgiCmU5a1iZkch/opMDk0VgiCmU5a1iZkch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b072/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:22:35.8198267Z [00:02:01.538]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T20:22:35.8199600Z [00:02:01.538]➜  /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/b151=>" -I $WORK/b151/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b151/aes_arm64.o ./aes_arm64.s
2025-08-20T20:22:35.8205055Z [00:02:01.541]➜  /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/b151=>" -I $WORK/b151/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b151/ctr_arm64.o ./ctr_arm64.s
2025-08-20T20:22:35.8243975Z [00:02:01.545]➜  go tool pack r $WORK/b151/_pkg_.a $WORK/b151/aes_arm64.o $WORK/b151/ctr_arm64.o # internal
2025-08-20T20:22:35.8245856Z [00:02:01.545]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T20:22:35.8250548Z [00:02:01.545]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d # internal
2025-08-20T20:22:35.8253294Z [00:02:01.545]➜  internal/lazyregexp
2025-08-20T20:22:35.8253570Z [00:02:01.545]➜  mkdir -p $WORK/b096/
2025-08-20T20:22:35.8253950Z [00:02:01.546]➜  cat >/tmp/go-build2464310907/b096/importcfg << 'EOF' # internal
2025-08-20T20:22:35.8254299Z [00:02:01.546]➜  # import config
2025-08-20T20:22:35.8254626Z [00:02:01.546]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:35.8255124Z [00:02:01.546]➜  packagefile regexp=/tmp/go-build2464310907/b085/_pkg_.a
2025-08-20T20:22:35.8255567Z [00:02:01.546]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:35.8255991Z [00:02:01.546]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:35.8256329Z [00:02:01.546]➜  EOF
2025-08-20T20:22:35.8256599Z [00:02:01.546]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:35.8258566Z [00:02:01.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/.go/src/internal/lazyregexp=>internal/lazyregexp;$WORK/b096=>" -p internal/lazyregexp -lang=go1.25 -std -complete -installsuffix shared -buildid jf5IjoMg2WbmUBwNmYRr/jf5IjoMg2WbmUBwNmYRr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack /root/.go/src/internal/lazyregexp/lazyre.go
2025-08-20T20:22:35.8440425Z [00:02:01.564]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T20:22:35.8445451Z [00:02:01.565]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/5f/5f9a10ea1c15a13d2146524d5ed600f0e65949d1006e143fed89ed974dcc9ab7-d # internal
2025-08-20T20:22:35.8458253Z [00:02:01.566]➜  github.com/charmbracelet/freeze/input
2025-08-20T20:22:35.8461586Z [00:02:01.566]➜  mkdir -p $WORK/b105/
2025-08-20T20:22:35.8462068Z [00:02:01.566]➜  cat >/tmp/go-build2464310907/b105/importcfg << 'EOF' # internal
2025-08-20T20:22:35.8462779Z [00:02:01.566]➜  # import config
2025-08-20T20:22:35.8463355Z [00:02:01.566]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:35.8463769Z [00:02:01.566]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:35.8464073Z [00:02:01.566]➜  EOF
2025-08-20T20:22:35.8465786Z [00:02:01.566]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b105/_pkg_.a -trimpath "/tmp/tmp.vfEjfybuwX/TEMPREPO/input=>github.com/charmbracelet/freeze/input;$WORK/b105=>" -p github.com/charmbracelet/freeze/input -lang=go1.24 -complete -installsuffix shared -buildid rQkM9LqULMpU7yBH-r31/rQkM9LqULMpU7yBH-r31 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack ./input/input.go
2025-08-20T20:22:35.8569159Z [00:02:01.577]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T20:22:35.8585910Z [00:02:01.579]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d # internal
2025-08-20T20:22:35.8587133Z [00:02:01.579]➜  os/exec
2025-08-20T20:22:35.8587833Z [00:02:01.579]➜  mkdir -p $WORK/b103/
2025-08-20T20:22:35.8588275Z [00:02:01.579]➜  cat >/tmp/go-build2464310907/b103/importcfg << 'EOF' # internal
2025-08-20T20:22:35.8588635Z [00:02:01.579]➜  # import config
2025-08-20T20:22:35.8588975Z [00:02:01.579]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:35.8589407Z [00:02:01.579]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:35.8589834Z [00:02:01.579]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:35.8590291Z [00:02:01.579]➜  packagefile internal/godebug=/tmp/go-build2464310907/b044/_pkg_.a
2025-08-20T20:22:35.8590819Z [00:02:01.579]➜  packagefile internal/syscall/execenv=/tmp/go-build2464310907/b066/_pkg_.a
2025-08-20T20:22:35.8591363Z [00:02:01.579]➜  packagefile internal/syscall/unix=/tmp/go-build2464310907/b065/_pkg_.a
2025-08-20T20:22:35.8592636Z [00:02:01.579]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:35.8593885Z [00:02:01.579]➜  packagefile io/fs=/tmp/go-build2464310907/b052/_pkg_.a
2025-08-20T20:22:35.8594395Z [00:02:01.579]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:35.8594840Z [00:02:01.579]➜  packagefile path/filepath=/tmp/go-build2464310907/b072/_pkg_.a
2025-08-20T20:22:35.8595594Z [00:02:01.579]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:35.8596030Z [00:02:01.579]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:35.8596455Z [00:02:01.579]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:35.8596996Z [00:02:01.579]➜  packagefile syscall=/tmp/go-build2464310907/b046/_pkg_.a
2025-08-20T20:22:35.8597446Z [00:02:01.579]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:35.8597759Z [00:02:01.579]➜  EOF
2025-08-20T20:22:35.8599524Z [00:02:01.579]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b103=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid SIVNkOzSCWEnsKXlYW2Y/SIVNkOzSCWEnsKXlYW2Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b103/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:22:35.8602141Z [00:02:01.580]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T20:22:35.8602823Z [00:02:01.581]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/02/02fdcb62423b4105ea7471b5539b895896154b679505f21528d4d5b1353b42fe-d # internal
2025-08-20T20:22:35.8605821Z [00:02:01.581]➜  github.com/mattn/go-runewidth
2025-08-20T20:22:35.8606148Z [00:02:01.581]➜  mkdir -p $WORK/b120/
2025-08-20T20:22:35.8611788Z [00:02:01.582]➜  cat >/tmp/go-build2464310907/b120/importcfg << 'EOF' # internal
2025-08-20T20:22:35.8612768Z [00:02:01.582]➜  # import config
2025-08-20T20:22:35.8613643Z [00:02:01.582]➜  packagefile github.com/rivo/uniseg=/tmp/go-build2464310907/b121/_pkg_.a
2025-08-20T20:22:35.8614184Z [00:02:01.582]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:35.8614615Z [00:02:01.582]➜  packagefile regexp=/tmp/go-build2464310907/b085/_pkg_.a
2025-08-20T20:22:35.8615189Z [00:02:01.582]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:35.8615522Z [00:02:01.582]➜  EOF
2025-08-20T20:22:35.8617840Z [00:02:01.582]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16=>github.com/mattn/go-runewidth@v0.0.16;$WORK/b120=>" -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/b120/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:22:35.9278440Z [00:02:01.648]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T20:22:35.9301824Z [00:02:01.650]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/11/1183b70241b465f20764a7ac565694d30434d39d71ed68716c11d0b5bd524758-d # internal
2025-08-20T20:22:35.9303436Z [00:02:01.651]➜  io/ioutil
2025-08-20T20:22:35.9303781Z [00:02:01.651]➜  mkdir -p $WORK/b127/
2025-08-20T20:22:35.9320660Z [00:02:01.652]➜  cat >/tmp/go-build2464310907/b127/importcfg << 'EOF' # internal
2025-08-20T20:22:35.9321097Z [00:02:01.652]➜  # import config
2025-08-20T20:22:35.9321433Z [00:02:01.652]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:35.9321851Z [00:02:01.652]➜  packagefile io/fs=/tmp/go-build2464310907/b052/_pkg_.a
2025-08-20T20:22:35.9322254Z [00:02:01.652]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:35.9322663Z [00:02:01.652]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:35.9323430Z [00:02:01.653]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:35.9323839Z [00:02:01.653]➜  EOF
2025-08-20T20:22:35.9334526Z [00:02:01.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b127=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid 1THy3quLs4RypiYbEiwj/1THy3quLs4RypiYbEiwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b127/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T20:22:35.9511046Z [00:02:01.672]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T20:22:35.9528981Z [00:02:01.673]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d # internal
2025-08-20T20:22:35.9530060Z [00:02:01.673]➜  github.com/muesli/ansi
2025-08-20T20:22:35.9530381Z [00:02:01.673]➜  mkdir -p $WORK/b135/
2025-08-20T20:22:35.9534376Z [00:02:01.674]➜  cat >/tmp/go-build2464310907/b135/importcfg << 'EOF' # internal
2025-08-20T20:22:35.9534830Z [00:02:01.674]➜  # import config
2025-08-20T20:22:35.9535680Z [00:02:01.674]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:35.9536244Z [00:02:01.674]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2464310907/b120/_pkg_.a
2025-08-20T20:22:35.9536730Z [00:02:01.674]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:35.9537163Z [00:02:01.674]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:35.9537495Z [00:02:01.674]➜  EOF
2025-08-20T20:22:35.9541362Z [00:02:01.674]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6=>github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6;$WORK/b135=>" -p github.com/muesli/ansi -lang=go1.17 -complete -installsuffix shared -buildid fhC3wCzR08Y_S9MF_duX/fhC3wCzR08Y_S9MF_duX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b135/importcfg -pack /root/go/pkg/mod/github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6/ansi.go /root/go/pkg/mod/github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6/buffer.go /root/go/pkg/mod/github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6/writer.go
2025-08-20T20:22:35.9863759Z [00:02:01.707]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T20:22:35.9882351Z [00:02:01.708]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/ab/abf28365a9a80d553dbef8fb1681209319c006667a4a7781878a43cac434e0a2-d # internal
2025-08-20T20:22:35.9893786Z [00:02:01.709]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T20:22:35.9894291Z [00:02:01.709]➜  github.com/muesli/ansi/compressor
2025-08-20T20:22:35.9894605Z [00:02:01.709]➜  mkdir -p $WORK/b134/
2025-08-20T20:22:35.9898243Z [00:02:01.710]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T20:22:35.9917174Z [00:02:01.712]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d # internal
2025-08-20T20:22:35.9932268Z [00:02:01.714]➜  cat >/tmp/go-build2464310907/b134/importcfg << 'EOF' # internal
2025-08-20T20:22:35.9932712Z [00:02:01.714]➜  # import config
2025-08-20T20:22:35.9933065Z [00:02:01.714]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:35.9933553Z [00:02:01.714]➜  packagefile github.com/muesli/ansi=/tmp/go-build2464310907/b135/_pkg_.a
2025-08-20T20:22:35.9934015Z [00:02:01.714]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:35.9934449Z [00:02:01.714]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:35.9934784Z [00:02:01.714]➜  EOF
2025-08-20T20:22:35.9956932Z [00:02:01.714]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6/compressor=>github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6/compressor;$WORK/b134=>" -p github.com/muesli/ansi/compressor -lang=go1.17 -complete -installsuffix shared -buildid fSCeNKQE2XjyaHXssBih/fSCeNKQE2XjyaHXssBih -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b134/importcfg -pack /root/go/pkg/mod/github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6/compressor/writer.go
2025-08-20T20:22:35.9968886Z [00:02:01.717]➜  os/signal
2025-08-20T20:22:35.9969284Z [00:02:01.717]➜  mkdir -p $WORK/b140/
2025-08-20T20:22:35.9975335Z [00:02:01.718]➜  echo -n > $WORK/b140/go_asm.h # internal
2025-08-20T20:22:35.9978328Z [00:02:01.718]➜  cd /root/.go/src/os/signal
2025-08-20T20:22:35.9979302Z [00:02:01.718]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b140=>" -I $WORK/b140/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b140/symabis ./sig.s
2025-08-20T20:22:36.0007411Z [00:02:01.721]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d # internal
2025-08-20T20:22:36.0032332Z [00:02:01.724]➜  encoding/json
2025-08-20T20:22:36.0033728Z [00:02:01.724]➜  mkdir -p $WORK/b057/
2025-08-20T20:22:36.0034502Z [00:02:01.724]➜  cat >/tmp/go-build2464310907/b057/importcfg << 'EOF' # internal
2025-08-20T20:22:36.0034854Z [00:02:01.724]➜  # import config
2025-08-20T20:22:36.0035477Z [00:02:01.724]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:36.0045600Z [00:02:01.724]➜  packagefile cmp=/tmp/go-build2464310907/b050/_pkg_.a
2025-08-20T20:22:36.0046145Z [00:02:01.724]➜  packagefile encoding=/tmp/go-build2464310907/b058/_pkg_.a
2025-08-20T20:22:36.0046621Z [00:02:01.724]➜  packagefile encoding/base64=/tmp/go-build2464310907/b054/_pkg_.a
2025-08-20T20:22:36.0047072Z [00:02:01.724]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:36.0047513Z [00:02:01.724]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:36.0047912Z [00:02:01.724]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:36.0048335Z [00:02:01.724]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:36.0048768Z [00:02:01.724]➜  packagefile reflect=/tmp/go-build2464310907/b061/_pkg_.a
2025-08-20T20:22:36.0049193Z [00:02:01.724]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:36.0049617Z [00:02:01.724]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:36.0050044Z [00:02:01.724]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:36.0050463Z [00:02:01.724]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:36.0050882Z [00:02:01.724]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:36.0051328Z [00:02:01.724]➜  packagefile unicode/utf16=/tmp/go-build2464310907/b069/_pkg_.a
2025-08-20T20:22:36.0051793Z [00:02:01.724]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:36.0052126Z [00:02:01.724]➜  EOF
2025-08-20T20:22:36.0052379Z [00:02:01.724]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:36.0054883Z [00:02:01.724]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b057=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid LVFDRKtEsWkoES0oPVFq/LVFDRKtEsWkoES0oPVFq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b057/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:22:36.0092030Z [00:02:01.729]➜  cat >/tmp/go-build2464310907/b140/importcfg << 'EOF' # internal
2025-08-20T20:22:36.0092479Z [00:02:01.729]➜  # import config
2025-08-20T20:22:36.0092833Z [00:02:01.729]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:36.0093258Z [00:02:01.729]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:36.0094012Z [00:02:01.729]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:36.0094520Z [00:02:01.729]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:36.0095085Z [00:02:01.729]➜  packagefile syscall=/tmp/go-build2464310907/b046/_pkg_.a
2025-08-20T20:22:36.0095469Z [00:02:01.729]➜  EOF
2025-08-20T20:22:36.0097265Z [00:02:01.729]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b140=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 0PbWp1NnRJ7j75tcHFoi/0PbWp1NnRJ7j75tcHFoi -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/os/signal/doc.go /root/.go/src/os/signal/signal.go /root/.go/src/os/signal/signal_unix.go
2025-08-20T20:22:36.0239485Z [00:02:01.744]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T20:22:36.0252875Z [00:02:01.744]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/a1/a125487ac561e5b9adf750cf4fb3972e66711f4ae3b7737aa637754c7f2fad50-d # internal
2025-08-20T20:22:36.0300542Z [00:02:01.750]➜  github.com/adrg/xdg/internal/pathutil
2025-08-20T20:22:36.0301909Z [00:02:01.750]➜  mkdir -p $WORK/b071/
2025-08-20T20:22:36.0304345Z [00:02:01.751]➜  cat >/tmp/go-build2464310907/b071/importcfg << 'EOF' # internal
2025-08-20T20:22:36.0305368Z [00:02:01.751]➜  # import config
2025-08-20T20:22:36.0306536Z [00:02:01.751]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:36.0306993Z [00:02:01.751]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:36.0307411Z [00:02:01.751]➜  packagefile io/fs=/tmp/go-build2464310907/b052/_pkg_.a
2025-08-20T20:22:36.0307818Z [00:02:01.751]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:36.0308259Z [00:02:01.751]➜  packagefile path/filepath=/tmp/go-build2464310907/b072/_pkg_.a
2025-08-20T20:22:36.0308737Z [00:02:01.751]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:36.0309067Z [00:02:01.751]➜  EOF
2025-08-20T20:22:36.0311442Z [00:02:01.751]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/internal/pathutil=>github.com/adrg/xdg@v0.5.3/internal/pathutil;$WORK/b071=>" -p github.com/adrg/xdg/internal/pathutil -lang=go1.19 -complete -installsuffix shared -buildid MFw58w5rD0FFsZlw01l_/MFw58w5rD0FFsZlw01l_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/internal/pathutil/pathutil.go /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/internal/pathutil/pathutil_unix.go
2025-08-20T20:22:36.0668707Z [00:02:01.787]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T20:22:36.0676263Z [00:02:01.788]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/5b/5b699a92d274a4dca9fc6489b960584efc68acaa1abc40edda330095a581fb68-d # internal
2025-08-20T20:22:36.0707020Z [00:02:01.789]➜  github.com/adrg/xdg/internal/userdirs
2025-08-20T20:22:36.0707578Z [00:02:01.789]➜  mkdir -p $WORK/b073/
2025-08-20T20:22:36.0708113Z [00:02:01.789]➜  cat >/tmp/go-build2464310907/b073/importcfg << 'EOF' # internal
2025-08-20T20:22:36.0708564Z [00:02:01.789]➜  # import config
2025-08-20T20:22:36.0709041Z [00:02:01.789]➜  packagefile bufio=/tmp/go-build2464310907/b074/_pkg_.a
2025-08-20T20:22:36.0709768Z [00:02:01.789]➜  packagefile github.com/adrg/xdg/internal/pathutil=/tmp/go-build2464310907/b071/_pkg_.a
2025-08-20T20:22:36.0710419Z [00:02:01.789]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:36.0710977Z [00:02:01.789]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:36.0711510Z [00:02:01.789]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:36.0711947Z [00:02:01.789]➜  EOF
2025-08-20T20:22:36.0714633Z [00:02:01.789]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/internal/userdirs=>github.com/adrg/xdg@v0.5.3/internal/userdirs;$WORK/b073=>" -p github.com/adrg/xdg/internal/userdirs -lang=go1.19 -complete -installsuffix shared -buildid B9tmsCNd826iGN_lUOf6/B9tmsCNd826iGN_lUOf6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/internal/userdirs/config_unix.go /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/internal/userdirs/userdirs.go
2025-08-20T20:22:36.0716926Z [00:02:01.790]➜  cd /root/.go/src/os/signal
2025-08-20T20:22:36.0717848Z [00:02:01.790]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b140=>" -I $WORK/b140/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b140/sig.o ./sig.s
2025-08-20T20:22:36.0789583Z [00:02:01.799]➜  go tool pack r $WORK/b140/_pkg_.a $WORK/b140/sig.o # internal
2025-08-20T20:22:36.0790096Z [00:02:01.799]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T20:22:36.0794654Z [00:02:01.799]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/30/30bdd559b4b5f884c540480655f93b453e61dc51066d3e09611618a1c51e009d-d # internal
2025-08-20T20:22:36.0796343Z [00:02:01.799]➜  compress/flate
2025-08-20T20:22:36.0797102Z [00:02:01.799]➜  mkdir -p $WORK/b077/
2025-08-20T20:22:36.0797519Z [00:02:01.799]➜  cat >/tmp/go-build2464310907/b077/importcfg << 'EOF' # internal
2025-08-20T20:22:36.0797868Z [00:02:01.799]➜  # import config
2025-08-20T20:22:36.0798206Z [00:02:01.799]➜  packagefile bufio=/tmp/go-build2464310907/b074/_pkg_.a
2025-08-20T20:22:36.0798628Z [00:02:01.799]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:36.0799045Z [00:02:01.799]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:36.0799446Z [00:02:01.799]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:36.0799853Z [00:02:01.799]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:36.0800282Z [00:02:01.799]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:36.0800726Z [00:02:01.799]➜  packagefile sort=/tmp/go-build2464310907/b078/_pkg_.a
2025-08-20T20:22:36.0801157Z [00:02:01.799]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:36.0801942Z [00:02:01.799]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:36.0802266Z [00:02:01.799]➜  EOF
2025-08-20T20:22:36.0802523Z [00:02:01.799]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:36.0805182Z [00:02:01.799]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b077=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid ilfncTBnkA4QKWtYPm5O/ilfncTBnkA4QKWtYPm5O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack /root/.go/src/compress/flate/deflate.go /root/.go/src/compress/flate/deflatefast.go /root/.go/src/compress/flate/dict_decoder.go /root/.go/src/compress/flate/huffman_bit_writer.go /root/.go/src/compress/flate/huffman_code.go /root/.go/src/compress/flate/inflate.go /root/.go/src/compress/flate/token.go
2025-08-20T20:22:36.1012565Z [00:02:01.822]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T20:22:36.1021535Z [00:02:01.823]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/85/85a78660d4874ccfc5b45c8571bbc33f343b3046716e8d6593ab9ea464efd675-d # internal
2025-08-20T20:22:36.1039149Z [00:02:01.824]➜  github.com/adrg/xdg
2025-08-20T20:22:36.1041003Z [00:02:01.825]➜  mkdir -p $WORK/b070/
2025-08-20T20:22:36.1058036Z [00:02:01.826]➜  cat >/tmp/go-build2464310907/b070/importcfg << 'EOF' # internal
2025-08-20T20:22:36.1059760Z [00:02:01.827]➜  # import config
2025-08-20T20:22:36.1061965Z [00:02:01.827]➜  packagefile github.com/adrg/xdg/internal/pathutil=/tmp/go-build2464310907/b071/_pkg_.a
2025-08-20T20:22:36.1064662Z [00:02:01.827]➜  packagefile github.com/adrg/xdg/internal/userdirs=/tmp/go-build2464310907/b073/_pkg_.a
2025-08-20T20:22:36.1065414Z [00:02:01.827]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:36.1066170Z [00:02:01.827]➜  packagefile path/filepath=/tmp/go-build2464310907/b072/_pkg_.a
2025-08-20T20:22:36.1066733Z [00:02:01.827]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:36.1067056Z [00:02:01.827]➜  EOF
2025-08-20T20:22:36.1075524Z [00:02:01.828]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/adrg/xdg@v0.5.3=>github.com/adrg/xdg@v0.5.3;$WORK/b070=>" -p github.com/adrg/xdg -lang=go1.19 -complete -installsuffix shared -buildid cPRzNRpmLkahSpakaGbr/cPRzNRpmLkahSpakaGbr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/base_dirs.go /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/doc.go /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/paths_unix.go /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/xdg.go
2025-08-20T20:22:36.1408968Z [00:02:01.861]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T20:22:36.1426065Z [00:02:01.863]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/15/1575ad9f38e8390d77fe255f5cfa28b9e79cdcf2e50524c30e5072f5932c4f07-d # internal
2025-08-20T20:22:36.1430529Z [00:02:01.863]➜  encoding/xml
2025-08-20T20:22:36.1430839Z [00:02:01.863]➜  mkdir -p $WORK/b082/
2025-08-20T20:22:36.1431223Z [00:02:01.863]➜  cat >/tmp/go-build2464310907/b082/importcfg << 'EOF' # internal
2025-08-20T20:22:36.1431571Z [00:02:01.863]➜  # import config
2025-08-20T20:22:36.1431903Z [00:02:01.863]➜  packagefile bufio=/tmp/go-build2464310907/b074/_pkg_.a
2025-08-20T20:22:36.1432321Z [00:02:01.863]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:36.1432747Z [00:02:01.863]➜  packagefile encoding=/tmp/go-build2464310907/b058/_pkg_.a
2025-08-20T20:22:36.1433172Z [00:02:01.863]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:36.1433584Z [00:02:01.863]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:36.1433985Z [00:02:01.863]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:36.1434420Z [00:02:01.863]➜  packagefile reflect=/tmp/go-build2464310907/b061/_pkg_.a
2025-08-20T20:22:36.1434860Z [00:02:01.863]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:36.1437108Z [00:02:01.863]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:36.1437541Z [00:02:01.863]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:36.1437959Z [00:02:01.863]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:36.1438376Z [00:02:01.863]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:36.1438826Z [00:02:01.863]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:36.1439158Z [00:02:01.863]➜  EOF
2025-08-20T20:22:36.1441001Z [00:02:01.863]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/encoding/xml=>encoding/xml;$WORK/b082=>" -p encoding/xml -lang=go1.25 -std -complete -installsuffix shared -buildid 2lcbkiW6GTwSPlVl0gvm/2lcbkiW6GTwSPlVl0gvm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b082/importcfg -pack /root/.go/src/encoding/xml/marshal.go /root/.go/src/encoding/xml/read.go /root/.go/src/encoding/xml/typeinfo.go /root/.go/src/encoding/xml/xml.go
2025-08-20T20:22:36.2106521Z [00:02:01.928]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix
2025-08-20T20:22:36.2108394Z [00:02:01.929]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix=>golang.org/x/sys@v0.31.0/unix;$WORK/b125=>" -I $WORK/b125/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b125/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T20:22:36.2154448Z [00:02:01.936]➜  go tool pack r $WORK/b125/_pkg_.a $WORK/b125/asm_linux_arm64.o # internal
2025-08-20T20:22:36.2161886Z [00:02:01.937]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T20:22:36.2220111Z [00:02:01.942]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T20:22:36.2268477Z [00:02:01.947]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d # internal
2025-08-20T20:22:36.2270875Z [00:02:01.947]➜  compress/gzip
2025-08-20T20:22:36.2271194Z [00:02:01.947]➜  mkdir -p $WORK/b076/
2025-08-20T20:22:36.2271585Z [00:02:01.948]➜  cat >/tmp/go-build2464310907/b076/importcfg << 'EOF' # internal
2025-08-20T20:22:36.2271931Z [00:02:01.948]➜  # import config
2025-08-20T20:22:36.2272272Z [00:02:01.948]➜  packagefile bufio=/tmp/go-build2464310907/b074/_pkg_.a
2025-08-20T20:22:36.2272727Z [00:02:01.948]➜  packagefile compress/flate=/tmp/go-build2464310907/b077/_pkg_.a
2025-08-20T20:22:36.2273209Z [00:02:01.948]➜  packagefile encoding/binary=/tmp/go-build2464310907/b079/_pkg_.a
2025-08-20T20:22:36.2273660Z [00:02:01.948]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:36.2274075Z [00:02:01.948]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:36.2274519Z [00:02:01.948]➜  packagefile hash/crc32=/tmp/go-build2464310907/b080/_pkg_.a
2025-08-20T20:22:36.2275402Z [00:02:01.948]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:36.2275811Z [00:02:01.948]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:36.2276118Z [00:02:01.948]➜  EOF
2025-08-20T20:22:36.2276363Z [00:02:01.948]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:36.2278021Z [00:02:01.948]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b076=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid QZrYBpMOEIxYc1KN8cnf/QZrYBpMOEIxYc1KN8cnf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T20:22:36.2371132Z [00:02:01.957]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/77/77b52aafb2cc8ceb140998ad98c9f46185b514c019ab5d17dce6de60bcda80a5-d # internal
2025-08-20T20:22:36.2384691Z [00:02:01.959]➜  github.com/dlclark/regexp2/syntax
2025-08-20T20:22:36.2390214Z [00:02:01.959]➜  mkdir -p $WORK/b084/
2025-08-20T20:22:36.2402965Z [00:02:01.961]➜  cat >/tmp/go-build2464310907/b084/importcfg << 'EOF' # internal
2025-08-20T20:22:36.2405099Z [00:02:01.961]➜  # import config
2025-08-20T20:22:36.2407829Z [00:02:01.961]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:36.2408335Z [00:02:01.961]➜  packagefile encoding/binary=/tmp/go-build2464310907/b079/_pkg_.a
2025-08-20T20:22:36.2408807Z [00:02:01.961]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:36.2409224Z [00:02:01.961]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:36.2409629Z [00:02:01.961]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:36.2410030Z [00:02:01.961]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:36.2410434Z [00:02:01.961]➜  packagefile sort=/tmp/go-build2464310907/b078/_pkg_.a
2025-08-20T20:22:36.2410878Z [00:02:01.961]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:36.2411320Z [00:02:01.961]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:36.2411748Z [00:02:01.961]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:36.2412193Z [00:02:01.961]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:36.2412527Z [00:02:01.961]➜  EOF
2025-08-20T20:22:36.2423789Z [00:02:01.962]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax=>github.com/dlclark/regexp2@v1.11.5/syntax;$WORK/b084=>" -p github.com/dlclark/regexp2/syntax -lang=go1.13 -complete -installsuffix shared -buildid jXRA0YqveAqKfzf4njdY/jXRA0YqveAqKfzf4njdY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/charclass.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/code.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/escape.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/parser.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/prefix.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/replacerdata.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/tree.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax/writer.go
2025-08-20T20:22:36.2780951Z [00:02:01.998]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T20:22:36.2787039Z [00:02:01.999]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d # internal
2025-08-20T20:22:36.2789147Z [00:02:01.999]➜  go/token
2025-08-20T20:22:36.2789485Z [00:02:01.999]➜  mkdir -p $WORK/b094/
2025-08-20T20:22:36.2789869Z [00:02:01.999]➜  cat >/tmp/go-build2464310907/b094/importcfg << 'EOF' # internal
2025-08-20T20:22:36.2790218Z [00:02:01.999]➜  # import config
2025-08-20T20:22:36.2790589Z [00:02:01.999]➜  packagefile cmp=/tmp/go-build2464310907/b050/_pkg_.a
2025-08-20T20:22:36.2791358Z [00:02:01.999]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:36.2791771Z [00:02:01.999]➜  packagefile iter=/tmp/go-build2464310907/b038/_pkg_.a
2025-08-20T20:22:36.2792186Z [00:02:01.999]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:36.2792608Z [00:02:01.999]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:36.2793022Z [00:02:01.999]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:36.2793454Z [00:02:01.999]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:36.2793895Z [00:02:01.999]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:36.2794345Z [00:02:01.999]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:36.2794678Z [00:02:01.999]➜  EOF
2025-08-20T20:22:36.2796626Z [00:02:01.999]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/.go/src/go/token=>go/token;$WORK/b094=>" -p go/token -lang=go1.25 -std -complete -installsuffix shared -buildid HsSZP51HG9owoqBSmaqZ/HsSZP51HG9owoqBSmaqZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b094/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:22:36.3848886Z [00:02:02.105]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T20:22:36.3860581Z [00:02:02.106]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/49/492ab1f6ed018d94830420a0a22133b4ed6e633f6a5e79e0ced83bc13231eb81-d # internal
2025-08-20T20:22:36.3882151Z [00:02:02.108]➜  go/scanner
2025-08-20T20:22:36.3882530Z [00:02:02.109]➜  mkdir -p $WORK/b093/
2025-08-20T20:22:36.3884063Z [00:02:02.109]➜  cat >/tmp/go-build2464310907/b093/importcfg << 'EOF' # internal
2025-08-20T20:22:36.3884420Z [00:02:02.109]➜  # import config
2025-08-20T20:22:36.3884798Z [00:02:02.109]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:36.3885389Z [00:02:02.109]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:36.3885812Z [00:02:02.109]➜  packagefile go/token=/tmp/go-build2464310907/b094/_pkg_.a
2025-08-20T20:22:36.3886228Z [00:02:02.109]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:36.3886672Z [00:02:02.109]➜  packagefile path/filepath=/tmp/go-build2464310907/b072/_pkg_.a
2025-08-20T20:22:36.3887115Z [00:02:02.109]➜  packagefile sort=/tmp/go-build2464310907/b078/_pkg_.a
2025-08-20T20:22:36.3887536Z [00:02:02.109]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:36.3887962Z [00:02:02.109]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:36.3888407Z [00:02:02.109]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:36.3888747Z [00:02:02.109]➜  EOF
2025-08-20T20:22:36.3890627Z [00:02:02.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/.go/src/go/scanner=>go/scanner;$WORK/b093=>" -p go/scanner -lang=go1.25 -std -complete -installsuffix shared -buildid MuE0rcsCKt6ZlkqIjpTZ/MuE0rcsCKt6ZlkqIjpTZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack /root/.go/src/go/scanner/errors.go /root/.go/src/go/scanner/scanner.go
2025-08-20T20:22:36.4118622Z [00:02:02.132]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T20:22:36.4237788Z [00:02:02.143]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d # internal
2025-08-20T20:22:36.4244267Z [00:02:02.145]➜  go/doc/comment
2025-08-20T20:22:36.4259208Z [00:02:02.146]➜  mkdir -p $WORK/b095/
2025-08-20T20:22:36.4266529Z [00:02:02.147]➜  cat >/tmp/go-build2464310907/b095/importcfg << 'EOF' # internal
2025-08-20T20:22:36.4267535Z [00:02:02.147]➜  # import config
2025-08-20T20:22:36.4268676Z [00:02:02.147]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:36.4269519Z [00:02:02.147]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:36.4269947Z [00:02:02.147]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:36.4270366Z [00:02:02.147]➜  packagefile sort=/tmp/go-build2464310907/b078/_pkg_.a
2025-08-20T20:22:36.4270788Z [00:02:02.147]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:36.4271220Z [00:02:02.147]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:36.4271650Z [00:02:02.147]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:36.4272098Z [00:02:02.147]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:36.4272434Z [00:02:02.147]➜  EOF
2025-08-20T20:22:36.4274756Z [00:02:02.147]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/.go/src/go/doc/comment=>go/doc/comment;$WORK/b095=>" -p go/doc/comment -lang=go1.25 -std -complete -installsuffix shared -buildid ozaFHVDjIEI25G0o-NbL/ozaFHVDjIEI25G0o-NbL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b095/importcfg -pack /root/.go/src/go/doc/comment/doc.go /root/.go/src/go/doc/comment/html.go /root/.go/src/go/doc/comment/markdown.go /root/.go/src/go/doc/comment/parse.go /root/.go/src/go/doc/comment/print.go /root/.go/src/go/doc/comment/std.go /root/.go/src/go/doc/comment/text.go
2025-08-20T20:22:36.4480071Z [00:02:02.168]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T20:22:36.4495438Z [00:02:02.170]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/32/32d841d7ce8faf537ea9b30dc8d2c702aa942d44c06ce67cc2d0f0c198ec29d1-d # internal
2025-08-20T20:22:36.4503340Z [00:02:02.171]➜  go/ast
2025-08-20T20:22:36.4505256Z [00:02:02.171]➜  mkdir -p $WORK/b092/
2025-08-20T20:22:36.4512163Z [00:02:02.172]➜  cat >/tmp/go-build2464310907/b092/importcfg << 'EOF' # internal
2025-08-20T20:22:36.4512785Z [00:02:02.172]➜  # import config
2025-08-20T20:22:36.4513317Z [00:02:02.172]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:36.4513911Z [00:02:02.172]➜  packagefile cmp=/tmp/go-build2464310907/b050/_pkg_.a
2025-08-20T20:22:36.4514441Z [00:02:02.172]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:36.4515215Z [00:02:02.172]➜  packagefile go/scanner=/tmp/go-build2464310907/b093/_pkg_.a
2025-08-20T20:22:36.4515824Z [00:02:02.172]➜  packagefile go/token=/tmp/go-build2464310907/b094/_pkg_.a
2025-08-20T20:22:36.4516359Z [00:02:02.172]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:36.4516879Z [00:02:02.172]➜  packagefile iter=/tmp/go-build2464310907/b038/_pkg_.a
2025-08-20T20:22:36.4517399Z [00:02:02.172]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:36.4517915Z [00:02:02.172]➜  packagefile reflect=/tmp/go-build2464310907/b061/_pkg_.a
2025-08-20T20:22:36.4518447Z [00:02:02.172]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:36.4519308Z [00:02:02.172]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:36.4519945Z [00:02:02.172]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:36.4520379Z [00:02:02.172]➜  EOF
2025-08-20T20:22:36.4526432Z [00:02:02.173]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/.go/src/go/ast=>go/ast;$WORK/b092=>" -p go/ast -lang=go1.25 -std -complete -installsuffix shared -buildid izpq07i6-_BlK_jJ36X3/izpq07i6-_BlK_jJ36X3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack /root/.go/src/go/ast/ast.go /root/.go/src/go/ast/commentmap.go /root/.go/src/go/ast/filter.go /root/.go/src/go/ast/import.go /root/.go/src/go/ast/print.go /root/.go/src/go/ast/resolve.go /root/.go/src/go/ast/scope.go /root/.go/src/go/ast/walk.go
2025-08-20T20:22:36.4873310Z [00:02:02.208]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T20:22:36.5001482Z [00:02:02.221]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/a7/a7569fcc5be82a7766c79ff32b8643622f6f5d35bd3c5d8e9c326466748c6382-d # internal
2025-08-20T20:22:36.5055584Z [00:02:02.226]➜  net/url
2025-08-20T20:22:36.5056299Z [00:02:02.226]➜  mkdir -p $WORK/b097/
2025-08-20T20:22:36.5063087Z [00:02:02.227]➜  cat >/tmp/go-build2464310907/b097/importcfg << 'EOF' # internal
2025-08-20T20:22:36.5064998Z [00:02:02.227]➜  # import config
2025-08-20T20:22:36.5065413Z [00:02:02.227]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:36.5065836Z [00:02:02.227]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:36.5066246Z [00:02:02.227]➜  packagefile maps=/tmp/go-build2464310907/b098/_pkg_.a
2025-08-20T20:22:36.5066663Z [00:02:02.227]➜  packagefile path=/tmp/go-build2464310907/b053/_pkg_.a
2025-08-20T20:22:36.5067081Z [00:02:02.227]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:36.5067505Z [00:02:02.227]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:36.5067928Z [00:02:02.227]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:36.5068267Z [00:02:02.227]➜  EOF
2025-08-20T20:22:36.5069640Z [00:02:02.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b097=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid A8RFegZZZybLED1GbpJw/A8RFegZZZybLED1GbpJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T20:22:36.5436970Z [00:02:02.264]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T20:22:36.5455941Z [00:02:02.266]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/b2/b2ecc0606f33c84eb6b998bb4c10f90260586bd9a00f73c6b01abe00e88b68c6-d # internal
2025-08-20T20:22:36.5456537Z [00:02:02.266]➜  os/user
2025-08-20T20:22:36.5456791Z [00:02:02.266]➜  mkdir -p $WORK/b099/
2025-08-20T20:22:36.5457114Z [00:02:02.266]➜  echo -n > $WORK/b099/preferlinkext # internal
2025-08-20T20:22:36.5457986Z [00:02:02.266]➜  cd /root/.go/src/os/user
2025-08-20T20:22:36.5459361Z [00:02:02.266]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b099/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b099/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T20:22:36.5997288Z [00:02:02.320]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T20:22:36.6017075Z [00:02:02.322]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d # internal
2025-08-20T20:22:36.6043117Z [00:02:02.325]➜  github.com/beevik/etree
2025-08-20T20:22:36.6043880Z [00:02:02.325]➜  mkdir -p $WORK/b101/
2025-08-20T20:22:36.6044611Z [00:02:02.325]➜  cat >/tmp/go-build2464310907/b101/importcfg << 'EOF' # internal
2025-08-20T20:22:36.6045513Z [00:02:02.325]➜  # import config
2025-08-20T20:22:36.6046296Z [00:02:02.325]➜  packagefile bufio=/tmp/go-build2464310907/b074/_pkg_.a
2025-08-20T20:22:36.6047758Z [00:02:02.325]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:36.6048394Z [00:02:02.325]➜  packagefile encoding/xml=/tmp/go-build2464310907/b082/_pkg_.a
2025-08-20T20:22:36.6048847Z [00:02:02.325]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:36.6049259Z [00:02:02.325]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:36.6049659Z [00:02:02.325]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:36.6050067Z [00:02:02.325]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:36.6050491Z [00:02:02.325]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:36.6050919Z [00:02:02.325]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:36.6051366Z [00:02:02.325]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:36.6051700Z [00:02:02.325]➜  EOF
2025-08-20T20:22:36.6051949Z [00:02:02.325]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:36.6054134Z [00:02:02.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/beevik/etree@v1.5.1=>github.com/beevik/etree@v1.5.1;$WORK/b101=>" -p github.com/beevik/etree -lang=go1.21 -complete -installsuffix shared -buildid eJuz4-topG3lzI0Sw1Ly/eJuz4-topG3lzI0Sw1Ly -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /root/go/pkg/mod/github.com/beevik/etree@v1.5.1/etree.go /root/go/pkg/mod/github.com/beevik/etree@v1.5.1/helpers.go /root/go/pkg/mod/github.com/beevik/etree@v1.5.1/path.go
2025-08-20T20:22:36.6673030Z [00:02:02.388]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T20:22:36.6760731Z [00:02:02.396]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/97/970fee8fa4c3acd7588a756d9ab0a2e44fbaf0ae69630b0a271fe1fba2c31a79-d # internal
2025-08-20T20:22:36.6766032Z [00:02:02.397]➜  github.com/dlclark/regexp2
2025-08-20T20:22:36.6768434Z [00:02:02.397]➜  mkdir -p $WORK/b083/
2025-08-20T20:22:36.6786017Z [00:02:02.398]➜  cat >/tmp/go-build2464310907/b083/importcfg << 'EOF' # internal
2025-08-20T20:22:36.6786992Z [00:02:02.398]➜  # import config
2025-08-20T20:22:36.6787659Z [00:02:02.398]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:36.6788410Z [00:02:02.398]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:36.6789336Z [00:02:02.398]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:36.6790534Z [00:02:02.398]➜  packagefile github.com/dlclark/regexp2/syntax=/tmp/go-build2464310907/b084/_pkg_.a
2025-08-20T20:22:36.6791147Z [00:02:02.398]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:36.6791581Z [00:02:02.398]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:36.6792011Z [00:02:02.398]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:36.6792433Z [00:02:02.398]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:36.6792887Z [00:02:02.398]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:36.6793336Z [00:02:02.398]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:36.6793758Z [00:02:02.398]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:36.6794077Z [00:02:02.398]➜  EOF
2025-08-20T20:22:36.6796987Z [00:02:02.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5=>github.com/dlclark/regexp2@v1.11.5;$WORK/b083=>" -p github.com/dlclark/regexp2 -lang=go1.13 -complete -installsuffix shared -buildid wN1FVnMot5zYdwfoPc8-/wN1FVnMot5zYdwfoPc8- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/fastclock.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/match.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/regexp.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/replace.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/runner.go
2025-08-20T20:22:36.8031116Z [00:02:02.523]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T20:22:36.8102178Z [00:02:02.531]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/a5/a5c06ec1b4c2387930e8c81d53b40a464cb7b557901d65dfd6f08fc3291a947f-d # internal
2025-08-20T20:22:36.8130767Z [00:02:02.533]➜  go/doc
2025-08-20T20:22:36.8145904Z [00:02:02.533]➜  mkdir -p $WORK/b091/
2025-08-20T20:22:36.8146595Z [00:02:02.534]➜  cat >/tmp/go-build2464310907/b091/importcfg << 'EOF' # internal
2025-08-20T20:22:36.8147069Z [00:02:02.534]➜  # import config
2025-08-20T20:22:36.8147514Z [00:02:02.534]➜  packagefile cmp=/tmp/go-build2464310907/b050/_pkg_.a
2025-08-20T20:22:36.8148072Z [00:02:02.534]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:36.8148638Z [00:02:02.534]➜  packagefile go/ast=/tmp/go-build2464310907/b092/_pkg_.a
2025-08-20T20:22:36.8149196Z [00:02:02.534]➜  packagefile go/doc/comment=/tmp/go-build2464310907/b095/_pkg_.a
2025-08-20T20:22:36.8149774Z [00:02:02.534]➜  packagefile go/token=/tmp/go-build2464310907/b094/_pkg_.a
2025-08-20T20:22:36.8150806Z [00:02:02.534]➜  packagefile internal/lazyregexp=/tmp/go-build2464310907/b096/_pkg_.a
2025-08-20T20:22:36.8151366Z [00:02:02.534]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:36.8151878Z [00:02:02.534]➜  packagefile path=/tmp/go-build2464310907/b053/_pkg_.a
2025-08-20T20:22:36.8152415Z [00:02:02.534]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:36.8152938Z [00:02:02.534]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:36.8153473Z [00:02:02.534]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:36.8154022Z [00:02:02.534]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:36.8154603Z [00:02:02.534]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:36.8155191Z [00:02:02.534]➜  EOF
2025-08-20T20:22:36.8157338Z [00:02:02.534]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/go/doc=>go/doc;$WORK/b091=>" -p go/doc -lang=go1.25 -std -complete -installsuffix shared -buildid ee8SGXPONU7oYXz76-tx/ee8SGXPONU7oYXz76-tx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack /root/.go/src/go/doc/comment.go /root/.go/src/go/doc/doc.go /root/.go/src/go/doc/example.go /root/.go/src/go/doc/exports.go /root/.go/src/go/doc/filter.go /root/.go/src/go/doc/reader.go /root/.go/src/go/doc/synopsis.go
2025-08-20T20:22:36.8536079Z [00:02:02.574]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T20:22:36.8618989Z [00:02:02.581]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/0a/0a31666aa62bd66dccbe9baa9d8bf9d379306720bf4671302f24ab5b60a55f4b-d # internal
2025-08-20T20:22:36.8619671Z [00:02:02.581]➜  github.com/caarlos0/go-shellwords
2025-08-20T20:22:36.8619984Z [00:02:02.581]➜  mkdir -p $WORK/b102/
2025-08-20T20:22:36.8620355Z [00:02:02.581]➜  cat >/tmp/go-build2464310907/b102/importcfg << 'EOF' # internal
2025-08-20T20:22:36.8621064Z [00:02:02.581]➜  # import config
2025-08-20T20:22:36.8621493Z [00:02:02.581]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:36.8621915Z [00:02:02.581]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:36.8622331Z [00:02:02.581]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:36.8622728Z [00:02:02.581]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:36.8623141Z [00:02:02.581]➜  packagefile os/exec=/tmp/go-build2464310907/b103/_pkg_.a
2025-08-20T20:22:36.8623566Z [00:02:02.581]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:36.8623992Z [00:02:02.581]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:36.8624306Z [00:02:02.581]➜  EOF
2025-08-20T20:22:36.8626642Z [00:02:02.581]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/caarlos0/go-shellwords@v1.0.12=>github.com/caarlos0/go-shellwords@v1.0.12;$WORK/b102=>" -p github.com/caarlos0/go-shellwords -lang=go1.13 -complete -installsuffix shared -buildid 7ymccsGExROzx5zoq71i/7ymccsGExROzx5zoq71i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack /root/go/pkg/mod/github.com/caarlos0/go-shellwords@v1.0.12/shellwords.go /root/go/pkg/mod/github.com/caarlos0/go-shellwords@v1.0.12/util_posix.go
2025-08-20T20:22:36.8889875Z [00:02:02.609]➜  cd $WORK/b099
2025-08-20T20:22:36.8891378Z [00:02:02.609]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b099=/tmp/go-build -gno-record-gcc-switches -I $WORK/b099/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b099/_x001.o -c _cgo_export.c
2025-08-20T20:22:36.9077406Z [00:02:02.625]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b099=/tmp/go-build -gno-record-gcc-switches -I $WORK/b099/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b099/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T20:22:36.9170122Z [00:02:02.637]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T20:22:36.9181426Z [00:02:02.639]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/d9/d9aca240bbca2871f240952b965f4935dd7207cb958d65d0e4bfd050825df38f-d # internal
2025-08-20T20:22:36.9187125Z [00:02:02.639]➜  github.com/charmbracelet/freeze/svg
2025-08-20T20:22:36.9187517Z [00:02:02.639]➜  mkdir -p $WORK/b106/
2025-08-20T20:22:36.9196321Z [00:02:02.640]➜  cat >/tmp/go-build2464310907/b106/importcfg << 'EOF' # internal
2025-08-20T20:22:36.9196719Z [00:02:02.640]➜  # import config
2025-08-20T20:22:36.9197059Z [00:02:02.640]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:36.9197540Z [00:02:02.640]➜  packagefile github.com/beevik/etree=/tmp/go-build2464310907/b101/_pkg_.a
2025-08-20T20:22:36.9198054Z [00:02:02.640]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:36.9198503Z [00:02:02.640]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:36.9198819Z [00:02:02.640]➜  EOF
2025-08-20T20:22:36.9202657Z [00:02:02.641]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:36.9208517Z [00:02:02.641]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b106/_pkg_.a -trimpath "/tmp/tmp.vfEjfybuwX/TEMPREPO/svg=>github.com/charmbracelet/freeze/svg;$WORK/b106=>" -p github.com/charmbracelet/freeze/svg -lang=go1.24 -complete -installsuffix shared -buildid -ZTrcXoSwzvfcB5Fn9Md/-ZTrcXoSwzvfcB5Fn9Md -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -pack ./svg/svg.go
2025-08-20T20:22:36.9540188Z [00:02:02.674]➜  cd $WORK/b099
2025-08-20T20:22:36.9544378Z [00:02:02.675]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b099=/tmp/go-build -gno-record-gcc-switches -I $WORK/b099/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b099/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T20:22:36.9608114Z [00:02:02.681]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T20:22:36.9620713Z [00:02:02.683]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/e4/e4b2735007a4fcdc4fb346750284daa1ffe2c9cc45170ec87c523e7d39f9b76a-d # internal
2025-08-20T20:22:36.9626800Z [00:02:02.683]➜  github.com/charmbracelet/bubbles/key
2025-08-20T20:22:36.9633863Z [00:02:02.684]➜  mkdir -p $WORK/b111/
2025-08-20T20:22:36.9643567Z [00:02:02.685]➜  cat >/tmp/go-build2464310907/b111/importcfg << 'EOF' # internal
2025-08-20T20:22:36.9644286Z [00:02:02.685]➜  # import config
2025-08-20T20:22:36.9645269Z [00:02:02.685]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:36.9646167Z [00:02:02.685]➜  EOF
2025-08-20T20:22:36.9657750Z [00:02:02.686]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:36.9660766Z [00:02:02.686]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/key=>github.com/charmbracelet/bubbles@v0.21.0/key;$WORK/b111=>" -p github.com/charmbracelet/bubbles/key -lang=go1.23 -complete -installsuffix shared -buildid XNAU_P9ZryEJrmvrxnFc/XNAU_P9ZryEJrmvrxnFc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b111/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/key/key.go
2025-08-20T20:22:36.9810509Z [00:02:02.701]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T20:22:36.9825506Z [00:02:02.702]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T20:22:36.9831764Z [00:02:02.704]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/b3/b3d94807fe3bb2a4be00530f9d48cc4d9b8cf67aedbe5ac999be1aaf041d2445-d # internal
2025-08-20T20:22:36.9833230Z [00:02:02.704]➜  encoding/hex
2025-08-20T20:22:36.9838735Z [00:02:02.704]➜  mkdir -p $WORK/b115/
2025-08-20T20:22:36.9839147Z [00:02:02.704]➜  cat >/tmp/go-build2464310907/b115/importcfg << 'EOF' # internal
2025-08-20T20:22:36.9839516Z [00:02:02.704]➜  # import config
2025-08-20T20:22:36.9846526Z [00:02:02.704]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:36.9847088Z [00:02:02.704]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:36.9847493Z [00:02:02.704]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:36.9847902Z [00:02:02.704]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:36.9848327Z [00:02:02.704]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:36.9848649Z [00:02:02.704]➜  EOF
2025-08-20T20:22:36.9852469Z [00:02:02.704]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b115=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid iWEB8UeCwiqQ43IOsso9/iWEB8UeCwiqQ43IOsso9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b115/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T20:22:36.9854216Z [00:02:02.704]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/47/478a5a5383afa64503b460e08c6e0e6a5add62df44233819a834d08ad355ddd0-d # internal
2025-08-20T20:22:36.9854754Z [00:02:02.705]➜  cd $WORK/b099
2025-08-20T20:22:36.9865677Z [00:02:02.705]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b099=/tmp/go-build -gno-record-gcc-switches -I $WORK/b099/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b099/_cgo_main.o -c _cgo_main.c
2025-08-20T20:22:36.9867026Z [00:02:02.705]➜  database/sql/driver
2025-08-20T20:22:36.9867296Z [00:02:02.705]➜  mkdir -p $WORK/b118/
2025-08-20T20:22:36.9867668Z [00:02:02.705]➜  cat >/tmp/go-build2464310907/b118/importcfg << 'EOF' # internal
2025-08-20T20:22:36.9868379Z [00:02:02.705]➜  # import config
2025-08-20T20:22:36.9868816Z [00:02:02.705]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:36.9869244Z [00:02:02.705]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:36.9869657Z [00:02:02.705]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:36.9870072Z [00:02:02.705]➜  packagefile reflect=/tmp/go-build2464310907/b061/_pkg_.a
2025-08-20T20:22:36.9870498Z [00:02:02.705]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:36.9870914Z [00:02:02.705]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:36.9871216Z [00:02:02.705]➜  EOF
2025-08-20T20:22:36.9871461Z [00:02:02.705]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:36.9873235Z [00:02:02.705]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b118=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid Ta7tT4K82NIZFE2DKn7H/Ta7tT4K82NIZFE2DKn7H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b118/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T20:22:36.9896555Z [00:02:02.710]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T20:22:36.9916919Z [00:02:02.712]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/8d/8d04522a110d30109e3a520e76404d00366d5a0de93fca9e99598de757db7b0e-d # internal
2025-08-20T20:22:36.9944719Z [00:02:02.715]➜  github.com/alecthomas/chroma/v2
2025-08-20T20:22:36.9949961Z [00:02:02.715]➜  mkdir -p $WORK/b075/
2025-08-20T20:22:36.9961449Z [00:02:02.716]➜  cat >/tmp/go-build2464310907/b075/importcfg << 'EOF' # internal
2025-08-20T20:22:36.9962503Z [00:02:02.716]➜  # import config
2025-08-20T20:22:36.9963105Z [00:02:02.716]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:36.9963929Z [00:02:02.716]➜  packagefile compress/gzip=/tmp/go-build2464310907/b076/_pkg_.a
2025-08-20T20:22:36.9964763Z [00:02:02.716]➜  packagefile encoding/json=/tmp/go-build2464310907/b057/_pkg_.a
2025-08-20T20:22:36.9965858Z [00:02:02.716]➜  packagefile encoding/xml=/tmp/go-build2464310907/b082/_pkg_.a
2025-08-20T20:22:36.9966524Z [00:02:02.716]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:36.9967199Z [00:02:02.716]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:36.9968040Z [00:02:02.716]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build2464310907/b083/_pkg_.a
2025-08-20T20:22:36.9968660Z [00:02:02.716]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:36.9969418Z [00:02:02.717]➜  packagefile io/fs=/tmp/go-build2464310907/b052/_pkg_.a
2025-08-20T20:22:36.9970097Z [00:02:02.717]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:36.9970856Z [00:02:02.717]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:36.9971641Z [00:02:02.717]➜  packagefile path/filepath=/tmp/go-build2464310907/b072/_pkg_.a
2025-08-20T20:22:36.9972270Z [00:02:02.717]➜  packagefile reflect=/tmp/go-build2464310907/b061/_pkg_.a
2025-08-20T20:22:36.9973006Z [00:02:02.717]➜  packagefile regexp=/tmp/go-build2464310907/b085/_pkg_.a
2025-08-20T20:22:36.9973739Z [00:02:02.717]➜  packagefile sort=/tmp/go-build2464310907/b078/_pkg_.a
2025-08-20T20:22:36.9974357Z [00:02:02.717]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:36.9975797Z [00:02:02.717]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:36.9976248Z [00:02:02.717]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:36.9976658Z [00:02:02.717]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:36.9977101Z [00:02:02.717]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:36.9977434Z [00:02:02.717]➜  EOF
2025-08-20T20:22:36.9983333Z [00:02:02.717]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0=>github.com/alecthomas/chroma/v2@v2.20.0;$WORK/b075=>" -p github.com/alecthomas/chroma/v2 -lang=go1.22 -complete -installsuffix shared -buildid hBuepcHn--IvydrIwTDG/hBuepcHn--IvydrIwTDG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/coalesce.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/colour.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/delegate.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/doc.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/emitters.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/formatter.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/iterator.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexer.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/mutators.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/regexp.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/registry.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/remap.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/serialise.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/style.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/tokentype_enumer.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/types.go
2025-08-20T20:22:37.0018427Z [00:02:02.722]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b099=/tmp/go-build -gno-record-gcc-switches -o $WORK/b099/_cgo_.o $WORK/b099/_cgo_main.o $WORK/b099/preferlinkext $WORK/b099/_x001.o $WORK/b099/_x002.o $WORK/b099/_x003.o -O2 -g
2025-08-20T20:22:37.0147179Z [00:02:02.733]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T20:22:37.0158962Z [00:02:02.736]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d # internal
2025-08-20T20:22:37.0159902Z [00:02:02.736]➜  github.com/charmbracelet/x/term
2025-08-20T20:22:37.0162313Z [00:02:02.736]➜  mkdir -p $WORK/b124/
2025-08-20T20:22:37.0162945Z [00:02:02.736]➜  cat >/tmp/go-build2464310907/b124/importcfg << 'EOF' # internal
2025-08-20T20:22:37.0163601Z [00:02:02.736]➜  # import config
2025-08-20T20:22:37.0164271Z [00:02:02.736]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2464310907/b125/_pkg_.a
2025-08-20T20:22:37.0165303Z [00:02:02.736]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:37.0166142Z [00:02:02.736]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:37.0166707Z [00:02:02.736]➜  EOF
2025-08-20T20:22:37.0169904Z [00:02:02.736]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1=>github.com/charmbracelet/x/term@v0.2.1;$WORK/b124=>" -p github.com/charmbracelet/x/term -lang=go1.18 -complete -installsuffix shared -buildid jnw4KNhvDVg86WFl-eZx/jnw4KNhvDVg86WFl-eZx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b124/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/term.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/term_unix.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/term_unix_other.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/terminal.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/util.go
2025-08-20T20:22:37.0392298Z [00:02:02.760]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T20:22:37.0406167Z [00:02:02.761]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d # internal
2025-08-20T20:22:37.0411926Z [00:02:02.762]➜  github.com/lucasb-eyer/go-colorful
2025-08-20T20:22:37.0419469Z [00:02:02.762]➜  mkdir -p $WORK/b117/
2025-08-20T20:22:37.0421129Z [00:02:02.762]➜  cat >/tmp/go-build2464310907/b117/importcfg << 'EOF' # internal
2025-08-20T20:22:37.0421925Z [00:02:02.762]➜  # import config
2025-08-20T20:22:37.0422828Z [00:02:02.762]➜  packagefile database/sql/driver=/tmp/go-build2464310907/b118/_pkg_.a
2025-08-20T20:22:37.0423695Z [00:02:02.762]➜  packagefile encoding/json=/tmp/go-build2464310907/b057/_pkg_.a
2025-08-20T20:22:37.0424409Z [00:02:02.762]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:37.0425352Z [00:02:02.762]➜  packagefile image/color=/tmp/go-build2464310907/b109/_pkg_.a
2025-08-20T20:22:37.0425945Z [00:02:02.762]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:37.0426471Z [00:02:02.762]➜  packagefile math/rand=/tmp/go-build2464310907/b119/_pkg_.a
2025-08-20T20:22:37.0427614Z [00:02:02.762]➜  packagefile reflect=/tmp/go-build2464310907/b061/_pkg_.a
2025-08-20T20:22:37.0427949Z [00:02:02.762]➜  EOF
2025-08-20T20:22:37.0431437Z [00:02:02.762]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0=>github.com/lucasb-eyer/go-colorful@v1.2.0;$WORK/b117=>" -p github.com/lucasb-eyer/go-colorful -lang=go1.12 -complete -installsuffix shared -buildid lpHV4kcVYgLsl_av0r9L/lpHV4kcVYgLsl_av0r9L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b117/importcfg -pack /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/colorgens.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/colors.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/happy_palettegen.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/hexcolor.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/hsluv.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/soft_palettegen.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/warm_palettegen.go
2025-08-20T20:22:37.0605274Z [00:02:02.781]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T20:22:37.0613749Z [00:02:02.781]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/d9/d929ea97df2d1845b21c3e4250f3dda79876759e05c5376c02c9d83cb95313f6-d # internal
2025-08-20T20:22:37.0615336Z [00:02:02.781]➜  github.com/aymanbagabas/go-osc52/v2
2025-08-20T20:22:37.0617953Z [00:02:02.781]➜  mkdir -p $WORK/b130/
2025-08-20T20:22:37.0618751Z [00:02:02.782]➜  cat >/tmp/go-build2464310907/b130/importcfg << 'EOF' # internal
2025-08-20T20:22:37.0619752Z [00:02:02.782]➜  # import config
2025-08-20T20:22:37.0620155Z [00:02:02.782]➜  packagefile encoding/base64=/tmp/go-build2464310907/b054/_pkg_.a
2025-08-20T20:22:37.0620602Z [00:02:02.782]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:37.0621007Z [00:02:02.782]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:37.0621424Z [00:02:02.782]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:37.0621741Z [00:02:02.782]➜  EOF
2025-08-20T20:22:37.0623656Z [00:02:02.782]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aymanbagabas/go-osc52/v2@v2.0.1=>github.com/aymanbagabas/go-osc52/v2@v2.0.1;$WORK/b130=>" -p github.com/aymanbagabas/go-osc52/v2 -lang=go1.16 -complete -installsuffix shared -buildid czSqfiUCt8UuPUuaRgem/czSqfiUCt8UuPUuaRgem -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack /root/go/pkg/mod/github.com/aymanbagabas/go-osc52/v2@v2.0.1/osc52.go
2025-08-20T20:22:37.0871668Z [00:02:02.807]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T20:22:37.0883497Z [00:02:02.809]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/a9/a9a6fbf3d6ea1aa5c84f308ee40923ab8db0dce54c8f4c795d0ef8dfa7ce104a-d # internal
2025-08-20T20:22:37.0890008Z [00:02:02.809]➜  github.com/mattn/go-isatty
2025-08-20T20:22:37.0891805Z [00:02:02.810]➜  mkdir -p $WORK/b131/
2025-08-20T20:22:37.0909734Z [00:02:02.811]➜  cat >/tmp/go-build2464310907/b131/importcfg << 'EOF' # internal
2025-08-20T20:22:37.0910469Z [00:02:02.811]➜  # import config
2025-08-20T20:22:37.0911148Z [00:02:02.811]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2464310907/b125/_pkg_.a
2025-08-20T20:22:37.0911726Z [00:02:02.811]➜  EOF
2025-08-20T20:22:37.0914727Z [00:02:02.811]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20=>github.com/mattn/go-isatty@v0.0.20;$WORK/b131=>" -p github.com/mattn/go-isatty -lang=go1.15 -complete -installsuffix shared -buildid gY4YiARG3n-K4dsdWkHS/gY4YiARG3n-K4dsdWkHS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b131/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:22:37.1471989Z [00:02:02.868]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T20:22:37.1498743Z [00:02:02.870]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/ef/efb116c6af9f62b0d37d8e61e7abb790adcb3278ef33ee200e0027a2f0354bde-d # internal
2025-08-20T20:22:37.1500930Z [00:02:02.871]➜  text/template/parse
2025-08-20T20:22:37.1501544Z [00:02:02.871]➜  mkdir -p $WORK/b133/
2025-08-20T20:22:37.1502188Z [00:02:02.871]➜  cat >/tmp/go-build2464310907/b133/importcfg << 'EOF' # internal
2025-08-20T20:22:37.1503030Z [00:02:02.871]➜  # import config
2025-08-20T20:22:37.1503511Z [00:02:02.871]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:37.1505930Z [00:02:02.871]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:37.1506425Z [00:02:02.871]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:37.1506868Z [00:02:02.871]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:37.1507295Z [00:02:02.871]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:37.1507719Z [00:02:02.871]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:37.1508166Z [00:02:02.871]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:37.1508500Z [00:02:02.871]➜  EOF
2025-08-20T20:22:37.1510348Z [00:02:02.871]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/.go/src/text/template/parse=>text/template/parse;$WORK/b133=>" -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/b133/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:22:37.1512991Z [00:02:02.871]➜  gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b099=/tmp/go-build -gno-record-gcc-switches -o $WORK/b099/_cgo_.o $WORK/b099/_cgo_main.o $WORK/b099/preferlinkext $WORK/b099/_x001.o $WORK/b099/_x002.o $WORK/b099/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T20:22:37.1514412Z [00:02:02.871]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage user -dynimport $WORK/b099/_cgo_.o -dynout $WORK/b099/_cgo_import.go
2025-08-20T20:22:37.1536930Z [00:02:02.874]➜  cat >/tmp/go-build2464310907/b099/importcfg << 'EOF' # internal
2025-08-20T20:22:37.1546111Z [00:02:02.874]➜  # import config
2025-08-20T20:22:37.1546542Z [00:02:02.874]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:37.1546978Z [00:02:02.874]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:37.1547420Z [00:02:02.874]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:37.1547848Z [00:02:02.874]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:37.1548265Z [00:02:02.874]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:37.1548685Z [00:02:02.874]➜  packagefile syscall=/tmp/go-build2464310907/b046/_pkg_.a
2025-08-20T20:22:37.1549127Z [00:02:02.874]➜  packagefile runtime/cgo=/tmp/go-build2464310907/b100/_pkg_.a
2025-08-20T20:22:37.1549461Z [00:02:02.874]➜  EOF
2025-08-20T20:22:37.1551886Z [00:02:02.874]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b099=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid TCDaqMs50n5i10PI86Tl/TCDaqMs50n5i10PI86Tl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b099/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/b099/_cgo_gotypes.go $WORK/b099/cgo_lookup_cgo.cgo1.go $WORK/b099/getgrouplist_unix.cgo1.go $WORK/b099/_cgo_import.go
2025-08-20T20:22:37.1620552Z [00:02:02.882]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T20:22:37.1639158Z [00:02:02.884]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/b5/b5acbb681d037958b6b09c568e600d06fac724a25be5598ef4e55dc9a8e767a3-d # internal
2025-08-20T20:22:37.1797455Z [00:02:02.897]➜  github.com/charmbracelet/x/ansi
2025-08-20T20:22:37.1800116Z [00:02:02.900]➜  mkdir -p $WORK/b114/
2025-08-20T20:22:37.1802860Z [00:02:02.900]➜  cat >/tmp/go-build2464310907/b114/importcfg << 'EOF' # internal
2025-08-20T20:22:37.1803451Z [00:02:02.900]➜  # import config
2025-08-20T20:22:37.1806133Z [00:02:02.900]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:37.1806928Z [00:02:02.900]➜  packagefile encoding/base64=/tmp/go-build2464310907/b054/_pkg_.a
2025-08-20T20:22:37.1807420Z [00:02:02.900]➜  packagefile encoding/hex=/tmp/go-build2464310907/b115/_pkg_.a
2025-08-20T20:22:37.1807867Z [00:02:02.900]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:37.1808410Z [00:02:02.900]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build2464310907/b116/_pkg_.a
2025-08-20T20:22:37.1809043Z [00:02:02.900]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build2464310907/b117/_pkg_.a
2025-08-20T20:22:37.1809632Z [00:02:02.900]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2464310907/b120/_pkg_.a
2025-08-20T20:22:37.1810181Z [00:02:02.900]➜  packagefile github.com/rivo/uniseg=/tmp/go-build2464310907/b121/_pkg_.a
2025-08-20T20:22:37.1810679Z [00:02:02.900]➜  packagefile image/color=/tmp/go-build2464310907/b109/_pkg_.a
2025-08-20T20:22:37.1811113Z [00:02:02.900]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:37.1811536Z [00:02:02.900]➜  packagefile net/url=/tmp/go-build2464310907/b097/_pkg_.a
2025-08-20T20:22:37.1811951Z [00:02:02.900]➜  packagefile path=/tmp/go-build2464310907/b053/_pkg_.a
2025-08-20T20:22:37.1812374Z [00:02:02.900]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:37.1812802Z [00:02:02.900]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:37.1813218Z [00:02:02.900]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:37.1813639Z [00:02:02.900]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:37.1814084Z [00:02:02.900]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:37.1814417Z [00:02:02.900]➜  EOF
2025-08-20T20:22:37.1831452Z [00:02:02.900]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b114/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1=>github.com/charmbracelet/x/ansi@v0.10.1;$WORK/b114=>" -p github.com/charmbracelet/x/ansi -lang=go1.23 -complete -installsuffix shared -buildid TdPfbgPIMtBNP86ZJVUt/TdPfbgPIMtBNP86ZJVUt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b114/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/ansi.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/ascii.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/background.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/c0.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/c1.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/charset.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/clipboard.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/color.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/ctrl.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/cursor.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/cwd.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/doc.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/finalterm.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/focus.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/graphics.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/hyperlink.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/iterm2.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/keypad.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/kitty.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/method.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/mode.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/modes.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/mouse.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/notification.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser_decode.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser_handler.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser_sync.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/passthrough.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/paste.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/reset.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/screen.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/sgr.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/status.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/style.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/termcap.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/title.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/truncate.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/util.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/width.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/winop.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/wrap.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/xterm.go
2025-08-20T20:22:37.2027940Z [00:02:02.923]➜  cd /root/.go/src/os/user
2025-08-20T20:22:37.2034888Z [00:02:02.924]➜  go tool pack r $WORK/b099/_pkg_.a $WORK/b099/preferlinkext $WORK/b099/_x001.o $WORK/b099/_x002.o $WORK/b099/_x003.o # internal
2025-08-20T20:22:37.2043367Z [00:02:02.925]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T20:22:37.2061238Z [00:02:02.926]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/67/671df6f0be0358e5667f15e70fb39dd56eefd4ce45755d49c9763b8f3c6d914e-d # internal
2025-08-20T20:22:37.2078110Z [00:02:02.928]➜  github.com/alecthomas/kong
2025-08-20T20:22:37.2086252Z [00:02:02.928]➜  mkdir -p $WORK/b090/
2025-08-20T20:22:37.2086669Z [00:02:02.928]➜  cat >/tmp/go-build2464310907/b090/importcfg << 'EOF' # internal
2025-08-20T20:22:37.2087027Z [00:02:02.928]➜  # import config
2025-08-20T20:22:37.2087369Z [00:02:02.928]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:37.2087833Z [00:02:02.928]➜  packagefile encoding=/tmp/go-build2464310907/b058/_pkg_.a
2025-08-20T20:22:37.2088309Z [00:02:02.928]➜  packagefile encoding/json=/tmp/go-build2464310907/b057/_pkg_.a
2025-08-20T20:22:37.2088754Z [00:02:02.928]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:37.2089169Z [00:02:02.928]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:37.2089584Z [00:02:02.928]➜  packagefile go/doc=/tmp/go-build2464310907/b091/_pkg_.a
2025-08-20T20:22:37.2089992Z [00:02:02.928]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:37.2090399Z [00:02:02.928]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:37.2090824Z [00:02:02.928]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:37.2091258Z [00:02:02.928]➜  packagefile net/url=/tmp/go-build2464310907/b097/_pkg_.a
2025-08-20T20:22:37.2091667Z [00:02:02.928]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:37.2092370Z [00:02:02.928]➜  packagefile os/user=/tmp/go-build2464310907/b099/_pkg_.a
2025-08-20T20:22:37.2092916Z [00:02:02.928]➜  packagefile path/filepath=/tmp/go-build2464310907/b072/_pkg_.a
2025-08-20T20:22:37.2093370Z [00:02:02.928]➜  packagefile reflect=/tmp/go-build2464310907/b061/_pkg_.a
2025-08-20T20:22:37.2093792Z [00:02:02.928]➜  packagefile regexp=/tmp/go-build2464310907/b085/_pkg_.a
2025-08-20T20:22:37.2094207Z [00:02:02.928]➜  packagefile sort=/tmp/go-build2464310907/b078/_pkg_.a
2025-08-20T20:22:37.2094626Z [00:02:02.928]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:37.2095252Z [00:02:02.928]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:37.2095745Z [00:02:02.928]➜  packagefile syscall=/tmp/go-build2464310907/b046/_pkg_.a
2025-08-20T20:22:37.2096163Z [00:02:02.928]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:37.2096587Z [00:02:02.928]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:37.2097043Z [00:02:02.928]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:37.2109981Z [00:02:02.928]➜  EOF
2025-08-20T20:22:37.2110260Z [00:02:02.928]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:37.2117439Z [00:02:02.928]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1=>github.com/alecthomas/kong@v1.12.1;$WORK/b090=>" -p github.com/alecthomas/kong -lang=go1.20 -complete -installsuffix shared -buildid 9CBQS75mIQlEoFOdXFX9/9CBQS75mIQlEoFOdXFX9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/build.go /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/callbacks.go /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/camelcase.go /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/context.go /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/defaults.go /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/doc.go /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/error.go /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/exit.go /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/global.go /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/guesswidth_unix.go /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/help.go /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/hooks.go /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/interpolate.go /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/kong.go /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/levenshtein.go /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/mapper.go /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/model.go /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/negatable.go /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/options.go /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/resolver.go /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/scanner.go /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/tag.go /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/util.go /root/go/pkg/mod/github.com/alecthomas/kong@v1.12.1/visit.go
2025-08-20T20:22:37.2573056Z [00:02:02.977]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T20:22:37.2613508Z [00:02:02.981]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/b0/b09d6bc98afafba5f203fa7f3bc59c23172f2d0e6d2d1e196a75935664a85842-d # internal
2025-08-20T20:22:37.2734086Z [00:02:02.993]➜  github.com/alecthomas/chroma/v2/formatters/svg
2025-08-20T20:22:37.2736449Z [00:02:02.993]➜  mkdir -p $WORK/b087/
2025-08-20T20:22:37.2739298Z [00:02:02.994]➜  cat >/tmp/go-build2464310907/b087/importcfg << 'EOF' # internal
2025-08-20T20:22:37.2739894Z [00:02:02.994]➜  # import config
2025-08-20T20:22:37.2756531Z [00:02:02.994]➜  packagefile encoding/base64=/tmp/go-build2464310907/b054/_pkg_.a
2025-08-20T20:22:37.2757221Z [00:02:02.994]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:37.2757661Z [00:02:02.994]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:37.2758529Z [00:02:02.994]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build2464310907/b075/_pkg_.a
2025-08-20T20:22:37.2768720Z [00:02:02.994]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:37.2769339Z [00:02:02.994]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:37.2769757Z [00:02:02.994]➜  packagefile path=/tmp/go-build2464310907/b053/_pkg_.a
2025-08-20T20:22:37.2770180Z [00:02:02.994]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:37.2770498Z [00:02:02.994]➜  EOF
2025-08-20T20:22:37.2772911Z [00:02:02.994]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/formatters/svg=>github.com/alecthomas/chroma/v2@v2.20.0/formatters/svg;$WORK/b087=>" -p github.com/alecthomas/chroma/v2/formatters/svg -lang=go1.22 -complete -installsuffix shared -buildid 3CYn_3ZFbNxZwse9Ma4o/3CYn_3ZFbNxZwse9Ma4o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b087/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/formatters/svg/font_liberation_mono.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/formatters/svg/svg.go
2025-08-20T20:22:37.3393310Z [00:02:03.059]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T20:22:37.3410839Z [00:02:03.061]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/ff/ffd199be4a8cdedc1431daf0cc741d18e5eaac3a4622187256438206ada547cd-d # internal
2025-08-20T20:22:37.3539122Z [00:02:03.074]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T20:22:37.3576343Z [00:02:03.078]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/4a/4a153cb2abd1b09c561e3b53954477b6c5bfa0de61452711a8e6f2d3edf369bb-d # internal
2025-08-20T20:22:37.3672187Z [00:02:03.087]➜  github.com/alecthomas/chroma/v2/styles
2025-08-20T20:22:37.3678247Z [00:02:03.088]➜  mkdir -p $WORK/b089/
2025-08-20T20:22:37.3693161Z [00:02:03.090]➜  cat >/tmp/go-build2464310907/b089/importcfg << 'EOF' # internal
2025-08-20T20:22:37.3694568Z [00:02:03.090]➜  # import config
2025-08-20T20:22:37.3695595Z [00:02:03.090]➜  packagefile embed=/tmp/go-build2464310907/b051/_pkg_.a
2025-08-20T20:22:37.3696200Z [00:02:03.090]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build2464310907/b075/_pkg_.a
2025-08-20T20:22:37.3696722Z [00:02:03.090]➜  packagefile io/fs=/tmp/go-build2464310907/b052/_pkg_.a
2025-08-20T20:22:37.3697141Z [00:02:03.090]➜  packagefile sort=/tmp/go-build2464310907/b078/_pkg_.a
2025-08-20T20:22:37.3697446Z [00:02:03.090]➜  EOF
2025-08-20T20:22:37.3701377Z [00:02:03.091]➜  cat >/tmp/go-build2464310907/b089/embedcfg << 'EOF' # internal
2025-08-20T20:22:37.3705775Z [00:02:03.091]➜  {
2025-08-20T20:22:37.3707045Z [00:02:03.091]➜  	"Patterns": {
2025-08-20T20:22:37.3707820Z [00:02:03.091]➜  		"*.xml": [
2025-08-20T20:22:37.3708559Z [00:02:03.091]➜  			"abap.xml",
2025-08-20T20:22:37.3710365Z [00:02:03.091]➜  			"algol.xml",
2025-08-20T20:22:37.3711105Z [00:02:03.091]➜  			"algol_nu.xml",
2025-08-20T20:22:37.3711608Z [00:02:03.091]➜  			"arduino.xml",
2025-08-20T20:22:37.3712411Z [00:02:03.091]➜  			"autumn.xml",
2025-08-20T20:22:37.3712899Z [00:02:03.091]➜  			"average.xml",
2025-08-20T20:22:37.3714320Z [00:02:03.091]➜  			"base16-snazzy.xml",
2025-08-20T20:22:37.3715102Z [00:02:03.091]➜  			"borland.xml",
2025-08-20T20:22:37.3715749Z [00:02:03.091]➜  			"bw.xml",
2025-08-20T20:22:37.3716517Z [00:02:03.091]➜  			"catppuccin-frappe.xml",
2025-08-20T20:22:37.3717045Z [00:02:03.091]➜  			"catppuccin-latte.xml",
2025-08-20T20:22:37.3718580Z [00:02:03.091]➜  			"catppuccin-macchiato.xml",
2025-08-20T20:22:37.3719270Z [00:02:03.091]➜  			"catppuccin-mocha.xml",
2025-08-20T20:22:37.3719792Z [00:02:03.091]➜  			"colorful.xml",
2025-08-20T20:22:37.3721156Z [00:02:03.091]➜  			"doom-one.xml",
2025-08-20T20:22:37.3721535Z [00:02:03.091]➜  			"doom-one2.xml",
2025-08-20T20:22:37.3721784Z [00:02:03.091]➜  			"dracula.xml",
2025-08-20T20:22:37.3722027Z [00:02:03.091]➜  			"emacs.xml",
2025-08-20T20:22:37.3722553Z [00:02:03.091]➜  			"evergarden.xml",
2025-08-20T20:22:37.3722879Z [00:02:03.091]➜  			"friendly.xml",
2025-08-20T20:22:37.3723128Z [00:02:03.091]➜  			"fruity.xml",
2025-08-20T20:22:37.3723383Z [00:02:03.091]➜  			"github-dark.xml",
2025-08-20T20:22:37.3723637Z [00:02:03.091]➜  			"github.xml",
2025-08-20T20:22:37.3723890Z [00:02:03.091]➜  			"gruvbox-light.xml",
2025-08-20T20:22:37.3724153Z [00:02:03.091]➜  			"gruvbox.xml",
2025-08-20T20:22:37.3724414Z [00:02:03.091]➜  			"hr_high_contrast.xml",
2025-08-20T20:22:37.3724676Z [00:02:03.091]➜  			"hrdark.xml",
2025-08-20T20:22:37.3725045Z [00:02:03.091]➜  			"igor.xml",
2025-08-20T20:22:37.3725342Z [00:02:03.091]➜  			"lovelace.xml",
2025-08-20T20:22:37.3725592Z [00:02:03.091]➜  			"manni.xml",
2025-08-20T20:22:37.3725845Z [00:02:03.091]➜  			"modus-operandi.xml",
2025-08-20T20:22:37.3726122Z [00:02:03.091]➜  			"modus-vivendi.xml",
2025-08-20T20:22:37.3726384Z [00:02:03.091]➜  			"monokai.xml",
2025-08-20T20:22:37.3726637Z [00:02:03.091]➜  			"monokailight.xml",
2025-08-20T20:22:37.3726905Z [00:02:03.091]➜  			"murphy.xml",
2025-08-20T20:22:37.3727460Z [00:02:03.091]➜  			"native.xml",
2025-08-20T20:22:37.3727704Z [00:02:03.091]➜  			"nord.xml",
2025-08-20T20:22:37.3727938Z [00:02:03.091]➜  			"nordic.xml",
2025-08-20T20:22:37.3728180Z [00:02:03.091]➜  			"onedark.xml",
2025-08-20T20:22:37.3728442Z [00:02:03.091]➜  			"onesenterprise.xml",
2025-08-20T20:22:37.3728718Z [00:02:03.091]➜  			"paraiso-dark.xml",
2025-08-20T20:22:37.3728990Z [00:02:03.091]➜  			"paraiso-light.xml",
2025-08-20T20:22:37.3729249Z [00:02:03.091]➜  			"pastie.xml",
2025-08-20T20:22:37.3729496Z [00:02:03.091]➜  			"perldoc.xml",
2025-08-20T20:22:37.3729742Z [00:02:03.091]➜  			"pygments.xml",
2025-08-20T20:22:37.3730001Z [00:02:03.091]➜  			"rainbow_dash.xml",
2025-08-20T20:22:37.3730273Z [00:02:03.091]➜  			"rose-pine-dawn.xml",
2025-08-20T20:22:37.3730548Z [00:02:03.091]➜  			"rose-pine-moon.xml",
2025-08-20T20:22:37.3730817Z [00:02:03.091]➜  			"rose-pine.xml",
2025-08-20T20:22:37.3731080Z [00:02:03.091]➜  			"rpgle.xml",
2025-08-20T20:22:37.3731327Z [00:02:03.091]➜  			"rrt.xml",
2025-08-20T20:22:37.3731577Z [00:02:03.091]➜  			"solarized-dark.xml",
2025-08-20T20:22:37.3731864Z [00:02:03.091]➜  			"solarized-dark256.xml",
2025-08-20T20:22:37.3732159Z [00:02:03.091]➜  			"solarized-light.xml",
2025-08-20T20:22:37.3732427Z [00:02:03.091]➜  			"swapoff.xml",
2025-08-20T20:22:37.3732669Z [00:02:03.091]➜  			"tango.xml",
2025-08-20T20:22:37.3732925Z [00:02:03.091]➜  			"tokyonight-day.xml",
2025-08-20T20:22:37.3733208Z [00:02:03.091]➜  			"tokyonight-moon.xml",
2025-08-20T20:22:37.3733494Z [00:02:03.091]➜  			"tokyonight-night.xml",
2025-08-20T20:22:37.3733784Z [00:02:03.091]➜  			"tokyonight-storm.xml",
2025-08-20T20:22:37.3746820Z [00:02:03.091]➜  			"trac.xml",
2025-08-20T20:22:37.3747089Z [00:02:03.091]➜  			"vim.xml",
2025-08-20T20:22:37.3747324Z [00:02:03.091]➜  			"vs.xml",
2025-08-20T20:22:37.3747561Z [00:02:03.091]➜  			"vulcan.xml",
2025-08-20T20:22:37.3747810Z [00:02:03.091]➜  			"witchhazel.xml",
2025-08-20T20:22:37.3748087Z [00:02:03.091]➜  			"xcode-dark.xml",
2025-08-20T20:22:37.3748350Z [00:02:03.091]➜  			"xcode.xml"
2025-08-20T20:22:37.3748568Z [00:02:03.091]➜  		]
2025-08-20T20:22:37.3748757Z [00:02:03.091]➜  	},
2025-08-20T20:22:37.3748961Z [00:02:03.091]➜  	"Files": {
2025-08-20T20:22:37.3749398Z [00:02:03.091]➜  		"abap.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/abap.xml",
2025-08-20T20:22:37.3750022Z [00:02:03.091]➜  		"algol.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/algol.xml",
2025-08-20T20:22:37.3750668Z [00:02:03.091]➜  		"algol_nu.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/algol_nu.xml",
2025-08-20T20:22:37.3751319Z [00:02:03.091]➜  		"arduino.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/arduino.xml",
2025-08-20T20:22:37.3751957Z [00:02:03.091]➜  		"autumn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/autumn.xml",
2025-08-20T20:22:37.3752929Z [00:02:03.091]➜  		"average.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/average.xml",
2025-08-20T20:22:37.3753719Z [00:02:03.091]➜  		"base16-snazzy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/base16-snazzy.xml",
2025-08-20T20:22:37.3754415Z [00:02:03.091]➜  		"borland.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/borland.xml",
2025-08-20T20:22:37.3755271Z [00:02:03.091]➜  		"bw.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/bw.xml",
2025-08-20T20:22:37.3756041Z [00:02:03.091]➜  		"catppuccin-frappe.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/catppuccin-frappe.xml",
2025-08-20T20:22:37.3756850Z [00:02:03.091]➜  		"catppuccin-latte.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/catppuccin-latte.xml",
2025-08-20T20:22:37.3757683Z [00:02:03.091]➜  		"catppuccin-macchiato.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/catppuccin-macchiato.xml",
2025-08-20T20:22:37.3758518Z [00:02:03.091]➜  		"catppuccin-mocha.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/catppuccin-mocha.xml",
2025-08-20T20:22:37.3759495Z [00:02:03.091]➜  		"colorful.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/colorful.xml",
2025-08-20T20:22:37.3760164Z [00:02:03.091]➜  		"doom-one.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/doom-one.xml",
2025-08-20T20:22:37.3760831Z [00:02:03.091]➜  		"doom-one2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/doom-one2.xml",
2025-08-20T20:22:37.3761495Z [00:02:03.091]➜  		"dracula.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/dracula.xml",
2025-08-20T20:22:37.3762124Z [00:02:03.091]➜  		"emacs.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/emacs.xml",
2025-08-20T20:22:37.3762785Z [00:02:03.091]➜  		"evergarden.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/evergarden.xml",
2025-08-20T20:22:37.3763476Z [00:02:03.091]➜  		"friendly.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/friendly.xml",
2025-08-20T20:22:37.3764133Z [00:02:03.091]➜  		"fruity.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/fruity.xml",
2025-08-20T20:22:37.3764803Z [00:02:03.091]➜  		"github-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/github-dark.xml",
2025-08-20T20:22:37.3765652Z [00:02:03.091]➜  		"github.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/github.xml",
2025-08-20T20:22:37.3766349Z [00:02:03.091]➜  		"gruvbox-light.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/gruvbox-light.xml",
2025-08-20T20:22:37.3767043Z [00:02:03.091]➜  		"gruvbox.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/gruvbox.xml",
2025-08-20T20:22:37.3767751Z [00:02:03.091]➜  		"hr_high_contrast.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/hr_high_contrast.xml",
2025-08-20T20:22:37.3768452Z [00:02:03.091]➜  		"hrdark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/hrdark.xml",
2025-08-20T20:22:37.3769076Z [00:02:03.091]➜  		"igor.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/igor.xml",
2025-08-20T20:22:37.3769710Z [00:02:03.091]➜  		"lovelace.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/lovelace.xml",
2025-08-20T20:22:37.3770349Z [00:02:03.091]➜  		"manni.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/manni.xml",
2025-08-20T20:22:37.3771041Z [00:02:03.091]➜  		"modus-operandi.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/modus-operandi.xml",
2025-08-20T20:22:37.3771792Z [00:02:03.091]➜  		"modus-vivendi.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/modus-vivendi.xml",
2025-08-20T20:22:37.3772485Z [00:02:03.091]➜  		"monokai.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/monokai.xml",
2025-08-20T20:22:37.3773370Z [00:02:03.091]➜  		"monokailight.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/monokailight.xml",
2025-08-20T20:22:37.3774145Z [00:02:03.091]➜  		"murphy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/murphy.xml",
2025-08-20T20:22:37.3774783Z [00:02:03.091]➜  		"native.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/native.xml",
2025-08-20T20:22:37.3775548Z [00:02:03.091]➜  		"nord.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/nord.xml",
2025-08-20T20:22:37.3776172Z [00:02:03.091]➜  		"nordic.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/nordic.xml",
2025-08-20T20:22:37.3776810Z [00:02:03.091]➜  		"onedark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/onedark.xml",
2025-08-20T20:22:37.3777520Z [00:02:03.091]➜  		"onesenterprise.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/onesenterprise.xml",
2025-08-20T20:22:37.3778277Z [00:02:03.091]➜  		"paraiso-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/paraiso-dark.xml",
2025-08-20T20:22:37.3779282Z [00:02:03.091]➜  		"paraiso-light.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/paraiso-light.xml",
2025-08-20T20:22:37.3779972Z [00:02:03.091]➜  		"pastie.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/pastie.xml",
2025-08-20T20:22:37.3780616Z [00:02:03.091]➜  		"perldoc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/perldoc.xml",
2025-08-20T20:22:37.3781275Z [00:02:03.091]➜  		"pygments.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/pygments.xml",
2025-08-20T20:22:37.3781965Z [00:02:03.091]➜  		"rainbow_dash.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/rainbow_dash.xml",
2025-08-20T20:22:37.3782693Z [00:02:03.091]➜  		"rose-pine-dawn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/rose-pine-dawn.xml",
2025-08-20T20:22:37.3783452Z [00:02:03.091]➜  		"rose-pine-moon.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/rose-pine-moon.xml",
2025-08-20T20:22:37.3784170Z [00:02:03.091]➜  		"rose-pine.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/rose-pine.xml",
2025-08-20T20:22:37.3784815Z [00:02:03.091]➜  		"rpgle.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/rpgle.xml",
2025-08-20T20:22:37.3785643Z [00:02:03.091]➜  		"rrt.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/rrt.xml",
2025-08-20T20:22:37.3786324Z [00:02:03.091]➜  		"solarized-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/solarized-dark.xml",
2025-08-20T20:22:37.3787109Z [00:02:03.091]➜  		"solarized-dark256.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/solarized-dark256.xml",
2025-08-20T20:22:37.3787908Z [00:02:03.091]➜  		"solarized-light.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/solarized-light.xml",
2025-08-20T20:22:37.3788621Z [00:02:03.091]➜  		"swapoff.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/swapoff.xml",
2025-08-20T20:22:37.3789257Z [00:02:03.091]➜  		"tango.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/tango.xml",
2025-08-20T20:22:37.3789947Z [00:02:03.091]➜  		"tokyonight-day.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/tokyonight-day.xml",
2025-08-20T20:22:37.3790716Z [00:02:03.091]➜  		"tokyonight-moon.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/tokyonight-moon.xml",
2025-08-20T20:22:37.3791499Z [00:02:03.091]➜  		"tokyonight-night.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/tokyonight-night.xml",
2025-08-20T20:22:37.3792287Z [00:02:03.091]➜  		"tokyonight-storm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/tokyonight-storm.xml",
2025-08-20T20:22:37.3793227Z [00:02:03.091]➜  		"trac.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/trac.xml",
2025-08-20T20:22:37.3793917Z [00:02:03.091]➜  		"vim.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/vim.xml",
2025-08-20T20:22:37.3794500Z [00:02:03.091]➜  		"vs.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/vs.xml",
2025-08-20T20:22:37.3795248Z [00:02:03.091]➜  		"vulcan.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/vulcan.xml",
2025-08-20T20:22:37.3795973Z [00:02:03.091]➜  		"witchhazel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/witchhazel.xml",
2025-08-20T20:22:37.3796669Z [00:02:03.091]➜  		"xcode-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/xcode-dark.xml",
2025-08-20T20:22:37.3797316Z [00:02:03.091]➜  		"xcode.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/xcode.xml"
2025-08-20T20:22:37.3797710Z [00:02:03.091]➜  	}
2025-08-20T20:22:37.3797899Z [00:02:03.091]➜  }EOF
2025-08-20T20:22:37.3800206Z [00:02:03.091]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles=>github.com/alecthomas/chroma/v2@v2.20.0/styles;$WORK/b089=>" -p github.com/alecthomas/chroma/v2/styles -lang=go1.22 -complete -installsuffix shared -buildid cQ5ZTXFRzDdjdk0Jjd_1/cQ5ZTXFRzDdjdk0Jjd_1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b089/importcfg -embedcfg $WORK/b089/embedcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/api.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/styles/compat.go
2025-08-20T20:22:37.4077282Z [00:02:03.128]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T20:22:37.4098506Z [00:02:03.129]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/9c/9c7f46793cd2e06f9bbb265ca72e8df1c516be1816bea391f37eb7e93fb2e72c-d # internal
2025-08-20T20:22:37.4121084Z [00:02:03.132]➜  github.com/xo/terminfo
2025-08-20T20:22:37.4154058Z [00:02:03.136]➜  mkdir -p $WORK/b126/
2025-08-20T20:22:37.4157117Z [00:02:03.136]➜  cat >/tmp/go-build2464310907/b126/importcfg << 'EOF' # internal
2025-08-20T20:22:37.4157515Z [00:02:03.136]➜  # import config
2025-08-20T20:22:37.4157859Z [00:02:03.136]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:37.4158279Z [00:02:03.136]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:37.4158680Z [00:02:03.136]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:37.4159099Z [00:02:03.136]➜  packagefile io/ioutil=/tmp/go-build2464310907/b127/_pkg_.a
2025-08-20T20:22:37.4159515Z [00:02:03.136]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:37.4159924Z [00:02:03.136]➜  packagefile os/user=/tmp/go-build2464310907/b099/_pkg_.a
2025-08-20T20:22:37.4160342Z [00:02:03.136]➜  packagefile path=/tmp/go-build2464310907/b053/_pkg_.a
2025-08-20T20:22:37.4160749Z [00:02:03.136]➜  packagefile sort=/tmp/go-build2464310907/b078/_pkg_.a
2025-08-20T20:22:37.4161179Z [00:02:03.136]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:37.4161617Z [00:02:03.136]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:37.4162034Z [00:02:03.136]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:37.4162343Z [00:02:03.136]➜  EOF
2025-08-20T20:22:37.4166953Z [00:02:03.136]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b126/_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/b126=>" -p github.com/xo/terminfo -lang=go1.19 -complete -installsuffix shared -buildid 5Km4-8FeUDQ9NBXdhC3W/5Km4-8FeUDQ9NBXdhC3W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b126/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:22:37.4547869Z [00:02:03.175]➜  github.com/alecthomas/chroma/v2/lexers
2025-08-20T20:22:37.4550785Z [00:02:03.175]➜  mkdir -p $WORK/b088/
2025-08-20T20:22:37.4570566Z [00:02:03.176]➜  cat >/tmp/go-build2464310907/b088/importcfg << 'EOF' # internal
2025-08-20T20:22:37.4582119Z [00:02:03.176]➜  # import config
2025-08-20T20:22:37.4582508Z [00:02:03.176]➜  packagefile embed=/tmp/go-build2464310907/b051/_pkg_.a
2025-08-20T20:22:37.4583039Z [00:02:03.176]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build2464310907/b075/_pkg_.a
2025-08-20T20:22:37.4583654Z [00:02:03.176]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build2464310907/b083/_pkg_.a
2025-08-20T20:22:37.4584575Z [00:02:03.176]➜  packagefile io/fs=/tmp/go-build2464310907/b052/_pkg_.a
2025-08-20T20:22:37.4585153Z [00:02:03.176]➜  packagefile regexp=/tmp/go-build2464310907/b085/_pkg_.a
2025-08-20T20:22:37.4585647Z [00:02:03.176]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:37.4586074Z [00:02:03.176]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:37.4586521Z [00:02:03.176]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:37.4586858Z [00:02:03.176]➜  EOF
2025-08-20T20:22:37.4587188Z [00:02:03.176]➜  cat >/tmp/go-build2464310907/b088/embedcfg << 'EOF' # internal
2025-08-20T20:22:37.4587513Z [00:02:03.176]➜  {
2025-08-20T20:22:37.4587719Z [00:02:03.176]➜  	"Patterns": {
2025-08-20T20:22:37.4587955Z [00:02:03.176]➜  		"embedded": [
2025-08-20T20:22:37.4588211Z [00:02:03.176]➜  			"embedded/abap.xml",
2025-08-20T20:22:37.4588500Z [00:02:03.176]➜  			"embedded/abnf.xml",
2025-08-20T20:22:37.4588806Z [00:02:03.176]➜  			"embedded/actionscript.xml",
2025-08-20T20:22:37.4589126Z [00:02:03.176]➜  			"embedded/actionscript_3.xml",
2025-08-20T20:22:37.4589417Z [00:02:03.176]➜  			"embedded/ada.xml",
2025-08-20T20:22:37.4589686Z [00:02:03.176]➜  			"embedded/agda.xml",
2025-08-20T20:22:37.4589954Z [00:02:03.176]➜  			"embedded/al.xml",
2025-08-20T20:22:37.4590219Z [00:02:03.176]➜  			"embedded/alloy.xml",
2025-08-20T20:22:37.4590504Z [00:02:03.176]➜  			"embedded/angular2.xml",
2025-08-20T20:22:37.4590790Z [00:02:03.176]➜  			"embedded/antlr.xml",
2025-08-20T20:22:37.4591079Z [00:02:03.176]➜  			"embedded/apacheconf.xml",
2025-08-20T20:22:37.4591364Z [00:02:03.176]➜  			"embedded/apl.xml",
2025-08-20T20:22:37.4591651Z [00:02:03.176]➜  			"embedded/applescript.xml",
2025-08-20T20:22:37.4591959Z [00:02:03.176]➜  			"embedded/arangodb_aql.xml",
2025-08-20T20:22:37.4592254Z [00:02:03.176]➜  			"embedded/arduino.xml",
2025-08-20T20:22:37.4592548Z [00:02:03.176]➜  			"embedded/armasm.xml",
2025-08-20T20:22:37.4592832Z [00:02:03.176]➜  			"embedded/atl.xml",
2025-08-20T20:22:37.4593119Z [00:02:03.176]➜  			"embedded/autohotkey.xml",
2025-08-20T20:22:37.4593411Z [00:02:03.176]➜  			"embedded/autoit.xml",
2025-08-20T20:22:37.4593684Z [00:02:03.176]➜  			"embedded/awk.xml",
2025-08-20T20:22:37.4593964Z [00:02:03.176]➜  			"embedded/ballerina.xml",
2025-08-20T20:22:37.4594250Z [00:02:03.176]➜  			"embedded/bash.xml",
2025-08-20T20:22:37.4594540Z [00:02:03.176]➜  			"embedded/bash_session.xml",
2025-08-20T20:22:37.4594845Z [00:02:03.176]➜  			"embedded/batchfile.xml",
2025-08-20T20:22:37.4611048Z [00:02:03.176]➜  			"embedded/beef.xml",
2025-08-20T20:22:37.4611368Z [00:02:03.176]➜  			"embedded/bibtex.xml",
2025-08-20T20:22:37.4611677Z [00:02:03.176]➜  			"embedded/bicep.xml",
2025-08-20T20:22:37.4611970Z [00:02:03.176]➜  			"embedded/blitzbasic.xml",
2025-08-20T20:22:37.4612253Z [00:02:03.176]➜  			"embedded/bnf.xml",
2025-08-20T20:22:37.4612516Z [00:02:03.176]➜  			"embedded/bqn.xml",
2025-08-20T20:22:37.4613129Z [00:02:03.176]➜  			"embedded/brainfuck.xml",
2025-08-20T20:22:37.4613490Z [00:02:03.176]➜  			"embedded/c#.xml",
2025-08-20T20:22:37.4613755Z [00:02:03.176]➜  			"embedded/c++.xml",
2025-08-20T20:22:37.4614016Z [00:02:03.176]➜  			"embedded/c.xml",
2025-08-20T20:22:37.4614297Z [00:02:03.176]➜  			"embedded/cap_n_proto.xml",
2025-08-20T20:22:37.4614603Z [00:02:03.176]➜  			"embedded/cassandra_cql.xml",
2025-08-20T20:22:37.4615037Z [00:02:03.176]➜  			"embedded/ceylon.xml",
2025-08-20T20:22:37.4615403Z [00:02:03.176]➜  			"embedded/cfengine3.xml",
2025-08-20T20:22:37.4615704Z [00:02:03.176]➜  			"embedded/cfstatement.xml",
2025-08-20T20:22:37.4616004Z [00:02:03.176]➜  			"embedded/chaiscript.xml",
2025-08-20T20:22:37.4616296Z [00:02:03.176]➜  			"embedded/chapel.xml",
2025-08-20T20:22:37.4616576Z [00:02:03.176]➜  			"embedded/cheetah.xml",
2025-08-20T20:22:37.4616857Z [00:02:03.176]➜  			"embedded/clojure.xml",
2025-08-20T20:22:37.4617134Z [00:02:03.176]➜  			"embedded/cmake.xml",
2025-08-20T20:22:37.4617417Z [00:02:03.176]➜  			"embedded/cobol.xml",
2025-08-20T20:22:37.4617949Z [00:02:03.176]➜  			"embedded/coffeescript.xml",
2025-08-20T20:22:37.4618259Z [00:02:03.176]➜  			"embedded/common_lisp.xml",
2025-08-20T20:22:37.4618542Z [00:02:03.176]➜  			"embedded/coq.xml",
2025-08-20T20:22:37.4618807Z [00:02:03.176]➜  			"embedded/core.xml",
2025-08-20T20:22:37.4619081Z [00:02:03.176]➜  			"embedded/crystal.xml",
2025-08-20T20:22:37.4619353Z [00:02:03.176]➜  			"embedded/css.xml",
2025-08-20T20:22:37.4619614Z [00:02:03.176]➜  			"embedded/csv.xml",
2025-08-20T20:22:37.4619875Z [00:02:03.176]➜  			"embedded/cue.xml",
2025-08-20T20:22:37.4620149Z [00:02:03.176]➜  			"embedded/cython.xml",
2025-08-20T20:22:37.4620419Z [00:02:03.176]➜  			"embedded/d.xml",
2025-08-20T20:22:37.4620679Z [00:02:03.176]➜  			"embedded/dart.xml",
2025-08-20T20:22:37.4620945Z [00:02:03.176]➜  			"embedded/dax.xml",
2025-08-20T20:22:37.4621229Z [00:02:03.176]➜  			"embedded/desktop_entry.xml",
2025-08-20T20:22:37.4621525Z [00:02:03.176]➜  			"embedded/diff.xml",
2025-08-20T20:22:37.4621824Z [00:02:03.176]➜  			"embedded/django_jinja.xml",
2025-08-20T20:22:37.4622114Z [00:02:03.176]➜  			"embedded/dns.xml",
2025-08-20T20:22:37.4622387Z [00:02:03.176]➜  			"embedded/docker.xml",
2025-08-20T20:22:37.4622662Z [00:02:03.176]➜  			"embedded/dtd.xml",
2025-08-20T20:22:37.4622927Z [00:02:03.176]➜  			"embedded/dylan.xml",
2025-08-20T20:22:37.4623201Z [00:02:03.176]➜  			"embedded/ebnf.xml",
2025-08-20T20:22:37.4623476Z [00:02:03.176]➜  			"embedded/elixir.xml",
2025-08-20T20:22:37.4623747Z [00:02:03.176]➜  			"embedded/elm.xml",
2025-08-20T20:22:37.4624026Z [00:02:03.176]➜  			"embedded/emacslisp.xml",
2025-08-20T20:22:37.4624316Z [00:02:03.176]➜  			"embedded/erlang.xml",
2025-08-20T20:22:37.4624594Z [00:02:03.176]➜  			"embedded/factor.xml",
2025-08-20T20:22:37.4624872Z [00:02:03.176]➜  			"embedded/fennel.xml",
2025-08-20T20:22:37.4625398Z [00:02:03.176]➜  			"embedded/fish.xml",
2025-08-20T20:22:37.4625876Z [00:02:03.176]➜  			"embedded/forth.xml",
2025-08-20T20:22:37.4626243Z [00:02:03.176]➜  			"embedded/fortran.xml",
2025-08-20T20:22:37.4626542Z [00:02:03.176]➜  			"embedded/fortranfixed.xml",
2025-08-20T20:22:37.4626837Z [00:02:03.176]➜  			"embedded/fsharp.xml",
2025-08-20T20:22:37.4627109Z [00:02:03.176]➜  			"embedded/gas.xml",
2025-08-20T20:22:37.4627385Z [00:02:03.176]➜  			"embedded/gdscript.xml",
2025-08-20T20:22:37.4627675Z [00:02:03.176]➜  			"embedded/gdscript3.xml",
2025-08-20T20:22:37.4627964Z [00:02:03.176]➜  			"embedded/gherkin.xml",
2025-08-20T20:22:37.4628241Z [00:02:03.176]➜  			"embedded/gleam.xml",
2025-08-20T20:22:37.4628511Z [00:02:03.176]➜  			"embedded/glsl.xml",
2025-08-20T20:22:37.4628787Z [00:02:03.176]➜  			"embedded/gnuplot.xml",
2025-08-20T20:22:37.4629079Z [00:02:03.176]➜  			"embedded/go_template.xml",
2025-08-20T20:22:37.4629373Z [00:02:03.176]➜  			"embedded/graphql.xml",
2025-08-20T20:22:37.4629657Z [00:02:03.176]➜  			"embedded/groff.xml",
2025-08-20T20:22:37.4629941Z [00:02:03.176]➜  			"embedded/groovy.xml",
2025-08-20T20:22:37.4630454Z [00:02:03.176]➜  			"embedded/handlebars.xml",
2025-08-20T20:22:37.4630742Z [00:02:03.176]➜  			"embedded/hare.xml",
2025-08-20T20:22:37.4631019Z [00:02:03.176]➜  			"embedded/haskell.xml",
2025-08-20T20:22:37.4631290Z [00:02:03.176]➜  			"embedded/hcl.xml",
2025-08-20T20:22:37.4631565Z [00:02:03.176]➜  			"embedded/hexdump.xml",
2025-08-20T20:22:37.4631835Z [00:02:03.176]➜  			"embedded/hlb.xml",
2025-08-20T20:22:37.4632100Z [00:02:03.176]➜  			"embedded/hlsl.xml",
2025-08-20T20:22:37.4632370Z [00:02:03.176]➜  			"embedded/holyc.xml",
2025-08-20T20:22:37.4632647Z [00:02:03.176]➜  			"embedded/html.xml",
2025-08-20T20:22:37.4632916Z [00:02:03.176]➜  			"embedded/hy.xml",
2025-08-20T20:22:37.4633180Z [00:02:03.176]➜  			"embedded/idris.xml",
2025-08-20T20:22:37.4633449Z [00:02:03.176]➜  			"embedded/igor.xml",
2025-08-20T20:22:37.4633716Z [00:02:03.176]➜  			"embedded/ini.xml",
2025-08-20T20:22:37.4633972Z [00:02:03.176]➜  			"embedded/io.xml",
2025-08-20T20:22:37.4634255Z [00:02:03.176]➜  			"embedded/iscdhcpd.xml",
2025-08-20T20:22:37.4634541Z [00:02:03.176]➜  			"embedded/j.xml",
2025-08-20T20:22:37.4634807Z [00:02:03.176]➜  			"embedded/janet.xml",
2025-08-20T20:22:37.4645665Z [00:02:03.176]➜  			"embedded/java.xml",
2025-08-20T20:22:37.4645994Z [00:02:03.176]➜  			"embedded/javascript.xml",
2025-08-20T20:22:37.4646296Z [00:02:03.176]➜  			"embedded/json.xml",
2025-08-20T20:22:37.4646579Z [00:02:03.176]➜  			"embedded/jsonata.xml",
2025-08-20T20:22:37.4646865Z [00:02:03.176]➜  			"embedded/jsonnet.xml",
2025-08-20T20:22:37.4647142Z [00:02:03.176]➜  			"embedded/julia.xml",
2025-08-20T20:22:37.4647414Z [00:02:03.176]➜  			"embedded/jungle.xml",
2025-08-20T20:22:37.4647694Z [00:02:03.176]➜  			"embedded/kotlin.xml",
2025-08-20T20:22:37.4647966Z [00:02:03.176]➜  			"embedded/lean.xml",
2025-08-20T20:22:37.4648292Z [00:02:03.176]➜  			"embedded/lighttpd_configuration_file.xml",
2025-08-20T20:22:37.4648608Z [00:02:03.176]➜  			"embedded/llvm.xml",
2025-08-20T20:22:37.4648897Z [00:02:03.176]➜  			"embedded/lox.xml",
2025-08-20T20:22:37.4649172Z [00:02:03.176]➜  			"embedded/lua.xml",
2025-08-20T20:22:37.4649449Z [00:02:03.176]➜  			"embedded/makefile.xml",
2025-08-20T20:22:37.4649728Z [00:02:03.176]➜  			"embedded/mako.xml",
2025-08-20T20:22:37.4650000Z [00:02:03.176]➜  			"embedded/mason.xml",
2025-08-20T20:22:37.4650317Z [00:02:03.176]➜  			"embedded/materialize_sql_dialect.xml",
2025-08-20T20:22:37.4650644Z [00:02:03.176]➜  			"embedded/mathematica.xml",
2025-08-20T20:22:37.4650936Z [00:02:03.176]➜  			"embedded/matlab.xml",
2025-08-20T20:22:37.4651226Z [00:02:03.176]➜  			"embedded/mcfunction.xml",
2025-08-20T20:22:37.4651513Z [00:02:03.176]➜  			"embedded/meson.xml",
2025-08-20T20:22:37.4651784Z [00:02:03.176]➜  			"embedded/metal.xml",
2025-08-20T20:22:37.4652063Z [00:02:03.176]➜  			"embedded/minizinc.xml",
2025-08-20T20:22:37.4652341Z [00:02:03.176]➜  			"embedded/mlir.xml",
2025-08-20T20:22:37.4652620Z [00:02:03.176]➜  			"embedded/modula-2.xml",
2025-08-20T20:22:37.4653232Z [00:02:03.176]➜  			"embedded/mojo.xml",
2025-08-20T20:22:37.4653592Z [00:02:03.176]➜  			"embedded/monkeyc.xml",
2025-08-20T20:22:37.4653887Z [00:02:03.176]➜  			"embedded/moonscript.xml",
2025-08-20T20:22:37.4654199Z [00:02:03.176]➜  			"embedded/morrowindscript.xml",
2025-08-20T20:22:37.4654503Z [00:02:03.176]➜  			"embedded/myghty.xml",
2025-08-20T20:22:37.4654781Z [00:02:03.176]➜  			"embedded/mysql.xml",
2025-08-20T20:22:37.4655324Z [00:02:03.177]➜  			"embedded/nasm.xml",
2025-08-20T20:22:37.4655729Z [00:02:03.177]➜  			"embedded/natural.xml",
2025-08-20T20:22:37.4656081Z [00:02:03.177]➜  			"embedded/ndisasm.xml",
2025-08-20T20:22:37.4656370Z [00:02:03.177]➜  			"embedded/newspeak.xml",
2025-08-20T20:22:37.4656693Z [00:02:03.177]➜  			"embedded/nginx_configuration_file.xml",
2025-08-20T20:22:37.4656997Z [00:02:03.177]➜  			"embedded/nim.xml",
2025-08-20T20:22:37.4657256Z [00:02:03.177]➜  			"embedded/nix.xml",
2025-08-20T20:22:37.4657520Z [00:02:03.177]➜  			"embedded/nsis.xml",
2025-08-20T20:22:37.4657793Z [00:02:03.177]➜  			"embedded/nu.xml",
2025-08-20T20:22:37.4658382Z [00:02:03.177]➜  			"embedded/objective-c.xml",
2025-08-20T20:22:37.4658695Z [00:02:03.177]➜  			"embedded/objectpascal.xml",
2025-08-20T20:22:37.4658989Z [00:02:03.177]➜  			"embedded/ocaml.xml",
2025-08-20T20:22:37.4659264Z [00:02:03.177]➜  			"embedded/octave.xml",
2025-08-20T20:22:37.4659539Z [00:02:03.177]➜  			"embedded/odin.xml",
2025-08-20T20:22:37.4659834Z [00:02:03.177]➜  			"embedded/onesenterprise.xml",
2025-08-20T20:22:37.4660148Z [00:02:03.177]➜  			"embedded/openedge_abl.xml",
2025-08-20T20:22:37.4660447Z [00:02:03.177]➜  			"embedded/openscad.xml",
2025-08-20T20:22:37.4660730Z [00:02:03.177]➜  			"embedded/org_mode.xml",
2025-08-20T20:22:37.4661029Z [00:02:03.177]➜  			"embedded/pacmanconf.xml",
2025-08-20T20:22:37.4661318Z [00:02:03.177]➜  			"embedded/perl.xml",
2025-08-20T20:22:37.4661590Z [00:02:03.177]➜  			"embedded/php.xml",
2025-08-20T20:22:37.4661855Z [00:02:03.177]➜  			"embedded/pig.xml",
2025-08-20T20:22:37.4662148Z [00:02:03.177]➜  			"embedded/pkgconfig.xml",
2025-08-20T20:22:37.4662453Z [00:02:03.177]➜  			"embedded/pl_pgsql.xml",
2025-08-20T20:22:37.4662741Z [00:02:03.177]➜  			"embedded/plaintext.xml",
2025-08-20T20:22:37.4663039Z [00:02:03.177]➜  			"embedded/plutus_core.xml",
2025-08-20T20:22:37.4663321Z [00:02:03.177]➜  			"embedded/pony.xml",
2025-08-20T20:22:37.4663633Z [00:02:03.177]➜  			"embedded/postgresql_sql_dialect.xml",
2025-08-20T20:22:37.4663954Z [00:02:03.177]➜  			"embedded/postscript.xml",
2025-08-20T20:22:37.4664247Z [00:02:03.177]➜  			"embedded/povray.xml",
2025-08-20T20:22:37.4664535Z [00:02:03.177]➜  			"embedded/powerquery.xml",
2025-08-20T20:22:37.4664841Z [00:02:03.177]➜  			"embedded/powershell.xml",
2025-08-20T20:22:37.4665361Z [00:02:03.177]➜  			"embedded/prolog.xml",
2025-08-20T20:22:37.4665654Z [00:02:03.177]➜  			"embedded/promela.xml",
2025-08-20T20:22:37.4665936Z [00:02:03.177]➜  			"embedded/promql.xml",
2025-08-20T20:22:37.4666238Z [00:02:03.177]➜  			"embedded/properties.xml",
2025-08-20T20:22:37.4666554Z [00:02:03.177]➜  			"embedded/protocol_buffer.xml",
2025-08-20T20:22:37.4666848Z [00:02:03.177]➜  			"embedded/prql.xml",
2025-08-20T20:22:37.4667119Z [00:02:03.177]➜  			"embedded/psl.xml",
2025-08-20T20:22:37.4667390Z [00:02:03.177]➜  			"embedded/puppet.xml",
2025-08-20T20:22:37.4667663Z [00:02:03.177]➜  			"embedded/python.xml",
2025-08-20T20:22:37.4667944Z [00:02:03.177]➜  			"embedded/python_2.xml",
2025-08-20T20:22:37.4668225Z [00:02:03.177]➜  			"embedded/qbasic.xml",
2025-08-20T20:22:37.4668493Z [00:02:03.177]➜  			"embedded/qml.xml",
2025-08-20T20:22:37.4668755Z [00:02:03.177]➜  			"embedded/r.xml",
2025-08-20T20:22:37.4669023Z [00:02:03.177]➜  			"embedded/racket.xml",
2025-08-20T20:22:37.4669296Z [00:02:03.177]➜  			"embedded/ragel.xml",
2025-08-20T20:22:37.4669567Z [00:02:03.177]➜  			"embedded/react.xml",
2025-08-20T20:22:37.4669844Z [00:02:03.177]➜  			"embedded/reasonml.xml",
2025-08-20T20:22:37.4670378Z [00:02:03.177]➜  			"embedded/reg.xml",
2025-08-20T20:22:37.4670714Z [00:02:03.177]➜  			"embedded/rego.xml",
2025-08-20T20:22:37.4670992Z [00:02:03.177]➜  			"embedded/rexx.xml",
2025-08-20T20:22:37.4671263Z [00:02:03.177]➜  			"embedded/rpgle.xml",
2025-08-20T20:22:37.4671542Z [00:02:03.177]➜  			"embedded/rpm_spec.xml",
2025-08-20T20:22:37.4671812Z [00:02:03.177]➜  			"embedded/ruby.xml",
2025-08-20T20:22:37.4672081Z [00:02:03.177]➜  			"embedded/rust.xml",
2025-08-20T20:22:37.4672344Z [00:02:03.177]➜  			"embedded/sas.xml",
2025-08-20T20:22:37.4672610Z [00:02:03.177]➜  			"embedded/sass.xml",
2025-08-20T20:22:37.4672878Z [00:02:03.177]➜  			"embedded/scala.xml",
2025-08-20T20:22:37.4673152Z [00:02:03.177]➜  			"embedded/scheme.xml",
2025-08-20T20:22:37.4673426Z [00:02:03.177]➜  			"embedded/scilab.xml",
2025-08-20T20:22:37.4673698Z [00:02:03.177]➜  			"embedded/scss.xml",
2025-08-20T20:22:37.4673964Z [00:02:03.177]➜  			"embedded/sed.xml",
2025-08-20T20:22:37.4674228Z [00:02:03.177]➜  			"embedded/sieve.xml",
2025-08-20T20:22:37.4674511Z [00:02:03.177]➜  			"embedded/smali.xml",
2025-08-20T20:22:37.4703110Z [00:02:03.177]➜  			"embedded/smalltalk.xml",
2025-08-20T20:22:37.4703461Z [00:02:03.177]➜  			"embedded/smarty.xml",
2025-08-20T20:22:37.4703744Z [00:02:03.177]➜  			"embedded/snbt.xml",
2025-08-20T20:22:37.4704015Z [00:02:03.177]➜  			"embedded/snobol.xml",
2025-08-20T20:22:37.4704298Z [00:02:03.177]➜  			"embedded/solidity.xml",
2025-08-20T20:22:37.4704590Z [00:02:03.177]➜  			"embedded/sourcepawn.xml",
2025-08-20T20:22:37.4704879Z [00:02:03.177]➜  			"embedded/sparql.xml",
2025-08-20T20:22:37.4705275Z [00:02:03.177]➜  			"embedded/sql.xml",
2025-08-20T20:22:37.4705558Z [00:02:03.177]➜  			"embedded/squidconf.xml",
2025-08-20T20:22:37.4705854Z [00:02:03.177]➜  			"embedded/standard_ml.xml",
2025-08-20T20:22:37.4706139Z [00:02:03.177]➜  			"embedded/stas.xml",
2025-08-20T20:22:37.4706410Z [00:02:03.177]➜  			"embedded/stylus.xml",
2025-08-20T20:22:37.4706683Z [00:02:03.177]➜  			"embedded/swift.xml",
2025-08-20T20:22:37.4715877Z [00:02:03.177]➜  			"embedded/systemd.xml",
2025-08-20T20:22:37.4716357Z [00:02:03.177]➜  			"embedded/systemverilog.xml",
2025-08-20T20:22:37.4716673Z [00:02:03.177]➜  			"embedded/tablegen.xml",
2025-08-20T20:22:37.4716951Z [00:02:03.177]➜  			"embedded/tal.xml",
2025-08-20T20:22:37.4717215Z [00:02:03.177]➜  			"embedded/tasm.xml",
2025-08-20T20:22:37.4717485Z [00:02:03.177]➜  			"embedded/tcl.xml",
2025-08-20T20:22:37.4717752Z [00:02:03.177]➜  			"embedded/tcsh.xml",
2025-08-20T20:22:37.4718029Z [00:02:03.177]➜  			"embedded/termcap.xml",
2025-08-20T20:22:37.4718316Z [00:02:03.177]➜  			"embedded/terminfo.xml",
2025-08-20T20:22:37.4718607Z [00:02:03.177]➜  			"embedded/terraform.xml",
2025-08-20T20:22:37.4718887Z [00:02:03.177]➜  			"embedded/tex.xml",
2025-08-20T20:22:37.4719161Z [00:02:03.177]➜  			"embedded/thrift.xml",
2025-08-20T20:22:37.4719435Z [00:02:03.177]➜  			"embedded/toml.xml",
2025-08-20T20:22:37.4719722Z [00:02:03.177]➜  			"embedded/tradingview.xml",
2025-08-20T20:22:37.4720037Z [00:02:03.177]➜  			"embedded/transact-sql.xml",
2025-08-20T20:22:37.4720349Z [00:02:03.177]➜  			"embedded/turing.xml",
2025-08-20T20:22:37.4720628Z [00:02:03.177]➜  			"embedded/turtle.xml",
2025-08-20T20:22:37.4720901Z [00:02:03.177]➜  			"embedded/twig.xml",
2025-08-20T20:22:37.4721184Z [00:02:03.177]➜  			"embedded/typescript.xml",
2025-08-20T20:22:37.4721485Z [00:02:03.177]➜  			"embedded/typoscript.xml",
2025-08-20T20:22:37.4721803Z [00:02:03.177]➜  			"embedded/typoscriptcssdata.xml",
2025-08-20T20:22:37.4722146Z [00:02:03.177]➜  			"embedded/typoscripthtmldata.xml",
2025-08-20T20:22:37.4722452Z [00:02:03.177]➜  			"embedded/typst.xml",
2025-08-20T20:22:37.4722731Z [00:02:03.177]➜  			"embedded/ucode.xml",
2025-08-20T20:22:37.4723000Z [00:02:03.177]➜  			"embedded/v.xml",
2025-08-20T20:22:37.4723270Z [00:02:03.177]➜  			"embedded/v_shell.xml",
2025-08-20T20:22:37.4723546Z [00:02:03.177]➜  			"embedded/vala.xml",
2025-08-20T20:22:37.4723824Z [00:02:03.177]➜  			"embedded/vb_net.xml",
2025-08-20T20:22:37.4724395Z [00:02:03.177]➜  			"embedded/verilog.xml",
2025-08-20T20:22:37.4724792Z [00:02:03.177]➜  			"embedded/vhdl.xml",
2025-08-20T20:22:37.4725259Z [00:02:03.177]➜  			"embedded/vhs.xml",
2025-08-20T20:22:37.4725533Z [00:02:03.177]➜  			"embedded/viml.xml",
2025-08-20T20:22:37.4725797Z [00:02:03.177]➜  			"embedded/vue.xml",
2025-08-20T20:22:37.4726063Z [00:02:03.177]➜  			"embedded/wdte.xml",
2025-08-20T20:22:37.4726378Z [00:02:03.177]➜  			"embedded/webgpu_shading_language.xml",
2025-08-20T20:22:37.4726694Z [00:02:03.177]➜  			"embedded/webvtt.xml",
2025-08-20T20:22:37.4726975Z [00:02:03.177]➜  			"embedded/whiley.xml",
2025-08-20T20:22:37.4727249Z [00:02:03.177]➜  			"embedded/xml.xml",
2025-08-20T20:22:37.4727518Z [00:02:03.177]➜  			"embedded/xorg.xml",
2025-08-20T20:22:37.4727793Z [00:02:03.177]➜  			"embedded/yaml.xml",
2025-08-20T20:22:37.4728063Z [00:02:03.177]➜  			"embedded/yang.xml",
2025-08-20T20:22:37.4728351Z [00:02:03.177]➜  			"embedded/z80_assembly.xml",
2025-08-20T20:22:37.4728647Z [00:02:03.177]➜  			"embedded/zed.xml",
2025-08-20T20:22:37.4729207Z [00:02:03.177]➜  			"embedded/zig.xml"
2025-08-20T20:22:37.4729446Z [00:02:03.177]➜  		]
2025-08-20T20:22:37.4729643Z [00:02:03.177]➜  	},
2025-08-20T20:22:37.4729848Z [00:02:03.177]➜  	"Files": {
2025-08-20T20:22:37.4730362Z [00:02:03.177]➜  		"embedded/abap.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/abap.xml",
2025-08-20T20:22:37.4731104Z [00:02:03.177]➜  		"embedded/abnf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/abnf.xml",
2025-08-20T20:22:37.4731919Z [00:02:03.177]➜  		"embedded/actionscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/actionscript.xml",
2025-08-20T20:22:37.4732808Z [00:02:03.177]➜  		"embedded/actionscript_3.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/actionscript_3.xml",
2025-08-20T20:22:37.4733616Z [00:02:03.177]➜  		"embedded/ada.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/ada.xml",
2025-08-20T20:22:37.4734353Z [00:02:03.177]➜  		"embedded/agda.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/agda.xml",
2025-08-20T20:22:37.4735194Z [00:02:03.177]➜  		"embedded/al.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/al.xml",
2025-08-20T20:22:37.4735986Z [00:02:03.177]➜  		"embedded/alloy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/alloy.xml",
2025-08-20T20:22:37.4736772Z [00:02:03.177]➜  		"embedded/angular2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/angular2.xml",
2025-08-20T20:22:37.4737549Z [00:02:03.177]➜  		"embedded/antlr.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/antlr.xml",
2025-08-20T20:22:37.4738344Z [00:02:03.177]➜  		"embedded/apacheconf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/apacheconf.xml",
2025-08-20T20:22:37.4739130Z [00:02:03.177]➜  		"embedded/apl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/apl.xml",
2025-08-20T20:22:37.4739932Z [00:02:03.177]➜  		"embedded/applescript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/applescript.xml",
2025-08-20T20:22:37.4740786Z [00:02:03.177]➜  		"embedded/arangodb_aql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/arangodb_aql.xml",
2025-08-20T20:22:37.4741601Z [00:02:03.177]➜  		"embedded/arduino.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/arduino.xml",
2025-08-20T20:22:37.4742377Z [00:02:03.177]➜  		"embedded/armasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/armasm.xml",
2025-08-20T20:22:37.4743115Z [00:02:03.177]➜  		"embedded/atl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/atl.xml",
2025-08-20T20:22:37.4744135Z [00:02:03.177]➜  		"embedded/autohotkey.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/autohotkey.xml",
2025-08-20T20:22:37.4765065Z [00:02:03.177]➜  		"embedded/autoit.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/autoit.xml",
2025-08-20T20:22:37.4765964Z [00:02:03.177]➜  		"embedded/awk.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/awk.xml",
2025-08-20T20:22:37.4766751Z [00:02:03.177]➜  		"embedded/ballerina.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/ballerina.xml",
2025-08-20T20:22:37.4767528Z [00:02:03.177]➜  		"embedded/bash.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/bash.xml",
2025-08-20T20:22:37.4768330Z [00:02:03.177]➜  		"embedded/bash_session.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/bash_session.xml",
2025-08-20T20:22:37.4769164Z [00:02:03.177]➜  		"embedded/batchfile.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/batchfile.xml",
2025-08-20T20:22:37.4769950Z [00:02:03.177]➜  		"embedded/beef.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/beef.xml",
2025-08-20T20:22:37.4771005Z [00:02:03.177]➜  		"embedded/bibtex.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/bibtex.xml",
2025-08-20T20:22:37.4771767Z [00:02:03.177]➜  		"embedded/bicep.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/bicep.xml",
2025-08-20T20:22:37.4772564Z [00:02:03.177]➜  		"embedded/blitzbasic.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/blitzbasic.xml",
2025-08-20T20:22:37.4773337Z [00:02:03.177]➜  		"embedded/bnf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/bnf.xml",
2025-08-20T20:22:37.4774056Z [00:02:03.177]➜  		"embedded/bqn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/bqn.xml",
2025-08-20T20:22:37.4774838Z [00:02:03.177]➜  		"embedded/brainfuck.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/brainfuck.xml",
2025-08-20T20:22:37.4775781Z [00:02:03.177]➜  		"embedded/c#.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/c#.xml",
2025-08-20T20:22:37.4776488Z [00:02:03.177]➜  		"embedded/c++.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/c++.xml",
2025-08-20T20:22:37.4777267Z [00:02:03.177]➜  		"embedded/c.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/c.xml",
2025-08-20T20:22:37.4778102Z [00:02:03.177]➜  		"embedded/cap_n_proto.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/cap_n_proto.xml",
2025-08-20T20:22:37.4778951Z [00:02:03.177]➜  		"embedded/cassandra_cql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/cassandra_cql.xml",
2025-08-20T20:22:37.4779761Z [00:02:03.177]➜  		"embedded/ceylon.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/ceylon.xml",
2025-08-20T20:22:37.4780567Z [00:02:03.177]➜  		"embedded/cfengine3.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/cfengine3.xml",
2025-08-20T20:22:37.4781413Z [00:02:03.177]➜  		"embedded/cfstatement.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/cfstatement.xml",
2025-08-20T20:22:37.4782255Z [00:02:03.177]➜  		"embedded/chaiscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/chaiscript.xml",
2025-08-20T20:22:37.4783057Z [00:02:03.177]➜  		"embedded/chapel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/chapel.xml",
2025-08-20T20:22:37.4783836Z [00:02:03.177]➜  		"embedded/cheetah.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/cheetah.xml",
2025-08-20T20:22:37.4784620Z [00:02:03.177]➜  		"embedded/clojure.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/clojure.xml",
2025-08-20T20:22:37.4785831Z [00:02:03.177]➜  		"embedded/cmake.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/cmake.xml",
2025-08-20T20:22:37.4786690Z [00:02:03.177]➜  		"embedded/cobol.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/cobol.xml",
2025-08-20T20:22:37.4787511Z [00:02:03.177]➜  		"embedded/coffeescript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/coffeescript.xml",
2025-08-20T20:22:37.4788360Z [00:02:03.177]➜  		"embedded/common_lisp.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/common_lisp.xml",
2025-08-20T20:22:37.4789136Z [00:02:03.177]➜  		"embedded/coq.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/coq.xml",
2025-08-20T20:22:37.4789867Z [00:02:03.177]➜  		"embedded/core.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/core.xml",
2025-08-20T20:22:37.4790637Z [00:02:03.177]➜  		"embedded/crystal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/crystal.xml",
2025-08-20T20:22:37.4791585Z [00:02:03.177]➜  		"embedded/css.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/css.xml",
2025-08-20T20:22:37.4792306Z [00:02:03.177]➜  		"embedded/csv.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/csv.xml",
2025-08-20T20:22:37.4793026Z [00:02:03.177]➜  		"embedded/cue.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/cue.xml",
2025-08-20T20:22:37.4793773Z [00:02:03.177]➜  		"embedded/cython.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/cython.xml",
2025-08-20T20:22:37.4794500Z [00:02:03.177]➜  		"embedded/d.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/d.xml",
2025-08-20T20:22:37.4795371Z [00:02:03.177]➜  		"embedded/dart.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/dart.xml",
2025-08-20T20:22:37.4796166Z [00:02:03.177]➜  		"embedded/dax.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/dax.xml",
2025-08-20T20:22:37.4796976Z [00:02:03.177]➜  		"embedded/desktop_entry.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/desktop_entry.xml",
2025-08-20T20:22:37.4797768Z [00:02:03.177]➜  		"embedded/diff.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/diff.xml",
2025-08-20T20:22:37.4798562Z [00:02:03.177]➜  		"embedded/django_jinja.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/django_jinja.xml",
2025-08-20T20:22:37.4799337Z [00:02:03.177]➜  		"embedded/dns.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/dns.xml",
2025-08-20T20:22:37.4800082Z [00:02:03.177]➜  		"embedded/docker.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/docker.xml",
2025-08-20T20:22:37.4800824Z [00:02:03.177]➜  		"embedded/dtd.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/dtd.xml",
2025-08-20T20:22:37.4801568Z [00:02:03.177]➜  		"embedded/dylan.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/dylan.xml",
2025-08-20T20:22:37.4802358Z [00:02:03.177]➜  		"embedded/ebnf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/ebnf.xml",
2025-08-20T20:22:37.4803109Z [00:02:03.177]➜  		"embedded/elixir.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/elixir.xml",
2025-08-20T20:22:37.4803845Z [00:02:03.177]➜  		"embedded/elm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/elm.xml",
2025-08-20T20:22:37.4804622Z [00:02:03.177]➜  		"embedded/emacslisp.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/emacslisp.xml",
2025-08-20T20:22:37.4805564Z [00:02:03.177]➜  		"embedded/erlang.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/erlang.xml",
2025-08-20T20:22:37.4806542Z [00:02:03.177]➜  		"embedded/factor.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/factor.xml",
2025-08-20T20:22:37.4807377Z [00:02:03.177]➜  		"embedded/fennel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/fennel.xml",
2025-08-20T20:22:37.4808133Z [00:02:03.177]➜  		"embedded/fish.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/fish.xml",
2025-08-20T20:22:37.4808878Z [00:02:03.177]➜  		"embedded/forth.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/forth.xml",
2025-08-20T20:22:37.4809690Z [00:02:03.177]➜  		"embedded/fortran.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/fortran.xml",
2025-08-20T20:22:37.4810529Z [00:02:03.177]➜  		"embedded/fortranfixed.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/fortranfixed.xml",
2025-08-20T20:22:37.4811354Z [00:02:03.177]➜  		"embedded/fsharp.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/fsharp.xml",
2025-08-20T20:22:37.4812310Z [00:02:03.177]➜  		"embedded/gas.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/gas.xml",
2025-08-20T20:22:37.4813075Z [00:02:03.177]➜  		"embedded/gdscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/gdscript.xml",
2025-08-20T20:22:37.4813887Z [00:02:03.177]➜  		"embedded/gdscript3.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/gdscript3.xml",
2025-08-20T20:22:37.4814687Z [00:02:03.177]➜  		"embedded/gherkin.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/gherkin.xml",
2025-08-20T20:22:37.4836029Z [00:02:03.177]➜  		"embedded/gleam.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/gleam.xml",
2025-08-20T20:22:37.4836848Z [00:02:03.177]➜  		"embedded/glsl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/glsl.xml",
2025-08-20T20:22:37.4837642Z [00:02:03.177]➜  		"embedded/gnuplot.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/gnuplot.xml",
2025-08-20T20:22:37.4838474Z [00:02:03.177]➜  		"embedded/go_template.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/go_template.xml",
2025-08-20T20:22:37.4839284Z [00:02:03.177]➜  		"embedded/graphql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/graphql.xml",
2025-08-20T20:22:37.4840050Z [00:02:03.177]➜  		"embedded/groff.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/groff.xml",
2025-08-20T20:22:37.4840811Z [00:02:03.177]➜  		"embedded/groovy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/groovy.xml",
2025-08-20T20:22:37.4841618Z [00:02:03.177]➜  		"embedded/handlebars.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/handlebars.xml",
2025-08-20T20:22:37.4842408Z [00:02:03.177]➜  		"embedded/hare.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/hare.xml",
2025-08-20T20:22:37.4843178Z [00:02:03.177]➜  		"embedded/haskell.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/haskell.xml",
2025-08-20T20:22:37.4843926Z [00:02:03.177]➜  		"embedded/hcl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/hcl.xml",
2025-08-20T20:22:37.4844679Z [00:02:03.177]➜  		"embedded/hexdump.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/hexdump.xml",
2025-08-20T20:22:37.4845592Z [00:02:03.177]➜  		"embedded/hlb.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/hlb.xml",
2025-08-20T20:22:37.4846327Z [00:02:03.177]➜  		"embedded/hlsl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/hlsl.xml",
2025-08-20T20:22:37.4847071Z [00:02:03.177]➜  		"embedded/holyc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/holyc.xml",
2025-08-20T20:22:37.4848140Z [00:02:03.177]➜  		"embedded/html.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/html.xml",
2025-08-20T20:22:37.4848937Z [00:02:03.177]➜  		"embedded/hy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/hy.xml",
2025-08-20T20:22:37.4849666Z [00:02:03.177]➜  		"embedded/idris.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/idris.xml",
2025-08-20T20:22:37.4850407Z [00:02:03.177]➜  		"embedded/igor.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/igor.xml",
2025-08-20T20:22:37.4851127Z [00:02:03.177]➜  		"embedded/ini.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/ini.xml",
2025-08-20T20:22:37.4851835Z [00:02:03.177]➜  		"embedded/io.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/io.xml",
2025-08-20T20:22:37.4852595Z [00:02:03.177]➜  		"embedded/iscdhcpd.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/iscdhcpd.xml",
2025-08-20T20:22:37.4853345Z [00:02:03.177]➜  		"embedded/j.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/j.xml",
2025-08-20T20:22:37.4854320Z [00:02:03.177]➜  		"embedded/janet.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/janet.xml",
2025-08-20T20:22:37.4855188Z [00:02:03.177]➜  		"embedded/java.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/java.xml",
2025-08-20T20:22:37.4856032Z [00:02:03.177]➜  		"embedded/javascript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/javascript.xml",
2025-08-20T20:22:37.4856817Z [00:02:03.177]➜  		"embedded/json.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/json.xml",
2025-08-20T20:22:37.4857831Z [00:02:03.177]➜  		"embedded/jsonata.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/jsonata.xml",
2025-08-20T20:22:37.4858707Z [00:02:03.177]➜  		"embedded/jsonnet.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/jsonnet.xml",
2025-08-20T20:22:37.4859485Z [00:02:03.177]➜  		"embedded/julia.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/julia.xml",
2025-08-20T20:22:37.4860242Z [00:02:03.177]➜  		"embedded/jungle.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/jungle.xml",
2025-08-20T20:22:37.4861010Z [00:02:03.177]➜  		"embedded/kotlin.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/kotlin.xml",
2025-08-20T20:22:37.4861762Z [00:02:03.177]➜  		"embedded/lean.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/lean.xml",
2025-08-20T20:22:37.4862692Z [00:02:03.177]➜  		"embedded/lighttpd_configuration_file.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/lighttpd_configuration_file.xml",
2025-08-20T20:22:37.4863589Z [00:02:03.177]➜  		"embedded/llvm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/llvm.xml",
2025-08-20T20:22:37.4864329Z [00:02:03.177]➜  		"embedded/lox.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/lox.xml",
2025-08-20T20:22:37.4865136Z [00:02:03.177]➜  		"embedded/lua.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/lua.xml",
2025-08-20T20:22:37.4865955Z [00:02:03.177]➜  		"embedded/makefile.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/makefile.xml",
2025-08-20T20:22:37.4866721Z [00:02:03.177]➜  		"embedded/mako.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/mako.xml",
2025-08-20T20:22:37.4867466Z [00:02:03.177]➜  		"embedded/mason.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/mason.xml",
2025-08-20T20:22:37.4868367Z [00:02:03.177]➜  		"embedded/materialize_sql_dialect.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/materialize_sql_dialect.xml",
2025-08-20T20:22:37.4869529Z [00:02:03.177]➜  		"embedded/mathematica.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/mathematica.xml",
2025-08-20T20:22:37.4870410Z [00:02:03.177]➜  		"embedded/matlab.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/matlab.xml",
2025-08-20T20:22:37.4871217Z [00:02:03.177]➜  		"embedded/mcfunction.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/mcfunction.xml",
2025-08-20T20:22:37.4872006Z [00:02:03.177]➜  		"embedded/meson.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/meson.xml",
2025-08-20T20:22:37.4872761Z [00:02:03.177]➜  		"embedded/metal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/metal.xml",
2025-08-20T20:22:37.4873540Z [00:02:03.177]➜  		"embedded/minizinc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/minizinc.xml",
2025-08-20T20:22:37.4874313Z [00:02:03.177]➜  		"embedded/mlir.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/mlir.xml",
2025-08-20T20:22:37.4875482Z [00:02:03.177]➜  		"embedded/modula-2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/modula-2.xml",
2025-08-20T20:22:37.4876263Z [00:02:03.177]➜  		"embedded/mojo.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/mojo.xml",
2025-08-20T20:22:37.4877028Z [00:02:03.177]➜  		"embedded/monkeyc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/monkeyc.xml",
2025-08-20T20:22:37.4877842Z [00:02:03.177]➜  		"embedded/moonscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/moonscript.xml",
2025-08-20T20:22:37.4878723Z [00:02:03.177]➜  		"embedded/morrowindscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/morrowindscript.xml",
2025-08-20T20:22:37.4879574Z [00:02:03.177]➜  		"embedded/myghty.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/myghty.xml",
2025-08-20T20:22:37.4880342Z [00:02:03.177]➜  		"embedded/mysql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/mysql.xml",
2025-08-20T20:22:37.4881086Z [00:02:03.177]➜  		"embedded/nasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/nasm.xml",
2025-08-20T20:22:37.4881848Z [00:02:03.177]➜  		"embedded/natural.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/natural.xml",
2025-08-20T20:22:37.4882632Z [00:02:03.177]➜  		"embedded/ndisasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/ndisasm.xml",
2025-08-20T20:22:37.4883431Z [00:02:03.177]➜  		"embedded/newspeak.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/newspeak.xml",
2025-08-20T20:22:37.4884349Z [00:02:03.177]➜  		"embedded/nginx_configuration_file.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/nginx_configuration_file.xml",
2025-08-20T20:22:37.4885378Z [00:02:03.177]➜  		"embedded/nim.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/nim.xml",
2025-08-20T20:22:37.4886131Z [00:02:03.177]➜  		"embedded/nix.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/nix.xml",
2025-08-20T20:22:37.4886865Z [00:02:03.177]➜  		"embedded/nsis.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/nsis.xml",
2025-08-20T20:22:37.4887581Z [00:02:03.177]➜  		"embedded/nu.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/nu.xml",
2025-08-20T20:22:37.4888363Z [00:02:03.177]➜  		"embedded/objective-c.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/objective-c.xml",
2025-08-20T20:22:37.4889218Z [00:02:03.177]➜  		"embedded/objectpascal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/objectpascal.xml",
2025-08-20T20:22:37.4890220Z [00:02:03.177]➜  		"embedded/ocaml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/ocaml.xml",
2025-08-20T20:22:37.4891073Z [00:02:03.177]➜  		"embedded/octave.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/octave.xml",
2025-08-20T20:22:37.4891829Z [00:02:03.177]➜  		"embedded/odin.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/odin.xml",
2025-08-20T20:22:37.4892656Z [00:02:03.177]➜  		"embedded/onesenterprise.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/onesenterprise.xml",
2025-08-20T20:22:37.4893531Z [00:02:03.177]➜  		"embedded/openedge_abl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/openedge_abl.xml",
2025-08-20T20:22:37.4894358Z [00:02:03.177]➜  		"embedded/openscad.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/openscad.xml",
2025-08-20T20:22:37.4895262Z [00:02:03.177]➜  		"embedded/org_mode.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/org_mode.xml",
2025-08-20T20:22:37.4896278Z [00:02:03.177]➜  		"embedded/pacmanconf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/pacmanconf.xml",
2025-08-20T20:22:37.4897065Z [00:02:03.177]➜  		"embedded/perl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/perl.xml",
2025-08-20T20:22:37.4897794Z [00:02:03.177]➜  		"embedded/php.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/php.xml",
2025-08-20T20:22:37.4898518Z [00:02:03.177]➜  		"embedded/pig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/pig.xml",
2025-08-20T20:22:37.4899295Z [00:02:03.177]➜  		"embedded/pkgconfig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/pkgconfig.xml",
2025-08-20T20:22:37.4900096Z [00:02:03.177]➜  		"embedded/pl_pgsql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/pl_pgsql.xml",
2025-08-20T20:22:37.4900904Z [00:02:03.177]➜  		"embedded/plaintext.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/plaintext.xml",
2025-08-20T20:22:37.4901737Z [00:02:03.177]➜  		"embedded/plutus_core.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/plutus_core.xml",
2025-08-20T20:22:37.4902571Z [00:02:03.177]➜  		"embedded/pony.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/pony.xml",
2025-08-20T20:22:37.4903448Z [00:02:03.177]➜  		"embedded/postgresql_sql_dialect.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/postgresql_sql_dialect.xml",
2025-08-20T20:22:37.4904364Z [00:02:03.177]➜  		"embedded/postscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/postscript.xml",
2025-08-20T20:22:37.4905256Z [00:02:03.177]➜  		"embedded/povray.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/povray.xml",
2025-08-20T20:22:37.4906130Z [00:02:03.177]➜  		"embedded/powerquery.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/powerquery.xml",
2025-08-20T20:22:37.4906974Z [00:02:03.177]➜  		"embedded/powershell.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/powershell.xml",
2025-08-20T20:22:37.4907776Z [00:02:03.177]➜  		"embedded/prolog.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/prolog.xml",
2025-08-20T20:22:37.4908551Z [00:02:03.177]➜  		"embedded/promela.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/promela.xml",
2025-08-20T20:22:37.4909328Z [00:02:03.177]➜  		"embedded/promql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/promql.xml",
2025-08-20T20:22:37.4910134Z [00:02:03.177]➜  		"embedded/properties.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/properties.xml",
2025-08-20T20:22:37.4911257Z [00:02:03.177]➜  		"embedded/protocol_buffer.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/protocol_buffer.xml",
2025-08-20T20:22:37.4912196Z [00:02:03.177]➜  		"embedded/prql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/prql.xml",
2025-08-20T20:22:37.4912931Z [00:02:03.177]➜  		"embedded/psl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/psl.xml",
2025-08-20T20:22:37.4913685Z [00:02:03.177]➜  		"embedded/puppet.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/puppet.xml",
2025-08-20T20:22:37.4914455Z [00:02:03.177]➜  		"embedded/python.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/python.xml",
2025-08-20T20:22:37.4933363Z [00:02:03.177]➜  		"embedded/python_2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/python_2.xml",
2025-08-20T20:22:37.4934214Z [00:02:03.177]➜  		"embedded/qbasic.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/qbasic.xml",
2025-08-20T20:22:37.4935153Z [00:02:03.177]➜  		"embedded/qml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/qml.xml",
2025-08-20T20:22:37.4936225Z [00:02:03.177]➜  		"embedded/r.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/r.xml",
2025-08-20T20:22:37.4936959Z [00:02:03.177]➜  		"embedded/racket.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/racket.xml",
2025-08-20T20:22:37.4937717Z [00:02:03.177]➜  		"embedded/ragel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/ragel.xml",
2025-08-20T20:22:37.4938470Z [00:02:03.177]➜  		"embedded/react.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/react.xml",
2025-08-20T20:22:37.4939249Z [00:02:03.177]➜  		"embedded/reasonml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/reasonml.xml",
2025-08-20T20:22:37.4940013Z [00:02:03.177]➜  		"embedded/reg.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/reg.xml",
2025-08-20T20:22:37.4940752Z [00:02:03.177]➜  		"embedded/rego.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/rego.xml",
2025-08-20T20:22:37.4941491Z [00:02:03.177]➜  		"embedded/rexx.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/rexx.xml",
2025-08-20T20:22:37.4942231Z [00:02:03.177]➜  		"embedded/rpgle.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/rpgle.xml",
2025-08-20T20:22:37.4943000Z [00:02:03.177]➜  		"embedded/rpm_spec.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/rpm_spec.xml",
2025-08-20T20:22:37.4943752Z [00:02:03.177]➜  		"embedded/ruby.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/ruby.xml",
2025-08-20T20:22:37.4944486Z [00:02:03.177]➜  		"embedded/rust.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/rust.xml",
2025-08-20T20:22:37.4945335Z [00:02:03.177]➜  		"embedded/sas.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/sas.xml",
2025-08-20T20:22:37.4946081Z [00:02:03.177]➜  		"embedded/sass.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/sass.xml",
2025-08-20T20:22:37.4946823Z [00:02:03.177]➜  		"embedded/scala.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/scala.xml",
2025-08-20T20:22:37.4947580Z [00:02:03.177]➜  		"embedded/scheme.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/scheme.xml",
2025-08-20T20:22:37.4948341Z [00:02:03.177]➜  		"embedded/scilab.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/scilab.xml",
2025-08-20T20:22:37.4949086Z [00:02:03.177]➜  		"embedded/scss.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/scss.xml",
2025-08-20T20:22:37.4949808Z [00:02:03.177]➜  		"embedded/sed.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/sed.xml",
2025-08-20T20:22:37.4950756Z [00:02:03.177]➜  		"embedded/sieve.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/sieve.xml",
2025-08-20T20:22:37.4951595Z [00:02:03.177]➜  		"embedded/smali.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/smali.xml",
2025-08-20T20:22:37.4952382Z [00:02:03.177]➜  		"embedded/smalltalk.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/smalltalk.xml",
2025-08-20T20:22:37.4953171Z [00:02:03.177]➜  		"embedded/smarty.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/smarty.xml",
2025-08-20T20:22:37.4953921Z [00:02:03.177]➜  		"embedded/snbt.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/snbt.xml",
2025-08-20T20:22:37.4954672Z [00:02:03.177]➜  		"embedded/snobol.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/snobol.xml",
2025-08-20T20:22:37.4955633Z [00:02:03.177]➜  		"embedded/solidity.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/solidity.xml",
2025-08-20T20:22:37.4956667Z [00:02:03.177]➜  		"embedded/sourcepawn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/sourcepawn.xml",
2025-08-20T20:22:37.4957470Z [00:02:03.177]➜  		"embedded/sparql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/sparql.xml",
2025-08-20T20:22:37.4958212Z [00:02:03.177]➜  		"embedded/sql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/sql.xml",
2025-08-20T20:22:37.4958980Z [00:02:03.177]➜  		"embedded/squidconf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/squidconf.xml",
2025-08-20T20:22:37.4959805Z [00:02:03.177]➜  		"embedded/standard_ml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/standard_ml.xml",
2025-08-20T20:22:37.4960588Z [00:02:03.177]➜  		"embedded/stas.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/stas.xml",
2025-08-20T20:22:37.4961345Z [00:02:03.177]➜  		"embedded/stylus.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/stylus.xml",
2025-08-20T20:22:37.4962096Z [00:02:03.177]➜  		"embedded/swift.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/swift.xml",
2025-08-20T20:22:37.4962863Z [00:02:03.177]➜  		"embedded/systemd.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/systemd.xml",
2025-08-20T20:22:37.4963701Z [00:02:03.177]➜  		"embedded/systemverilog.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/systemverilog.xml",
2025-08-20T20:22:37.4964542Z [00:02:03.177]➜  		"embedded/tablegen.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/tablegen.xml",
2025-08-20T20:22:37.4965509Z [00:02:03.177]➜  		"embedded/tal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/tal.xml",
2025-08-20T20:22:37.4966256Z [00:02:03.177]➜  		"embedded/tasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/tasm.xml",
2025-08-20T20:22:37.4966988Z [00:02:03.177]➜  		"embedded/tcl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/tcl.xml",
2025-08-20T20:22:37.4967714Z [00:02:03.177]➜  		"embedded/tcsh.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/tcsh.xml",
2025-08-20T20:22:37.4968474Z [00:02:03.177]➜  		"embedded/termcap.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/termcap.xml",
2025-08-20T20:22:37.4969264Z [00:02:03.177]➜  		"embedded/terminfo.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/terminfo.xml",
2025-08-20T20:22:37.4970074Z [00:02:03.177]➜  		"embedded/terraform.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/terraform.xml",
2025-08-20T20:22:37.4971057Z [00:02:03.177]➜  		"embedded/tex.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/tex.xml",
2025-08-20T20:22:37.4971892Z [00:02:03.177]➜  		"embedded/thrift.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/thrift.xml",
2025-08-20T20:22:37.4972641Z [00:02:03.177]➜  		"embedded/toml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/toml.xml",
2025-08-20T20:22:37.4973437Z [00:02:03.177]➜  		"embedded/tradingview.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/tradingview.xml",
2025-08-20T20:22:37.4974291Z [00:02:03.177]➜  		"embedded/transact-sql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/transact-sql.xml",
2025-08-20T20:22:37.4975227Z [00:02:03.177]➜  		"embedded/turing.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/turing.xml",
2025-08-20T20:22:37.4976054Z [00:02:03.177]➜  		"embedded/turtle.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/turtle.xml",
2025-08-20T20:22:37.4976811Z [00:02:03.177]➜  		"embedded/twig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/twig.xml",
2025-08-20T20:22:37.4977812Z [00:02:03.177]➜  		"embedded/typescript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/typescript.xml",
2025-08-20T20:22:37.4978646Z [00:02:03.177]➜  		"embedded/typoscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/typoscript.xml",
2025-08-20T20:22:37.4979547Z [00:02:03.177]➜  		"embedded/typoscriptcssdata.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/typoscriptcssdata.xml",
2025-08-20T20:22:37.4980512Z [00:02:03.177]➜  		"embedded/typoscripthtmldata.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/typoscripthtmldata.xml",
2025-08-20T20:22:37.4981368Z [00:02:03.177]➜  		"embedded/typst.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/typst.xml",
2025-08-20T20:22:37.4982128Z [00:02:03.177]➜  		"embedded/ucode.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/ucode.xml",
2025-08-20T20:22:37.4982852Z [00:02:03.177]➜  		"embedded/v.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/v.xml",
2025-08-20T20:22:37.4983582Z [00:02:03.177]➜  		"embedded/v_shell.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/v_shell.xml",
2025-08-20T20:22:37.4984333Z [00:02:03.177]➜  		"embedded/vala.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/vala.xml",
2025-08-20T20:22:37.4985171Z [00:02:03.177]➜  		"embedded/vb_net.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/vb_net.xml",
2025-08-20T20:22:37.4985996Z [00:02:03.177]➜  		"embedded/verilog.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/verilog.xml",
2025-08-20T20:22:37.4986758Z [00:02:03.177]➜  		"embedded/vhdl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/vhdl.xml",
2025-08-20T20:22:37.4987490Z [00:02:03.177]➜  		"embedded/vhs.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/vhs.xml",
2025-08-20T20:22:37.4988213Z [00:02:03.177]➜  		"embedded/viml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/viml.xml",
2025-08-20T20:22:37.4988934Z [00:02:03.177]➜  		"embedded/vue.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/vue.xml",
2025-08-20T20:22:37.4989657Z [00:02:03.177]➜  		"embedded/wdte.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/wdte.xml",
2025-08-20T20:22:37.4990535Z [00:02:03.177]➜  		"embedded/webgpu_shading_language.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/webgpu_shading_language.xml",
2025-08-20T20:22:37.4991409Z [00:02:03.177]➜  		"embedded/webvtt.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/webvtt.xml",
2025-08-20T20:22:37.4992361Z [00:02:03.177]➜  		"embedded/whiley.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/whiley.xml",
2025-08-20T20:22:37.4993170Z [00:02:03.177]➜  		"embedded/xml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/xml.xml",
2025-08-20T20:22:37.4993900Z [00:02:03.177]➜  		"embedded/xorg.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/xorg.xml",
2025-08-20T20:22:37.4994631Z [00:02:03.177]➜  		"embedded/yaml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/yaml.xml",
2025-08-20T20:22:37.4995531Z [00:02:03.177]➜  		"embedded/yang.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/yang.xml",
2025-08-20T20:22:37.4996331Z [00:02:03.177]➜  		"embedded/z80_assembly.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/z80_assembly.xml",
2025-08-20T20:22:37.4997118Z [00:02:03.177]➜  		"embedded/zed.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/zed.xml",
2025-08-20T20:22:37.4998055Z [00:02:03.177]➜  		"embedded/zig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/embedded/zig.xml"
2025-08-20T20:22:37.4998502Z [00:02:03.178]➜  	}
2025-08-20T20:22:37.4998693Z [00:02:03.178]➜  }EOF
2025-08-20T20:22:37.5005660Z [00:02:03.178]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers=>github.com/alecthomas/chroma/v2@v2.20.0/lexers;$WORK/b088=>" -p github.com/alecthomas/chroma/v2/lexers -lang=go1.22 -complete -installsuffix shared -buildid gowA1mGubc0EregmwYBE/gowA1mGubc0EregmwYBE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -embedcfg $WORK/b088/embedcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/caddyfile.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/cl.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/dns.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/emacs.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/gemtext.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/genshi.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/go.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/haxe.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/html.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/http.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/lexers.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/markdown.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/mysql.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/php.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/raku.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/rst.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/svelte.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/typoscript.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.20.0/lexers/zed.go
2025-08-20T20:22:37.5011771Z [00:02:03.181]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T20:22:37.5012429Z [00:02:03.189]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/11/115b63a122d85f131c4ce728ff07bd62eb376bb1ecaf505378987ff38bbbab8b-d # internal
2025-08-20T20:22:37.5012968Z [00:02:03.190]➜  text/template
2025-08-20T20:22:37.5013215Z [00:02:03.190]➜  mkdir -p $WORK/b132/
2025-08-20T20:22:37.5013582Z [00:02:03.190]➜  cat >/tmp/go-build2464310907/b132/importcfg << 'EOF' # internal
2025-08-20T20:22:37.5013923Z [00:02:03.190]➜  # import config
2025-08-20T20:22:37.5014259Z [00:02:03.190]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:37.5014669Z [00:02:03.190]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:37.5015245Z [00:02:03.190]➜  packagefile internal/fmtsort=/tmp/go-build2464310907/b060/_pkg_.a
2025-08-20T20:22:37.5015878Z [00:02:03.190]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:37.5016400Z [00:02:03.190]➜  packagefile io/fs=/tmp/go-build2464310907/b052/_pkg_.a
2025-08-20T20:22:37.5016812Z [00:02:03.190]➜  packagefile maps=/tmp/go-build2464310907/b098/_pkg_.a
2025-08-20T20:22:37.5017227Z [00:02:03.190]➜  packagefile net/url=/tmp/go-build2464310907/b097/_pkg_.a
2025-08-20T20:22:37.5017637Z [00:02:03.190]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:37.5018042Z [00:02:03.190]➜  packagefile path=/tmp/go-build2464310907/b053/_pkg_.a
2025-08-20T20:22:37.5018482Z [00:02:03.190]➜  packagefile path/filepath=/tmp/go-build2464310907/b072/_pkg_.a
2025-08-20T20:22:37.5018927Z [00:02:03.190]➜  packagefile reflect=/tmp/go-build2464310907/b061/_pkg_.a
2025-08-20T20:22:37.5019352Z [00:02:03.190]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:37.5019777Z [00:02:03.190]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:37.5020201Z [00:02:03.190]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:37.5020888Z [00:02:03.190]➜  packagefile text/template/parse=/tmp/go-build2464310907/b133/_pkg_.a
2025-08-20T20:22:37.5021359Z [00:02:03.190]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:37.5021803Z [00:02:03.190]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:37.5022135Z [00:02:03.190]➜  EOF
2025-08-20T20:22:37.5024267Z [00:02:03.191]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/.go/src/text/template=>text/template;$WORK/b132=>" -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/b132/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:22:37.5945362Z [00:02:03.315]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T20:22:37.5969082Z [00:02:03.317]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/5d/5d4350b544a9283fc688ce6d95e02a38b28074ad4dc7c54584d316d419ab1cb8-d # internal
2025-08-20T20:22:37.5977874Z [00:02:03.318]➜  github.com/charmbracelet/colorprofile
2025-08-20T20:22:37.5986639Z [00:02:03.319]➜  mkdir -p $WORK/b123/
2025-08-20T20:22:37.5997070Z [00:02:03.320]➜  cat >/tmp/go-build2464310907/b123/importcfg << 'EOF' # internal
2025-08-20T20:22:37.6015687Z [00:02:03.320]➜  # import config
2025-08-20T20:22:37.6016064Z [00:02:03.320]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:37.6016592Z [00:02:03.320]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build2464310907/b114/_pkg_.a
2025-08-20T20:22:37.6017192Z [00:02:03.320]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build2464310907/b124/_pkg_.a
2025-08-20T20:22:37.6017825Z [00:02:03.320]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build2464310907/b117/_pkg_.a
2025-08-20T20:22:37.6018416Z [00:02:03.320]➜  packagefile github.com/xo/terminfo=/tmp/go-build2464310907/b126/_pkg_.a
2025-08-20T20:22:37.6018912Z [00:02:03.320]➜  packagefile image/color=/tmp/go-build2464310907/b109/_pkg_.a
2025-08-20T20:22:37.6019338Z [00:02:03.320]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:37.6019742Z [00:02:03.320]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:37.6020160Z [00:02:03.320]➜  packagefile os/exec=/tmp/go-build2464310907/b103/_pkg_.a
2025-08-20T20:22:37.6020581Z [00:02:03.320]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:37.6021004Z [00:02:03.320]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:37.6021425Z [00:02:03.320]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:37.6021740Z [00:02:03.320]➜  EOF
2025-08-20T20:22:37.6030197Z [00:02:03.321]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc=>github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc;$WORK/b123=>" -p github.com/charmbracelet/colorprofile -lang=go1.18 -complete -installsuffix shared -buildid ED-JdL3xXMWG6GDrIRR-/ED-JdL3xXMWG6GDrIRR- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b123/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc/env.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc/env_other.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc/profile.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc/writer.go
2025-08-20T20:22:37.7472794Z [00:02:03.467]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T20:22:37.7501344Z [00:02:03.469]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/e1/e107583147414e1b956579e40649a9beea65c5bbf4add3ff5d0b714247c14a76-d # internal
2025-08-20T20:22:37.7509259Z [00:02:03.471]➜  github.com/charmbracelet/x/cellbuf
2025-08-20T20:22:37.7509962Z [00:02:03.471]➜  mkdir -p $WORK/b122/
2025-08-20T20:22:37.7512853Z [00:02:03.471]➜  cat >/tmp/go-build2464310907/b122/importcfg << 'EOF' # internal
2025-08-20T20:22:37.7513394Z [00:02:03.471]➜  # import config
2025-08-20T20:22:37.7517355Z [00:02:03.471]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:37.7517800Z [00:02:03.471]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:37.7518222Z [00:02:03.471]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:37.7518752Z [00:02:03.471]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build2464310907/b123/_pkg_.a
2025-08-20T20:22:37.7519375Z [00:02:03.471]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build2464310907/b114/_pkg_.a
2025-08-20T20:22:37.7519987Z [00:02:03.471]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build2464310907/b124/_pkg_.a
2025-08-20T20:22:37.7520587Z [00:02:03.471]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2464310907/b120/_pkg_.a
2025-08-20T20:22:37.7521134Z [00:02:03.471]➜  packagefile github.com/rivo/uniseg=/tmp/go-build2464310907/b121/_pkg_.a
2025-08-20T20:22:37.7521599Z [00:02:03.471]➜  packagefile image=/tmp/go-build2464310907/b128/_pkg_.a
2025-08-20T20:22:37.7522042Z [00:02:03.471]➜  packagefile image/color=/tmp/go-build2464310907/b109/_pkg_.a
2025-08-20T20:22:37.7522464Z [00:02:03.471]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:37.7522861Z [00:02:03.471]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:37.7523272Z [00:02:03.471]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:37.7523693Z [00:02:03.471]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:37.7524450Z [00:02:03.471]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:37.7525121Z [00:02:03.471]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:37.7525512Z [00:02:03.471]➜  EOF
2025-08-20T20:22:37.7530779Z [00:02:03.471]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13=>github.com/charmbracelet/x/cellbuf@v0.0.13;$WORK/b122=>" -p github.com/charmbracelet/x/cellbuf -lang=go1.18 -complete -installsuffix shared -buildid Ff--uUoHAIzq1O6F6w6n/Ff--uUoHAIzq1O6F6w6n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/buffer.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/cell.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/errors.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/geom.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/hardscroll.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/hashmap.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/link.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/screen.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/sequence.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/style.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/tabstop.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/utils.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/wrap.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/writer.go
2025-08-20T20:22:37.8040430Z [00:02:03.524]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T20:22:37.8082386Z [00:02:03.529]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/2f/2f8eb2e2e96041bf41210deaa3541138afde05707c0898dba39e707799d4383a-d # internal
2025-08-20T20:22:37.8090649Z [00:02:03.530]➜  github.com/muesli/termenv
2025-08-20T20:22:37.8095526Z [00:02:03.530]➜  mkdir -p $WORK/b129/
2025-08-20T20:22:37.8103444Z [00:02:03.531]➜  cat >/tmp/go-build2464310907/b129/importcfg << 'EOF' # internal
2025-08-20T20:22:37.8104101Z [00:02:03.531]➜  # import config
2025-08-20T20:22:37.8109236Z [00:02:03.531]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:37.8109979Z [00:02:03.531]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:37.8115183Z [00:02:03.531]➜  packagefile github.com/aymanbagabas/go-osc52/v2=/tmp/go-build2464310907/b130/_pkg_.a
2025-08-20T20:22:37.8115965Z [00:02:03.531]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build2464310907/b117/_pkg_.a
2025-08-20T20:22:37.8116554Z [00:02:03.531]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build2464310907/b131/_pkg_.a
2025-08-20T20:22:37.8117102Z [00:02:03.531]➜  packagefile github.com/rivo/uniseg=/tmp/go-build2464310907/b121/_pkg_.a
2025-08-20T20:22:37.8117629Z [00:02:03.531]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2464310907/b125/_pkg_.a
2025-08-20T20:22:37.8118139Z [00:02:03.531]➜  packagefile image/color=/tmp/go-build2464310907/b109/_pkg_.a
2025-08-20T20:22:37.8118580Z [00:02:03.531]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:37.8118987Z [00:02:03.531]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:37.8119391Z [00:02:03.531]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:37.8119802Z [00:02:03.531]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:37.8120230Z [00:02:03.531]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:37.8120646Z [00:02:03.531]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:37.8121088Z [00:02:03.531]➜  packagefile text/template=/tmp/go-build2464310907/b132/_pkg_.a
2025-08-20T20:22:37.8121547Z [00:02:03.531]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:37.8121854Z [00:02:03.531]➜  EOF
2025-08-20T20:22:37.8127127Z [00:02:03.532]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/termenv@v0.16.0=>github.com/muesli/termenv@v0.16.0;$WORK/b129=>" -p github.com/muesli/termenv -lang=go1.17 -complete -installsuffix shared -buildid tnuE92hxWWdDZRqW6R2p/tnuE92hxWWdDZRqW6R2p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/ansicolors.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/color.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/constants_linux.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/copy.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/hyperlink.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/notification.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/output.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/profile.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/screen.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/style.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/templatehelper.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/termenv.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/termenv_posix.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/termenv_unix.go
2025-08-20T20:22:37.8723349Z [00:02:03.592]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T20:22:37.8790960Z [00:02:03.599]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/e5/e57a26eacb215774feb7fd1ac0bd9ae8cf17c604cf0dcdaa16ed4ee2309dfda1-d # internal
2025-08-20T20:22:37.8793669Z [00:02:03.599]➜  github.com/muesli/cancelreader
2025-08-20T20:22:37.8794010Z [00:02:03.599]➜  mkdir -p $WORK/b136/
2025-08-20T20:22:37.8794402Z [00:02:03.599]➜  cat >/tmp/go-build2464310907/b136/importcfg << 'EOF' # internal
2025-08-20T20:22:37.8794756Z [00:02:03.599]➜  # import config
2025-08-20T20:22:37.8795220Z [00:02:03.599]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:37.8795654Z [00:02:03.599]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:37.8796163Z [00:02:03.599]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2464310907/b125/_pkg_.a
2025-08-20T20:22:37.8796640Z [00:02:03.599]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:37.8797036Z [00:02:03.599]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:37.8797452Z [00:02:03.599]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:37.8797879Z [00:02:03.600]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:37.8798189Z [00:02:03.600]➜  EOF
2025-08-20T20:22:37.8800326Z [00:02:03.600]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b136/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/cancelreader@v0.2.2=>github.com/muesli/cancelreader@v0.2.2;$WORK/b136=>" -p github.com/muesli/cancelreader -lang=go1.17 -complete -installsuffix shared -buildid 0qbDKsi94ELuvsYsSRRu/0qbDKsi94ELuvsYsSRRu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b136/importcfg -pack /root/go/pkg/mod/github.com/muesli/cancelreader@v0.2.2/cancelreader.go /root/go/pkg/mod/github.com/muesli/cancelreader@v0.2.2/cancelreader_linux.go
2025-08-20T20:22:37.9222631Z [00:02:03.642]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T20:22:37.9226357Z [00:02:03.643]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/a4/a4f4b6df0ced398c095cdc552171561016bbb72bd99005f8daa235fdebcadc15-d # internal
2025-08-20T20:22:37.9227307Z [00:02:03.643]➜  golang.org/x/sync/errgroup
2025-08-20T20:22:37.9227621Z [00:02:03.643]➜  mkdir -p $WORK/b137/
2025-08-20T20:22:37.9233316Z [00:02:03.644]➜  cat >/tmp/go-build2464310907/b137/importcfg << 'EOF' # internal
2025-08-20T20:22:37.9233747Z [00:02:03.644]➜  # import config
2025-08-20T20:22:37.9234098Z [00:02:03.644]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:37.9234531Z [00:02:03.644]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:37.9235032Z [00:02:03.644]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:37.9235404Z [00:02:03.644]➜  EOF
2025-08-20T20:22:37.9237522Z [00:02:03.644]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.12.0/errgroup=>golang.org/x/sync@v0.12.0/errgroup;$WORK/b137=>" -p golang.org/x/sync/errgroup -lang=go1.23 -complete -installsuffix shared -buildid tZ5e9pIwIWnXW7bLMW4C/tZ5e9pIwIWnXW7bLMW4C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b137/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.12.0/errgroup/errgroup.go
2025-08-20T20:22:37.9399635Z [00:02:03.660]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T20:22:37.9400473Z [00:02:03.660]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/1d/1da09c160aae1b1a2bc9d16ce5503d67fadf45afd721e8955ed0c99cd7859fbe-d # internal
2025-08-20T20:22:37.9401024Z [00:02:03.660]➜  log
2025-08-20T20:22:37.9401256Z [00:02:03.660]➜  mkdir -p $WORK/b138/
2025-08-20T20:22:37.9401633Z [00:02:03.660]➜  cat >/tmp/go-build2464310907/b138/importcfg << 'EOF' # internal
2025-08-20T20:22:37.9402009Z [00:02:03.660]➜  # import config
2025-08-20T20:22:37.9402337Z [00:02:03.660]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:37.9403180Z [00:02:03.660]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:37.9403618Z [00:02:03.660]➜  packagefile log/internal=/tmp/go-build2464310907/b139/_pkg_.a
2025-08-20T20:22:37.9404051Z [00:02:03.660]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:37.9404470Z [00:02:03.660]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:37.9404891Z [00:02:03.660]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:37.9405535Z [00:02:03.660]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:37.9405981Z [00:02:03.660]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:37.9406288Z [00:02:03.660]➜  EOF
2025-08-20T20:22:37.9407555Z [00:02:03.660]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b138/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b138=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid jPprHZI6Qsaa_ihmkgSu/jPprHZI6Qsaa_ihmkgSu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b138/importcfg -pack /root/.go/src/log/log.go
2025-08-20T20:22:38.0488889Z [00:02:03.769]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T20:22:38.0502441Z [00:02:03.770]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d # internal
2025-08-20T20:22:38.0503115Z [00:02:03.770]➜  runtime/debug
2025-08-20T20:22:38.0503381Z [00:02:03.770]➜  mkdir -p $WORK/b141/
2025-08-20T20:22:38.0503692Z [00:02:03.770]➜  echo -n > $WORK/b141/go_asm.h # internal
2025-08-20T20:22:38.0504013Z [00:02:03.770]➜  cd /root/.go/src/runtime/debug
2025-08-20T20:22:38.0505173Z [00:02:03.770]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b141=>" -I $WORK/b141/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b141/symabis ./debug.s
2025-08-20T20:22:38.0574003Z [00:02:03.778]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T20:22:38.0601558Z [00:02:03.780]➜  cat >/tmp/go-build2464310907/b141/importcfg << 'EOF' # internal
2025-08-20T20:22:38.0602059Z [00:02:03.780]➜  # import config
2025-08-20T20:22:38.0602399Z [00:02:03.780]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:38.0602854Z [00:02:03.780]➜  packagefile internal/poll=/tmp/go-build2464310907/b064/_pkg_.a
2025-08-20T20:22:38.0603287Z [00:02:03.780]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:38.0603707Z [00:02:03.780]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:38.0621353Z [00:02:03.780]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:38.0621806Z [00:02:03.780]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:38.0622241Z [00:02:03.780]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:38.0622994Z [00:02:03.780]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:38.0623417Z [00:02:03.780]➜  EOF
2025-08-20T20:22:38.0623673Z [00:02:03.780]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:38.0625894Z [00:02:03.780]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b141=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid mxuhknRyDyMkG_Bz4Oci/mxuhknRyDyMkG_Bz4Oci -goversion go1.25.0 -symabis $WORK/b141/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack -asmhdr $WORK/b141/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:22:38.0628066Z [00:02:03.781]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/0f/0f6520b927a08e2c202d3eab24f6035d65dfbba5f4a2668ee79b1c2986a1b139-d # internal
2025-08-20T20:22:38.0635286Z [00:02:03.784]➜  math/big
2025-08-20T20:22:38.0645368Z [00:02:03.784]➜  mkdir -p $WORK/b143/
2025-08-20T20:22:38.0646038Z [00:02:03.784]➜  echo -n > $WORK/b143/go_asm.h # internal
2025-08-20T20:22:38.0646356Z [00:02:03.784]➜  cd /root/.go/src/math/big
2025-08-20T20:22:38.0652017Z [00:02:03.784]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b143=>" -I $WORK/b143/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b143/symabis ./arith_arm64.s
2025-08-20T20:22:38.0686509Z [00:02:03.789]➜  cat >/tmp/go-build2464310907/b143/importcfg << 'EOF' # internal
2025-08-20T20:22:38.0687270Z [00:02:03.789]➜  # import config
2025-08-20T20:22:38.0687924Z [00:02:03.789]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:38.0688710Z [00:02:03.789]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:38.0689604Z [00:02:03.789]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:38.0690461Z [00:02:03.789]➜  packagefile internal/byteorder=/tmp/go-build2464310907/b012/_pkg_.a
2025-08-20T20:22:38.0692826Z [00:02:03.789]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:38.0693305Z [00:02:03.789]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:38.0693734Z [00:02:03.789]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:38.0694174Z [00:02:03.789]➜  packagefile math/rand=/tmp/go-build2464310907/b119/_pkg_.a
2025-08-20T20:22:38.0694606Z [00:02:03.789]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:38.0695189Z [00:02:03.789]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:38.0695669Z [00:02:03.789]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:38.0696096Z [00:02:03.789]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:38.0696401Z [00:02:03.789]➜  EOF
2025-08-20T20:22:38.0696643Z [00:02:03.789]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:38.0701069Z [00:02:03.789]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b143/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b143=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid ckCotv1-eUY3z3WtniLs/ckCotv1-eUY3z3WtniLs -goversion go1.25.0 -symabis $WORK/b143/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack -asmhdr $WORK/b143/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:22:38.1404052Z [00:02:03.861]➜  cd /root/.go/src/runtime/debug
2025-08-20T20:22:38.1412052Z [00:02:03.861]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b141=>" -I $WORK/b141/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b141/debug.o ./debug.s
2025-08-20T20:22:38.1461964Z [00:02:03.866]➜  go tool pack r $WORK/b141/_pkg_.a $WORK/b141/debug.o # internal
2025-08-20T20:22:38.1467216Z [00:02:03.867]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T20:22:38.1476260Z [00:02:03.868]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/cb/cb3b30c8e26d6daf52407c28a3594f02b6e62c5f066c8b23b7c934ed448d9fd8-d # internal
2025-08-20T20:22:38.1476866Z [00:02:03.868]➜  crypto/internal/sysrand
2025-08-20T20:22:38.1478048Z [00:02:03.868]➜  mkdir -p $WORK/b167/
2025-08-20T20:22:38.1479301Z [00:02:03.868]➜  cat >/tmp/go-build2464310907/b167/importcfg << 'EOF' # internal
2025-08-20T20:22:38.1480069Z [00:02:03.868]➜  # import config
2025-08-20T20:22:38.1480424Z [00:02:03.868]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:38.1480915Z [00:02:03.868]➜  packagefile internal/syscall/unix=/tmp/go-build2464310907/b065/_pkg_.a
2025-08-20T20:22:38.1481387Z [00:02:03.868]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:38.1481798Z [00:02:03.868]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:38.1482214Z [00:02:03.868]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:38.1482631Z [00:02:03.868]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:38.1483063Z [00:02:03.868]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:38.1483503Z [00:02:03.868]➜  packagefile syscall=/tmp/go-build2464310907/b046/_pkg_.a
2025-08-20T20:22:38.1483932Z [00:02:03.868]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:38.1484250Z [00:02:03.868]➜  EOF
2025-08-20T20:22:38.1484499Z [00:02:03.868]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:38.1486572Z [00:02:03.868]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b167=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid mnJYHg0KzS7cWivVHp2O/mnJYHg0KzS7cWivVHp2O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T20:22:38.1636116Z [00:02:03.884]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T20:22:38.1647163Z [00:02:03.885]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T20:22:38.1696128Z [00:02:03.889]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/9d/9ddfed3b92b73e28941a72f770155e9261cdc8192a629b0e58070085f5c6b62b-d # internal
2025-08-20T20:22:38.1697241Z [00:02:03.890]➜  github.com/charmbracelet/lipgloss
2025-08-20T20:22:38.1698825Z [00:02:03.890]➜  mkdir -p $WORK/b113/
2025-08-20T20:22:38.1703406Z [00:02:03.891]➜  cat >/tmp/go-build2464310907/b113/importcfg << 'EOF' # internal
2025-08-20T20:22:38.1703790Z [00:02:03.891]➜  # import config
2025-08-20T20:22:38.1704234Z [00:02:03.891]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build2464310907/b114/_pkg_.a
2025-08-20T20:22:38.1704854Z [00:02:03.891]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build2464310907/b122/_pkg_.a
2025-08-20T20:22:38.1712624Z [00:02:03.891]➜  packagefile github.com/muesli/termenv=/tmp/go-build2464310907/b129/_pkg_.a
2025-08-20T20:22:38.1713197Z [00:02:03.891]➜  packagefile github.com/rivo/uniseg=/tmp/go-build2464310907/b121/_pkg_.a
2025-08-20T20:22:38.1713662Z [00:02:03.891]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:38.1714323Z [00:02:03.891]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:38.1714847Z [00:02:03.891]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:38.1715456Z [00:02:03.891]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:38.1715882Z [00:02:03.891]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:38.1716301Z [00:02:03.891]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:38.1716615Z [00:02:03.891]➜  EOF
2025-08-20T20:22:38.1722043Z [00:02:03.891]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0=>github.com/charmbracelet/lipgloss@v1.1.0;$WORK/b113=>" -p github.com/charmbracelet/lipgloss -lang=go1.18 -complete -installsuffix shared -buildid uxYoY8leAMeuET0inusc/uxYoY8leAMeuET0inusc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/align.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/ansi_unix.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/borders.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/color.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/get.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/join.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/position.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/ranges.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/renderer.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/runes.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/set.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/size.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/style.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/unset.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/whitespace.go
2025-08-20T20:22:38.1732158Z [00:02:03.894]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T20:22:38.1747827Z [00:02:03.894]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d # internal
2025-08-20T20:22:38.1749191Z [00:02:03.895]➜  crypto/internal/entropy
2025-08-20T20:22:38.1749507Z [00:02:03.895]➜  mkdir -p $WORK/b166/
2025-08-20T20:22:38.1749887Z [00:02:03.895]➜  cat >/tmp/go-build2464310907/b166/importcfg << 'EOF' # internal
2025-08-20T20:22:38.1750234Z [00:02:03.895]➜  # import config
2025-08-20T20:22:38.1750851Z [00:02:03.895]➜  packagefile crypto/internal/sysrand=/tmp/go-build2464310907/b167/_pkg_.a
2025-08-20T20:22:38.1751339Z [00:02:03.895]➜  EOF
2025-08-20T20:22:38.1752995Z [00:02:03.895]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b166=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid uyN8ZSB0PiltA8jeC8ce/uyN8ZSB0PiltA8jeC8ce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T20:22:38.1768179Z [00:02:03.897]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/0a/0a13ffa516478ce4e385f845c194a8035e05d387c00dc4416f81142dc51e96b5-d # internal
2025-08-20T20:22:38.1772473Z [00:02:03.898]➜  github.com/atotto/clipboard
2025-08-20T20:22:38.1772989Z [00:02:03.898]➜  mkdir -p $WORK/b173/
2025-08-20T20:22:38.1777895Z [00:02:03.898]➜  cat >/tmp/go-build2464310907/b173/importcfg << 'EOF' # internal
2025-08-20T20:22:38.1778286Z [00:02:03.898]➜  # import config
2025-08-20T20:22:38.1778643Z [00:02:03.898]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:38.1779080Z [00:02:03.898]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:38.1779502Z [00:02:03.898]➜  packagefile os/exec=/tmp/go-build2464310907/b103/_pkg_.a
2025-08-20T20:22:38.1779817Z [00:02:03.898]➜  EOF
2025-08-20T20:22:38.1782124Z [00:02:03.898]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/atotto/clipboard@v0.1.4=>github.com/atotto/clipboard@v0.1.4;$WORK/b173=>" -p github.com/atotto/clipboard -lang=go1.16 -complete -installsuffix shared -buildid dU7xf_9cbxpt1N7a3LK3/dU7xf_9cbxpt1N7a3LK3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b173/importcfg -pack /root/go/pkg/mod/github.com/atotto/clipboard@v0.1.4/clipboard.go /root/go/pkg/mod/github.com/atotto/clipboard@v0.1.4/clipboard_unix.go
2025-08-20T20:22:38.1855645Z [00:02:03.906]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T20:22:38.1861712Z [00:02:03.907]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d # internal
2025-08-20T20:22:38.1870269Z [00:02:03.908]➜  crypto/internal/fips140/drbg
2025-08-20T20:22:38.1871924Z [00:02:03.908]➜  mkdir -p $WORK/b165/
2025-08-20T20:22:38.1872365Z [00:02:03.908]➜  cat >/tmp/go-build2464310907/b165/importcfg << 'EOF' # internal
2025-08-20T20:22:38.1872744Z [00:02:03.908]➜  # import config
2025-08-20T20:22:38.1873504Z [00:02:03.908]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:38.1874008Z [00:02:03.908]➜  packagefile crypto/internal/entropy=/tmp/go-build2464310907/b166/_pkg_.a
2025-08-20T20:22:38.1874562Z [00:02:03.908]➜  packagefile crypto/internal/fips140=/tmp/go-build2464310907/b152/_pkg_.a
2025-08-20T20:22:38.1875331Z [00:02:03.908]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2464310907/b151/_pkg_.a
2025-08-20T20:22:38.1875935Z [00:02:03.908]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2464310907/b155/_pkg_.a
2025-08-20T20:22:38.1876532Z [00:02:03.908]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2464310907/b162/_pkg_.a
2025-08-20T20:22:38.1877166Z [00:02:03.908]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2464310907/b158/_pkg_.a
2025-08-20T20:22:38.1878924Z [00:02:03.908]➜  packagefile crypto/internal/randutil=/tmp/go-build2464310907/b168/_pkg_.a
2025-08-20T20:22:38.1879506Z [00:02:03.908]➜  packagefile crypto/internal/sysrand=/tmp/go-build2464310907/b167/_pkg_.a
2025-08-20T20:22:38.1880002Z [00:02:03.908]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:38.1880415Z [00:02:03.908]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:38.1880837Z [00:02:03.908]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:38.1881261Z [00:02:03.908]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:38.1881570Z [00:02:03.908]➜  EOF
2025-08-20T20:22:38.1883710Z [00:02:03.908]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b165=>" -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/b165/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:22:38.2007441Z [00:02:03.921]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T20:22:38.2008433Z [00:02:03.921]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/4c/4c326107d834119cbe43ab9688424f8098db62dcf0dbcb109bea74de01296aeb-d # internal
2025-08-20T20:22:38.2009426Z [00:02:03.921]➜  github.com/charmbracelet/huh/internal/accessibility
2025-08-20T20:22:38.2009868Z [00:02:03.921]➜  mkdir -p $WORK/b180/
2025-08-20T20:22:38.2010982Z [00:02:03.922]➜  cat >/tmp/go-build2464310907/b180/importcfg << 'EOF' # internal
2025-08-20T20:22:38.2011338Z [00:02:03.922]➜  # import config
2025-08-20T20:22:38.2011685Z [00:02:03.922]➜  packagefile bufio=/tmp/go-build2464310907/b074/_pkg_.a
2025-08-20T20:22:38.2012099Z [00:02:03.922]➜  packagefile cmp=/tmp/go-build2464310907/b050/_pkg_.a
2025-08-20T20:22:38.2012508Z [00:02:03.922]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:38.2013275Z [00:02:03.922]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:38.2013875Z [00:02:03.922]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build2464310907/b124/_pkg_.a
2025-08-20T20:22:38.2014372Z [00:02:03.922]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:38.2014782Z [00:02:03.922]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:38.2015411Z [00:02:03.922]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:38.2015840Z [00:02:03.922]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:38.2016167Z [00:02:03.922]➜  EOF
2025-08-20T20:22:38.2018349Z [00:02:03.922]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/internal/accessibility=>github.com/charmbracelet/huh@v0.7.0/internal/accessibility;$WORK/b180=>" -p github.com/charmbracelet/huh/internal/accessibility -lang=go1.23 -complete -installsuffix shared -buildid L-D0xEbOBsAMBpNdpmEU/L-D0xEbOBsAMBpNdpmEU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/internal/accessibility/accessibility.go
2025-08-20T20:22:38.2208673Z [00:02:03.941]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T20:22:38.2213453Z [00:02:03.942]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/c1/c13269cfd03013a2ef3d7e76908da7de2ae2384ff8e1356b8dd3c8ced9c90e66-d # internal
2025-08-20T20:22:38.2214172Z [00:02:03.942]➜  github.com/mitchellh/hashstructure/v2
2025-08-20T20:22:38.2214496Z [00:02:03.942]➜  mkdir -p $WORK/b183/
2025-08-20T20:22:38.2217079Z [00:02:03.942]➜  cat >/tmp/go-build2464310907/b183/importcfg << 'EOF' # internal
2025-08-20T20:22:38.2231756Z [00:02:03.942]➜  # import config
2025-08-20T20:22:38.2232165Z [00:02:03.942]➜  packagefile encoding/binary=/tmp/go-build2464310907/b079/_pkg_.a
2025-08-20T20:22:38.2232619Z [00:02:03.942]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:38.2233056Z [00:02:03.942]➜  packagefile hash=/tmp/go-build2464310907/b081/_pkg_.a
2025-08-20T20:22:38.2233493Z [00:02:03.942]➜  packagefile hash/fnv=/tmp/go-build2464310907/b184/_pkg_.a
2025-08-20T20:22:38.2233924Z [00:02:03.942]➜  packagefile reflect=/tmp/go-build2464310907/b061/_pkg_.a
2025-08-20T20:22:38.2234345Z [00:02:03.942]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:38.2234650Z [00:02:03.942]➜  EOF
2025-08-20T20:22:38.2242923Z [00:02:03.942]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/hashstructure/v2@v2.0.2=>github.com/mitchellh/hashstructure/v2@v2.0.2;$WORK/b183=>" -p github.com/mitchellh/hashstructure/v2 -lang=go1.14 -complete -installsuffix shared -buildid o7jYa5Uam-GcWwvvl2Rj/o7jYa5Uam-GcWwvvl2Rj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b183/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/hashstructure/v2@v2.0.2/errors.go /root/go/pkg/mod/github.com/mitchellh/hashstructure/v2@v2.0.2/hashstructure.go /root/go/pkg/mod/github.com/mitchellh/hashstructure/v2@v2.0.2/include.go
2025-08-20T20:22:38.2247060Z [00:02:03.944]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T20:22:38.2247735Z [00:02:03.944]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d # internal
2025-08-20T20:22:38.2248309Z [00:02:03.945]➜  crypto/internal/fips140/aes/gcm
2025-08-20T20:22:38.2248601Z [00:02:03.945]➜  mkdir -p $WORK/b164/
2025-08-20T20:22:38.2248900Z [00:02:03.945]➜  echo -n > $WORK/b164/go_asm.h # internal
2025-08-20T20:22:38.2249262Z [00:02:03.945]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T20:22:38.2250827Z [00:02:03.945]➜  /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/b164=>" -I $WORK/b164/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b164/symabis ./gcm_arm64.s
2025-08-20T20:22:38.2318182Z [00:02:03.952]➜  cat >/tmp/go-build2464310907/b164/importcfg << 'EOF' # internal
2025-08-20T20:22:38.2318623Z [00:02:03.952]➜  # import config
2025-08-20T20:22:38.2319046Z [00:02:03.952]➜  packagefile crypto/internal/fips140=/tmp/go-build2464310907/b152/_pkg_.a
2025-08-20T20:22:38.2319660Z [00:02:03.952]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2464310907/b151/_pkg_.a
2025-08-20T20:22:38.2320248Z [00:02:03.952]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2464310907/b154/_pkg_.a
2025-08-20T20:22:38.2320834Z [00:02:03.952]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2464310907/b155/_pkg_.a
2025-08-20T20:22:38.2321414Z [00:02:03.952]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2464310907/b165/_pkg_.a
2025-08-20T20:22:38.2321998Z [00:02:03.952]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2464310907/b162/_pkg_.a
2025-08-20T20:22:38.2322647Z [00:02:03.952]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2464310907/b158/_pkg_.a
2025-08-20T20:22:38.2323703Z [00:02:03.952]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2464310907/b159/_pkg_.a
2025-08-20T20:22:38.2324273Z [00:02:03.952]➜  packagefile crypto/internal/impl=/tmp/go-build2464310907/b160/_pkg_.a
2025-08-20T20:22:38.2324747Z [00:02:03.952]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:38.2325349Z [00:02:03.952]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:38.2325661Z [00:02:03.952]➜  EOF
2025-08-20T20:22:38.2325912Z [00:02:03.952]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:38.2329445Z [00:02:03.952]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b164=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid RrjrLvctw9Bw7sArM-0F/RrjrLvctw9Bw7sArM-0F -goversion go1.25.0 -symabis $WORK/b164/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b164/importcfg -pack -asmhdr $WORK/b164/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:22:38.3108839Z [00:02:04.031]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T20:22:38.3109526Z [00:02:04.031]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T20:22:38.3110984Z [00:02:04.031]➜  /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/b164=>" -I $WORK/b164/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b164/gcm_arm64.o ./gcm_arm64.s
2025-08-20T20:22:38.3146642Z [00:02:04.035]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/54/54a462c8e43b7eb8ab9fea46ccce5286ddab6636d575598971f666a1647d2171-d # internal
2025-08-20T20:22:38.3151901Z [00:02:04.035]➜  crypto/internal/fips140only
2025-08-20T20:22:38.3157444Z [00:02:04.036]➜  mkdir -p $WORK/b170/
2025-08-20T20:22:38.3157870Z [00:02:04.036]➜  cat >/tmp/go-build2464310907/b170/importcfg << 'EOF' # internal
2025-08-20T20:22:38.3158223Z [00:02:04.036]➜  # import config
2025-08-20T20:22:38.3158650Z [00:02:04.036]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2464310907/b165/_pkg_.a
2025-08-20T20:22:38.3159236Z [00:02:04.036]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2464310907/b157/_pkg_.a
2025-08-20T20:22:38.3159820Z [00:02:04.036]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2464310907/b161/_pkg_.a
2025-08-20T20:22:38.3160397Z [00:02:04.036]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2464310907/b163/_pkg_.a
2025-08-20T20:22:38.3161243Z [00:02:04.036]➜  packagefile hash=/tmp/go-build2464310907/b081/_pkg_.a
2025-08-20T20:22:38.3161785Z [00:02:04.036]➜  packagefile internal/godebug=/tmp/go-build2464310907/b044/_pkg_.a
2025-08-20T20:22:38.3162236Z [00:02:04.036]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:38.3162542Z [00:02:04.036]➜  EOF
2025-08-20T20:22:38.3162789Z [00:02:04.036]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:38.3164546Z [00:02:04.036]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b170=>" -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/b170/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T20:22:38.3198052Z [00:02:04.040]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T20:22:38.3205713Z [00:02:04.040]➜  go tool pack r $WORK/b164/_pkg_.a $WORK/b164/gcm_arm64.o # internal
2025-08-20T20:22:38.3206539Z [00:02:04.040]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T20:22:38.3209909Z [00:02:04.041]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d # internal
2025-08-20T20:22:38.3212100Z [00:02:04.042]➜  github.com/go-logfmt/logfmt
2025-08-20T20:22:38.3213320Z [00:02:04.042]➜  mkdir -p $WORK/b186/
2025-08-20T20:22:38.3218699Z [00:02:04.042]➜  cat >/tmp/go-build2464310907/b186/importcfg << 'EOF' # internal
2025-08-20T20:22:38.3219714Z [00:02:04.042]➜  # import config
2025-08-20T20:22:38.3220450Z [00:02:04.042]➜  packagefile bufio=/tmp/go-build2464310907/b074/_pkg_.a
2025-08-20T20:22:38.3221370Z [00:02:04.042]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:38.3221965Z [00:02:04.042]➜  packagefile encoding=/tmp/go-build2464310907/b058/_pkg_.a
2025-08-20T20:22:38.3222433Z [00:02:04.042]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:38.3222867Z [00:02:04.042]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:38.3223270Z [00:02:04.042]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:38.3223687Z [00:02:04.042]➜  packagefile reflect=/tmp/go-build2464310907/b061/_pkg_.a
2025-08-20T20:22:38.3224118Z [00:02:04.042]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:38.3224551Z [00:02:04.042]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:38.3225086Z [00:02:04.042]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:38.3225563Z [00:02:04.042]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:38.3226008Z [00:02:04.042]➜  packagefile unicode/utf16=/tmp/go-build2464310907/b069/_pkg_.a
2025-08-20T20:22:38.3226482Z [00:02:04.042]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:38.3226823Z [00:02:04.042]➜  EOF
2025-08-20T20:22:38.3227098Z [00:02:04.043]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:38.3232174Z [00:02:04.043]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logfmt/logfmt@v0.6.0=>github.com/go-logfmt/logfmt@v0.6.0;$WORK/b186=>" -p github.com/go-logfmt/logfmt -lang=go1.17 -complete -installsuffix shared -buildid gX0zUVdcLS-_ZZ1QDVSJ/gX0zUVdcLS-_ZZ1QDVSJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b186/importcfg -pack /root/go/pkg/mod/github.com/go-logfmt/logfmt@v0.6.0/decode.go /root/go/pkg/mod/github.com/go-logfmt/logfmt@v0.6.0/doc.go /root/go/pkg/mod/github.com/go-logfmt/logfmt@v0.6.0/encode.go /root/go/pkg/mod/github.com/go-logfmt/logfmt@v0.6.0/jsonstring.go
2025-08-20T20:22:38.3799145Z [00:02:04.099]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T20:22:38.3802326Z [00:02:04.100]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d # internal
2025-08-20T20:22:38.3809659Z [00:02:04.101]➜  crypto/cipher
2025-08-20T20:22:38.3816504Z [00:02:04.102]➜  mkdir -p $WORK/b150/
2025-08-20T20:22:38.3828107Z [00:02:04.103]➜  cat >/tmp/go-build2464310907/b150/importcfg << 'EOF' # internal
2025-08-20T20:22:38.3830035Z [00:02:04.103]➜  # import config
2025-08-20T20:22:38.3830693Z [00:02:04.103]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:38.3832474Z [00:02:04.103]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2464310907/b151/_pkg_.a
2025-08-20T20:22:38.3833523Z [00:02:04.103]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build2464310907/b164/_pkg_.a
2025-08-20T20:22:38.3834473Z [00:02:04.103]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2464310907/b154/_pkg_.a
2025-08-20T20:22:38.3836498Z [00:02:04.103]➜  packagefile crypto/internal/fips140only=/tmp/go-build2464310907/b170/_pkg_.a
2025-08-20T20:22:38.3837446Z [00:02:04.103]➜  packagefile crypto/subtle=/tmp/go-build2464310907/b171/_pkg_.a
2025-08-20T20:22:38.3855600Z [00:02:04.103]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:38.3856834Z [00:02:04.103]➜  packagefile internal/byteorder=/tmp/go-build2464310907/b012/_pkg_.a
2025-08-20T20:22:38.3857321Z [00:02:04.103]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:38.3857632Z [00:02:04.103]➜  EOF
2025-08-20T20:22:38.3859860Z [00:02:04.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b150=>" -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/b150/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:22:38.4109509Z [00:02:04.131]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T20:22:38.4125297Z [00:02:04.133]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/2c/2c9a001f7873737f8c76054fd81edb2dcb9aaac031af116938aae6af3a3049c8-d # internal
2025-08-20T20:22:38.4132501Z [00:02:04.134]➜  log/slog
2025-08-20T20:22:38.4134836Z [00:02:04.134]➜  mkdir -p $WORK/b187/
2025-08-20T20:22:38.4144441Z [00:02:04.135]➜  cat >/tmp/go-build2464310907/b187/importcfg << 'EOF' # internal
2025-08-20T20:22:38.4146506Z [00:02:04.135]➜  # import config
2025-08-20T20:22:38.4146999Z [00:02:04.135]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:38.4147441Z [00:02:04.135]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:38.4147879Z [00:02:04.135]➜  packagefile encoding=/tmp/go-build2464310907/b058/_pkg_.a
2025-08-20T20:22:38.4148335Z [00:02:04.135]➜  packagefile encoding/json=/tmp/go-build2464310907/b057/_pkg_.a
2025-08-20T20:22:38.4148803Z [00:02:04.135]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:38.4149234Z [00:02:04.135]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:38.4149637Z [00:02:04.135]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:38.4150043Z [00:02:04.135]➜  packagefile log=/tmp/go-build2464310907/b138/_pkg_.a
2025-08-20T20:22:38.4150478Z [00:02:04.135]➜  packagefile log/internal=/tmp/go-build2464310907/b139/_pkg_.a
2025-08-20T20:22:38.4150958Z [00:02:04.135]➜  packagefile log/slog/internal=/tmp/go-build2464310907/b188/_pkg_.a
2025-08-20T20:22:38.4151486Z [00:02:04.135]➜  packagefile log/slog/internal/buffer=/tmp/go-build2464310907/b189/_pkg_.a
2025-08-20T20:22:38.4151961Z [00:02:04.135]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:38.4152378Z [00:02:04.135]➜  packagefile reflect=/tmp/go-build2464310907/b061/_pkg_.a
2025-08-20T20:22:38.4152807Z [00:02:04.135]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:38.4153609Z [00:02:04.135]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:38.4154111Z [00:02:04.135]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:38.4154538Z [00:02:04.135]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:38.4155096Z [00:02:04.135]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:38.4155589Z [00:02:04.135]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:38.4156024Z [00:02:04.135]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:38.4156441Z [00:02:04.135]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:38.4156884Z [00:02:04.135]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:38.4157215Z [00:02:04.135]➜  EOF
2025-08-20T20:22:38.4164783Z [00:02:04.137]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/.go/src/log/slog=>log/slog;$WORK/b187=>" -p log/slog -lang=go1.25 -std -complete -installsuffix shared -buildid nhnpwUMZh03h3VIHK5N1/nhnpwUMZh03h3VIHK5N1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b187/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:22:38.4787693Z [00:02:04.199]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T20:22:38.4804586Z [00:02:04.201]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d # internal
2025-08-20T20:22:38.4830870Z [00:02:04.203]➜  crypto/internal/boring
2025-08-20T20:22:38.4834246Z [00:02:04.204]➜  mkdir -p $WORK/b149/
2025-08-20T20:22:38.4835431Z [00:02:04.204]➜  cat >/tmp/go-build2464310907/b149/importcfg << 'EOF' # internal
2025-08-20T20:22:38.4838645Z [00:02:04.204]➜  # import config
2025-08-20T20:22:38.4841550Z [00:02:04.204]➜  packagefile crypto=/tmp/go-build2464310907/b148/_pkg_.a
2025-08-20T20:22:38.4842025Z [00:02:04.204]➜  packagefile crypto/cipher=/tmp/go-build2464310907/b150/_pkg_.a
2025-08-20T20:22:38.4842554Z [00:02:04.204]➜  packagefile crypto/internal/boring/sig=/tmp/go-build2464310907/b172/_pkg_.a
2025-08-20T20:22:38.4843037Z [00:02:04.204]➜  packagefile hash=/tmp/go-build2464310907/b081/_pkg_.a
2025-08-20T20:22:38.4843344Z [00:02:04.204]➜  EOF
2025-08-20T20:22:38.4845258Z [00:02:04.204]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b149=>" -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/b149/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T20:22:38.4987263Z [00:02:04.219]➜  cd /root/.go/src/math/big
2025-08-20T20:22:38.4989698Z [00:02:04.219]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b143=>" -I $WORK/b143/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b143/arith_arm64.o ./arith_arm64.s
2025-08-20T20:22:38.5045370Z [00:02:04.225]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T20:22:38.5077104Z [00:02:04.228]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d # internal
2025-08-20T20:22:38.5078544Z [00:02:04.228]➜  crypto/sha256
2025-08-20T20:22:38.5079414Z [00:02:04.228]➜  mkdir -p $WORK/b147/
2025-08-20T20:22:38.5080426Z [00:02:04.228]➜  cat >/tmp/go-build2464310907/b147/importcfg << 'EOF' # internal
2025-08-20T20:22:38.5081134Z [00:02:04.228]➜  # import config
2025-08-20T20:22:38.5082178Z [00:02:04.228]➜  packagefile crypto=/tmp/go-build2464310907/b148/_pkg_.a
2025-08-20T20:22:38.5082925Z [00:02:04.228]➜  packagefile crypto/internal/boring=/tmp/go-build2464310907/b149/_pkg_.a
2025-08-20T20:22:38.5083629Z [00:02:04.228]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2464310907/b157/_pkg_.a
2025-08-20T20:22:38.5084128Z [00:02:04.228]➜  packagefile hash=/tmp/go-build2464310907/b081/_pkg_.a
2025-08-20T20:22:38.5084441Z [00:02:04.228]➜  EOF
2025-08-20T20:22:38.5084689Z [00:02:04.228]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:38.5086425Z [00:02:04.228]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b147=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid RmStr0QK9Mz1kZnAomE3/RmStr0QK9Mz1kZnAomE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b147/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T20:22:38.5087745Z [00:02:04.228]➜  cd /root/.go/src/math/big
2025-08-20T20:22:38.5088151Z [00:02:04.228]➜  go tool pack r $WORK/b143/_pkg_.a $WORK/b143/arith_arm64.o # internal
2025-08-20T20:22:38.5088878Z [00:02:04.229]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T20:22:38.5102012Z [00:02:04.230]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T20:22:38.5139838Z [00:02:04.234]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d # internal
2025-08-20T20:22:38.5141448Z [00:02:04.235]➜  github.com/dustin/go-humanize
2025-08-20T20:22:38.5143687Z [00:02:04.235]➜  mkdir -p $WORK/b142/
2025-08-20T20:22:38.5148229Z [00:02:04.235]➜  cat >/tmp/go-build2464310907/b142/importcfg << 'EOF' # internal
2025-08-20T20:22:38.5150167Z [00:02:04.235]➜  # import config
2025-08-20T20:22:38.5150811Z [00:02:04.235]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:38.5151578Z [00:02:04.235]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:38.5152700Z [00:02:04.235]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:38.5153159Z [00:02:04.235]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:38.5153605Z [00:02:04.235]➜  packagefile math/big=/tmp/go-build2464310907/b143/_pkg_.a
2025-08-20T20:22:38.5154037Z [00:02:04.235]➜  packagefile regexp=/tmp/go-build2464310907/b085/_pkg_.a
2025-08-20T20:22:38.5154451Z [00:02:04.235]➜  packagefile sort=/tmp/go-build2464310907/b078/_pkg_.a
2025-08-20T20:22:38.5154867Z [00:02:04.235]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:38.5155502Z [00:02:04.235]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:38.5155925Z [00:02:04.235]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:38.5156341Z [00:02:04.235]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:38.5156657Z [00:02:04.235]➜  EOF
2025-08-20T20:22:38.5156901Z [00:02:04.235]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:38.5161022Z [00:02:04.235]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1=>github.com/dustin/go-humanize@v1.0.1;$WORK/b142=>" -p github.com/dustin/go-humanize -lang=go1.16 -complete -installsuffix shared -buildid dPuvWAfkosWMsX-B3-TS/dPuvWAfkosWMsX-B3-TS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b142/importcfg -pack /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/big.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/bigbytes.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/bytes.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/comma.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/commaf.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/ftoa.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/humanize.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/number.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/ordinals.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/si.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/times.go
2025-08-20T20:22:38.5188351Z [00:02:04.239]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/6a/6a63bd9c09001e742a766987fd5a5d9fde3c2369d6560dfa6b9b5d6749802bbe-d # internal
2025-08-20T20:22:38.5202742Z [00:02:04.240]➜  github.com/charmbracelet/bubbletea
2025-08-20T20:22:38.5203084Z [00:02:04.240]➜  mkdir -p $WORK/b112/
2025-08-20T20:22:38.5207806Z [00:02:04.241]➜  cat >/tmp/go-build2464310907/b112/importcfg << 'EOF' # internal
2025-08-20T20:22:38.5210147Z [00:02:04.242]➜  # import config
2025-08-20T20:22:38.5212469Z [00:02:04.242]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:38.5213962Z [00:02:04.242]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:38.5215306Z [00:02:04.242]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:38.5217497Z [00:02:04.242]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:38.5218055Z [00:02:04.242]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2464310907/b113/_pkg_.a
2025-08-20T20:22:38.5218693Z [00:02:04.242]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build2464310907/b114/_pkg_.a
2025-08-20T20:22:38.5219568Z [00:02:04.242]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build2464310907/b124/_pkg_.a
2025-08-20T20:22:38.5221997Z [00:02:04.243]➜  packagefile github.com/muesli/ansi/compressor=/tmp/go-build2464310907/b134/_pkg_.a
2025-08-20T20:22:38.5222999Z [00:02:04.243]➜  packagefile github.com/muesli/cancelreader=/tmp/go-build2464310907/b136/_pkg_.a
2025-08-20T20:22:38.5224427Z [00:02:04.243]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2464310907/b137/_pkg_.a
2025-08-20T20:22:38.5225102Z [00:02:04.243]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:38.5225575Z [00:02:04.243]➜  packagefile log=/tmp/go-build2464310907/b138/_pkg_.a
2025-08-20T20:22:38.5225976Z [00:02:04.243]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:38.5226407Z [00:02:04.243]➜  packagefile os/exec=/tmp/go-build2464310907/b103/_pkg_.a
2025-08-20T20:22:38.5226840Z [00:02:04.243]➜  packagefile os/signal=/tmp/go-build2464310907/b140/_pkg_.a
2025-08-20T20:22:38.5227274Z [00:02:04.243]➜  packagefile regexp=/tmp/go-build2464310907/b085/_pkg_.a
2025-08-20T20:22:38.5227702Z [00:02:04.243]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:38.5228151Z [00:02:04.243]➜  packagefile runtime/debug=/tmp/go-build2464310907/b141/_pkg_.a
2025-08-20T20:22:38.5228585Z [00:02:04.243]➜  packagefile sort=/tmp/go-build2464310907/b078/_pkg_.a
2025-08-20T20:22:38.5229001Z [00:02:04.243]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:38.5229426Z [00:02:04.243]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:38.5229840Z [00:02:04.243]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:38.5230271Z [00:02:04.243]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:38.5230721Z [00:02:04.243]➜  packagefile syscall=/tmp/go-build2464310907/b046/_pkg_.a
2025-08-20T20:22:38.5231144Z [00:02:04.243]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:38.5231560Z [00:02:04.243]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:38.5232004Z [00:02:04.243]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:38.5232337Z [00:02:04.243]➜  EOF
2025-08-20T20:22:38.5243293Z [00:02:04.243]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.4=>github.com/charmbracelet/bubbletea@v1.3.4;$WORK/b112=>" -p github.com/charmbracelet/bubbletea -lang=go1.18 -complete -installsuffix shared -buildid uCl-QxBTKknW8DbG6zlt/uCl-QxBTKknW8DbG6zlt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b112/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.4/commands.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.4/exec.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.4/focus.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.4/inputreader_other.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.4/key.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.4/key_other.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.4/key_sequences.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.4/logging.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.4/mouse.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.4/nil_renderer.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.4/options.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.4/renderer.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.4/screen.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.4/signals_unix.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.4/standard_renderer.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.4/tea.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.4/tea_init.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.4/tty.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.4/tty_unix.go
2025-08-20T20:22:38.5327234Z [00:02:04.253]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T20:22:38.5340570Z [00:02:04.253]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d # internal
2025-08-20T20:22:38.5341251Z [00:02:04.253]➜  github.com/charmbracelet/bubbles/textarea/memoization
2025-08-20T20:22:38.5341606Z [00:02:04.253]➜  mkdir -p $WORK/b176/
2025-08-20T20:22:38.5341976Z [00:02:04.254]➜  cat >/tmp/go-build2464310907/b176/importcfg << 'EOF' # internal
2025-08-20T20:22:38.5342327Z [00:02:04.254]➜  # import config
2025-08-20T20:22:38.5342696Z [00:02:04.254]➜  packagefile container/list=/tmp/go-build2464310907/b177/_pkg_.a
2025-08-20T20:22:38.5343166Z [00:02:04.254]➜  packagefile crypto/sha256=/tmp/go-build2464310907/b147/_pkg_.a
2025-08-20T20:22:38.5343623Z [00:02:04.254]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:38.5344049Z [00:02:04.254]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:38.5344360Z [00:02:04.254]➜  EOF
2025-08-20T20:22:38.5346691Z [00:02:04.254]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/textarea/memoization=>github.com/charmbracelet/bubbles@v0.21.0/textarea/memoization;$WORK/b176=>" -p github.com/charmbracelet/bubbles/textarea/memoization -lang=go1.23 -complete -installsuffix shared -buildid x1s6dXAErj4xchgd2mBV/x1s6dXAErj4xchgd2mBV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/textarea/memoization/memoization.go
2025-08-20T20:22:38.5527622Z [00:02:04.273]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T20:22:38.5542518Z [00:02:04.273]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/a2/a23db75d09dfb66487afb1d0e16b33b733ee688bc808bdc84c70c0a0ee08213c-d # internal
2025-08-20T20:22:38.5543205Z [00:02:04.274]➜  github.com/charmbracelet/x/conpty
2025-08-20T20:22:38.5543519Z [00:02:04.274]➜  mkdir -p $WORK/b191/
2025-08-20T20:22:38.5543896Z [00:02:04.274]➜  cat >/tmp/go-build2464310907/b191/importcfg << 'EOF' # internal
2025-08-20T20:22:38.5544241Z [00:02:04.274]➜  # import config
2025-08-20T20:22:38.5544582Z [00:02:04.274]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:38.5544894Z [00:02:04.274]➜  EOF
2025-08-20T20:22:38.5548183Z [00:02:04.275]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/conpty@v0.1.0=>github.com/charmbracelet/x/conpty@v0.1.0;$WORK/b191=>" -p github.com/charmbracelet/x/conpty -lang=go1.18 -complete -installsuffix shared -buildid XjwBwsMYVtg1fcb_LmEC/XjwBwsMYVtg1fcb_LmEC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b191/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/conpty@v0.1.0/conpty_other.go /root/go/pkg/mod/github.com/charmbracelet/x/conpty@v0.1.0/doc.go
2025-08-20T20:22:38.5718472Z [00:02:04.292]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T20:22:38.5728186Z [00:02:04.293]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/ee/ee3b92947a73795dd528ca73f45b8d21af47b9ac9f162e13255d672ce8356777-d # internal
2025-08-20T20:22:38.5732238Z [00:02:04.294]➜  github.com/charmbracelet/x/termios
2025-08-20T20:22:38.5747384Z [00:02:04.295]➜  mkdir -p $WORK/b192/
2025-08-20T20:22:38.5751535Z [00:02:04.296]➜  cat >/tmp/go-build2464310907/b192/importcfg << 'EOF' # internal
2025-08-20T20:22:38.5752522Z [00:02:04.296]➜  # import config
2025-08-20T20:22:38.5753965Z [00:02:04.296]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2464310907/b125/_pkg_.a
2025-08-20T20:22:38.5754775Z [00:02:04.296]➜  packagefile syscall=/tmp/go-build2464310907/b046/_pkg_.a
2025-08-20T20:22:38.5756086Z [00:02:04.296]➜  EOF
2025-08-20T20:22:38.5759458Z [00:02:04.296]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/termios@v0.1.1=>github.com/charmbracelet/x/termios@v0.1.1;$WORK/b192=>" -p github.com/charmbracelet/x/termios -lang=go1.18 -complete -installsuffix shared -buildid uMbRkdOfUNI5WNlDsCl5/uMbRkdOfUNI5WNlDsCl5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b192/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/termios@v0.1.1/bit_other.go /root/go/pkg/mod/github.com/charmbracelet/x/termios@v0.1.1/syscalls_linux.go /root/go/pkg/mod/github.com/charmbracelet/x/termios@v0.1.1/termios.go /root/go/pkg/mod/github.com/charmbracelet/x/termios@v0.1.1/termios_linux.go /root/go/pkg/mod/github.com/charmbracelet/x/termios@v0.1.1/termios_other.go
2025-08-20T20:22:38.5839933Z [00:02:04.304]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T20:22:38.5849582Z [00:02:04.305]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/d6/d6809dec0b2ed7b3bb303d376d4f20c56ec3243f592aaa0f242f4011e111c861-d # internal
2025-08-20T20:22:38.5946149Z [00:02:04.313]➜  github.com/creack/pty
2025-08-20T20:22:38.5947842Z [00:02:04.313]➜  mkdir -p $WORK/b193/
2025-08-20T20:22:38.5948247Z [00:02:04.313]➜  cat >/tmp/go-build2464310907/b193/importcfg << 'EOF' # internal
2025-08-20T20:22:38.5948602Z [00:02:04.313]➜  # import config
2025-08-20T20:22:38.5948947Z [00:02:04.313]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:38.5949358Z [00:02:04.313]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:38.5949775Z [00:02:04.313]➜  packagefile os/exec=/tmp/go-build2464310907/b103/_pkg_.a
2025-08-20T20:22:38.5950202Z [00:02:04.313]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:38.5950655Z [00:02:04.313]➜  packagefile syscall=/tmp/go-build2464310907/b046/_pkg_.a
2025-08-20T20:22:38.5950974Z [00:02:04.313]➜  EOF
2025-08-20T20:22:38.5954280Z [00:02:04.313]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/creack/pty@v1.1.24=>github.com/creack/pty@v1.1.24;$WORK/b193=>" -p github.com/creack/pty -lang=go1.18 -complete -installsuffix shared -buildid Rc_SwKgjvBmmbWtQ-ts_/Rc_SwKgjvBmmbWtQ-ts_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack /root/go/pkg/mod/github.com/creack/pty@v1.1.24/doc.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/ioctl.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/ioctl_inner.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/pty_linux.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/run.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/start.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/winsize.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/winsize_unix.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/ztypes_arm64.go
2025-08-20T20:22:38.6089220Z [00:02:04.329]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T20:22:38.6096617Z [00:02:04.330]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/db/dbbeaa4dac844e81b08af5b76a4e85bfb321101cc070323a3a6d9cb888ce05f8-d # internal
2025-08-20T20:22:38.6100723Z [00:02:04.330]➜  github.com/tetratelabs/wazero/api
2025-08-20T20:22:38.6103164Z [00:02:04.331]➜  mkdir -p $WORK/b196/
2025-08-20T20:22:38.6103628Z [00:02:04.331]➜  cat >/tmp/go-build2464310907/b196/importcfg << 'EOF' # internal
2025-08-20T20:22:38.6103985Z [00:02:04.331]➜  # import config
2025-08-20T20:22:38.6104334Z [00:02:04.331]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:38.6104758Z [00:02:04.331]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:38.6105558Z [00:02:04.331]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build2464310907/b197/_pkg_.a
2025-08-20T20:22:38.6106140Z [00:02:04.331]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:38.6106561Z [00:02:04.331]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:38.6106878Z [00:02:04.331]➜  EOF
2025-08-20T20:22:38.6110045Z [00:02:04.331]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/api=>github.com/tetratelabs/wazero@v1.8.0/api;$WORK/b196=>" -p github.com/tetratelabs/wazero/api -lang=go1.21 -complete -installsuffix shared -buildid QWJmvmtdnbIeRaqPbUqA/QWJmvmtdnbIeRaqPbUqA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/api/features.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/api/wasm.go
2025-08-20T20:22:38.6230350Z [00:02:04.343]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T20:22:38.6328418Z [00:02:04.353]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/fc/fc4e0fdd5fd87e3885c0b9f5fd7a76629914c489769f82e180cb6659aed59c6e-d # internal
2025-08-20T20:22:38.6369318Z [00:02:04.357]➜  github.com/charmbracelet/log
2025-08-20T20:22:38.6370849Z [00:02:04.357]➜  mkdir -p $WORK/b185/
2025-08-20T20:22:38.6383271Z [00:02:04.359]➜  cat >/tmp/go-build2464310907/b185/importcfg << 'EOF' # internal
2025-08-20T20:22:38.6385037Z [00:02:04.359]➜  # import config
2025-08-20T20:22:38.6385493Z [00:02:04.359]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:38.6385933Z [00:02:04.359]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:38.6386388Z [00:02:04.359]➜  packagefile encoding/json=/tmp/go-build2464310907/b057/_pkg_.a
2025-08-20T20:22:38.6386833Z [00:02:04.359]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:38.6387244Z [00:02:04.359]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:38.6387761Z [00:02:04.359]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2464310907/b113/_pkg_.a
2025-08-20T20:22:38.6388350Z [00:02:04.359]➜  packagefile github.com/go-logfmt/logfmt=/tmp/go-build2464310907/b186/_pkg_.a
2025-08-20T20:22:38.6388900Z [00:02:04.359]➜  packagefile github.com/muesli/termenv=/tmp/go-build2464310907/b129/_pkg_.a
2025-08-20T20:22:38.6389641Z [00:02:04.359]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:38.6390134Z [00:02:04.359]➜  packagefile log=/tmp/go-build2464310907/b138/_pkg_.a
2025-08-20T20:22:38.6390567Z [00:02:04.359]➜  packagefile log/slog=/tmp/go-build2464310907/b187/_pkg_.a
2025-08-20T20:22:38.6390988Z [00:02:04.359]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:38.6391386Z [00:02:04.359]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:38.6391800Z [00:02:04.359]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:38.6392225Z [00:02:04.359]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:38.6392641Z [00:02:04.359]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:38.6393073Z [00:02:04.359]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:38.6393505Z [00:02:04.359]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:38.6393923Z [00:02:04.359]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:38.6394382Z [00:02:04.359]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:38.6395148Z [00:02:04.359]➜  EOF
2025-08-20T20:22:38.6399508Z [00:02:04.359]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2=>github.com/charmbracelet/log@v0.4.2;$WORK/b185=>" -p github.com/charmbracelet/log -lang=go1.19 -complete -installsuffix shared -buildid O_T6-tlHrApnTqSGpHk3/O_T6-tlHrApnTqSGpHk3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b185/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/context.go /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/formatter.go /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/json.go /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/level.go /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/logfmt.go /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/logger.go /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/logger_121.go /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/options.go /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/pkg.go /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/stdlog.go /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/styles.go /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/text.go
2025-08-20T20:22:38.6415400Z [00:02:04.362]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T20:22:38.6421616Z [00:02:04.363]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/c4/c4190f285adb6a3af7c5d30b44d7a6a4da8ecd864531876b73ebc67d213c8078-d # internal
2025-08-20T20:22:38.6433473Z [00:02:04.363]➜  github.com/charmbracelet/x/xpty
2025-08-20T20:22:38.6433932Z [00:02:04.363]➜  mkdir -p $WORK/b190/
2025-08-20T20:22:38.6434319Z [00:02:04.363]➜  cat >/tmp/go-build2464310907/b190/importcfg << 'EOF' # internal
2025-08-20T20:22:38.6434672Z [00:02:04.363]➜  # import config
2025-08-20T20:22:38.6435757Z [00:02:04.363]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:38.6436417Z [00:02:04.363]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:38.6436996Z [00:02:04.363]➜  packagefile github.com/charmbracelet/x/conpty=/tmp/go-build2464310907/b191/_pkg_.a
2025-08-20T20:22:38.6437976Z [00:02:04.363]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build2464310907/b124/_pkg_.a
2025-08-20T20:22:38.6438792Z [00:02:04.363]➜  packagefile github.com/charmbracelet/x/termios=/tmp/go-build2464310907/b192/_pkg_.a
2025-08-20T20:22:38.6439493Z [00:02:04.363]➜  packagefile github.com/creack/pty=/tmp/go-build2464310907/b193/_pkg_.a
2025-08-20T20:22:38.6440077Z [00:02:04.363]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2464310907/b125/_pkg_.a
2025-08-20T20:22:38.6440533Z [00:02:04.363]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:38.6440956Z [00:02:04.363]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:38.6441365Z [00:02:04.363]➜  packagefile os/exec=/tmp/go-build2464310907/b103/_pkg_.a
2025-08-20T20:22:38.6442142Z [00:02:04.363]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:38.6442535Z [00:02:04.363]➜  EOF
2025-08-20T20:22:38.6446270Z [00:02:04.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/xpty@v0.1.2=>github.com/charmbracelet/x/xpty@v0.1.2;$WORK/b190=>" -p github.com/charmbracelet/x/xpty -lang=go1.18 -complete -installsuffix shared -buildid oGHb2LOLbCRnTyR6vGqr/oGHb2LOLbCRnTyR6vGqr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b190/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/xpty@v0.1.2/conpty.go /root/go/pkg/mod/github.com/charmbracelet/x/xpty@v0.1.2/conpty_other.go /root/go/pkg/mod/github.com/charmbracelet/x/xpty@v0.1.2/pty.go /root/go/pkg/mod/github.com/charmbracelet/x/xpty@v0.1.2/pty_unix.go /root/go/pkg/mod/github.com/charmbracelet/x/xpty@v0.1.2/xpty.go
2025-08-20T20:22:38.6462047Z [00:02:04.367]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T20:22:38.6473757Z [00:02:04.368]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/23/23fa46bf571f8c3a66291bf0a873a705f35aa17b66f765a086f0f9a842d401cb-d # internal
2025-08-20T20:22:38.6484710Z [00:02:04.369]➜  github.com/kanrichan/resvg-go/internal
2025-08-20T20:22:38.6498015Z [00:02:04.370]➜  mkdir -p $WORK/b195/
2025-08-20T20:22:38.6504819Z [00:02:04.371]➜  cat >/tmp/go-build2464310907/b195/importcfg << 'EOF' # internal
2025-08-20T20:22:38.6505399Z [00:02:04.371]➜  # import config
2025-08-20T20:22:38.6505751Z [00:02:04.371]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:38.6506182Z [00:02:04.371]➜  packagefile embed=/tmp/go-build2464310907/b051/_pkg_.a
2025-08-20T20:22:38.6506603Z [00:02:04.371]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:38.6507129Z [00:02:04.371]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2464310907/b196/_pkg_.a
2025-08-20T20:22:38.6507538Z [00:02:04.371]➜  EOF
2025-08-20T20:22:38.6509241Z [00:02:04.371]➜  cat >/tmp/go-build2464310907/b195/embedcfg << 'EOF' # internal
2025-08-20T20:22:38.6509796Z [00:02:04.371]➜  {
2025-08-20T20:22:38.6510028Z [00:02:04.371]➜  	"Patterns": {
2025-08-20T20:22:38.6510405Z [00:02:04.371]➜  		"resvg.wasm.gz": [
2025-08-20T20:22:38.6510796Z [00:02:04.371]➜  			"resvg.wasm.gz"
2025-08-20T20:22:38.6511133Z [00:02:04.371]➜  		]
2025-08-20T20:22:38.6511421Z [00:02:04.371]➜  	},
2025-08-20T20:22:38.6511750Z [00:02:04.371]➜  	"Files": {
2025-08-20T20:22:38.6512473Z [00:02:04.371]➜  		"resvg.wasm.gz": "/root/go/pkg/mod/github.com/kanrichan/resvg-go@v0.0.2-0.20231001163256-63db194ca9f5/internal/resvg.wasm.gz"
2025-08-20T20:22:38.6513094Z [00:02:04.371]➜  	}
2025-08-20T20:22:38.6513306Z [00:02:04.371]➜  }EOF
2025-08-20T20:22:38.6516270Z [00:02:04.371]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kanrichan/resvg-go@v0.0.2-0.20231001163256-63db194ca9f5/internal=>github.com/kanrichan/resvg-go@v0.0.2-0.20231001163256-63db194ca9f5/internal;$WORK/b195=>" -p github.com/kanrichan/resvg-go/internal -lang=go1.18 -complete -installsuffix shared -buildid ZMeezCmN4y0-vLyMlbOo/ZMeezCmN4y0-vLyMlbOo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -embedcfg $WORK/b195/embedcfg -pack /root/go/pkg/mod/github.com/kanrichan/resvg-go@v0.0.2-0.20231001163256-63db194ca9f5/internal/resvg.go
2025-08-20T20:22:38.7109941Z [00:02:04.431]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T20:22:38.7124730Z [00:02:04.433]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/07/077a82da0f2663724004ca5337776e7b8f17c12a411b93871ae29167c749c122-d # internal
2025-08-20T20:22:38.7131969Z [00:02:04.434]➜  github.com/tetratelabs/wazero/experimental
2025-08-20T20:22:38.7136671Z [00:02:04.434]➜  mkdir -p $WORK/b199/
2025-08-20T20:22:38.7142435Z [00:02:04.435]➜  cat >/tmp/go-build2464310907/b199/importcfg << 'EOF' # internal
2025-08-20T20:22:38.7143331Z [00:02:04.435]➜  # import config
2025-08-20T20:22:38.7146504Z [00:02:04.435]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:38.7147537Z [00:02:04.435]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2464310907/b196/_pkg_.a
2025-08-20T20:22:38.7151405Z [00:02:04.435]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build2464310907/b200/_pkg_.a
2025-08-20T20:22:38.7153452Z [00:02:04.435]➜  EOF
2025-08-20T20:22:38.7159669Z [00:02:04.436]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/experimental=>github.com/tetratelabs/wazero@v1.8.0/experimental;$WORK/b199=>" -p github.com/tetratelabs/wazero/experimental -lang=go1.21 -complete -installsuffix shared -buildid NcfCKfT_RRTIF-mdlqXk/NcfCKfT_RRTIF-mdlqXk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/experimental/checkpoint.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/experimental/close.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/experimental/experimental.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/experimental/features.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/experimental/importresolver.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/experimental/listener.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/experimental/memory.go
2025-08-20T20:22:38.7198225Z [00:02:04.440]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T20:22:38.7328857Z [00:02:04.452]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/9c/9c82bd68bd8b396ffb7ac81c432bdec8386c363ae7dc1dde691de84b24547930-d # internal
2025-08-20T20:22:38.7330080Z [00:02:04.452]➜  github.com/charmbracelet/bubbles/filepicker
2025-08-20T20:22:38.7331254Z [00:02:04.452]➜  mkdir -p $WORK/b110/
2025-08-20T20:22:38.7332159Z [00:02:04.453]➜  cat >/tmp/go-build2464310907/b110/importcfg << 'EOF' # internal
2025-08-20T20:22:38.7332700Z [00:02:04.453]➜  # import config
2025-08-20T20:22:38.7333202Z [00:02:04.453]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:38.7333870Z [00:02:04.453]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build2464310907/b111/_pkg_.a
2025-08-20T20:22:38.7334882Z [00:02:04.453]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2464310907/b112/_pkg_.a
2025-08-20T20:22:38.7336307Z [00:02:04.453]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2464310907/b113/_pkg_.a
2025-08-20T20:22:38.7336933Z [00:02:04.453]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build2464310907/b142/_pkg_.a
2025-08-20T20:22:38.7337422Z [00:02:04.453]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:38.7337857Z [00:02:04.453]➜  packagefile path/filepath=/tmp/go-build2464310907/b072/_pkg_.a
2025-08-20T20:22:38.7338299Z [00:02:04.453]➜  packagefile sort=/tmp/go-build2464310907/b078/_pkg_.a
2025-08-20T20:22:38.7338717Z [00:02:04.453]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:38.7339162Z [00:02:04.453]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:38.7339614Z [00:02:04.453]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:38.7339944Z [00:02:04.453]➜  EOF
2025-08-20T20:22:38.7342303Z [00:02:04.453]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b110/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/filepicker=>github.com/charmbracelet/bubbles@v0.21.0/filepicker;$WORK/b110=>" -p github.com/charmbracelet/bubbles/filepicker -lang=go1.23 -complete -installsuffix shared -buildid jlDv7CetCU6_Urm60xLC/jlDv7CetCU6_Urm60xLC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/filepicker/filepicker.go /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/filepicker/hidden_unix.go
2025-08-20T20:22:38.7386439Z [00:02:04.459]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T20:22:38.7400284Z [00:02:04.460]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/b8/b859fc993ff1f5fdcff17a88297e8b5af747cc2bf9dbc50cff4d7e3fe690fb44-d # internal
2025-08-20T20:22:38.7406459Z [00:02:04.461]➜  github.com/charmbracelet/bubbles/help
2025-08-20T20:22:38.7407790Z [00:02:04.461]➜  mkdir -p $WORK/b144/
2025-08-20T20:22:38.7410496Z [00:02:04.461]➜  cat >/tmp/go-build2464310907/b144/importcfg << 'EOF' # internal
2025-08-20T20:22:38.7411161Z [00:02:04.461]➜  # import config
2025-08-20T20:22:38.7412170Z [00:02:04.462]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build2464310907/b111/_pkg_.a
2025-08-20T20:22:38.7413723Z [00:02:04.462]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2464310907/b112/_pkg_.a
2025-08-20T20:22:38.7415767Z [00:02:04.462]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2464310907/b113/_pkg_.a
2025-08-20T20:22:38.7416911Z [00:02:04.462]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:38.7417574Z [00:02:04.462]➜  EOF
2025-08-20T20:22:38.7419865Z [00:02:04.462]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/help=>github.com/charmbracelet/bubbles@v0.21.0/help;$WORK/b144=>" -p github.com/charmbracelet/bubbles/help -lang=go1.23 -complete -installsuffix shared -buildid vLa4iVkwgdsRAln14bt3/vLa4iVkwgdsRAln14bt3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/help/help.go
2025-08-20T20:22:38.7686593Z [00:02:04.489]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T20:22:38.7688727Z [00:02:04.489]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/53/53536a6162dafaafd2c5e4f6a432b6add3358b3e8c3a9ccc608fdcf81662412c-d # internal
2025-08-20T20:22:38.7690902Z [00:02:04.489]➜  github.com/charmbracelet/bubbles/spinner
2025-08-20T20:22:38.7691249Z [00:02:04.489]➜  mkdir -p $WORK/b145/
2025-08-20T20:22:38.7691626Z [00:02:04.489]➜  cat >/tmp/go-build2464310907/b145/importcfg << 'EOF' # internal
2025-08-20T20:22:38.7692001Z [00:02:04.489]➜  # import config
2025-08-20T20:22:38.7692462Z [00:02:04.489]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2464310907/b112/_pkg_.a
2025-08-20T20:22:38.7693083Z [00:02:04.489]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2464310907/b113/_pkg_.a
2025-08-20T20:22:38.7693617Z [00:02:04.489]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:38.7694050Z [00:02:04.489]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:38.7694362Z [00:02:04.489]➜  EOF
2025-08-20T20:22:38.7694646Z [00:02:04.489]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T20:22:38.7697131Z [00:02:04.490]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/spinner=>github.com/charmbracelet/bubbles@v0.21.0/spinner;$WORK/b145=>" -p github.com/charmbracelet/bubbles/spinner -lang=go1.23 -complete -installsuffix shared -buildid PlGVTpB49_SgHtQ5PzLQ/PlGVTpB49_SgHtQ5PzLQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/spinner/spinner.go
2025-08-20T20:22:38.7700107Z [00:02:04.490]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/5e/5e10eee940eca290c313876b2a6bef9d5bab44a20263b7686f31a533f9ec55f1-d # internal
2025-08-20T20:22:38.7740496Z [00:02:04.494]➜  github.com/charmbracelet/bubbles/cursor
2025-08-20T20:22:38.7746724Z [00:02:04.494]➜  mkdir -p $WORK/b174/
2025-08-20T20:22:38.7747138Z [00:02:04.494]➜  cat >/tmp/go-build2464310907/b174/importcfg << 'EOF' # internal
2025-08-20T20:22:38.7747496Z [00:02:04.494]➜  # import config
2025-08-20T20:22:38.7747843Z [00:02:04.494]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:38.7748382Z [00:02:04.494]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2464310907/b112/_pkg_.a
2025-08-20T20:22:38.7749257Z [00:02:04.494]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2464310907/b113/_pkg_.a
2025-08-20T20:22:38.7749854Z [00:02:04.494]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:38.7750168Z [00:02:04.494]➜  EOF
2025-08-20T20:22:38.7752114Z [00:02:04.494]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/cursor=>github.com/charmbracelet/bubbles@v0.21.0/cursor;$WORK/b174=>" -p github.com/charmbracelet/bubbles/cursor -lang=go1.23 -complete -installsuffix shared -buildid S3_oP2rqfHMGiQCKU7CS/S3_oP2rqfHMGiQCKU7CS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b174/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/cursor/cursor.go
2025-08-20T20:22:38.8152061Z [00:02:04.535]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T20:22:38.8157775Z [00:02:04.536]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/4a/4a857bb196f2b8a71091467ac5d4810d6e4a8e9cc4f26a50d11ee481d81a9e1b-d # internal
2025-08-20T20:22:38.8161395Z [00:02:04.536]➜  github.com/charmbracelet/bubbles/viewport
2025-08-20T20:22:38.8162842Z [00:02:04.537]➜  mkdir -p $WORK/b178/
2025-08-20T20:22:38.8166027Z [00:02:04.537]➜  cat >/tmp/go-build2464310907/b178/importcfg << 'EOF' # internal
2025-08-20T20:22:38.8167369Z [00:02:04.537]➜  # import config
2025-08-20T20:22:38.8168242Z [00:02:04.537]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build2464310907/b111/_pkg_.a
2025-08-20T20:22:38.8169632Z [00:02:04.537]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2464310907/b112/_pkg_.a
2025-08-20T20:22:38.8170829Z [00:02:04.537]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2464310907/b113/_pkg_.a
2025-08-20T20:22:38.8172009Z [00:02:04.537]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build2464310907/b114/_pkg_.a
2025-08-20T20:22:38.8172581Z [00:02:04.537]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:38.8173023Z [00:02:04.537]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:38.8173369Z [00:02:04.537]➜  EOF
2025-08-20T20:22:38.8175831Z [00:02:04.537]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/viewport=>github.com/charmbracelet/bubbles@v0.21.0/viewport;$WORK/b178=>" -p github.com/charmbracelet/bubbles/viewport -lang=go1.23 -complete -installsuffix shared -buildid WvCW6kTcIfgBWPjae6MX/WvCW6kTcIfgBWPjae6MX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/viewport/keymap.go /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/viewport/viewport.go
2025-08-20T20:22:38.8232725Z [00:02:04.544]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T20:22:38.8233465Z [00:02:04.544]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/3e/3eb0a05e248e0565ecc2e4dc719414c8c59859e9335cb73fabf0c980a143b6cc-d # internal
2025-08-20T20:22:38.8234067Z [00:02:04.544]➜  github.com/charmbracelet/bubbles/textinput
2025-08-20T20:22:38.8234407Z [00:02:04.544]➜  mkdir -p $WORK/b179/
2025-08-20T20:22:38.8298421Z [00:02:04.549]➜  cat >/tmp/go-build2464310907/b179/importcfg << 'EOF' # internal
2025-08-20T20:22:38.8299155Z [00:02:04.549]➜  # import config
2025-08-20T20:22:38.8299773Z [00:02:04.549]➜  packagefile github.com/atotto/clipboard=/tmp/go-build2464310907/b173/_pkg_.a
2025-08-20T20:22:38.8300592Z [00:02:04.549]➜  packagefile github.com/charmbracelet/bubbles/cursor=/tmp/go-build2464310907/b174/_pkg_.a
2025-08-20T20:22:38.8301474Z [00:02:04.549]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build2464310907/b111/_pkg_.a
2025-08-20T20:22:38.8302313Z [00:02:04.549]➜  packagefile github.com/charmbracelet/bubbles/runeutil=/tmp/go-build2464310907/b175/_pkg_.a
2025-08-20T20:22:38.8303252Z [00:02:04.549]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2464310907/b112/_pkg_.a
2025-08-20T20:22:38.8303985Z [00:02:04.549]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2464310907/b113/_pkg_.a
2025-08-20T20:22:38.8305056Z [00:02:04.549]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2464310907/b120/_pkg_.a
2025-08-20T20:22:38.8305707Z [00:02:04.549]➜  packagefile github.com/rivo/uniseg=/tmp/go-build2464310907/b121/_pkg_.a
2025-08-20T20:22:38.8306193Z [00:02:04.549]➜  packagefile reflect=/tmp/go-build2464310907/b061/_pkg_.a
2025-08-20T20:22:38.8306622Z [00:02:04.549]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:38.8307039Z [00:02:04.549]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:38.8307454Z [00:02:04.549]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:38.8307772Z [00:02:04.549]➜  EOF
2025-08-20T20:22:38.8315267Z [00:02:04.549]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/textinput=>github.com/charmbracelet/bubbles@v0.21.0/textinput;$WORK/b179=>" -p github.com/charmbracelet/bubbles/textinput -lang=go1.23 -complete -installsuffix shared -buildid jkK66lZGiyHVL66BHoHV/jkK66lZGiyHVL66BHoHV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/textinput/textinput.go
2025-08-20T20:22:38.8320536Z [00:02:04.550]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T20:22:38.8321349Z [00:02:04.552]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/13/13ae77a5b80c0d06b4f64b3df02448a363663ddb6313f5d75dcae932e52a2a1a-d # internal
2025-08-20T20:22:38.8331991Z [00:02:04.553]➜  github.com/tetratelabs/wazero/sys
2025-08-20T20:22:38.8332415Z [00:02:04.554]➜  mkdir -p $WORK/b202/
2025-08-20T20:22:38.8334552Z [00:02:04.554]➜  cat >/tmp/go-build2464310907/b202/importcfg << 'EOF' # internal
2025-08-20T20:22:38.8335454Z [00:02:04.554]➜  # import config
2025-08-20T20:22:38.8336116Z [00:02:04.554]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:38.8337078Z [00:02:04.554]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:38.8338130Z [00:02:04.554]➜  packagefile io/fs=/tmp/go-build2464310907/b052/_pkg_.a
2025-08-20T20:22:38.8338652Z [00:02:04.554]➜  packagefile syscall=/tmp/go-build2464310907/b046/_pkg_.a
2025-08-20T20:22:38.8338983Z [00:02:04.554]➜  EOF
2025-08-20T20:22:38.8341598Z [00:02:04.554]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/sys=>github.com/tetratelabs/wazero@v1.8.0/sys;$WORK/b202=>" -p github.com/tetratelabs/wazero/sys -lang=go1.21 -complete -installsuffix shared -buildid n_YPNpQj82QsmtjUoHtt/n_YPNpQj82QsmtjUoHtt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b202/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/sys/clock.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/sys/error.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/sys/stat.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/sys/stat_linux.go
2025-08-20T20:22:38.8403004Z [00:02:04.561]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T20:22:38.8434741Z [00:02:04.563]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/96/96c16101161ecb2920e4b7be816b460b719b4013443d789e77f16e4e06e6b391-d # internal
2025-08-20T20:22:38.8435785Z [00:02:04.563]➜  github.com/tetratelabs/wazero/internal/filecache
2025-08-20T20:22:38.8436227Z [00:02:04.563]➜  mkdir -p $WORK/b204/
2025-08-20T20:22:38.8436721Z [00:02:04.563]➜  cat >/tmp/go-build2464310907/b204/importcfg << 'EOF' # internal
2025-08-20T20:22:38.8437209Z [00:02:04.563]➜  # import config
2025-08-20T20:22:38.8437725Z [00:02:04.563]➜  packagefile crypto/sha256=/tmp/go-build2464310907/b147/_pkg_.a
2025-08-20T20:22:38.8438323Z [00:02:04.563]➜  packagefile encoding/hex=/tmp/go-build2464310907/b115/_pkg_.a
2025-08-20T20:22:38.8438901Z [00:02:04.563]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:38.8439442Z [00:02:04.563]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:38.8440290Z [00:02:04.563]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:38.8440984Z [00:02:04.563]➜  packagefile path=/tmp/go-build2464310907/b053/_pkg_.a
2025-08-20T20:22:38.8441543Z [00:02:04.563]➜  packagefile path/filepath=/tmp/go-build2464310907/b072/_pkg_.a
2025-08-20T20:22:38.8442037Z [00:02:04.563]➜  EOF
2025-08-20T20:22:38.8444657Z [00:02:04.563]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/filecache=>github.com/tetratelabs/wazero@v1.8.0/internal/filecache;$WORK/b204=>" -p github.com/tetratelabs/wazero/internal/filecache -lang=go1.21 -complete -installsuffix shared -buildid go3GOCagomaowX_MPU3P/go3GOCagomaowX_MPU3P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/filecache/compilationcache.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/filecache/file_cache.go
2025-08-20T20:22:38.8511793Z [00:02:04.571]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T20:22:38.8528852Z [00:02:04.571]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/79/799aca49300c45ff59288b303a0b481275fd8cb4bf1993413914b76a6377f7fd-d # internal
2025-08-20T20:22:38.8529502Z [00:02:04.572]➜  github.com/tetratelabs/wazero/experimental/sys
2025-08-20T20:22:38.8529837Z [00:02:04.572]➜  mkdir -p $WORK/b201/
2025-08-20T20:22:38.8530209Z [00:02:04.572]➜  cat >/tmp/go-build2464310907/b201/importcfg << 'EOF' # internal
2025-08-20T20:22:38.8530609Z [00:02:04.572]➜  # import config
2025-08-20T20:22:38.8530942Z [00:02:04.572]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:38.8531461Z [00:02:04.572]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2464310907/b202/_pkg_.a
2025-08-20T20:22:38.8531960Z [00:02:04.572]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:38.8532363Z [00:02:04.572]➜  packagefile io/fs=/tmp/go-build2464310907/b052/_pkg_.a
2025-08-20T20:22:38.8532796Z [00:02:04.572]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:38.8533212Z [00:02:04.572]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:38.8533650Z [00:02:04.572]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:38.8534079Z [00:02:04.572]➜  packagefile syscall=/tmp/go-build2464310907/b046/_pkg_.a
2025-08-20T20:22:38.8534398Z [00:02:04.572]➜  EOF
2025-08-20T20:22:38.8539561Z [00:02:04.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/experimental/sys=>github.com/tetratelabs/wazero@v1.8.0/experimental/sys;$WORK/b201=>" -p github.com/tetratelabs/wazero/experimental/sys -lang=go1.21 -complete -installsuffix shared -buildid fa56uwzhaYhnKQcLXJZm/fa56uwzhaYhnKQcLXJZm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/experimental/sys/dir.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/experimental/sys/errno.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/experimental/sys/error.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/experimental/sys/file.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/experimental/sys/fs.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/experimental/sys/oflag.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/experimental/sys/syscall_errno.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/experimental/sys/syscall_errno_notwindows.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/experimental/sys/time.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/experimental/sys/unimplemented.go
2025-08-20T20:22:38.8771657Z [00:02:04.597]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T20:22:38.8782198Z [00:02:04.598]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/e5/e56c38006dfe521bf11d03569daa008f896c1494daeaedd8ecece58965ee9f25-d # internal
2025-08-20T20:22:38.8787677Z [00:02:04.599]➜  github.com/tetratelabs/wazero/internal/leb128
2025-08-20T20:22:38.8788121Z [00:02:04.599]➜  mkdir -p $WORK/b205/
2025-08-20T20:22:38.8825508Z [00:02:04.603]➜  cat >/tmp/go-build2464310907/b205/importcfg << 'EOF' # internal
2025-08-20T20:22:38.8830665Z [00:02:04.603]➜  # import config
2025-08-20T20:22:38.8831043Z [00:02:04.603]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:38.8831469Z [00:02:04.603]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:38.8831871Z [00:02:04.603]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:38.8832179Z [00:02:04.603]➜  EOF
2025-08-20T20:22:38.8834260Z [00:02:04.603]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/leb128=>github.com/tetratelabs/wazero@v1.8.0/internal/leb128;$WORK/b205=>" -p github.com/tetratelabs/wazero/internal/leb128 -lang=go1.21 -complete -installsuffix shared -buildid wjON-1EMq7mdPgHwEZNR/wjON-1EMq7mdPgHwEZNR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/leb128/leb128.go
2025-08-20T20:22:38.8907865Z [00:02:04.611]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T20:22:38.8922473Z [00:02:04.612]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/9a/9a20131c4104d715117c8e2533a96103c4e38da54762a6088b2a26ba4b82760d-d # internal
2025-08-20T20:22:38.8925145Z [00:02:04.613]➜  github.com/charmbracelet/bubbles/textarea
2025-08-20T20:22:38.8925525Z [00:02:04.613]➜  mkdir -p $WORK/b146/
2025-08-20T20:22:38.8927800Z [00:02:04.613]➜  cat >/tmp/go-build2464310907/b146/importcfg << 'EOF' # internal
2025-08-20T20:22:38.8939996Z [00:02:04.614]➜  # import config
2025-08-20T20:22:38.8940501Z [00:02:04.614]➜  packagefile crypto/sha256=/tmp/go-build2464310907/b147/_pkg_.a
2025-08-20T20:22:38.8940951Z [00:02:04.614]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:38.8941475Z [00:02:04.614]➜  packagefile github.com/atotto/clipboard=/tmp/go-build2464310907/b173/_pkg_.a
2025-08-20T20:22:38.8942110Z [00:02:04.614]➜  packagefile github.com/charmbracelet/bubbles/cursor=/tmp/go-build2464310907/b174/_pkg_.a
2025-08-20T20:22:38.8942757Z [00:02:04.614]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build2464310907/b111/_pkg_.a
2025-08-20T20:22:38.8943417Z [00:02:04.614]➜  packagefile github.com/charmbracelet/bubbles/runeutil=/tmp/go-build2464310907/b175/_pkg_.a
2025-08-20T20:22:38.8944146Z [00:02:04.614]➜  packagefile github.com/charmbracelet/bubbles/textarea/memoization=/tmp/go-build2464310907/b176/_pkg_.a
2025-08-20T20:22:38.8944868Z [00:02:04.614]➜  packagefile github.com/charmbracelet/bubbles/viewport=/tmp/go-build2464310907/b178/_pkg_.a
2025-08-20T20:22:38.8945728Z [00:02:04.614]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2464310907/b112/_pkg_.a
2025-08-20T20:22:38.8946347Z [00:02:04.614]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2464310907/b113/_pkg_.a
2025-08-20T20:22:38.8946962Z [00:02:04.614]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build2464310907/b114/_pkg_.a
2025-08-20T20:22:38.8947556Z [00:02:04.614]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2464310907/b120/_pkg_.a
2025-08-20T20:22:38.8948102Z [00:02:04.614]➜  packagefile github.com/rivo/uniseg=/tmp/go-build2464310907/b121/_pkg_.a
2025-08-20T20:22:38.8948581Z [00:02:04.614]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:38.8949003Z [00:02:04.614]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:38.8949430Z [00:02:04.614]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:38.8949744Z [00:02:04.614]➜  EOF
2025-08-20T20:22:38.8952034Z [00:02:04.614]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/textarea=>github.com/charmbracelet/bubbles@v0.21.0/textarea;$WORK/b146=>" -p github.com/charmbracelet/bubbles/textarea -lang=go1.23 -complete -installsuffix shared -buildid 3CJ5jK3U6hF5MK841BvO/3CJ5jK3U6hF5MK841BvO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.21.0/textarea/textarea.go
2025-08-20T20:22:38.8965805Z [00:02:04.617]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T20:22:38.8978738Z [00:02:04.618]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/4f/4fc816232180a3287cab11d950a18b1bbdbecd753809d468240073dc8fa87609-d # internal
2025-08-20T20:22:38.8987508Z [00:02:04.619]➜  github.com/tetratelabs/wazero/internal/ieee754
2025-08-20T20:22:38.8987877Z [00:02:04.619]➜  mkdir -p $WORK/b208/
2025-08-20T20:22:38.8988260Z [00:02:04.619]➜  cat >/tmp/go-build2464310907/b208/importcfg << 'EOF' # internal
2025-08-20T20:22:38.8988600Z [00:02:04.619]➜  # import config
2025-08-20T20:22:38.8988974Z [00:02:04.619]➜  packagefile encoding/binary=/tmp/go-build2464310907/b079/_pkg_.a
2025-08-20T20:22:38.8989430Z [00:02:04.619]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:38.8990217Z [00:02:04.619]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:38.8990532Z [00:02:04.619]➜  EOF
2025-08-20T20:22:38.8992580Z [00:02:04.619]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/ieee754=>github.com/tetratelabs/wazero@v1.8.0/internal/ieee754;$WORK/b208=>" -p github.com/tetratelabs/wazero/internal/ieee754 -lang=go1.21 -complete -installsuffix shared -buildid mcklGA_zu-jboshL8xLt/mcklGA_zu-jboshL8xLt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/ieee754/ieee754.go
2025-08-20T20:22:38.9052929Z [00:02:04.626]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T20:22:38.9063545Z [00:02:04.627]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/69/69913a4f79995ed296f491fad7faff997004110edb81b57569820cd71877ccdf-d # internal
2025-08-20T20:22:38.9065974Z [00:02:04.627]➜  github.com/tetratelabs/wazero/internal/fsapi
2025-08-20T20:22:38.9066323Z [00:02:04.627]➜  mkdir -p $WORK/b211/
2025-08-20T20:22:38.9077548Z [00:02:04.628]➜  cat >/tmp/go-build2464310907/b211/importcfg << 'EOF' # internal
2025-08-20T20:22:38.9095840Z [00:02:04.630]➜  # import config
2025-08-20T20:22:38.9096965Z [00:02:04.630]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2464310907/b201/_pkg_.a
2025-08-20T20:22:38.9097513Z [00:02:04.630]➜  EOF
2025-08-20T20:22:38.9100449Z [00:02:04.630]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b211/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/fsapi=>github.com/tetratelabs/wazero@v1.8.0/internal/fsapi;$WORK/b211=>" -p github.com/tetratelabs/wazero/internal/fsapi -lang=go1.21 -complete -installsuffix shared -buildid cWwnp4kLWrha00rRTuYx/cWwnp4kLWrha00rRTuYx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/fsapi/file.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/fsapi/poll.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/fsapi/unimplemented.go
2025-08-20T20:22:38.9103240Z [00:02:04.630]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T20:22:38.9104184Z [00:02:04.630]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/6b/6bfd09efc50f374eeb8d6a5dd2b57b38e80b8469338d69b28c2891288afaf402-d # internal
2025-08-20T20:22:38.9105113Z [00:02:04.630]➜  github.com/tetratelabs/wazero/internal/platform
2025-08-20T20:22:38.9105510Z [00:02:04.630]➜  mkdir -p $WORK/b212/
2025-08-20T20:22:38.9106055Z [00:02:04.630]➜  cat >/tmp/go-build2464310907/b212/importcfg << 'EOF' # internal
2025-08-20T20:22:38.9106552Z [00:02:04.630]➜  # import config
2025-08-20T20:22:38.9107053Z [00:02:04.630]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2464310907/b202/_pkg_.a
2025-08-20T20:22:38.9108138Z [00:02:04.630]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:38.9108827Z [00:02:04.630]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:38.9109349Z [00:02:04.630]➜  packagefile math/rand=/tmp/go-build2464310907/b119/_pkg_.a
2025-08-20T20:22:38.9109919Z [00:02:04.630]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:38.9110495Z [00:02:04.630]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:38.9111072Z [00:02:04.630]➜  packagefile sort=/tmp/go-build2464310907/b078/_pkg_.a
2025-08-20T20:22:38.9111579Z [00:02:04.630]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:38.9112233Z [00:02:04.630]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:38.9112880Z [00:02:04.630]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:38.9113474Z [00:02:04.630]➜  packagefile syscall=/tmp/go-build2464310907/b046/_pkg_.a
2025-08-20T20:22:38.9113976Z [00:02:04.630]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:38.9114705Z [00:02:04.630]➜  EOF
2025-08-20T20:22:38.9121297Z [00:02:04.630]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b212/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/platform=>github.com/tetratelabs/wazero@v1.8.0/internal/platform;$WORK/b212=>" -p github.com/tetratelabs/wazero/internal/platform -lang=go1.21 -complete -installsuffix shared -buildid 4N7HdyQLaII1wA9IO4ao/4N7HdyQLaII1wA9IO4ao -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b212/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/platform/cpuid.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/platform/cpuid_unsupported.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/platform/crypto.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/platform/mmap_linux.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/platform/mmap_unix.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/platform/path.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/platform/platform.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/platform/platform_arm64.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/platform/time.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/platform/time_cgo.go
2025-08-20T20:22:38.9142096Z [00:02:04.635]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T20:22:38.9150073Z [00:02:04.635]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/84/849390e7a352c5acb7a28ff80fcd0e0ff394cd6a587708b440db230963fe1243-d # internal
2025-08-20T20:22:38.9151674Z [00:02:04.636]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T20:22:38.9152700Z [00:02:04.636]➜  mkdir -p $WORK/b215/
2025-08-20T20:22:38.9155868Z [00:02:04.636]➜  cat >/tmp/go-build2464310907/b215/importcfg << 'EOF' # internal
2025-08-20T20:22:38.9156307Z [00:02:04.636]➜  # import config
2025-08-20T20:22:38.9156672Z [00:02:04.636]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:38.9156997Z [00:02:04.636]➜  EOF
2025-08-20T20:22:38.9158848Z [00:02:04.636]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b215/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b215=>" -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/b215/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T20:22:38.9327208Z [00:02:04.651]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T20:22:38.9329767Z [00:02:04.653]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/7d/7d203ef8376366a5138dc86cbe8306e0e37227a088fb3c8c9bed846adeb65812-d # internal
2025-08-20T20:22:38.9330355Z [00:02:04.653]➜  internal/singleflight
2025-08-20T20:22:38.9330899Z [00:02:04.653]➜  mkdir -p $WORK/b217/
2025-08-20T20:22:38.9331393Z [00:02:04.653]➜  cat >/tmp/go-build2464310907/b217/importcfg << 'EOF' # internal
2025-08-20T20:22:38.9331743Z [00:02:04.653]➜  # import config
2025-08-20T20:22:38.9332086Z [00:02:04.653]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:38.9332398Z [00:02:04.653]➜  EOF
2025-08-20T20:22:38.9334007Z [00:02:04.653]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b217/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b217=>" -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/b217/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T20:22:38.9356304Z [00:02:04.656]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T20:22:38.9365675Z [00:02:04.657]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/7c/7c1a07c7c7c64ce7f3d792ac656591915a35163d6569d43751b2ee7550b38097-d # internal
2025-08-20T20:22:38.9367881Z [00:02:04.657]➜  unique
2025-08-20T20:22:38.9368173Z [00:02:04.657]➜  mkdir -p $WORK/b219/
2025-08-20T20:22:38.9373288Z [00:02:04.658]➜  cat >/tmp/go-build2464310907/b219/importcfg << 'EOF' # internal
2025-08-20T20:22:38.9376001Z [00:02:04.658]➜  # import config
2025-08-20T20:22:38.9376400Z [00:02:04.658]➜  packagefile internal/abi=/tmp/go-build2464310907/b005/_pkg_.a
2025-08-20T20:22:38.9376889Z [00:02:04.658]➜  packagefile internal/goarch=/tmp/go-build2464310907/b006/_pkg_.a
2025-08-20T20:22:38.9377401Z [00:02:04.658]➜  packagefile internal/stringslite=/tmp/go-build2464310907/b031/_pkg_.a
2025-08-20T20:22:38.9377898Z [00:02:04.658]➜  packagefile internal/sync=/tmp/go-build2464310907/b035/_pkg_.a
2025-08-20T20:22:38.9378350Z [00:02:04.658]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:38.9378769Z [00:02:04.658]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:38.9379224Z [00:02:04.658]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:38.9379661Z [00:02:04.658]➜  packagefile weak=/tmp/go-build2464310907/b220/_pkg_.a
2025-08-20T20:22:38.9379968Z [00:02:04.658]➜  EOF
2025-08-20T20:22:38.9381619Z [00:02:04.658]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b219=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid l2dWsOAjPHs0NzjmsNFx/l2dWsOAjPHs0NzjmsNFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b219/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:22:38.9581128Z [00:02:04.678]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T20:22:38.9588297Z [00:02:04.679]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d # internal
2025-08-20T20:22:38.9593861Z [00:02:04.680]➜  debug/dwarf
2025-08-20T20:22:38.9597556Z [00:02:04.680]➜  mkdir -p $WORK/b223/
2025-08-20T20:22:38.9600198Z [00:02:04.680]➜  cat >/tmp/go-build2464310907/b223/importcfg << 'EOF' # internal
2025-08-20T20:22:38.9600573Z [00:02:04.680]➜  # import config
2025-08-20T20:22:38.9600915Z [00:02:04.681]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:38.9603034Z [00:02:04.681]➜  packagefile encoding/binary=/tmp/go-build2464310907/b079/_pkg_.a
2025-08-20T20:22:38.9604110Z [00:02:04.681]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:38.9604598Z [00:02:04.681]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:38.9605149Z [00:02:04.681]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:38.9605631Z [00:02:04.681]➜  packagefile path=/tmp/go-build2464310907/b053/_pkg_.a
2025-08-20T20:22:38.9606086Z [00:02:04.681]➜  packagefile sort=/tmp/go-build2464310907/b078/_pkg_.a
2025-08-20T20:22:38.9606858Z [00:02:04.681]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:38.9607379Z [00:02:04.681]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:38.9607695Z [00:02:04.681]➜  EOF
2025-08-20T20:22:38.9610434Z [00:02:04.681]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b223/_pkg_.a -trimpath "/root/.go/src/debug/dwarf=>debug/dwarf;$WORK/b223=>" -p debug/dwarf -lang=go1.25 -std -complete -installsuffix shared -buildid aVJyGeSjXLianvjRfZLo/aVJyGeSjXLianvjRfZLo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/importcfg -pack /root/.go/src/debug/dwarf/attr_string.go /root/.go/src/debug/dwarf/buf.go /root/.go/src/debug/dwarf/class_string.go /root/.go/src/debug/dwarf/const.go /root/.go/src/debug/dwarf/entry.go /root/.go/src/debug/dwarf/line.go /root/.go/src/debug/dwarf/open.go /root/.go/src/debug/dwarf/tag_string.go /root/.go/src/debug/dwarf/type.go /root/.go/src/debug/dwarf/typeunit.go /root/.go/src/debug/dwarf/unit.go
2025-08-20T20:22:39.0507957Z [00:02:04.771]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T20:22:39.0538676Z [00:02:04.774]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T20:22:39.0568026Z [00:02:04.777]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/1c/1c6aa7d209b7f94234d1328448a35bf6648f665f9bf21ea1b6579b8c5b10cb26-d # internal
2025-08-20T20:22:39.0574677Z [00:02:04.778]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d # internal
2025-08-20T20:22:39.0608645Z [00:02:04.781]➜  net/netip
2025-08-20T20:22:39.0609000Z [00:02:04.781]➜  mkdir -p $WORK/b218/
2025-08-20T20:22:39.0611017Z [00:02:04.782]➜  cat >/tmp/go-build2464310907/b218/importcfg << 'EOF' # internal
2025-08-20T20:22:39.0611617Z [00:02:04.782]➜  # import config
2025-08-20T20:22:39.0612106Z [00:02:04.782]➜  packagefile cmp=/tmp/go-build2464310907/b050/_pkg_.a
2025-08-20T20:22:39.0612661Z [00:02:04.782]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:39.0613252Z [00:02:04.782]➜  packagefile internal/bytealg=/tmp/go-build2464310907/b010/_pkg_.a
2025-08-20T20:22:39.0613948Z [00:02:04.782]➜  packagefile internal/byteorder=/tmp/go-build2464310907/b012/_pkg_.a
2025-08-20T20:22:39.0615157Z [00:02:04.782]➜  packagefile internal/itoa=/tmp/go-build2464310907/b047/_pkg_.a
2025-08-20T20:22:39.0615927Z [00:02:04.782]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:39.0620059Z [00:02:04.782]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:39.0620734Z [00:02:04.782]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:39.0621373Z [00:02:04.782]➜  packagefile unique=/tmp/go-build2464310907/b219/_pkg_.a
2025-08-20T20:22:39.0621895Z [00:02:04.782]➜  EOF
2025-08-20T20:22:39.0623766Z [00:02:04.782]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b218=>" -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/b218/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T20:22:39.0637705Z [00:02:04.783]➜  github.com/charmbracelet/huh
2025-08-20T20:22:39.0638013Z [00:02:04.783]➜  mkdir -p $WORK/b107/
2025-08-20T20:22:39.0638389Z [00:02:04.783]➜  cat >/tmp/go-build2464310907/b107/importcfg << 'EOF' # internal
2025-08-20T20:22:39.0638734Z [00:02:04.783]➜  # import config
2025-08-20T20:22:39.0639064Z [00:02:04.783]➜  packagefile cmp=/tmp/go-build2464310907/b050/_pkg_.a
2025-08-20T20:22:39.0639494Z [00:02:04.783]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:39.0639920Z [00:02:04.783]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:39.0640332Z [00:02:04.783]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:39.0640811Z [00:02:04.783]➜  packagefile github.com/catppuccin/go=/tmp/go-build2464310907/b108/_pkg_.a
2025-08-20T20:22:39.0641756Z [00:02:04.783]➜  packagefile github.com/charmbracelet/bubbles/filepicker=/tmp/go-build2464310907/b110/_pkg_.a
2025-08-20T20:22:39.0642513Z [00:02:04.783]➜  packagefile github.com/charmbracelet/bubbles/help=/tmp/go-build2464310907/b144/_pkg_.a
2025-08-20T20:22:39.0643151Z [00:02:04.783]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build2464310907/b111/_pkg_.a
2025-08-20T20:22:39.0643800Z [00:02:04.783]➜  packagefile github.com/charmbracelet/bubbles/spinner=/tmp/go-build2464310907/b145/_pkg_.a
2025-08-20T20:22:39.0644469Z [00:02:04.783]➜  packagefile github.com/charmbracelet/bubbles/textarea=/tmp/go-build2464310907/b146/_pkg_.a
2025-08-20T20:22:39.0645302Z [00:02:04.783]➜  packagefile github.com/charmbracelet/bubbles/textinput=/tmp/go-build2464310907/b179/_pkg_.a
2025-08-20T20:22:39.0646038Z [00:02:04.783]➜  packagefile github.com/charmbracelet/bubbles/viewport=/tmp/go-build2464310907/b178/_pkg_.a
2025-08-20T20:22:39.0646684Z [00:02:04.783]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2464310907/b112/_pkg_.a
2025-08-20T20:22:39.0647385Z [00:02:04.784]➜  packagefile github.com/charmbracelet/huh/internal/accessibility=/tmp/go-build2464310907/b180/_pkg_.a
2025-08-20T20:22:39.0648384Z [00:02:04.784]➜  packagefile github.com/charmbracelet/huh/internal/selector=/tmp/go-build2464310907/b181/_pkg_.a
2025-08-20T20:22:39.0649047Z [00:02:04.784]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2464310907/b113/_pkg_.a
2025-08-20T20:22:39.0649665Z [00:02:04.784]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build2464310907/b122/_pkg_.a
2025-08-20T20:22:39.0650306Z [00:02:04.784]➜  packagefile github.com/charmbracelet/x/exp/strings=/tmp/go-build2464310907/b182/_pkg_.a
2025-08-20T20:22:39.0650950Z [00:02:04.784]➜  packagefile github.com/mitchellh/hashstructure/v2=/tmp/go-build2464310907/b183/_pkg_.a
2025-08-20T20:22:39.0651460Z [00:02:04.784]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:39.0651855Z [00:02:04.784]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:39.0652280Z [00:02:04.784]➜  packagefile os/exec=/tmp/go-build2464310907/b103/_pkg_.a
2025-08-20T20:22:39.0652714Z [00:02:04.784]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:39.0653139Z [00:02:04.784]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:39.0653557Z [00:02:04.784]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:39.0653967Z [00:02:04.784]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:39.0654405Z [00:02:04.784]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:39.0654737Z [00:02:04.784]➜  EOF
2025-08-20T20:22:39.0664283Z [00:02:04.784]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0=>github.com/charmbracelet/huh@v0.7.0;$WORK/b107=>" -p github.com/charmbracelet/huh -lang=go1.23 -complete -installsuffix shared -buildid x0q8EMRKfdOcAkEWzXmM/x0q8EMRKfdOcAkEWzXmM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/accessor.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/clamp.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/eval.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/field_confirm.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/field_filepicker.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/field_input.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/field_multiselect.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/field_note.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/field_select.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/field_text.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/form.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/group.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/huh.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/keymap.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/layout.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/option.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/run.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/theme.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/validate.go /root/go/pkg/mod/github.com/charmbracelet/huh@v0.7.0/wrap.go
2025-08-20T20:22:39.0768297Z [00:02:04.795]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T20:22:39.0794849Z [00:02:04.798]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d # internal
2025-08-20T20:22:39.0796720Z [00:02:04.798]➜  github.com/tetratelabs/wazero/internal/version
2025-08-20T20:22:39.0797067Z [00:02:04.798]➜  mkdir -p $WORK/b234/
2025-08-20T20:22:39.0797439Z [00:02:04.798]➜  cat >/tmp/go-build2464310907/b234/importcfg << 'EOF' # internal
2025-08-20T20:22:39.0797782Z [00:02:04.798]➜  # import config
2025-08-20T20:22:39.0798177Z [00:02:04.798]➜  packagefile runtime/debug=/tmp/go-build2464310907/b141/_pkg_.a
2025-08-20T20:22:39.0799023Z [00:02:04.798]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:39.0799350Z [00:02:04.798]➜  EOF
2025-08-20T20:22:39.0801422Z [00:02:04.798]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b234/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/version=>github.com/tetratelabs/wazero@v1.8.0/internal/version;$WORK/b234=>" -p github.com/tetratelabs/wazero/internal/version -lang=go1.21 -complete -installsuffix shared -buildid geU9Xs52ipb6xsf_pgDS/geU9Xs52ipb6xsf_pgDS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/version/version.go
2025-08-20T20:22:39.0892238Z [00:02:04.809]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T20:22:39.0900023Z [00:02:04.810]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/f8/f8ee6de103d751c48b1f759ffd64b34935a7c8409f75a279e70a8b7a9a733eef-d # internal
2025-08-20T20:22:39.0900683Z [00:02:04.810]➜  github.com/tetratelabs/wazero/internal/wasip1
2025-08-20T20:22:39.0901036Z [00:02:04.810]➜  mkdir -p $WORK/b237/
2025-08-20T20:22:39.0901407Z [00:02:04.810]➜  cat >/tmp/go-build2464310907/b237/importcfg << 'EOF' # internal
2025-08-20T20:22:39.0901751Z [00:02:04.810]➜  # import config
2025-08-20T20:22:39.0902082Z [00:02:04.810]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:39.0902661Z [00:02:04.810]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2464310907/b201/_pkg_.a
2025-08-20T20:22:39.0903225Z [00:02:04.810]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:39.0903663Z [00:02:04.810]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:39.0903984Z [00:02:04.810]➜  EOF
2025-08-20T20:22:39.0909795Z [00:02:04.810]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b237/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasip1=>github.com/tetratelabs/wazero@v1.8.0/internal/wasip1;$WORK/b237=>" -p github.com/tetratelabs/wazero/internal/wasip1 -lang=go1.21 -complete -installsuffix shared -buildid bELUt3-yHBlcQPDD788Q/bELUt3-yHBlcQPDD788Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasip1/args.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasip1/clock.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasip1/environ.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasip1/errno.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasip1/fs.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasip1/poll.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasip1/proc.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasip1/random.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasip1/rights.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasip1/sched.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasip1/sock.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasip1/wasi.go
2025-08-20T20:22:39.1127822Z [00:02:04.833]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T20:22:39.1178757Z [00:02:04.838]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/58/58af1df7ca4b272b76a0247e9e962ab03a73f69e65869035f8448ab26e1fb524-d # internal
2025-08-20T20:22:39.2607247Z [00:02:04.981]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T20:22:39.2746616Z [00:02:04.993]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/51/51552ff03f543f8adef2b2b385795b8044c867db5079e4537a6af9af1ee93bfb-d # internal
2025-08-20T20:22:39.2754270Z [00:02:04.996]➜  github.com/tetratelabs/wazero/internal/wasmdebug
2025-08-20T20:22:39.2755396Z [00:02:04.996]➜  mkdir -p $WORK/b222/
2025-08-20T20:22:39.2776221Z [00:02:04.997]➜  cat >/tmp/go-build2464310907/b222/importcfg << 'EOF' # internal
2025-08-20T20:22:39.2778836Z [00:02:04.997]➜  # import config
2025-08-20T20:22:39.2782067Z [00:02:04.997]➜  packagefile debug/dwarf=/tmp/go-build2464310907/b223/_pkg_.a
2025-08-20T20:22:39.2782550Z [00:02:04.997]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:39.2782977Z [00:02:04.997]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:39.2783499Z [00:02:04.997]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2464310907/b196/_pkg_.a
2025-08-20T20:22:39.2784190Z [00:02:04.997]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build2464310907/b224/_pkg_.a
2025-08-20T20:22:39.2784865Z [00:02:04.997]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2464310907/b202/_pkg_.a
2025-08-20T20:22:39.2785561Z [00:02:04.997]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:39.2785980Z [00:02:04.997]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:39.2786454Z [00:02:04.997]➜  packagefile runtime/debug=/tmp/go-build2464310907/b141/_pkg_.a
2025-08-20T20:22:39.2786905Z [00:02:04.997]➜  packagefile sort=/tmp/go-build2464310907/b078/_pkg_.a
2025-08-20T20:22:39.2787322Z [00:02:04.997]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:39.2787751Z [00:02:04.997]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:39.2788171Z [00:02:04.997]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:39.2788479Z [00:02:04.997]➜  EOF
2025-08-20T20:22:39.2790908Z [00:02:04.997]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasmdebug=>github.com/tetratelabs/wazero@v1.8.0/internal/wasmdebug;$WORK/b222=>" -p github.com/tetratelabs/wazero/internal/wasmdebug -lang=go1.21 -complete -installsuffix shared -buildid eKCgzpx1wt6Gw6S6eFwR/eKCgzpx1wt6Gw6S6eFwR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasmdebug/debug.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasmdebug/dwarf.go
2025-08-20T20:22:39.3244307Z [00:02:05.045]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T20:22:39.3321607Z [00:02:05.052]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d # internal
2025-08-20T20:22:39.3362911Z [00:02:05.056]➜  net
2025-08-20T20:22:39.3363724Z [00:02:05.056]➜  mkdir -p $WORK/b214/
2025-08-20T20:22:39.3380631Z [00:02:05.057]➜  echo -n > $WORK/b214/preferlinkext # internal
2025-08-20T20:22:39.3381073Z [00:02:05.057]➜  cd /root/.go/src/net
2025-08-20T20:22:39.3382552Z [00:02:05.057]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b214/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b214/ -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:22:39.3383736Z [00:02:05.058]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T20:22:39.3385714Z [00:02:05.059]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/c0/c0f8ea17d906f05369d9e1af9aa73ced51aa6409f7e4776b1a03d96f7bef9ff4-d # internal
2025-08-20T20:22:39.4310467Z [00:02:05.151]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T20:22:39.4374150Z [00:02:05.158]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/a4/a46afb5d6afdfd27504dd7ea4253b8bec2a3619a88f7e7ce3e3ca9eca6bfaf3e-d # internal
2025-08-20T20:22:39.6925169Z [00:02:05.413]➜  cd $WORK/b214
2025-08-20T20:22:39.6926666Z [00:02:05.413]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b214=/tmp/go-build -gno-record-gcc-switches -I $WORK/b214/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b214/_x001.o -c _cgo_export.c
2025-08-20T20:22:39.7082472Z [00:02:05.429]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b214=/tmp/go-build -gno-record-gcc-switches -I $WORK/b214/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b214/_x002.o -c cgo_linux.cgo2.c
2025-08-20T20:22:39.7260462Z [00:02:05.446]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b214=/tmp/go-build -gno-record-gcc-switches -I $WORK/b214/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b214/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T20:22:39.7472412Z [00:02:05.468]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b214=/tmp/go-build -gno-record-gcc-switches -I $WORK/b214/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b214/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T20:22:39.7655995Z [00:02:05.486]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b214=/tmp/go-build -gno-record-gcc-switches -I $WORK/b214/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b214/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T20:22:39.7921040Z [00:02:05.512]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b214=/tmp/go-build -gno-record-gcc-switches -I $WORK/b214/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b214/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T20:22:39.8141917Z [00:02:05.534]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b214=/tmp/go-build -gno-record-gcc-switches -I $WORK/b214/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b214/_cgo_main.o -c _cgo_main.c
2025-08-20T20:22:39.8289959Z [00:02:05.549]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:39.8291435Z [00:02:05.549]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b214=/tmp/go-build -gno-record-gcc-switches -o $WORK/b214/_cgo_.o $WORK/b214/_cgo_main.o $WORK/b214/preferlinkext $WORK/b214/_x001.o $WORK/b214/_x002.o $WORK/b214/_x003.o $WORK/b214/_x004.o $WORK/b214/_x005.o $WORK/b214/_x006.o -O2 -g -lresolv
2025-08-20T20:22:39.9257347Z [00:02:05.646]➜  gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b214=/tmp/go-build -gno-record-gcc-switches -o $WORK/b214/_cgo_.o $WORK/b214/_cgo_main.o $WORK/b214/preferlinkext $WORK/b214/_x001.o $WORK/b214/_x002.o $WORK/b214/_x003.o $WORK/b214/_x004.o $WORK/b214/_x005.o $WORK/b214/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T20:22:39.9259099Z [00:02:05.646]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage net -dynimport $WORK/b214/_cgo_.o -dynout $WORK/b214/_cgo_import.go
2025-08-20T20:22:39.9282856Z [00:02:05.649]➜  cat >/tmp/go-build2464310907/b214/importcfg << 'EOF' # internal
2025-08-20T20:22:39.9283264Z [00:02:05.649]➜  # import config
2025-08-20T20:22:39.9283732Z [00:02:05.649]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T20:22:39.9284243Z [00:02:05.649]➜  packagefile cmp=/tmp/go-build2464310907/b050/_pkg_.a
2025-08-20T20:22:39.9284668Z [00:02:05.649]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:39.9285290Z [00:02:05.649]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:39.9285862Z [00:02:05.649]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build2464310907/b215/_pkg_.a
2025-08-20T20:22:39.9286823Z [00:02:05.649]➜  packagefile internal/bytealg=/tmp/go-build2464310907/b010/_pkg_.a
2025-08-20T20:22:39.9287321Z [00:02:05.649]➜  packagefile internal/godebug=/tmp/go-build2464310907/b044/_pkg_.a
2025-08-20T20:22:39.9287806Z [00:02:05.649]➜  packagefile internal/itoa=/tmp/go-build2464310907/b047/_pkg_.a
2025-08-20T20:22:39.9288292Z [00:02:05.649]➜  packagefile internal/nettrace=/tmp/go-build2464310907/b216/_pkg_.a
2025-08-20T20:22:39.9288775Z [00:02:05.649]➜  packagefile internal/poll=/tmp/go-build2464310907/b064/_pkg_.a
2025-08-20T20:22:39.9289280Z [00:02:05.649]➜  packagefile internal/singleflight=/tmp/go-build2464310907/b217/_pkg_.a
2025-08-20T20:22:39.9289806Z [00:02:05.649]➜  packagefile internal/stringslite=/tmp/go-build2464310907/b031/_pkg_.a
2025-08-20T20:22:39.9290340Z [00:02:05.649]➜  packagefile internal/syscall/unix=/tmp/go-build2464310907/b065/_pkg_.a
2025-08-20T20:22:39.9290807Z [00:02:05.649]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:39.9291214Z [00:02:05.649]➜  packagefile io/fs=/tmp/go-build2464310907/b052/_pkg_.a
2025-08-20T20:22:39.9291643Z [00:02:05.649]➜  packagefile net/netip=/tmp/go-build2464310907/b218/_pkg_.a
2025-08-20T20:22:39.9292063Z [00:02:05.649]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:39.9292478Z [00:02:05.649]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:39.9292902Z [00:02:05.649]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:39.9293318Z [00:02:05.649]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:39.9293770Z [00:02:05.649]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:39.9294217Z [00:02:05.649]➜  packagefile syscall=/tmp/go-build2464310907/b046/_pkg_.a
2025-08-20T20:22:39.9294648Z [00:02:05.649]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:39.9295281Z [00:02:05.649]➜  packagefile runtime/cgo=/tmp/go-build2464310907/b100/_pkg_.a
2025-08-20T20:22:39.9295671Z [00:02:05.649]➜  EOF
2025-08-20T20:22:39.9304593Z [00:02:05.649]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b214/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b214=>" -p net -lang=go1.25 -std -installsuffix shared -buildid eXcrLAO0S0TwJ_5cJgMP/eXcrLAO0S0TwJ_5cJgMP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b214/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/b214/_cgo_gotypes.go $WORK/b214/cgo_linux.cgo1.go $WORK/b214/cgo_resnew.cgo1.go $WORK/b214/cgo_socknew.cgo1.go $WORK/b214/cgo_unix_cgo.cgo1.go $WORK/b214/cgo_unix_cgo_res.cgo1.go $WORK/b214/_cgo_import.go
2025-08-20T20:22:40.3806796Z [00:02:06.101]➜  cd /root/.go/src/net
2025-08-20T20:22:40.3807660Z [00:02:06.101]➜  go tool pack r $WORK/b214/_pkg_.a $WORK/b214/preferlinkext $WORK/b214/_x001.o $WORK/b214/_x002.o $WORK/b214/_x003.o $WORK/b214/_x004.o $WORK/b214/_x005.o $WORK/b214/_x006.o # internal
2025-08-20T20:22:40.3808389Z [00:02:06.101]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T20:22:40.3910614Z [00:02:06.111]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/f8/f80281cb28ac85f3631975b0b3c235a2d0e6a4c60267eb8e31a5ec7a47d315f9-d # internal
2025-08-20T20:22:40.3912530Z [00:02:06.112]➜  github.com/tetratelabs/wazero/internal/sock
2025-08-20T20:22:40.3912908Z [00:02:06.112]➜  mkdir -p $WORK/b213/
2025-08-20T20:22:40.3913291Z [00:02:06.112]➜  cat >/tmp/go-build2464310907/b213/importcfg << 'EOF' # internal
2025-08-20T20:22:40.3913640Z [00:02:06.112]➜  # import config
2025-08-20T20:22:40.3913967Z [00:02:06.112]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:40.3914551Z [00:02:06.112]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2464310907/b201/_pkg_.a
2025-08-20T20:22:40.3915446Z [00:02:06.112]➜  packagefile net=/tmp/go-build2464310907/b214/_pkg_.a
2025-08-20T20:22:40.3915872Z [00:02:06.112]➜  packagefile syscall=/tmp/go-build2464310907/b046/_pkg_.a
2025-08-20T20:22:40.3916191Z [00:02:06.112]➜  EOF
2025-08-20T20:22:40.3916456Z [00:02:06.112]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:40.3918885Z [00:02:06.112]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b213/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sock=>github.com/tetratelabs/wazero@v1.8.0/internal/sock;$WORK/b213=>" -p github.com/tetratelabs/wazero/internal/sock -lang=go1.21 -complete -installsuffix shared -buildid sUDIFjqs8P1DtZbf80mY/sUDIFjqs8P1DtZbf80mY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sock/sock.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sock/sock_supported.go
2025-08-20T20:22:40.4143517Z [00:02:06.135]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T20:22:40.4150818Z [00:02:06.136]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/88/881e6e526fe2199b94c4109b7e95cccbc100e1e5b9be781fa479918fb0881502-d # internal
2025-08-20T20:22:40.4155058Z [00:02:06.136]➜  github.com/tetratelabs/wazero/internal/sysfs
2025-08-20T20:22:40.4155502Z [00:02:06.136]➜  mkdir -p $WORK/b221/
2025-08-20T20:22:40.4157188Z [00:02:06.136]➜  cat >/tmp/go-build2464310907/b221/importcfg << 'EOF' # internal
2025-08-20T20:22:40.4158249Z [00:02:06.136]➜  # import config
2025-08-20T20:22:40.4158619Z [00:02:06.136]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:40.4159199Z [00:02:06.136]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2464310907/b201/_pkg_.a
2025-08-20T20:22:40.4159910Z [00:02:06.136]➜  packagefile github.com/tetratelabs/wazero/internal/fsapi=/tmp/go-build2464310907/b211/_pkg_.a
2025-08-20T20:22:40.4160797Z [00:02:06.136]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build2464310907/b212/_pkg_.a
2025-08-20T20:22:40.4161627Z [00:02:06.136]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build2464310907/b213/_pkg_.a
2025-08-20T20:22:40.4164524Z [00:02:06.136]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2464310907/b202/_pkg_.a
2025-08-20T20:22:40.4165779Z [00:02:06.136]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:40.4166239Z [00:02:06.136]➜  packagefile io/fs=/tmp/go-build2464310907/b052/_pkg_.a
2025-08-20T20:22:40.4166683Z [00:02:06.136]➜  packagefile net=/tmp/go-build2464310907/b214/_pkg_.a
2025-08-20T20:22:40.4167084Z [00:02:06.136]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:40.4167489Z [00:02:06.136]➜  packagefile path=/tmp/go-build2464310907/b053/_pkg_.a
2025-08-20T20:22:40.4167907Z [00:02:06.136]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:40.4168334Z [00:02:06.136]➜  packagefile syscall=/tmp/go-build2464310907/b046/_pkg_.a
2025-08-20T20:22:40.4168752Z [00:02:06.136]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:40.4169058Z [00:02:06.136]➜  EOF
2025-08-20T20:22:40.4179421Z [00:02:06.136]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs=>github.com/tetratelabs/wazero@v1.8.0/internal/sysfs;$WORK/b221=>" -p github.com/tetratelabs/wazero/internal/sysfs -lang=go1.21 -complete -installsuffix shared -buildid Zf7SeE9WCsbaoF6CNg7I/Zf7SeE9WCsbaoF6CNg7I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/adapter.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/datasync_linux.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/dir.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/dirfs.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/dirfs_supported.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/file.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/file_unix.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/futimens.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/futimens_linux.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/ino.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/nonblock_unix.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/oflag.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/open_file_linux.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/open_file_notwindows.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/osfile.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/poll.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/poll_linux.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/readfs.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/rename.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/sock.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/sock_supported.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/sock_unix.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/stat.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/stat_linux.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/sync.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/sysfs.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sysfs/unlink.go
2025-08-20T20:22:40.5074003Z [00:02:06.228]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T20:22:40.5100964Z [00:02:06.231]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/0e/0eae891d2ec19cd73ad73d05fb9a38db87491fa4edbc331418bd4276e6bcd84e-d # internal
2025-08-20T20:22:40.5102221Z [00:02:06.231]➜  github.com/tetratelabs/wazero/internal/sys
2025-08-20T20:22:40.5102767Z [00:02:06.231]➜  mkdir -p $WORK/b209/
2025-08-20T20:22:40.5105538Z [00:02:06.231]➜  cat >/tmp/go-build2464310907/b209/importcfg << 'EOF' # internal
2025-08-20T20:22:40.5106717Z [00:02:06.231]➜  # import config
2025-08-20T20:22:40.5107158Z [00:02:06.231]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:40.5107595Z [00:02:06.231]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:40.5108179Z [00:02:06.231]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2464310907/b201/_pkg_.a
2025-08-20T20:22:40.5108921Z [00:02:06.231]➜  packagefile github.com/tetratelabs/wazero/internal/descriptor=/tmp/go-build2464310907/b210/_pkg_.a
2025-08-20T20:22:40.5109645Z [00:02:06.231]➜  packagefile github.com/tetratelabs/wazero/internal/fsapi=/tmp/go-build2464310907/b211/_pkg_.a
2025-08-20T20:22:40.5110362Z [00:02:06.231]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build2464310907/b212/_pkg_.a
2025-08-20T20:22:40.5111068Z [00:02:06.231]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build2464310907/b213/_pkg_.a
2025-08-20T20:22:40.5111772Z [00:02:06.231]➜  packagefile github.com/tetratelabs/wazero/internal/sysfs=/tmp/go-build2464310907/b221/_pkg_.a
2025-08-20T20:22:40.5112446Z [00:02:06.231]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2464310907/b202/_pkg_.a
2025-08-20T20:22:40.5112948Z [00:02:06.231]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:40.5113359Z [00:02:06.231]➜  packagefile io/fs=/tmp/go-build2464310907/b052/_pkg_.a
2025-08-20T20:22:40.5113771Z [00:02:06.231]➜  packagefile net=/tmp/go-build2464310907/b214/_pkg_.a
2025-08-20T20:22:40.5114170Z [00:02:06.231]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:40.5114574Z [00:02:06.231]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:40.5114885Z [00:02:06.231]➜  EOF
2025-08-20T20:22:40.5118570Z [00:02:06.231]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b209/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sys=>github.com/tetratelabs/wazero@v1.8.0/internal/sys;$WORK/b209=>" -p github.com/tetratelabs/wazero/internal/sys -lang=go1.21 -complete -installsuffix shared -buildid G6gb3Cx97xFodU2Fpz-p/G6gb3Cx97xFodU2Fpz-p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b209/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sys/fs.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sys/lazy.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sys/stdio.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/sys/sys.go
2025-08-20T20:22:40.5805390Z [00:02:06.301]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T20:22:40.5827759Z [00:02:06.303]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/a6/a68d147d1bb3ae24366c33800acec9852e8b2b7ee82f9b3e83c61ec4c681bc67-d # internal
2025-08-20T20:22:40.5832285Z [00:02:06.304]➜  github.com/tetratelabs/wazero/internal/wasm
2025-08-20T20:22:40.5832706Z [00:02:06.304]➜  mkdir -p $WORK/b207/
2025-08-20T20:22:40.5836250Z [00:02:06.304]➜  cat >/tmp/go-build2464310907/b207/importcfg << 'EOF' # internal
2025-08-20T20:22:40.5836733Z [00:02:06.304]➜  # import config
2025-08-20T20:22:40.5837440Z [00:02:06.304]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:40.5837906Z [00:02:06.304]➜  packagefile container/list=/tmp/go-build2464310907/b177/_pkg_.a
2025-08-20T20:22:40.5838361Z [00:02:06.304]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:40.5838809Z [00:02:06.304]➜  packagefile crypto/sha256=/tmp/go-build2464310907/b147/_pkg_.a
2025-08-20T20:22:40.5839289Z [00:02:06.304]➜  packagefile encoding/binary=/tmp/go-build2464310907/b079/_pkg_.a
2025-08-20T20:22:40.5839742Z [00:02:06.304]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:40.5840155Z [00:02:06.304]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:40.5840677Z [00:02:06.304]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2464310907/b196/_pkg_.a
2025-08-20T20:22:40.5841350Z [00:02:06.304]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build2464310907/b199/_pkg_.a
2025-08-20T20:22:40.5842079Z [00:02:06.304]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build2464310907/b200/_pkg_.a
2025-08-20T20:22:40.5842808Z [00:02:06.304]➜  packagefile github.com/tetratelabs/wazero/internal/ieee754=/tmp/go-build2464310907/b208/_pkg_.a
2025-08-20T20:22:40.5843539Z [00:02:06.304]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build2464310907/b197/_pkg_.a
2025-08-20T20:22:40.5844264Z [00:02:06.304]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build2464310907/b205/_pkg_.a
2025-08-20T20:22:40.5845168Z [00:02:06.304]➜  packagefile github.com/tetratelabs/wazero/internal/sys=/tmp/go-build2464310907/b209/_pkg_.a
2025-08-20T20:22:40.5845954Z [00:02:06.304]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build2464310907/b222/_pkg_.a
2025-08-20T20:22:40.5846705Z [00:02:06.304]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build2464310907/b224/_pkg_.a
2025-08-20T20:22:40.5847385Z [00:02:06.304]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2464310907/b202/_pkg_.a
2025-08-20T20:22:40.5847878Z [00:02:06.304]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:40.5848283Z [00:02:06.304]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:40.5848704Z [00:02:06.304]➜  packagefile reflect=/tmp/go-build2464310907/b061/_pkg_.a
2025-08-20T20:22:40.5849122Z [00:02:06.304]➜  packagefile sort=/tmp/go-build2464310907/b078/_pkg_.a
2025-08-20T20:22:40.5849542Z [00:02:06.304]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:40.5849970Z [00:02:06.304]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:40.5850390Z [00:02:06.304]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:40.5850823Z [00:02:06.304]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:40.5851516Z [00:02:06.304]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:40.5851938Z [00:02:06.304]➜  EOF
2025-08-20T20:22:40.5858887Z [00:02:06.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b207/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm=>github.com/tetratelabs/wazero@v1.8.0/internal/wasm;$WORK/b207=>" -p github.com/tetratelabs/wazero/internal/wasm -lang=go1.21 -complete -installsuffix shared -buildid 4CoO-GoVPKRbBoARQTuq/4CoO-GoVPKRbBoARQTuq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/counts.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/engine.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/func_validation.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/function_definition.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/global.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/gofunc.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/host.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/instruction.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/memory.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/memory_definition.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/module.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/module_instance.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/module_instance_lookup.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/store.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/store_module_list.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/table.go
2025-08-20T20:22:40.9244137Z [00:02:06.645]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T20:22:40.9306061Z [00:02:06.651]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/cf/cf6f2d48097317fc3ea1bf3fd8ecc2fa3010eb5c23adde9e1ad9db1f751f41b2-d # internal
2025-08-20T20:22:40.9327502Z [00:02:06.653]➜  github.com/tetratelabs/wazero/internal/wasm/binary
2025-08-20T20:22:40.9328658Z [00:02:06.653]➜  mkdir -p $WORK/b235/
2025-08-20T20:22:40.9329265Z [00:02:06.653]➜  github.com/tetratelabs/wazero/internal/engine/interpreter
2025-08-20T20:22:40.9330892Z [00:02:06.653]➜  mkdir -p $WORK/b203/
2025-08-20T20:22:40.9348389Z [00:02:06.653]➜  cat >/tmp/go-build2464310907/b235/importcfg << 'EOF' # internal
2025-08-20T20:22:40.9348922Z [00:02:06.653]➜  # import config
2025-08-20T20:22:40.9349273Z [00:02:06.653]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:40.9349720Z [00:02:06.653]➜  packagefile debug/dwarf=/tmp/go-build2464310907/b223/_pkg_.a
2025-08-20T20:22:40.9350158Z [00:02:06.653]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:40.9350576Z [00:02:06.653]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:40.9351120Z [00:02:06.653]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2464310907/b196/_pkg_.a
2025-08-20T20:22:40.9351802Z [00:02:06.653]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build2464310907/b199/_pkg_.a
2025-08-20T20:22:40.9352499Z [00:02:06.653]➜  packagefile github.com/tetratelabs/wazero/internal/ieee754=/tmp/go-build2464310907/b208/_pkg_.a
2025-08-20T20:22:40.9353203Z [00:02:06.653]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build2464310907/b205/_pkg_.a
2025-08-20T20:22:40.9353895Z [00:02:06.653]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2464310907/b207/_pkg_.a
2025-08-20T20:22:40.9354653Z [00:02:06.653]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build2464310907/b222/_pkg_.a
2025-08-20T20:22:40.9365323Z [00:02:06.653]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:40.9366093Z [00:02:06.653]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:40.9366609Z [00:02:06.653]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:40.9366962Z [00:02:06.653]➜  EOF
2025-08-20T20:22:40.9367286Z [00:02:06.653]➜  cat >/tmp/go-build2464310907/b203/importcfg << 'EOF' # internal
2025-08-20T20:22:40.9367627Z [00:02:06.653]➜  # import config
2025-08-20T20:22:40.9367961Z [00:02:06.653]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:40.9368382Z [00:02:06.653]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:40.9368838Z [00:02:06.653]➜  packagefile encoding/binary=/tmp/go-build2464310907/b079/_pkg_.a
2025-08-20T20:22:40.9369287Z [00:02:06.653]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:40.9369695Z [00:02:06.653]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:40.9370206Z [00:02:06.653]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2464310907/b196/_pkg_.a
2025-08-20T20:22:40.9370871Z [00:02:06.653]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build2464310907/b199/_pkg_.a
2025-08-20T20:22:40.9371855Z [00:02:06.653]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build2464310907/b200/_pkg_.a
2025-08-20T20:22:40.9372595Z [00:02:06.653]➜  packagefile github.com/tetratelabs/wazero/internal/filecache=/tmp/go-build2464310907/b204/_pkg_.a
2025-08-20T20:22:40.9373331Z [00:02:06.653]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build2464310907/b197/_pkg_.a
2025-08-20T20:22:40.9374051Z [00:02:06.653]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build2464310907/b205/_pkg_.a
2025-08-20T20:22:40.9374757Z [00:02:06.653]➜  packagefile github.com/tetratelabs/wazero/internal/moremath=/tmp/go-build2464310907/b206/_pkg_.a
2025-08-20T20:22:40.9375667Z [00:02:06.653]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2464310907/b207/_pkg_.a
2025-08-20T20:22:40.9376385Z [00:02:06.653]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build2464310907/b222/_pkg_.a
2025-08-20T20:22:40.9377127Z [00:02:06.653]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build2464310907/b224/_pkg_.a
2025-08-20T20:22:40.9377690Z [00:02:06.653]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:40.9378115Z [00:02:06.653]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:40.9378545Z [00:02:06.653]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:40.9378961Z [00:02:06.653]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:40.9379265Z [00:02:06.653]➜  EOF
2025-08-20T20:22:40.9392259Z [00:02:06.653]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/interpreter=>github.com/tetratelabs/wazero@v1.8.0/internal/engine/interpreter;$WORK/b203=>" -p github.com/tetratelabs/wazero/internal/engine/interpreter -lang=go1.21 -complete -installsuffix shared -buildid 20oAXRa2NPIvtQYUx1m1/20oAXRa2NPIvtQYUx1m1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/interpreter/compiler.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/interpreter/format.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/interpreter/interpreter.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/interpreter/operations.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/interpreter/signature.go
2025-08-20T20:22:40.9403705Z [00:02:06.653]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b235/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/binary=>github.com/tetratelabs/wazero@v1.8.0/internal/wasm/binary;$WORK/b235=>" -p github.com/tetratelabs/wazero/internal/wasm/binary -lang=go1.21 -complete -installsuffix shared -buildid 4z44ZMv_TrM_ABQZHkPr/4z44ZMv_TrM_ABQZHkPr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/binary/code.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/binary/const_expr.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/binary/custom.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/binary/data.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/binary/decoder.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/binary/element.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/binary/errors.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/binary/export.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/binary/function.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/binary/global.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/binary/header.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/binary/import.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/binary/limits.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/binary/memory.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/binary/names.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/binary/section.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/binary/table.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/wasm/binary/value.go
2025-08-20T20:22:40.9410939Z [00:02:06.653]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi
2025-08-20T20:22:40.9411332Z [00:02:06.653]➜  mkdir -p $WORK/b229/
2025-08-20T20:22:40.9411744Z [00:02:06.654]➜  cat >/tmp/go-build2464310907/b229/importcfg << 'EOF' # internal
2025-08-20T20:22:40.9412090Z [00:02:06.654]➜  # import config
2025-08-20T20:22:40.9412444Z [00:02:06.654]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:40.9412904Z [00:02:06.654]➜  packagefile encoding/hex=/tmp/go-build2464310907/b115/_pkg_.a
2025-08-20T20:22:40.9413339Z [00:02:06.654]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:40.9413899Z [00:02:06.654]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2464310907/b207/_pkg_.a
2025-08-20T20:22:40.9414459Z [00:02:06.656]➜  packagefile math/rand=/tmp/go-build2464310907/b119/_pkg_.a
2025-08-20T20:22:40.9415578Z [00:02:06.656]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:40.9416242Z [00:02:06.656]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:40.9416940Z [00:02:06.656]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:40.9417879Z [00:02:06.656]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:40.9418633Z [00:02:06.656]➜  EOF
2025-08-20T20:22:40.9425816Z [00:02:06.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b229/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/wazevoapi=>github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/wazevoapi;$WORK/b229=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi -lang=go1.21 -complete -installsuffix shared -buildid 9h-fz5cQ0P4vLOOeojlJ/9h-fz5cQ0P4vLOOeojlJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/wazevoapi/debug_options.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/wazevoapi/exitcode.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/wazevoapi/offsetdata.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/wazevoapi/perfmap.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/wazevoapi/perfmap_disabled.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/wazevoapi/pool.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/wazevoapi/ptr.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/wazevoapi/queue.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/wazevoapi/resetmap.go
2025-08-20T20:22:40.9792779Z [00:02:06.699]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T20:22:40.9805253Z [00:02:06.701]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/df/df53bf0322cf1e6aeceba3a1c70e55f158f7bf3b35293920dd672cdf2eee3aac-d # internal
2025-08-20T20:22:40.9822201Z [00:02:06.703]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/ssa
2025-08-20T20:22:40.9825524Z [00:02:06.703]➜  mkdir -p $WORK/b228/
2025-08-20T20:22:40.9846495Z [00:02:06.704]➜  cat >/tmp/go-build2464310907/b228/importcfg << 'EOF' # internal
2025-08-20T20:22:40.9849033Z [00:02:06.704]➜  # import config
2025-08-20T20:22:40.9849459Z [00:02:06.704]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:40.9850439Z [00:02:06.704]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build2464310907/b229/_pkg_.a
2025-08-20T20:22:40.9851065Z [00:02:06.705]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:40.9851484Z [00:02:06.705]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:40.9851901Z [00:02:06.705]➜  packagefile sort=/tmp/go-build2464310907/b078/_pkg_.a
2025-08-20T20:22:40.9852322Z [00:02:06.705]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:40.9852754Z [00:02:06.705]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:40.9853070Z [00:02:06.705]➜  EOF
2025-08-20T20:22:40.9880002Z [00:02:06.705]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b228/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/ssa=>github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/ssa;$WORK/b228=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/ssa -lang=go1.21 -complete -installsuffix shared -buildid coR_HtHMTzTpkMO5ZJ-i/coR_HtHMTzTpkMO5ZJ-i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/ssa/basic_block.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/ssa/basic_block_sort.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/ssa/builder.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/ssa/cmp.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/ssa/funcref.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/ssa/instructions.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/ssa/pass.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/ssa/pass_blk_layouts.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/ssa/pass_cfg.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/ssa/signature.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/ssa/ssa.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/ssa/type.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/ssa/vs.go
2025-08-20T20:22:40.9983139Z [00:02:06.719]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T20:22:40.9994037Z [00:02:06.720]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/30/30af140b206c4c8e3adb140a7d7cc50c54e1563e9fd9a73bef03c4c9f251eafe-d # internal
2025-08-20T20:22:41.2214547Z [00:02:06.942]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T20:22:41.2276697Z [00:02:06.948]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/37/370456162615f9a598072bf224c738209d1d771f56818e1161384605b59b79f3-d # internal
2025-08-20T20:22:41.2289800Z [00:02:06.949]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc
2025-08-20T20:22:41.2290533Z [00:02:06.949]➜  mkdir -p $WORK/b227/
2025-08-20T20:22:41.2291384Z [00:02:06.949]➜  cat >/tmp/go-build2464310907/b227/importcfg << 'EOF' # internal
2025-08-20T20:22:41.2292168Z [00:02:06.949]➜  # import config
2025-08-20T20:22:41.2292603Z [00:02:06.949]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:41.2293241Z [00:02:06.949]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build2464310907/b228/_pkg_.a
2025-08-20T20:22:41.2294066Z [00:02:06.949]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build2464310907/b229/_pkg_.a
2025-08-20T20:22:41.2294688Z [00:02:06.949]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:41.2295329Z [00:02:06.949]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:41.2295652Z [00:02:06.949]➜  EOF
2025-08-20T20:22:41.2299418Z [00:02:06.949]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/regalloc=>github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/regalloc;$WORK/b227=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc -lang=go1.21 -complete -installsuffix shared -buildid SBdVc3Iji-qmSjZgRsiz/SBdVc3Iji-qmSjZgRsiz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/regalloc/api.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/regalloc/reg.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/regalloc/regalloc.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/regalloc/regset.go
2025-08-20T20:22:41.2303185Z [00:02:06.949]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/frontend
2025-08-20T20:22:41.2303556Z [00:02:06.949]➜  mkdir -p $WORK/b231/
2025-08-20T20:22:41.2303928Z [00:02:06.950]➜  cat >/tmp/go-build2464310907/b231/importcfg << 'EOF' # internal
2025-08-20T20:22:41.2306948Z [00:02:06.950]➜  # import config
2025-08-20T20:22:41.2307313Z [00:02:06.950]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:41.2307773Z [00:02:06.950]➜  packagefile encoding/binary=/tmp/go-build2464310907/b079/_pkg_.a
2025-08-20T20:22:41.2308216Z [00:02:06.950]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:41.2308730Z [00:02:06.950]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2464310907/b196/_pkg_.a
2025-08-20T20:22:41.2309439Z [00:02:06.950]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build2464310907/b228/_pkg_.a
2025-08-20T20:22:41.2310260Z [00:02:06.950]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build2464310907/b229/_pkg_.a
2025-08-20T20:22:41.2311048Z [00:02:06.950]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build2464310907/b205/_pkg_.a
2025-08-20T20:22:41.2311756Z [00:02:06.950]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2464310907/b207/_pkg_.a
2025-08-20T20:22:41.2312294Z [00:02:06.950]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:41.2312714Z [00:02:06.950]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:41.2313139Z [00:02:06.950]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:41.2313559Z [00:02:06.950]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:41.2313878Z [00:02:06.950]➜  EOF
2025-08-20T20:22:41.2317818Z [00:02:06.950]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b231/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/frontend=>github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/frontend;$WORK/b231=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/frontend -lang=go1.21 -complete -installsuffix shared -buildid k0TEc6O8LXGw3u2t1AuY/k0TEc6O8LXGw3u2t1AuY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b231/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/frontend/frontend.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/frontend/lower.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/frontend/misc.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/frontend/sort_id.go
2025-08-20T20:22:41.2666306Z [00:02:06.984]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T20:22:41.2673023Z [00:02:06.988]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/f4/f4c8b71daf0daa95b52726abcb3f63b2fed3f5b0bd70bc8bbc4b624ad11ea647-d # internal
2025-08-20T20:22:41.2674243Z [00:02:06.988]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/backend
2025-08-20T20:22:41.2674672Z [00:02:06.988]➜  mkdir -p $WORK/b226/
2025-08-20T20:22:41.2675265Z [00:02:06.988]➜  cat >/tmp/go-build2464310907/b226/importcfg << 'EOF' # internal
2025-08-20T20:22:41.2676020Z [00:02:06.988]➜  # import config
2025-08-20T20:22:41.2676375Z [00:02:06.988]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:41.2676803Z [00:02:06.988]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:41.2677492Z [00:02:06.988]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc=/tmp/go-build2464310907/b227/_pkg_.a
2025-08-20T20:22:41.2678347Z [00:02:06.988]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build2464310907/b228/_pkg_.a
2025-08-20T20:22:41.2679176Z [00:02:06.988]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build2464310907/b229/_pkg_.a
2025-08-20T20:22:41.2679689Z [00:02:06.988]➜  EOF
2025-08-20T20:22:41.2684288Z [00:02:06.988]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b226/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend=>github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend;$WORK/b226=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/backend -lang=go1.21 -complete -installsuffix shared -buildid 7MOEQWIAlfpd6ccoTCSX/7MOEQWIAlfpd6ccoTCSX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/abi.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/backend.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/compiler.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/compiler_lower.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/go_call.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/machine.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/vdef.go
2025-08-20T20:22:41.3870218Z [00:02:07.107]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T20:22:41.3891453Z [00:02:07.109]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/e5/e5395410d802cb4ee22bd622068b099b90a35c1e9b0ecda81c5295b83c6bae95-d # internal
2025-08-20T20:22:41.3900058Z [00:02:07.110]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/arm64
2025-08-20T20:22:41.3908778Z [00:02:07.110]➜  mkdir -p $WORK/b230/
2025-08-20T20:22:41.3909120Z [00:02:07.111]➜  echo -n > $WORK/b230/go_asm.h # internal
2025-08-20T20:22:41.3909677Z [00:02:07.111]➜  cd /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64
2025-08-20T20:22:41.3912007Z [00:02:07.111]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/arm64 -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64=>github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64;$WORK/b230=>" -I $WORK/b230/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b230/symabis ./abi_entry_arm64.s
2025-08-20T20:22:41.3931478Z [00:02:07.113]➜  cat >/tmp/go-build2464310907/b230/importcfg << 'EOF' # internal
2025-08-20T20:22:41.3935885Z [00:02:07.113]➜  # import config
2025-08-20T20:22:41.3936274Z [00:02:07.113]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:41.3936741Z [00:02:07.113]➜  packagefile encoding/binary=/tmp/go-build2464310907/b079/_pkg_.a
2025-08-20T20:22:41.3937188Z [00:02:07.113]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:41.3937822Z [00:02:07.113]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend=/tmp/go-build2464310907/b226/_pkg_.a
2025-08-20T20:22:41.3938688Z [00:02:07.113]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc=/tmp/go-build2464310907/b227/_pkg_.a
2025-08-20T20:22:41.3939549Z [00:02:07.113]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build2464310907/b228/_pkg_.a
2025-08-20T20:22:41.3940721Z [00:02:07.113]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build2464310907/b229/_pkg_.a
2025-08-20T20:22:41.3941506Z [00:02:07.113]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build2464310907/b222/_pkg_.a
2025-08-20T20:22:41.3942061Z [00:02:07.113]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:41.3942483Z [00:02:07.113]➜  packagefile reflect=/tmp/go-build2464310907/b061/_pkg_.a
2025-08-20T20:22:41.3942904Z [00:02:07.113]➜  packagefile sort=/tmp/go-build2464310907/b078/_pkg_.a
2025-08-20T20:22:41.3943322Z [00:02:07.113]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:41.3943747Z [00:02:07.113]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:41.3944062Z [00:02:07.113]➜  EOF
2025-08-20T20:22:41.3944314Z [00:02:07.114]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:41.3954434Z [00:02:07.114]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b230/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64=>github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64;$WORK/b230=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/arm64 -lang=go1.21 -installsuffix shared -buildid e3h0pLXye817pErsQcia/e3h0pLXye817pErsQcia -goversion go1.25.0 -symabis $WORK/b230/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack -asmhdr $WORK/b230/go_asm.h /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64/abi.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64/abi_entry_arm64.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64/abi_entry_preamble.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64/abi_go_call.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64/cond.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64/instr.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64/instr_encoding.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64/lower_constant.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64/lower_instr.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64/lower_instr_operands.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64/lower_mem.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64/machine.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64/machine_pro_epi_logue.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64/machine_regalloc.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64/machine_relocation.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64/reg.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64/unwind_stack.go
2025-08-20T20:22:41.9847087Z [00:02:07.705]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T20:22:41.9888036Z [00:02:07.709]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T20:22:41.9916726Z [00:02:07.712]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/ab/ab0183e398cc819fc7b09926abc981d70233ff64b673398770770d1255f41274-d # internal
2025-08-20T20:22:41.9971450Z [00:02:07.716]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/75/75fd8b02eef2cc215726a261a2a62e61fd136ecdc3d655d2bc0fe0a131e3732b-d # internal
2025-08-20T20:22:42.1510258Z [00:02:07.871]➜  cd /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64
2025-08-20T20:22:42.1513364Z [00:02:07.871]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/arm64 -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64=>github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/backend/isa/arm64;$WORK/b230=>" -I $WORK/b230/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b230/abi_entry_arm64.o ./abi_entry_arm64.s
2025-08-20T20:22:42.1536202Z [00:02:07.874]➜  go tool pack r $WORK/b230/_pkg_.a $WORK/b230/abi_entry_arm64.o # internal
2025-08-20T20:22:42.1536710Z [00:02:07.874]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T20:22:42.1661617Z [00:02:07.887]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/53/5362974f508ac66d78c4c8cdac5b03922ea8e332ca3a78a5a401caedb47368ad-d # internal
2025-08-20T20:22:42.1663308Z [00:02:07.887]➜  github.com/tetratelabs/wazero/internal/engine/wazevo
2025-08-20T20:22:42.1663694Z [00:02:07.887]➜  mkdir -p $WORK/b225/
2025-08-20T20:22:42.1666739Z [00:02:07.887]➜  cat >/tmp/go-build2464310907/b225/importcfg << 'EOF' # internal
2025-08-20T20:22:42.1667777Z [00:02:07.887]➜  # import config
2025-08-20T20:22:42.1668202Z [00:02:07.887]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:42.1668649Z [00:02:07.887]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:42.1669111Z [00:02:07.887]➜  packagefile crypto/sha256=/tmp/go-build2464310907/b147/_pkg_.a
2025-08-20T20:22:42.1669643Z [00:02:07.887]➜  packagefile encoding/binary=/tmp/go-build2464310907/b079/_pkg_.a
2025-08-20T20:22:42.1670120Z [00:02:07.887]➜  packagefile encoding/hex=/tmp/go-build2464310907/b115/_pkg_.a
2025-08-20T20:22:42.1670561Z [00:02:07.887]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:42.1670994Z [00:02:07.887]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:42.1671522Z [00:02:07.887]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2464310907/b196/_pkg_.a
2025-08-20T20:22:42.1672181Z [00:02:07.887]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build2464310907/b199/_pkg_.a
2025-08-20T20:22:42.1672943Z [00:02:07.887]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend=/tmp/go-build2464310907/b226/_pkg_.a
2025-08-20T20:22:42.1673816Z [00:02:07.887]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/arm64=/tmp/go-build2464310907/b230/_pkg_.a
2025-08-20T20:22:42.1674687Z [00:02:07.887]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/frontend=/tmp/go-build2464310907/b231/_pkg_.a
2025-08-20T20:22:42.1675841Z [00:02:07.887]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build2464310907/b228/_pkg_.a
2025-08-20T20:22:42.1677062Z [00:02:07.887]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build2464310907/b229/_pkg_.a
2025-08-20T20:22:42.1677934Z [00:02:07.887]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build2464310907/b200/_pkg_.a
2025-08-20T20:22:42.1678669Z [00:02:07.887]➜  packagefile github.com/tetratelabs/wazero/internal/filecache=/tmp/go-build2464310907/b204/_pkg_.a
2025-08-20T20:22:42.1679410Z [00:02:07.887]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build2464310907/b197/_pkg_.a
2025-08-20T20:22:42.1680140Z [00:02:07.887]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build2464310907/b212/_pkg_.a
2025-08-20T20:22:42.1680840Z [00:02:07.887]➜  packagefile github.com/tetratelabs/wazero/internal/u32=/tmp/go-build2464310907/b232/_pkg_.a
2025-08-20T20:22:42.1681521Z [00:02:07.887]➜  packagefile github.com/tetratelabs/wazero/internal/u64=/tmp/go-build2464310907/b233/_pkg_.a
2025-08-20T20:22:42.1682262Z [00:02:07.887]➜  packagefile github.com/tetratelabs/wazero/internal/version=/tmp/go-build2464310907/b234/_pkg_.a
2025-08-20T20:22:42.1683228Z [00:02:07.887]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2464310907/b207/_pkg_.a
2025-08-20T20:22:42.1683946Z [00:02:07.887]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build2464310907/b222/_pkg_.a
2025-08-20T20:22:42.1684685Z [00:02:07.887]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build2464310907/b224/_pkg_.a
2025-08-20T20:22:42.1685584Z [00:02:07.887]➜  packagefile hash/crc32=/tmp/go-build2464310907/b080/_pkg_.a
2025-08-20T20:22:42.1686012Z [00:02:07.887]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:42.1686426Z [00:02:07.887]➜  packagefile reflect=/tmp/go-build2464310907/b061/_pkg_.a
2025-08-20T20:22:42.1686854Z [00:02:07.887]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:42.1687275Z [00:02:07.887]➜  packagefile sort=/tmp/go-build2464310907/b078/_pkg_.a
2025-08-20T20:22:42.1687698Z [00:02:07.887]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:42.1688146Z [00:02:07.887]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:42.1688480Z [00:02:07.887]➜  EOF
2025-08-20T20:22:42.1688729Z [00:02:07.887]➜  cd /tmp/tmp.vfEjfybuwX/TEMPREPO
2025-08-20T20:22:42.1693491Z [00:02:07.887]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b225/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo=>github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo;$WORK/b225=>" -p github.com/tetratelabs/wazero/internal/engine/wazevo -lang=go1.21 -complete -installsuffix shared -buildid yluQhDbM6fjFxkdKnJZn/yluQhDbM6fjFxkdKnJZn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/call_engine.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/engine.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/engine_cache.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/entrypoint_arm64.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/hostmodule.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/isa_arm64.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/memmove.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/internal/engine/wazevo/module_engine.go
2025-08-20T20:22:42.3538314Z [00:02:08.074]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T20:22:42.3593140Z [00:02:08.080]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/3c/3c969583f893ce3cac1b9432bec806cd59bc2c0c39cfb7da5eedc625b926f66a-d # internal
2025-08-20T20:22:42.3594713Z [00:02:08.080]➜  github.com/tetratelabs/wazero
2025-08-20T20:22:42.3595232Z [00:02:08.080]➜  mkdir -p $WORK/b198/
2025-08-20T20:22:42.3598014Z [00:02:08.080]➜  cat >/tmp/go-build2464310907/b198/importcfg << 'EOF' # internal
2025-08-20T20:22:42.3598477Z [00:02:08.080]➜  # import config
2025-08-20T20:22:42.3598835Z [00:02:08.080]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:42.3599269Z [00:02:08.080]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:42.3599685Z [00:02:08.080]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:42.3600207Z [00:02:08.080]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2464310907/b196/_pkg_.a
2025-08-20T20:22:42.3600880Z [00:02:08.080]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build2464310907/b199/_pkg_.a
2025-08-20T20:22:42.3601587Z [00:02:08.080]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2464310907/b201/_pkg_.a
2025-08-20T20:22:42.3602353Z [00:02:08.080]➜  packagefile github.com/tetratelabs/wazero/internal/engine/interpreter=/tmp/go-build2464310907/b203/_pkg_.a
2025-08-20T20:22:42.3603146Z [00:02:08.080]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo=/tmp/go-build2464310907/b225/_pkg_.a
2025-08-20T20:22:42.3604185Z [00:02:08.080]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build2464310907/b200/_pkg_.a
2025-08-20T20:22:42.3605124Z [00:02:08.080]➜  packagefile github.com/tetratelabs/wazero/internal/filecache=/tmp/go-build2464310907/b204/_pkg_.a
2025-08-20T20:22:42.3606483Z [00:02:08.080]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build2464310907/b197/_pkg_.a
2025-08-20T20:22:42.3607239Z [00:02:08.080]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build2464310907/b212/_pkg_.a
2025-08-20T20:22:42.3607947Z [00:02:08.080]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build2464310907/b213/_pkg_.a
2025-08-20T20:22:42.3608629Z [00:02:08.080]➜  packagefile github.com/tetratelabs/wazero/internal/sys=/tmp/go-build2464310907/b209/_pkg_.a
2025-08-20T20:22:42.3609330Z [00:02:08.080]➜  packagefile github.com/tetratelabs/wazero/internal/sysfs=/tmp/go-build2464310907/b221/_pkg_.a
2025-08-20T20:22:42.3610473Z [00:02:08.080]➜  packagefile github.com/tetratelabs/wazero/internal/version=/tmp/go-build2464310907/b234/_pkg_.a
2025-08-20T20:22:42.3611189Z [00:02:08.080]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2464310907/b207/_pkg_.a
2025-08-20T20:22:42.3611905Z [00:02:08.080]➜  packagefile github.com/tetratelabs/wazero/internal/wasm/binary=/tmp/go-build2464310907/b235/_pkg_.a
2025-08-20T20:22:42.3612583Z [00:02:08.080]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2464310907/b202/_pkg_.a
2025-08-20T20:22:42.3613089Z [00:02:08.080]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:42.3613493Z [00:02:08.080]➜  packagefile io/fs=/tmp/go-build2464310907/b052/_pkg_.a
2025-08-20T20:22:42.3614190Z [00:02:08.080]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:42.3614604Z [00:02:08.080]➜  packagefile net=/tmp/go-build2464310907/b214/_pkg_.a
2025-08-20T20:22:42.3615152Z [00:02:08.080]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:42.3616719Z [00:02:08.080]➜  packagefile path=/tmp/go-build2464310907/b053/_pkg_.a
2025-08-20T20:22:42.3617190Z [00:02:08.080]➜  packagefile path/filepath=/tmp/go-build2464310907/b072/_pkg_.a
2025-08-20T20:22:42.3624220Z [00:02:08.080]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:42.3624721Z [00:02:08.080]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:42.3625304Z [00:02:08.080]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:42.3625743Z [00:02:08.080]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:42.3626055Z [00:02:08.080]➜  EOF
2025-08-20T20:22:42.3630460Z [00:02:08.081]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0=>github.com/tetratelabs/wazero@v1.8.0;$WORK/b198=>" -p github.com/tetratelabs/wazero -lang=go1.21 -complete -installsuffix shared -buildid CRFhDye06cuPOWxo5F_7/CRFhDye06cuPOWxo5F_7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/builder.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/cache.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/config.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/config_supported.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/fsconfig.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/runtime.go
2025-08-20T20:22:42.4659787Z [00:02:08.186]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T20:22:42.4693893Z [00:02:08.190]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/28/281b7f6e0280ee81ceb7cb9ff0f0a0828c6b03c5521dd0066e565dce6c1b8240-d # internal
2025-08-20T20:22:42.4696410Z [00:02:08.190]➜  github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1
2025-08-20T20:22:42.4696806Z [00:02:08.190]➜  mkdir -p $WORK/b236/
2025-08-20T20:22:42.4699176Z [00:02:08.190]➜  cat >/tmp/go-build2464310907/b236/importcfg << 'EOF' # internal
2025-08-20T20:22:42.4699918Z [00:02:08.190]➜  # import config
2025-08-20T20:22:42.4700269Z [00:02:08.190]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:42.4700740Z [00:02:08.190]➜  packagefile encoding/binary=/tmp/go-build2464310907/b079/_pkg_.a
2025-08-20T20:22:42.4701276Z [00:02:08.190]➜  packagefile github.com/tetratelabs/wazero=/tmp/go-build2464310907/b198/_pkg_.a
2025-08-20T20:22:42.4701871Z [00:02:08.190]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2464310907/b196/_pkg_.a
2025-08-20T20:22:42.4702538Z [00:02:08.190]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2464310907/b201/_pkg_.a
2025-08-20T20:22:42.4703266Z [00:02:08.190]➜  packagefile github.com/tetratelabs/wazero/internal/fsapi=/tmp/go-build2464310907/b211/_pkg_.a
2025-08-20T20:22:42.4703959Z [00:02:08.190]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build2464310907/b213/_pkg_.a
2025-08-20T20:22:42.4704652Z [00:02:08.190]➜  packagefile github.com/tetratelabs/wazero/internal/sys=/tmp/go-build2464310907/b209/_pkg_.a
2025-08-20T20:22:42.4705570Z [00:02:08.190]➜  packagefile github.com/tetratelabs/wazero/internal/sysfs=/tmp/go-build2464310907/b221/_pkg_.a
2025-08-20T20:22:42.4706273Z [00:02:08.190]➜  packagefile github.com/tetratelabs/wazero/internal/wasip1=/tmp/go-build2464310907/b237/_pkg_.a
2025-08-20T20:22:42.4706968Z [00:02:08.190]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2464310907/b207/_pkg_.a
2025-08-20T20:22:42.4707610Z [00:02:08.190]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2464310907/b202/_pkg_.a
2025-08-20T20:22:42.4708106Z [00:02:08.190]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:42.4708515Z [00:02:08.190]➜  packagefile io/fs=/tmp/go-build2464310907/b052/_pkg_.a
2025-08-20T20:22:42.4708954Z [00:02:08.190]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:42.4709376Z [00:02:08.190]➜  packagefile path=/tmp/go-build2464310907/b053/_pkg_.a
2025-08-20T20:22:42.4709807Z [00:02:08.190]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:42.4710249Z [00:02:08.190]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:42.4710559Z [00:02:08.190]➜  EOF
2025-08-20T20:22:42.4716325Z [00:02:08.190]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b236/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/imports/wasi_snapshot_preview1=>github.com/tetratelabs/wazero@v1.8.0/imports/wasi_snapshot_preview1;$WORK/b236=>" -p github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1 -lang=go1.21 -complete -installsuffix shared -buildid -xnmRf0i-A0wrvvAnPcJ/-xnmRf0i-A0wrvvAnPcJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/imports/wasi_snapshot_preview1/args.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/imports/wasi_snapshot_preview1/clock.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/imports/wasi_snapshot_preview1/environ.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/imports/wasi_snapshot_preview1/fs.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/imports/wasi_snapshot_preview1/poll.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/imports/wasi_snapshot_preview1/proc.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/imports/wasi_snapshot_preview1/random.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/imports/wasi_snapshot_preview1/sched.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/imports/wasi_snapshot_preview1/sock.go /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.8.0/imports/wasi_snapshot_preview1/wasi.go
2025-08-20T20:22:42.5857954Z [00:02:08.306]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T20:22:42.5886411Z [00:02:08.309]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/ae/aec4cb6d0f1218faf5809254e82e76719035b5465598754b0ab7539c0e5991f9-d # internal
2025-08-20T20:22:42.5887956Z [00:02:08.309]➜  github.com/kanrichan/resvg-go
2025-08-20T20:22:42.5888696Z [00:02:08.309]➜  mkdir -p $WORK/b194/
2025-08-20T20:22:42.5890374Z [00:02:08.309]➜  cat >/tmp/go-build2464310907/b194/importcfg << 'EOF' # internal
2025-08-20T20:22:42.5890796Z [00:02:08.310]➜  # import config
2025-08-20T20:22:42.5891144Z [00:02:08.310]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:42.5891613Z [00:02:08.310]➜  packagefile compress/gzip=/tmp/go-build2464310907/b076/_pkg_.a
2025-08-20T20:22:42.5892080Z [00:02:08.310]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:42.5892502Z [00:02:08.310]➜  packagefile embed=/tmp/go-build2464310907/b051/_pkg_.a
2025-08-20T20:22:42.5892922Z [00:02:08.310]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:42.5893465Z [00:02:08.310]➜  packagefile github.com/kanrichan/resvg-go/internal=/tmp/go-build2464310907/b195/_pkg_.a
2025-08-20T20:22:42.5894099Z [00:02:08.310]➜  packagefile github.com/tetratelabs/wazero=/tmp/go-build2464310907/b198/_pkg_.a
2025-08-20T20:22:42.5894719Z [00:02:08.310]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2464310907/b196/_pkg_.a
2025-08-20T20:22:42.5895652Z [00:02:08.310]➜  packagefile github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1=/tmp/go-build2464310907/b236/_pkg_.a
2025-08-20T20:22:42.5896246Z [00:02:08.310]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:42.5896703Z [00:02:08.310]➜  packagefile io/fs=/tmp/go-build2464310907/b052/_pkg_.a
2025-08-20T20:22:42.5897328Z [00:02:08.310]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:42.5898194Z [00:02:08.310]➜  packagefile path/filepath=/tmp/go-build2464310907/b072/_pkg_.a
2025-08-20T20:22:42.5898730Z [00:02:08.310]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:42.5899190Z [00:02:08.310]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:42.5899526Z [00:02:08.310]➜  EOF
2025-08-20T20:22:42.5904003Z [00:02:08.310]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kanrichan/resvg-go@v0.0.2-0.20231001163256-63db194ca9f5=>github.com/kanrichan/resvg-go@v0.0.2-0.20231001163256-63db194ca9f5;$WORK/b194=>" -p github.com/kanrichan/resvg-go -lang=go1.18 -complete -installsuffix shared -buildid dPlEb0UJaQw24PR70NFr/dPlEb0UJaQw24PR70NFr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack /root/go/pkg/mod/github.com/kanrichan/resvg-go@v0.0.2-0.20231001163256-63db194ca9f5/fontdb.go /root/go/pkg/mod/github.com/kanrichan/resvg-go@v0.0.2-0.20231001163256-63db194ca9f5/options.go /root/go/pkg/mod/github.com/kanrichan/resvg-go@v0.0.2-0.20231001163256-63db194ca9f5/pixmap.go /root/go/pkg/mod/github.com/kanrichan/resvg-go@v0.0.2-0.20231001163256-63db194ca9f5/resvg.go /root/go/pkg/mod/github.com/kanrichan/resvg-go@v0.0.2-0.20231001163256-63db194ca9f5/transform.go /root/go/pkg/mod/github.com/kanrichan/resvg-go@v0.0.2-0.20231001163256-63db194ca9f5/tree.go /root/go/pkg/mod/github.com/kanrichan/resvg-go@v0.0.2-0.20231001163256-63db194ca9f5/worker.go
2025-08-20T20:22:42.6427926Z [00:02:08.363]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T20:22:42.6441787Z [00:02:08.365]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/71/71f7cf576a0bdd919074aad36b280a97b4ffb30d09570d7054a103838857df92-d # internal
2025-08-20T20:22:42.6444009Z [00:02:08.365]➜  github.com/charmbracelet/freeze
2025-08-20T20:22:42.6444878Z [00:02:08.365]➜  mkdir -p $WORK/b001/
2025-08-20T20:22:42.6447515Z [00:02:08.365]➜  cat >/tmp/go-build2464310907/b001/importcfg << 'EOF' # internal
2025-08-20T20:22:42.6448521Z [00:02:08.365]➜  # import config
2025-08-20T20:22:42.6448890Z [00:02:08.365]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:42.6449329Z [00:02:08.365]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:42.6449757Z [00:02:08.365]➜  packagefile embed=/tmp/go-build2464310907/b051/_pkg_.a
2025-08-20T20:22:42.6450238Z [00:02:08.365]➜  packagefile encoding/base64=/tmp/go-build2464310907/b054/_pkg_.a
2025-08-20T20:22:42.6451044Z [00:02:08.365]➜  packagefile encoding/json=/tmp/go-build2464310907/b057/_pkg_.a
2025-08-20T20:22:42.6451491Z [00:02:08.365]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:42.6451907Z [00:02:08.365]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:42.6452371Z [00:02:08.365]➜  packagefile github.com/adrg/xdg=/tmp/go-build2464310907/b070/_pkg_.a
2025-08-20T20:22:42.6452932Z [00:02:08.365]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build2464310907/b075/_pkg_.a
2025-08-20T20:22:42.6453594Z [00:02:08.365]➜  packagefile github.com/alecthomas/chroma/v2/formatters/svg=/tmp/go-build2464310907/b087/_pkg_.a
2025-08-20T20:22:42.6454273Z [00:02:08.365]➜  packagefile github.com/alecthomas/chroma/v2/lexers=/tmp/go-build2464310907/b088/_pkg_.a
2025-08-20T20:22:42.6455121Z [00:02:08.365]➜  packagefile github.com/alecthomas/chroma/v2/styles=/tmp/go-build2464310907/b089/_pkg_.a
2025-08-20T20:22:42.6455799Z [00:02:08.365]➜  packagefile github.com/alecthomas/kong=/tmp/go-build2464310907/b090/_pkg_.a
2025-08-20T20:22:42.6456351Z [00:02:08.365]➜  packagefile github.com/beevik/etree=/tmp/go-build2464310907/b101/_pkg_.a
2025-08-20T20:22:42.6456922Z [00:02:08.365]➜  packagefile github.com/caarlos0/go-shellwords=/tmp/go-build2464310907/b102/_pkg_.a
2025-08-20T20:22:42.6457542Z [00:02:08.365]➜  packagefile github.com/charmbracelet/freeze/font=/tmp/go-build2464310907/b104/_pkg_.a
2025-08-20T20:22:42.6458175Z [00:02:08.365]➜  packagefile github.com/charmbracelet/freeze/input=/tmp/go-build2464310907/b105/_pkg_.a
2025-08-20T20:22:42.6458837Z [00:02:08.365]➜  packagefile github.com/charmbracelet/freeze/svg=/tmp/go-build2464310907/b106/_pkg_.a
2025-08-20T20:22:42.6459429Z [00:02:08.365]➜  packagefile github.com/charmbracelet/huh=/tmp/go-build2464310907/b107/_pkg_.a
2025-08-20T20:22:42.6460033Z [00:02:08.365]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2464310907/b113/_pkg_.a
2025-08-20T20:22:42.6460635Z [00:02:08.365]➜  packagefile github.com/charmbracelet/log=/tmp/go-build2464310907/b185/_pkg_.a
2025-08-20T20:22:42.6461219Z [00:02:08.365]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build2464310907/b114/_pkg_.a
2025-08-20T20:22:42.6461826Z [00:02:08.365]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build2464310907/b122/_pkg_.a
2025-08-20T20:22:42.6462435Z [00:02:08.365]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build2464310907/b124/_pkg_.a
2025-08-20T20:22:42.6463022Z [00:02:08.365]➜  packagefile github.com/charmbracelet/x/xpty=/tmp/go-build2464310907/b190/_pkg_.a
2025-08-20T20:22:42.6463605Z [00:02:08.365]➜  packagefile github.com/kanrichan/resvg-go=/tmp/go-build2464310907/b194/_pkg_.a
2025-08-20T20:22:42.6464171Z [00:02:08.365]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build2464310907/b131/_pkg_.a
2025-08-20T20:22:42.6465193Z [00:02:08.365]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2464310907/b120/_pkg_.a
2025-08-20T20:22:42.6465787Z [00:02:08.365]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:42.6466197Z [00:02:08.365]➜  packagefile io/fs=/tmp/go-build2464310907/b052/_pkg_.a
2025-08-20T20:22:42.6466600Z [00:02:08.365]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:42.6467009Z [00:02:08.365]➜  packagefile os/exec=/tmp/go-build2464310907/b103/_pkg_.a
2025-08-20T20:22:42.6467459Z [00:02:08.365]➜  packagefile path/filepath=/tmp/go-build2464310907/b072/_pkg_.a
2025-08-20T20:22:42.6467905Z [00:02:08.365]➜  packagefile regexp=/tmp/go-build2464310907/b085/_pkg_.a
2025-08-20T20:22:42.6468349Z [00:02:08.365]➜  packagefile runtime/debug=/tmp/go-build2464310907/b141/_pkg_.a
2025-08-20T20:22:42.6468794Z [00:02:08.365]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:42.6469225Z [00:02:08.365]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:42.6469652Z [00:02:08.365]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:42.6470286Z [00:02:08.365]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:42.6470734Z [00:02:08.365]➜  packagefile runtime/cgo=/tmp/go-build2464310907/b100/_pkg_.a
2025-08-20T20:22:42.6471069Z [00:02:08.365]➜  EOF
2025-08-20T20:22:42.6471389Z [00:02:08.365]➜  cat >/tmp/go-build2464310907/b001/embedcfg << 'EOF' # internal
2025-08-20T20:22:42.6471712Z [00:02:08.365]➜  {
2025-08-20T20:22:42.6471920Z [00:02:08.365]➜  	"Patterns": {
2025-08-20T20:22:42.6472175Z [00:02:08.365]➜  		"configurations/*": [
2025-08-20T20:22:42.6472469Z [00:02:08.365]➜  			"configurations/base.json",
2025-08-20T20:22:42.6472777Z [00:02:08.365]➜  			"configurations/full.json"
2025-08-20T20:22:42.6473035Z [00:02:08.365]➜  		]
2025-08-20T20:22:42.6473230Z [00:02:08.365]➜  	},
2025-08-20T20:22:42.6473437Z [00:02:08.365]➜  	"Files": {
2025-08-20T20:22:42.6473869Z [00:02:08.365]➜  		"configurations/base.json": "/tmp/tmp.vfEjfybuwX/TEMPREPO/configurations/base.json",
2025-08-20T20:22:42.6474490Z [00:02:08.365]➜  		"configurations/full.json": "/tmp/tmp.vfEjfybuwX/TEMPREPO/configurations/full.json"
2025-08-20T20:22:42.6475249Z [00:02:08.365]➜  	}
2025-08-20T20:22:42.6475529Z [00:02:08.365]➜  }EOF
2025-08-20T20:22:42.6477437Z [00:02:08.366]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.vfEjfybuwX/TEMPREPO=>github.com/charmbracelet/freeze;$WORK/b001=>" -p main -lang=go1.24 -complete -installsuffix shared -buildid TCAL2keFNBed2M38mckY/TCAL2keFNBed2M38mckY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -embedcfg $WORK/b001/embedcfg -pack ./ansi.go ./config.go ./cut.go ./error.go ./font.go ./help.go ./interactive.go ./main.go ./png.go ./pty.go ./style.go
2025-08-20T20:22:42.7985476Z [00:02:08.519]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T20:22:42.8022173Z [00:02:08.523]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/52/522eca636d715352473a49e8b1acbeab5715165c1fdd917bce4d4a88d2bd0b3d-d # internal
2025-08-20T20:22:42.8046543Z [00:02:08.525]➜  cat >/tmp/go-build2464310907/b001/importcfg.link << 'EOF' # internal
2025-08-20T20:22:42.8047671Z [00:02:08.525]➜  packagefile github.com/charmbracelet/freeze=/tmp/go-build2464310907/b001/_pkg_.a
2025-08-20T20:22:42.8048718Z [00:02:08.525]➜  packagefile bytes=/tmp/go-build2464310907/b002/_pkg_.a
2025-08-20T20:22:42.8049339Z [00:02:08.525]➜  packagefile context=/tmp/go-build2464310907/b042/_pkg_.a
2025-08-20T20:22:42.8049871Z [00:02:08.525]➜  packagefile embed=/tmp/go-build2464310907/b051/_pkg_.a
2025-08-20T20:22:42.8050427Z [00:02:08.525]➜  packagefile encoding/base64=/tmp/go-build2464310907/b054/_pkg_.a
2025-08-20T20:22:42.8051008Z [00:02:08.525]➜  packagefile encoding/json=/tmp/go-build2464310907/b057/_pkg_.a
2025-08-20T20:22:42.8051566Z [00:02:08.525]➜  packagefile errors=/tmp/go-build2464310907/b003/_pkg_.a
2025-08-20T20:22:42.8052087Z [00:02:08.525]➜  packagefile fmt=/tmp/go-build2464310907/b059/_pkg_.a
2025-08-20T20:22:42.8052982Z [00:02:08.525]➜  packagefile github.com/adrg/xdg=/tmp/go-build2464310907/b070/_pkg_.a
2025-08-20T20:22:42.8063991Z [00:02:08.525]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build2464310907/b075/_pkg_.a
2025-08-20T20:22:42.8064682Z [00:02:08.525]➜  packagefile github.com/alecthomas/chroma/v2/formatters/svg=/tmp/go-build2464310907/b087/_pkg_.a
2025-08-20T20:22:42.8065695Z [00:02:08.525]➜  packagefile github.com/alecthomas/chroma/v2/lexers=/tmp/go-build2464310907/b088/_pkg_.a
2025-08-20T20:22:42.8066354Z [00:02:08.525]➜  packagefile github.com/alecthomas/chroma/v2/styles=/tmp/go-build2464310907/b089/_pkg_.a
2025-08-20T20:22:42.8066945Z [00:02:08.525]➜  packagefile github.com/alecthomas/kong=/tmp/go-build2464310907/b090/_pkg_.a
2025-08-20T20:22:42.8067490Z [00:02:08.525]➜  packagefile github.com/beevik/etree=/tmp/go-build2464310907/b101/_pkg_.a
2025-08-20T20:22:42.8068067Z [00:02:08.525]➜  packagefile github.com/caarlos0/go-shellwords=/tmp/go-build2464310907/b102/_pkg_.a
2025-08-20T20:22:42.8068710Z [00:02:08.525]➜  packagefile github.com/charmbracelet/freeze/font=/tmp/go-build2464310907/b104/_pkg_.a
2025-08-20T20:22:42.8069731Z [00:02:08.525]➜  packagefile github.com/charmbracelet/freeze/input=/tmp/go-build2464310907/b105/_pkg_.a
2025-08-20T20:22:42.8070365Z [00:02:08.525]➜  packagefile github.com/charmbracelet/freeze/svg=/tmp/go-build2464310907/b106/_pkg_.a
2025-08-20T20:22:42.8070963Z [00:02:08.525]➜  packagefile github.com/charmbracelet/huh=/tmp/go-build2464310907/b107/_pkg_.a
2025-08-20T20:22:42.8071564Z [00:02:08.525]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build2464310907/b113/_pkg_.a
2025-08-20T20:22:42.8072168Z [00:02:08.525]➜  packagefile github.com/charmbracelet/log=/tmp/go-build2464310907/b185/_pkg_.a
2025-08-20T20:22:42.8072752Z [00:02:08.525]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build2464310907/b114/_pkg_.a
2025-08-20T20:22:42.8073362Z [00:02:08.525]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build2464310907/b122/_pkg_.a
2025-08-20T20:22:42.8073975Z [00:02:08.525]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build2464310907/b124/_pkg_.a
2025-08-20T20:22:42.8074576Z [00:02:08.525]➜  packagefile github.com/charmbracelet/x/xpty=/tmp/go-build2464310907/b190/_pkg_.a
2025-08-20T20:22:42.8075393Z [00:02:08.525]➜  packagefile github.com/kanrichan/resvg-go=/tmp/go-build2464310907/b194/_pkg_.a
2025-08-20T20:22:42.8075975Z [00:02:08.525]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build2464310907/b131/_pkg_.a
2025-08-20T20:22:42.8076541Z [00:02:08.525]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2464310907/b120/_pkg_.a
2025-08-20T20:22:42.8077024Z [00:02:08.525]➜  packagefile io=/tmp/go-build2464310907/b033/_pkg_.a
2025-08-20T20:22:42.8077432Z [00:02:08.525]➜  packagefile io/fs=/tmp/go-build2464310907/b052/_pkg_.a
2025-08-20T20:22:42.8077838Z [00:02:08.525]➜  packagefile os=/tmp/go-build2464310907/b062/_pkg_.a
2025-08-20T20:22:42.8078248Z [00:02:08.525]➜  packagefile os/exec=/tmp/go-build2464310907/b103/_pkg_.a
2025-08-20T20:22:42.8078710Z [00:02:08.525]➜  packagefile path/filepath=/tmp/go-build2464310907/b072/_pkg_.a
2025-08-20T20:22:42.8079169Z [00:02:08.525]➜  packagefile regexp=/tmp/go-build2464310907/b085/_pkg_.a
2025-08-20T20:22:42.8079616Z [00:02:08.525]➜  packagefile runtime/debug=/tmp/go-build2464310907/b141/_pkg_.a
2025-08-20T20:22:42.8080066Z [00:02:08.525]➜  packagefile strconv=/tmp/go-build2464310907/b055/_pkg_.a
2025-08-20T20:22:42.8080494Z [00:02:08.525]➜  packagefile strings=/tmp/go-build2464310907/b068/_pkg_.a
2025-08-20T20:22:42.8080914Z [00:02:08.525]➜  packagefile time=/tmp/go-build2464310907/b043/_pkg_.a
2025-08-20T20:22:42.8081329Z [00:02:08.525]➜  packagefile runtime=/tmp/go-build2464310907/b009/_pkg_.a
2025-08-20T20:22:42.8081776Z [00:02:08.525]➜  packagefile runtime/cgo=/tmp/go-build2464310907/b100/_pkg_.a
2025-08-20T20:22:42.8082256Z [00:02:08.525]➜  packagefile internal/bytealg=/tmp/go-build2464310907/b010/_pkg_.a
2025-08-20T20:22:42.8082708Z [00:02:08.525]➜  packagefile iter=/tmp/go-build2464310907/b038/_pkg_.a
2025-08-20T20:22:42.8083398Z [00:02:08.525]➜  packagefile math/bits=/tmp/go-build2464310907/b039/_pkg_.a
2025-08-20T20:22:42.8083936Z [00:02:08.525]➜  packagefile unicode=/tmp/go-build2464310907/b040/_pkg_.a
2025-08-20T20:22:42.8084383Z [00:02:08.525]➜  packagefile unicode/utf8=/tmp/go-build2464310907/b041/_pkg_.a
2025-08-20T20:22:42.8084880Z [00:02:08.525]➜  packagefile internal/reflectlite=/tmp/go-build2464310907/b004/_pkg_.a
2025-08-20T20:22:42.8085654Z [00:02:08.525]➜  packagefile sync=/tmp/go-build2464310907/b034/_pkg_.a
2025-08-20T20:22:42.8086093Z [00:02:08.525]➜  packagefile sync/atomic=/tmp/go-build2464310907/b036/_pkg_.a
2025-08-20T20:22:42.8086584Z [00:02:08.525]➜  packagefile internal/stringslite=/tmp/go-build2464310907/b031/_pkg_.a
2025-08-20T20:22:42.8087100Z [00:02:08.525]➜  packagefile internal/byteorder=/tmp/go-build2464310907/b012/_pkg_.a
2025-08-20T20:22:42.8087561Z [00:02:08.525]➜  packagefile slices=/tmp/go-build2464310907/b049/_pkg_.a
2025-08-20T20:22:42.8087987Z [00:02:08.525]➜  packagefile cmp=/tmp/go-build2464310907/b050/_pkg_.a
2025-08-20T20:22:42.8088634Z [00:02:08.525]➜  packagefile encoding=/tmp/go-build2464310907/b058/_pkg_.a
2025-08-20T20:22:42.8089062Z [00:02:08.525]➜  packagefile math=/tmp/go-build2464310907/b056/_pkg_.a
2025-08-20T20:22:42.8089482Z [00:02:08.525]➜  packagefile reflect=/tmp/go-build2464310907/b061/_pkg_.a
2025-08-20T20:22:42.8089933Z [00:02:08.525]➜  packagefile unicode/utf16=/tmp/go-build2464310907/b069/_pkg_.a
2025-08-20T20:22:42.8090416Z [00:02:08.525]➜  packagefile internal/fmtsort=/tmp/go-build2464310907/b060/_pkg_.a
2025-08-20T20:22:42.8090988Z [00:02:08.525]➜  packagefile github.com/adrg/xdg/internal/pathutil=/tmp/go-build2464310907/b071/_pkg_.a
2025-08-20T20:22:42.8091675Z [00:02:08.525]➜  packagefile github.com/adrg/xdg/internal/userdirs=/tmp/go-build2464310907/b073/_pkg_.a
2025-08-20T20:22:42.8092225Z [00:02:08.525]➜  packagefile compress/gzip=/tmp/go-build2464310907/b076/_pkg_.a
2025-08-20T20:22:42.8092693Z [00:02:08.525]➜  packagefile encoding/xml=/tmp/go-build2464310907/b082/_pkg_.a
2025-08-20T20:22:42.8093217Z [00:02:08.525]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build2464310907/b083/_pkg_.a
2025-08-20T20:22:42.8093710Z [00:02:08.525]➜  packagefile sort=/tmp/go-build2464310907/b078/_pkg_.a
2025-08-20T20:22:42.8094119Z [00:02:08.525]➜  packagefile path=/tmp/go-build2464310907/b053/_pkg_.a
2025-08-20T20:22:42.8094537Z [00:02:08.525]➜  packagefile go/doc=/tmp/go-build2464310907/b091/_pkg_.a
2025-08-20T20:22:42.8095164Z [00:02:08.525]➜  packagefile net/url=/tmp/go-build2464310907/b097/_pkg_.a
2025-08-20T20:22:42.8095656Z [00:02:08.525]➜  packagefile os/user=/tmp/go-build2464310907/b099/_pkg_.a
2025-08-20T20:22:42.8096112Z [00:02:08.525]➜  packagefile syscall=/tmp/go-build2464310907/b046/_pkg_.a
2025-08-20T20:22:42.8096527Z [00:02:08.525]➜  packagefile bufio=/tmp/go-build2464310907/b074/_pkg_.a
2025-08-20T20:22:42.8097008Z [00:02:08.525]➜  packagefile github.com/catppuccin/go=/tmp/go-build2464310907/b108/_pkg_.a
2025-08-20T20:22:42.8097646Z [00:02:08.525]➜  packagefile github.com/charmbracelet/bubbles/filepicker=/tmp/go-build2464310907/b110/_pkg_.a
2025-08-20T20:22:42.8098317Z [00:02:08.525]➜  packagefile github.com/charmbracelet/bubbles/help=/tmp/go-build2464310907/b144/_pkg_.a
2025-08-20T20:22:42.8098950Z [00:02:08.525]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build2464310907/b111/_pkg_.a
2025-08-20T20:22:42.8099599Z [00:02:08.525]➜  packagefile github.com/charmbracelet/bubbles/spinner=/tmp/go-build2464310907/b145/_pkg_.a
2025-08-20T20:22:42.8100269Z [00:02:08.525]➜  packagefile github.com/charmbracelet/bubbles/textarea=/tmp/go-build2464310907/b146/_pkg_.a
2025-08-20T20:22:42.8100947Z [00:02:08.525]➜  packagefile github.com/charmbracelet/bubbles/textinput=/tmp/go-build2464310907/b179/_pkg_.a
2025-08-20T20:22:42.8101626Z [00:02:08.525]➜  packagefile github.com/charmbracelet/bubbles/viewport=/tmp/go-build2464310907/b178/_pkg_.a
2025-08-20T20:22:42.8102276Z [00:02:08.525]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build2464310907/b112/_pkg_.a
2025-08-20T20:22:42.8103345Z [00:02:08.525]➜  packagefile github.com/charmbracelet/huh/internal/accessibility=/tmp/go-build2464310907/b180/_pkg_.a
2025-08-20T20:22:42.8104196Z [00:02:08.525]➜  packagefile github.com/charmbracelet/huh/internal/selector=/tmp/go-build2464310907/b181/_pkg_.a
2025-08-20T20:22:42.8104878Z [00:02:08.525]➜  packagefile github.com/charmbracelet/x/exp/strings=/tmp/go-build2464310907/b182/_pkg_.a
2025-08-20T20:22:42.8105781Z [00:02:08.525]➜  packagefile github.com/mitchellh/hashstructure/v2=/tmp/go-build2464310907/b183/_pkg_.a
2025-08-20T20:22:42.8106377Z [00:02:08.525]➜  packagefile github.com/muesli/termenv=/tmp/go-build2464310907/b129/_pkg_.a
2025-08-20T20:22:42.8106918Z [00:02:08.525]➜  packagefile github.com/rivo/uniseg=/tmp/go-build2464310907/b121/_pkg_.a
2025-08-20T20:22:42.8107460Z [00:02:08.525]➜  packagefile github.com/go-logfmt/logfmt=/tmp/go-build2464310907/b186/_pkg_.a
2025-08-20T20:22:42.8107961Z [00:02:08.525]➜  packagefile log=/tmp/go-build2464310907/b138/_pkg_.a
2025-08-20T20:22:42.8108397Z [00:02:08.525]➜  packagefile log/slog=/tmp/go-build2464310907/b187/_pkg_.a
2025-08-20T20:22:42.8109089Z [00:02:08.525]➜  packagefile encoding/hex=/tmp/go-build2464310907/b115/_pkg_.a
2025-08-20T20:22:42.8109657Z [00:02:08.525]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build2464310907/b116/_pkg_.a
2025-08-20T20:22:42.8110282Z [00:02:08.525]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build2464310907/b117/_pkg_.a
2025-08-20T20:22:42.8110806Z [00:02:08.525]➜  packagefile image/color=/tmp/go-build2464310907/b109/_pkg_.a
2025-08-20T20:22:42.8111356Z [00:02:08.525]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build2464310907/b123/_pkg_.a
2025-08-20T20:22:42.8111880Z [00:02:08.525]➜  packagefile image=/tmp/go-build2464310907/b128/_pkg_.a
2025-08-20T20:22:42.8112351Z [00:02:08.525]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2464310907/b125/_pkg_.a
2025-08-20T20:22:42.8112930Z [00:02:08.525]➜  packagefile github.com/charmbracelet/x/conpty=/tmp/go-build2464310907/b191/_pkg_.a
2025-08-20T20:22:42.8113556Z [00:02:08.525]➜  packagefile github.com/charmbracelet/x/termios=/tmp/go-build2464310907/b192/_pkg_.a
2025-08-20T20:22:42.8114121Z [00:02:08.526]➜  packagefile github.com/creack/pty=/tmp/go-build2464310907/b193/_pkg_.a
2025-08-20T20:22:42.8114707Z [00:02:08.526]➜  packagefile github.com/kanrichan/resvg-go/internal=/tmp/go-build2464310907/b195/_pkg_.a
2025-08-20T20:22:42.8115570Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero=/tmp/go-build2464310907/b198/_pkg_.a
2025-08-20T20:22:42.8116171Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build2464310907/b196/_pkg_.a
2025-08-20T20:22:42.8116894Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1=/tmp/go-build2464310907/b236/_pkg_.a
2025-08-20T20:22:42.8117533Z [00:02:08.526]➜  packagefile internal/oserror=/tmp/go-build2464310907/b048/_pkg_.a
2025-08-20T20:22:42.8118058Z [00:02:08.526]➜  packagefile internal/filepathlite=/tmp/go-build2464310907/b063/_pkg_.a
2025-08-20T20:22:42.8118572Z [00:02:08.526]➜  packagefile internal/goarch=/tmp/go-build2464310907/b006/_pkg_.a
2025-08-20T20:22:42.8119053Z [00:02:08.526]➜  packagefile internal/itoa=/tmp/go-build2464310907/b047/_pkg_.a
2025-08-20T20:22:42.8119535Z [00:02:08.526]➜  packagefile internal/poll=/tmp/go-build2464310907/b064/_pkg_.a
2025-08-20T20:22:42.8120049Z [00:02:08.526]➜  packagefile internal/syscall/execenv=/tmp/go-build2464310907/b066/_pkg_.a
2025-08-20T20:22:42.8120583Z [00:02:08.526]➜  packagefile internal/syscall/unix=/tmp/go-build2464310907/b065/_pkg_.a
2025-08-20T20:22:42.8121088Z [00:02:08.526]➜  packagefile internal/testlog=/tmp/go-build2464310907/b067/_pkg_.a
2025-08-20T20:22:42.8121577Z [00:02:08.526]➜  packagefile internal/godebug=/tmp/go-build2464310907/b044/_pkg_.a
2025-08-20T20:22:42.8122053Z [00:02:08.526]➜  packagefile regexp/syntax=/tmp/go-build2464310907/b086/_pkg_.a
2025-08-20T20:22:42.8122517Z [00:02:08.526]➜  packagefile internal/abi=/tmp/go-build2464310907/b005/_pkg_.a
2025-08-20T20:22:42.8123247Z [00:02:08.526]➜  packagefile internal/chacha8rand=/tmp/go-build2464310907/b013/_pkg_.a
2025-08-20T20:22:42.8123954Z [00:02:08.526]➜  packagefile internal/coverage/rtcov=/tmp/go-build2464310907/b014/_pkg_.a
2025-08-20T20:22:42.8124458Z [00:02:08.526]➜  packagefile internal/cpu=/tmp/go-build2464310907/b011/_pkg_.a
2025-08-20T20:22:42.8125124Z [00:02:08.526]➜  packagefile internal/godebugs=/tmp/go-build2464310907/b015/_pkg_.a
2025-08-20T20:22:42.8125717Z [00:02:08.526]➜  packagefile internal/goexperiment=/tmp/go-build2464310907/b016/_pkg_.a
2025-08-20T20:22:42.8126210Z [00:02:08.526]➜  packagefile internal/goos=/tmp/go-build2464310907/b017/_pkg_.a
2025-08-20T20:22:42.8126713Z [00:02:08.526]➜  packagefile internal/profilerecord=/tmp/go-build2464310907/b018/_pkg_.a
2025-08-20T20:22:42.8127250Z [00:02:08.526]➜  packagefile internal/runtime/atomic=/tmp/go-build2464310907/b019/_pkg_.a
2025-08-20T20:22:42.8127810Z [00:02:08.526]➜  packagefile internal/runtime/cgroup=/tmp/go-build2464310907/b020/_pkg_.a
2025-08-20T20:22:42.8128369Z [00:02:08.526]➜  packagefile internal/runtime/exithook=/tmp/go-build2464310907/b024/_pkg_.a
2025-08-20T20:22:42.8128898Z [00:02:08.526]➜  packagefile internal/runtime/gc=/tmp/go-build2464310907/b025/_pkg_.a
2025-08-20T20:22:42.8129417Z [00:02:08.526]➜  packagefile internal/runtime/maps=/tmp/go-build2464310907/b026/_pkg_.a
2025-08-20T20:22:42.8129938Z [00:02:08.526]➜  packagefile internal/runtime/math=/tmp/go-build2464310907/b022/_pkg_.a
2025-08-20T20:22:42.8130472Z [00:02:08.526]➜  packagefile internal/runtime/strconv=/tmp/go-build2464310907/b021/_pkg_.a
2025-08-20T20:22:42.8131007Z [00:02:08.526]➜  packagefile internal/runtime/sys=/tmp/go-build2464310907/b030/_pkg_.a
2025-08-20T20:22:42.8131537Z [00:02:08.526]➜  packagefile internal/runtime/syscall=/tmp/go-build2464310907/b023/_pkg_.a
2025-08-20T20:22:42.8132075Z [00:02:08.526]➜  packagefile internal/trace/tracev2=/tmp/go-build2464310907/b032/_pkg_.a
2025-08-20T20:22:42.8132582Z [00:02:08.526]➜  packagefile internal/race=/tmp/go-build2464310907/b029/_pkg_.a
2025-08-20T20:22:42.8133091Z [00:02:08.526]➜  packagefile internal/unsafeheader=/tmp/go-build2464310907/b008/_pkg_.a
2025-08-20T20:22:42.8133588Z [00:02:08.526]➜  packagefile internal/sync=/tmp/go-build2464310907/b035/_pkg_.a
2025-08-20T20:22:42.8134077Z [00:02:08.526]➜  packagefile internal/synctest=/tmp/go-build2464310907/b037/_pkg_.a
2025-08-20T20:22:42.8134566Z [00:02:08.526]➜  packagefile compress/flate=/tmp/go-build2464310907/b077/_pkg_.a
2025-08-20T20:22:42.8135166Z [00:02:08.526]➜  packagefile encoding/binary=/tmp/go-build2464310907/b079/_pkg_.a
2025-08-20T20:22:42.8135688Z [00:02:08.526]➜  packagefile hash/crc32=/tmp/go-build2464310907/b080/_pkg_.a
2025-08-20T20:22:42.8136220Z [00:02:08.526]➜  packagefile github.com/dlclark/regexp2/syntax=/tmp/go-build2464310907/b084/_pkg_.a
2025-08-20T20:22:42.8136729Z [00:02:08.526]➜  packagefile go/ast=/tmp/go-build2464310907/b092/_pkg_.a
2025-08-20T20:22:42.8137391Z [00:02:08.526]➜  packagefile go/doc/comment=/tmp/go-build2464310907/b095/_pkg_.a
2025-08-20T20:22:42.8137954Z [00:02:08.526]➜  packagefile go/token=/tmp/go-build2464310907/b094/_pkg_.a
2025-08-20T20:22:42.8138432Z [00:02:08.526]➜  packagefile internal/lazyregexp=/tmp/go-build2464310907/b096/_pkg_.a
2025-08-20T20:22:42.8138887Z [00:02:08.526]➜  packagefile maps=/tmp/go-build2464310907/b098/_pkg_.a
2025-08-20T20:22:42.8139327Z [00:02:08.526]➜  packagefile internal/asan=/tmp/go-build2464310907/b027/_pkg_.a
2025-08-20T20:22:42.8139792Z [00:02:08.526]➜  packagefile internal/msan=/tmp/go-build2464310907/b028/_pkg_.a
2025-08-20T20:22:42.8140317Z [00:02:08.526]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build2464310907/b142/_pkg_.a
2025-08-20T20:22:42.8140833Z [00:02:08.526]➜  packagefile crypto/sha256=/tmp/go-build2464310907/b147/_pkg_.a
2025-08-20T20:22:42.8141350Z [00:02:08.526]➜  packagefile github.com/atotto/clipboard=/tmp/go-build2464310907/b173/_pkg_.a
2025-08-20T20:22:42.8141978Z [00:02:08.526]➜  packagefile github.com/charmbracelet/bubbles/cursor=/tmp/go-build2464310907/b174/_pkg_.a
2025-08-20T20:22:42.8142889Z [00:02:08.526]➜  packagefile github.com/charmbracelet/bubbles/runeutil=/tmp/go-build2464310907/b175/_pkg_.a
2025-08-20T20:22:42.8143625Z [00:02:08.526]➜  packagefile github.com/charmbracelet/bubbles/textarea/memoization=/tmp/go-build2464310907/b176/_pkg_.a
2025-08-20T20:22:42.8144311Z [00:02:08.526]➜  packagefile github.com/muesli/ansi/compressor=/tmp/go-build2464310907/b134/_pkg_.a
2025-08-20T20:22:42.8145074Z [00:02:08.526]➜  packagefile github.com/muesli/cancelreader=/tmp/go-build2464310907/b136/_pkg_.a
2025-08-20T20:22:42.8145712Z [00:02:08.526]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2464310907/b137/_pkg_.a
2025-08-20T20:22:42.8146209Z [00:02:08.526]➜  packagefile os/signal=/tmp/go-build2464310907/b140/_pkg_.a
2025-08-20T20:22:42.8146634Z [00:02:08.526]➜  packagefile hash=/tmp/go-build2464310907/b081/_pkg_.a
2025-08-20T20:22:42.8147055Z [00:02:08.526]➜  packagefile hash/fnv=/tmp/go-build2464310907/b184/_pkg_.a
2025-08-20T20:22:42.8147599Z [00:02:08.526]➜  packagefile github.com/aymanbagabas/go-osc52/v2=/tmp/go-build2464310907/b130/_pkg_.a
2025-08-20T20:22:42.8148144Z [00:02:08.526]➜  packagefile text/template=/tmp/go-build2464310907/b132/_pkg_.a
2025-08-20T20:22:42.8148610Z [00:02:08.526]➜  packagefile log/internal=/tmp/go-build2464310907/b139/_pkg_.a
2025-08-20T20:22:42.8149089Z [00:02:08.526]➜  packagefile log/slog/internal=/tmp/go-build2464310907/b188/_pkg_.a
2025-08-20T20:22:42.8149611Z [00:02:08.526]➜  packagefile log/slog/internal/buffer=/tmp/go-build2464310907/b189/_pkg_.a
2025-08-20T20:22:42.8150141Z [00:02:08.526]➜  packagefile database/sql/driver=/tmp/go-build2464310907/b118/_pkg_.a
2025-08-20T20:22:42.8150616Z [00:02:08.526]➜  packagefile math/rand=/tmp/go-build2464310907/b119/_pkg_.a
2025-08-20T20:22:42.8151104Z [00:02:08.526]➜  packagefile github.com/xo/terminfo=/tmp/go-build2464310907/b126/_pkg_.a
2025-08-20T20:22:42.8151722Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build2464310907/b199/_pkg_.a
2025-08-20T20:22:42.8152429Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build2464310907/b201/_pkg_.a
2025-08-20T20:22:42.8153189Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/engine/interpreter=/tmp/go-build2464310907/b203/_pkg_.a
2025-08-20T20:22:42.8154024Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo=/tmp/go-build2464310907/b225/_pkg_.a
2025-08-20T20:22:42.8154771Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build2464310907/b200/_pkg_.a
2025-08-20T20:22:42.8155666Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/filecache=/tmp/go-build2464310907/b204/_pkg_.a
2025-08-20T20:22:42.8156400Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build2464310907/b197/_pkg_.a
2025-08-20T20:22:42.8157359Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build2464310907/b212/_pkg_.a
2025-08-20T20:22:42.8158143Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build2464310907/b213/_pkg_.a
2025-08-20T20:22:42.8158847Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/sys=/tmp/go-build2464310907/b209/_pkg_.a
2025-08-20T20:22:42.8159531Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/sysfs=/tmp/go-build2464310907/b221/_pkg_.a
2025-08-20T20:22:42.8160229Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/version=/tmp/go-build2464310907/b234/_pkg_.a
2025-08-20T20:22:42.8160921Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build2464310907/b207/_pkg_.a
2025-08-20T20:22:42.8161635Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/wasm/binary=/tmp/go-build2464310907/b235/_pkg_.a
2025-08-20T20:22:42.8162308Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build2464310907/b202/_pkg_.a
2025-08-20T20:22:42.8162819Z [00:02:08.526]➜  packagefile net=/tmp/go-build2464310907/b214/_pkg_.a
2025-08-20T20:22:42.8163644Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/fsapi=/tmp/go-build2464310907/b211/_pkg_.a
2025-08-20T20:22:42.8164346Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/wasip1=/tmp/go-build2464310907/b237/_pkg_.a
2025-08-20T20:22:42.8165065Z [00:02:08.526]➜  packagefile internal/bisect=/tmp/go-build2464310907/b045/_pkg_.a
2025-08-20T20:22:42.8165610Z [00:02:08.526]➜  packagefile go/scanner=/tmp/go-build2464310907/b093/_pkg_.a
2025-08-20T20:22:42.8166048Z [00:02:08.526]➜  packagefile math/big=/tmp/go-build2464310907/b143/_pkg_.a
2025-08-20T20:22:42.8166475Z [00:02:08.526]➜  packagefile crypto=/tmp/go-build2464310907/b148/_pkg_.a
2025-08-20T20:22:42.8166958Z [00:02:08.526]➜  packagefile crypto/internal/boring=/tmp/go-build2464310907/b149/_pkg_.a
2025-08-20T20:22:42.8167521Z [00:02:08.526]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2464310907/b157/_pkg_.a
2025-08-20T20:22:42.8168059Z [00:02:08.526]➜  packagefile container/list=/tmp/go-build2464310907/b177/_pkg_.a
2025-08-20T20:22:42.8168566Z [00:02:08.526]➜  packagefile github.com/muesli/ansi=/tmp/go-build2464310907/b135/_pkg_.a
2025-08-20T20:22:42.8169088Z [00:02:08.526]➜  packagefile text/template/parse=/tmp/go-build2464310907/b133/_pkg_.a
2025-08-20T20:22:42.8169561Z [00:02:08.526]➜  packagefile io/ioutil=/tmp/go-build2464310907/b127/_pkg_.a
2025-08-20T20:22:42.8170143Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build2464310907/b205/_pkg_.a
2025-08-20T20:22:42.8170852Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/moremath=/tmp/go-build2464310907/b206/_pkg_.a
2025-08-20T20:22:42.8171576Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build2464310907/b222/_pkg_.a
2025-08-20T20:22:42.8172312Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build2464310907/b224/_pkg_.a
2025-08-20T20:22:42.8173109Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend=/tmp/go-build2464310907/b226/_pkg_.a
2025-08-20T20:22:42.8173995Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/arm64=/tmp/go-build2464310907/b230/_pkg_.a
2025-08-20T20:22:42.8174867Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/frontend=/tmp/go-build2464310907/b231/_pkg_.a
2025-08-20T20:22:42.8175956Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build2464310907/b228/_pkg_.a
2025-08-20T20:22:42.8176775Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build2464310907/b229/_pkg_.a
2025-08-20T20:22:42.8177525Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/u32=/tmp/go-build2464310907/b232/_pkg_.a
2025-08-20T20:22:42.8178453Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/u64=/tmp/go-build2464310907/b233/_pkg_.a
2025-08-20T20:22:42.8179245Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/descriptor=/tmp/go-build2464310907/b210/_pkg_.a
2025-08-20T20:22:42.8179963Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/ieee754=/tmp/go-build2464310907/b208/_pkg_.a
2025-08-20T20:22:42.8180535Z [00:02:08.526]➜  packagefile debug/dwarf=/tmp/go-build2464310907/b223/_pkg_.a
2025-08-20T20:22:42.8181089Z [00:02:08.526]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build2464310907/b215/_pkg_.a
2025-08-20T20:22:42.8181648Z [00:02:08.526]➜  packagefile internal/nettrace=/tmp/go-build2464310907/b216/_pkg_.a
2025-08-20T20:22:42.8182162Z [00:02:08.526]➜  packagefile internal/singleflight=/tmp/go-build2464310907/b217/_pkg_.a
2025-08-20T20:22:42.8182642Z [00:02:08.526]➜  packagefile net/netip=/tmp/go-build2464310907/b218/_pkg_.a
2025-08-20T20:22:42.8183097Z [00:02:08.526]➜  packagefile crypto/cipher=/tmp/go-build2464310907/b150/_pkg_.a
2025-08-20T20:22:42.8183620Z [00:02:08.526]➜  packagefile crypto/internal/boring/sig=/tmp/go-build2464310907/b172/_pkg_.a
2025-08-20T20:22:42.8184407Z [00:02:08.526]➜  packagefile crypto/internal/fips140=/tmp/go-build2464310907/b152/_pkg_.a
2025-08-20T20:22:42.8185204Z [00:02:08.526]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2464310907/b158/_pkg_.a
2025-08-20T20:22:42.8185898Z [00:02:08.526]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2464310907/b159/_pkg_.a
2025-08-20T20:22:42.8186452Z [00:02:08.526]➜  packagefile crypto/internal/impl=/tmp/go-build2464310907/b160/_pkg_.a
2025-08-20T20:22:42.8187178Z [00:02:08.526]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc=/tmp/go-build2464310907/b227/_pkg_.a
2025-08-20T20:22:42.8187823Z [00:02:08.526]➜  packagefile unique=/tmp/go-build2464310907/b219/_pkg_.a
2025-08-20T20:22:42.8188319Z [00:02:08.526]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2464310907/b151/_pkg_.a
2025-08-20T20:22:42.8188914Z [00:02:08.526]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build2464310907/b164/_pkg_.a
2025-08-20T20:22:42.8189510Z [00:02:08.526]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2464310907/b154/_pkg_.a
2025-08-20T20:22:42.8190083Z [00:02:08.526]➜  packagefile crypto/internal/fips140only=/tmp/go-build2464310907/b170/_pkg_.a
2025-08-20T20:22:42.8190596Z [00:02:08.526]➜  packagefile crypto/subtle=/tmp/go-build2464310907/b171/_pkg_.a
2025-08-20T20:22:42.8191148Z [00:02:08.526]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2464310907/b153/_pkg_.a
2025-08-20T20:22:42.8191714Z [00:02:08.526]➜  packagefile weak=/tmp/go-build2464310907/b220/_pkg_.a
2025-08-20T20:22:42.8192216Z [00:02:08.526]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2464310907/b155/_pkg_.a
2025-08-20T20:22:42.8192798Z [00:02:08.526]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2464310907/b162/_pkg_.a
2025-08-20T20:22:42.8193386Z [00:02:08.526]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2464310907/b165/_pkg_.a
2025-08-20T20:22:42.8193966Z [00:02:08.526]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2464310907/b161/_pkg_.a
2025-08-20T20:22:42.8194544Z [00:02:08.526]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2464310907/b163/_pkg_.a
2025-08-20T20:22:42.8195251Z [00:02:08.526]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2464310907/b156/_pkg_.a
2025-08-20T20:22:42.8195829Z [00:02:08.526]➜  packagefile crypto/internal/entropy=/tmp/go-build2464310907/b166/_pkg_.a
2025-08-20T20:22:42.8196379Z [00:02:08.526]➜  packagefile crypto/internal/randutil=/tmp/go-build2464310907/b168/_pkg_.a
2025-08-20T20:22:42.8196929Z [00:02:08.526]➜  packagefile crypto/internal/sysrand=/tmp/go-build2464310907/b167/_pkg_.a
2025-08-20T20:22:42.8197428Z [00:02:08.526]➜  packagefile math/rand/v2=/tmp/go-build2464310907/b169/_pkg_.a
2025-08-20T20:22:42.8214528Z [00:02:08.526]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/charmbracelet/freeze\nmod\tgithub.com/charmbracelet/freeze\tv0.2.3-0.20250818132756-ee5e4b3cad8e\t\ndep\tgithub.com/adrg/xdg\tv0.5.3\th1:xRnxJXne7+oWDatRhR1JLnvuccuIeCoBu2rtuLqQB78=\ndep\tgithub.com/alecthomas/chroma/v2\tv2.20.0\th1:sfIHpxPyR07/Oylvmcai3X/exDlE8+FA820NTz+9sGw=\ndep\tgithub.com/alecthomas/kong\tv1.12.1\th1:iq6aMJDcFYP9uFrLdsiZQ2ZMmcshduyGv4Pek0MQPW0=\ndep\tgithub.com/atotto/clipboard\tv0.1.4\th1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=\ndep\tgithub.com/aymanbagabas/go-osc52/v2\tv2.0.1\th1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=\ndep\tgithub.com/beevik/etree\tv1.5.1\th1:TC3zyxYp+81wAmbsi8SWUpZCurbxa6S8RITYRSkNRwo=\ndep\tgithub.com/caarlos0/go-shellwords\tv1.0.12\th1:HWrUnu6lGbWfrDcFiHcZiwOLzHWjjrPVehULaTFgPp8=\ndep\tgithub.com/catppuccin/go\tv0.3.0\th1:d+0/YicIq+hSTo5oPuRi5kOpqkVA5tAsU6dNhvRu+aY=\ndep\tgithub.com/charmbracelet/bubbles\tv0.21.0\th1:9TdC97SdRVg/1aaXNVWfFH3nnLAwOXr8Fn6u6mfQdFs=\ndep\tgithub.com/charmbracelet/bubbletea\tv1.3.4\th1:kCg7B+jSCFPLYRA52SDZjr51kG/fMUEoPoZrkaDHyoI=\ndep\tgithub.com/charmbracelet/colorprofile\tv0.2.3-0.20250311203215-f60798e515dc\th1:4pZI35227imm7yK2bGPcfpFEmuY1gc2YSTShr4iJBfs=\ndep\tgithub.com/charmbracelet/huh\tv0.7.0\th1:W8S1uyGETgj9Tuda3/JdVkc3x7DBLZYPZc4c+/rnRdc=\ndep\tgithub.com/charmbracelet/lipgloss\tv1.1.0\th1:vYXsiLHVkK7fp74RkV7b2kq9+zDLoEU4MZoFqR/noCY=\ndep\tgithub.com/charmbracelet/log\tv0.4.2\th1:hYt8Qj6a8yLnvR+h7MwsJv/XvmBJXiueUcI3cIxsyig=\ndep\tgithub.com/charmbracelet/x/ansi\tv0.10.1\th1:rL3Koar5XvX0pHGfovN03f5cxLbCF2YvLeyz7D2jVDQ=\ndep\tgithub.com/charmbracelet/x/cellbuf\tv0.0.13\th1:/KBBKHuVRbq1lYx5BzEHBAFBP8VcQzJejZ/IA3iR28k=\ndep\tgithub.com/charmbracelet/x/conpty\tv0.1.0\th1:4zc8KaIcbiL4mghEON8D72agYtSeIgq8FSThSPQIb+U=\ndep\tgithub.com/charmbracelet/x/exp/strings\tv0.0.0-20240906161213-162f3037fef5\th1:73C9VsX8PMlXxVMKjg7ix67cZWg+zySdyzWRaXS239A=\ndep\tgithub.com/charmbracelet/x/term\tv0.2.1\th1:AQeHeLZ1OqSXhrAWpYUtZyX1T3zVxfpZuEQMIQaGIAQ=\ndep\tgithub.com/charmbracelet/x/termios\tv0.1.1\th1:o3Q2bT8eqzGnGPOYheoYS8eEleT5ZVNYNy8JawjaNZY=\ndep\tgithub.com/charmbracelet/x/xpty\tv0.1.2\th1:Pqmu4TEJ8KeA9uSkISKMU3f+C1F6OGBn8ABuGlqCbtI=\ndep\tgithub.com/creack/pty\tv1.1.24\th1:bJrF4RRfyJnbTJqzRLHzcGaZK1NeM5kTC9jGgovnR1s=\ndep\tgithub.com/dlclark/regexp2\tv1.11.5\th1:Q/sSnsKerHeCkc/jSTNq1oCm7KiVgUMZRDUoRu0JQZQ=\ndep\tgithub.com/dustin/go-humanize\tv1.0.1\th1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=\ndep\tgithub.com/go-logfmt/logfmt\tv0.6.0\th1:wGYYu3uicYdqXVgoYbvnkrPVXkuLM1p1ifugDMEdRi4=\ndep\tgithub.com/kanrichan/resvg-go\tv0.0.2-0.20231001163256-63db194ca9f5\th1:BXnB1Gz4y/zwQh+ZFNy7rgd+ZfMOrwRr4uZSHEI+ieY=\ndep\tgithub.com/lucasb-eyer/go-colorful\tv1.2.0\th1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=\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/mitchellh/hashstructure/v2\tv2.0.2\th1:vGKWl0YJqUNxE8d+h8f6NJLcCJrgbhC4NcD46KavDd4=\ndep\tgithub.com/muesli/ansi\tv0.0.0-20230316100256-276c6243b2f6\th1:ZK8zHtRHOkbHy6Mmr5D264iyp3TiX5OmNcI5cIARiQI=\ndep\tgithub.com/muesli/cancelreader\tv0.2.2\th1:3I4Kt4BQjOR54NavqnDogx/MIoWBFa0StPA8ELUXHmA=\ndep\tgithub.com/muesli/termenv\tv0.16.0\th1:S5AlUN9dENB57rsbnkPyfdGuWIlkmzJjbFf0Tf5FWUc=\ndep\tgithub.com/rivo/uniseg\tv0.4.7\th1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=\ndep\tgithub.com/tetratelabs/wazero\tv1.8.0\th1:iEKu0d4c2Pd+QSRieYbnQC9yiFlMS9D+Jr0LsRmcF4g=\ndep\tgithub.com/xo/terminfo\tv0.0.0-20220910002029-abceb7e1c41e\th1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=\ndep\tgolang.org/x/sync\tv0.12.0\th1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw=\ndep\tgolang.org/x/sys\tv0.31.0\th1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=arm64\nbuild\tGOOS=linux\nbuild\tGOARM64=v8.0\nbuild\tvcs=git\nbuild\tvcs.revision=ee5e4b3cad8e622ab20926ff63b3935f9e8de8c8\nbuild\tvcs.time=2025-08-18T13:27:56Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T20:22:42.8228957Z [00:02:08.526]➜  EOF
2025-08-20T20:22:42.8229197Z [00:02:08.526]➜  mkdir -p $WORK/b001/exe/
2025-08-20T20:22:42.8229450Z [00:02:08.526]➜  cd .
2025-08-20T20:22:42.8231273Z [00:02:08.526]➜  GOROOT='' /root/.go/pkg/tool/linux_arm64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0 -buildmode=pie -buildid=Qf9PleU2zcMsem7-bIe3/TCAL2keFNBed2M38mckY/BvxS2G0DugP9R0ld6pnF/Qf9PleU2zcMsem7-bIe3 -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T20:22:43.3523009Z [00:02:09.073]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T20:22:43.3621115Z [00:02:09.083]➜  mkdir -p /build-bins/
2025-08-20T20:22:43.3622013Z [00:02:09.083]➜  cp $WORK/b001/exe/a.out /build-bins/freeze
2025-08-20T20:22:43.3693465Z [00:02:09.090]➜  rm -rf $WORK/b001/
2025-08-20T20:22:43.5229237Z [00:02:09.243]➜  '/tmp/tmp.vfEjfybuwX/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T20:22:43.5374147Z [00:02:09.258]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T20:22:43.5671835Z [00:02:09.288]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T20:22:43.5673764Z [00:02:09.288]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T20:22:43.6052431Z [00:02:09.326]➜  copy from `/build-bins/freeze' [elf64-littleaarch64] to `/build-bins/stMlIpMJ' [elf64-littleaarch64]
2025-08-20T20:22:43.6706131Z [00:02:09.391]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T20:22:43.6729785Z [00:02:09.393]➜  
2025-08-20T20:22:43.6743411Z [00:02:09.395]➜  /build-bins/freeze
2025-08-20T20:22:43.6776602Z [00:02:09.398]➜  There are 24 section headers, starting at offset 0xe087f8:
2025-08-20T20:22:43.6777560Z [00:02:09.398]➜  
2025-08-20T20:22:43.6777884Z [00:02:09.398]➜  Section Headers:
2025-08-20T20:22:43.6778240Z [00:02:09.398]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:22:43.6778656Z [00:02:09.398]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:22:43.6779050Z [00:02:09.398]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:22:43.6779449Z [00:02:09.398]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:22:43.6779869Z [00:02:09.398]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T20:22:43.6780286Z [00:02:09.398]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T20:22:43.6780701Z [00:02:09.398]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T20:22:43.6781137Z [00:02:09.398]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T20:22:43.6781565Z [00:02:09.398]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T20:22:43.6781982Z [00:02:09.398]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T20:22:43.6782393Z [00:02:09.398]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T20:22:43.6782811Z [00:02:09.398]➜         0000000000133710  0000000000000018   A       2     0     8
2025-08-20T20:22:43.6783229Z [00:02:09.398]➜    [ 5] .init             PROGBITS         00000000001339c0  001339c0
2025-08-20T20:22:43.6783639Z [00:02:09.398]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:22:43.6784051Z [00:02:09.398]➜    [ 6] .text             PROGBITS         00000000001339e0  001339e0
2025-08-20T20:22:43.6784468Z [00:02:09.398]➜         000000000042ed50  0000000000000000  AX       0     0     32
2025-08-20T20:22:43.6785385Z [00:02:09.398]➜    [ 7] .fini             PROGBITS         0000000000562730  00562730
2025-08-20T20:22:43.6785910Z [00:02:09.398]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:22:43.6786331Z [00:02:09.398]➜    [ 8] .rodata           PROGBITS         0000000000562740  00562740
2025-08-20T20:22:43.6786754Z [00:02:09.398]➜         00000000002c4eec  0000000000000000   A       0     0     32
2025-08-20T20:22:43.6787180Z [00:02:09.398]➜    [ 9] .eh_frame_hdr     PROGBITS         000000000082762c  0082762c
2025-08-20T20:22:43.6787600Z [00:02:09.398]➜         000000000000011c  0000000000000000   A       0     0     4
2025-08-20T20:22:43.6788014Z [00:02:09.398]➜    [10] .eh_frame         PROGBITS         0000000000827748  00827748
2025-08-20T20:22:43.6788427Z [00:02:09.398]➜         0000000000000530  0000000000000000   A       0     0     8
2025-08-20T20:22:43.6788838Z [00:02:09.398]➜    [11] .tbss             NOBITS           000000000083a1d0  0082a1d0
2025-08-20T20:22:43.6789254Z [00:02:09.398]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T20:22:43.6789937Z [00:02:09.398]➜    [12] .init_array       INIT_ARRAY       000000000083a1d0  0082a1d0
2025-08-20T20:22:43.6790362Z [00:02:09.398]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:22:43.6790786Z [00:02:09.398]➜    [13] .fini_array       FINI_ARRAY       000000000083a1d8  0082a1d8
2025-08-20T20:22:43.6791207Z [00:02:09.398]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:22:43.6791635Z [00:02:09.398]➜    [14] .data.rel.ro      PROGBITS         000000000083a1e0  0082a1e0
2025-08-20T20:22:43.6792064Z [00:02:09.398]➜         0000000000415be8  0000000000000000  WA       0     0     32
2025-08-20T20:22:43.6792489Z [00:02:09.398]➜    [15] .dynamic          DYNAMIC          0000000000c4fdc8  00c3fdc8
2025-08-20T20:22:43.6792907Z [00:02:09.398]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T20:22:43.6793323Z [00:02:09.398]➜    [16] .got              PROGBITS         0000000000c4ff38  00c3ff38
2025-08-20T20:22:43.6793742Z [00:02:09.398]➜         00000000000000b0  0000000000000008  WA       0     0     8
2025-08-20T20:22:43.6794151Z [00:02:09.398]➜    [17] .data             PROGBITS         0000000000c50000  00c40000
2025-08-20T20:22:43.6794559Z [00:02:09.398]➜         0000000000021690  0000000000000000  WA       0     0     32
2025-08-20T20:22:43.6795427Z [00:02:09.398]➜    [18] .go.buildinfo     PROGBITS         0000000000c71690  00c61690
2025-08-20T20:22:43.6795907Z [00:02:09.398]➜         0000000000001000  0000000000000000  WA       0     0     16
2025-08-20T20:22:43.6796339Z [00:02:09.398]➜    [19] .go.fipsinfo      PROGBITS         0000000000c726a0  00c626a0
2025-08-20T20:22:43.6796768Z [00:02:09.398]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T20:22:43.6797197Z [00:02:09.398]➜    [20] .noptrdata        PROGBITS         0000000000c72720  00c62720
2025-08-20T20:22:43.6797639Z [00:02:09.398]➜         00000000001a6001  0000000000000000  WA       0     0     32
2025-08-20T20:22:43.6798063Z [00:02:09.398]➜    [21] .bss              NOBITS           0000000000e18740  00e08721
2025-08-20T20:22:43.6798506Z [00:02:09.398]➜         000000000002b2d8  0000000000000000  WA       0     0     32
2025-08-20T20:22:43.6798940Z [00:02:09.398]➜    [22] .noptrbss         NOBITS           0000000000e43a20  00e08721
2025-08-20T20:22:43.6799368Z [00:02:09.398]➜         0000000000015ac0  0000000000000000  WA       0     0     32
2025-08-20T20:22:43.6799793Z [00:02:09.398]➜    [23] .shstrtab         STRTAB           0000000000000000  00e08721
2025-08-20T20:22:43.6800210Z [00:02:09.398]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T20:22:43.6800532Z [00:02:09.398]➜  Key to Flags:
2025-08-20T20:22:43.6800895Z [00:02:09.398]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:22:43.6801352Z [00:02:09.398]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:22:43.6802085Z [00:02:09.398]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:22:43.6802545Z [00:02:09.398]➜    D (mbind), p (processor specific)
2025-08-20T20:22:43.6802823Z [00:02:09.400]➜  
2025-08-20T20:22:43.6810706Z [00:02:09.402]➜  /build-bins/LICENSE
2025-08-20T20:22:43.6825742Z [00:02:09.403]➜  + file /build-bins/LICENSE /build-bins/freeze
2025-08-20T20:22:43.6965400Z [00:02:09.417]➜  /build-bins/LICENSE: ASCII text
2025-08-20T20:22:43.7032887Z [00:02:09.424]➜  /build-bins/freeze:  ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T20:22:43.7040632Z [00:02:09.425]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/freeze
2025-08-20T20:22:43.7059485Z [00:02:09.426]➜  /build-bins/LICENSE:         1075 Bytes
2025-08-20T20:22:43.7059877Z [00:02:09.426]➜  /build-bins/freeze:         14716408 Bytes
2025-08-20T20:22:43.7061618Z [00:02:09.427]➜  + du /build-bins/LICENSE /build-bins/freeze --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T20:22:43.7076148Z [00:02:09.428]➜  1.1K	2025-08-20 20:22:43.522124131 +0000	/build-bins/LICENSE
2025-08-20T20:22:43.7076615Z [00:02:09.428]➜  15M	2025-08-20 20:22:43.625127661 +0000	/build-bins/freeze
2025-08-20T20:22:43.7080898Z [00:02:09.429]➜  + popd
2025-08-20T20:22:44.4481279Z [00:02:10.168]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T20:22:44.5153126Z [00:02:10.236]➜  + '[' -s /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T20:22:44.5154072Z [00:02:10.236]➜  + cp -fv /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T20:22:44.5185815Z [00:02:10.239]➜  '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T20:22:44.5191608Z [00:02:10.240]➜  + find /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:22:44.5193375Z [00:02:10.240]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:22:44.5196187Z [00:02:10.240]➜  + cut -d: -f1
2025-08-20T20:22:44.5196798Z [00:02:10.240]➜  + xargs realpath --no-symlinks
2025-08-20T20:22:44.5206087Z [00:02:10.241]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR
2025-08-20T20:22:44.6044555Z [00:02:10.325]➜  sending incremental file list
2025-08-20T20:22:44.6082975Z [00:02:10.329]➜  freeze
2025-08-20T20:22:44.6622153Z [00:02:10.383]➜  
2025-08-20T20:22:44.6622563Z [00:02:10.383]➜  sent 14.72M bytes  received 35 bytes  29.44M bytes/sec
2025-08-20T20:22:44.6622960Z [00:02:10.383]➜  total size is 14.72M  speedup is 1.00
2025-08-20T20:22:44.6634548Z [00:02:10.384]➜  
2025-08-20T20:22:45.2354664Z [00:02:10.956]➜  
2025-08-20T20:22:45.2446348Z [00:02:10.965]➜  ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T20:22:45.2448052Z [00:02:10.965]➜  ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/freeze' retained as runner:runner
2025-08-20T20:22:45.2448931Z [00:02:10.965]➜  ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T20:22:45.2449938Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/main.go' from root:root to runner:runner
2025-08-20T20:22:45.2451160Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/configurations/base.json' from root:root to runner:runner
2025-08-20T20:22:45.2452796Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/configurations/full.json' from root:root to runner:runner
2025-08-20T20:22:45.2454110Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/configurations' from root:root to runner:runner
2025-08-20T20:22:45.2455997Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/tapes/interactive.tape' from root:root to runner:runner
2025-08-20T20:22:45.2457284Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/tapes/demo.tape' from root:root to runner:runner
2025-08-20T20:22:45.2458535Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/tapes/artichoke.hs' from root:root to runner:runner
2025-08-20T20:22:45.2459777Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/tapes/interactive.gif' from root:root to runner:runner
2025-08-20T20:22:45.2461324Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/tapes' from root:root to runner:runner
2025-08-20T20:22:45.2462558Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/configurations/base.json' from root:root to runner:runner
2025-08-20T20:22:45.2463919Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/configurations/full.json' from root:root to runner:runner
2025-08-20T20:22:45.2465292Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/configurations' from root:root to runner:runner
2025-08-20T20:22:45.2466573Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/input/tab.go' from root:root to runner:runner
2025-08-20T20:22:45.2467838Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/input/helix.ansi' from root:root to runner:runner
2025-08-20T20:22:45.2469070Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/input/glow.ansi' from root:root to runner:runner
2025-08-20T20:22:45.2470327Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/input/bubbletea.model' from root:root to runner:runner
2025-08-20T20:22:45.2471603Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/input/artichoke.hs' from root:root to runner:runner
2025-08-20T20:22:45.2472863Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/input/layout.ansi' from root:root to runner:runner
2025-08-20T20:22:45.2474116Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/input/wrap.go' from root:root to runner:runner
2025-08-20T20:22:45.2475461Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/input/goreleaser-full.yml' from root:root to runner:runner
2025-08-20T20:22:45.2476778Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/input/eza.ansi' from root:root to runner:runner
2025-08-20T20:22:45.2478202Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/input' from root:root to runner:runner
2025-08-20T20:22:45.2479608Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/dimensions-margin-line-numbers.png' from root:root to runner:runner
2025-08-20T20:22:45.2480969Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/eza.png' from root:root to runner:runner
2025-08-20T20:22:45.2482291Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/artichoke-base.png' from root:root to runner:runner
2025-08-20T20:22:45.2483662Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/dimensions-margin.png' from root:root to runner:runner
2025-08-20T20:22:45.2485321Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/border-width.png' from root:root to runner:runner
2025-08-20T20:22:45.2486728Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/font-size-28.png' from root:root to runner:runner
2025-08-20T20:22:45.2488043Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/margin.png' from root:root to runner:runner
2025-08-20T20:22:45.2489365Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/overflow.png' from root:root to runner:runner
2025-08-20T20:22:45.2490696Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/haskell.png' from root:root to runner:runner
2025-08-20T20:22:45.2492061Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/bubbletea.png' from root:root to runner:runner
2025-08-20T20:22:45.2493360Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/dracula.png' from root:root to runner:runner
2025-08-20T20:22:45.2494674Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/line-height-2.png' from root:root to runner:runner
2025-08-20T20:22:45.2496158Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/border-radius.png' from root:root to runner:runner
2025-08-20T20:22:45.2497545Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/dimensions-config.png' from root:root to runner:runner
2025-08-20T20:22:45.2498889Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/font-size-14.png' from root:root to runner:runner
2025-08-20T20:22:45.2500182Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/glow.png' from root:root to runner:runner
2025-08-20T20:22:45.2501451Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/shadow.png' from root:root to runner:runner
2025-08-20T20:22:45.2502985Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/helix.png' from root:root to runner:runner
2025-08-20T20:22:45.2504340Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/lines.png' from root:root to runner:runner
2025-08-20T20:22:45.2505933Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/overflow-line-numbers.png' from root:root to runner:runner
2025-08-20T20:22:45.2507315Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/window.png' from root:root to runner:runner
2025-08-20T20:22:45.2516197Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/padding.png' from root:root to runner:runner
2025-08-20T20:22:45.2517885Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/execute.png' from root:root to runner:runner
2025-08-20T20:22:45.2519235Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/dimensions-padding.png' from root:root to runner:runner
2025-08-20T20:22:45.2520567Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/layout.png' from root:root to runner:runner
2025-08-20T20:22:45.2521866Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/dimensions.png' from root:root to runner:runner
2025-08-20T20:22:45.2523255Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/artichoke-full.png' from root:root to runner:runner
2025-08-20T20:22:45.2524537Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png' from root:root to runner:runner
2025-08-20T20:22:45.2526158Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/dimensions-margin-line-numbers.svg' from root:root to runner:runner
2025-08-20T20:22:45.2527526Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/eza.svg' from root:root to runner:runner
2025-08-20T20:22:45.2528820Z [00:02:10.965]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/overflow.svg' from root:root to runner:runner
2025-08-20T20:22:45.2530135Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/window.svg' from root:root to runner:runner
2025-08-20T20:22:45.2531430Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/tab.svg' from root:root to runner:runner
2025-08-20T20:22:45.2532711Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/dimensions.svg' from root:root to runner:runner
2025-08-20T20:22:45.2534029Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/font-size-14.svg' from root:root to runner:runner
2025-08-20T20:22:45.2535653Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/haskell.svg' from root:root to runner:runner
2025-08-20T20:22:45.2537071Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/line-height-2.svg' from root:root to runner:runner
2025-08-20T20:22:45.2538421Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/border-width.svg' from root:root to runner:runner
2025-08-20T20:22:45.2539756Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/artichoke-base.svg' from root:root to runner:runner
2025-08-20T20:22:45.2541126Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/overflow-line-numbers.svg' from root:root to runner:runner
2025-08-20T20:22:45.2542656Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/dracula.svg' from root:root to runner:runner
2025-08-20T20:22:45.2543937Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/shadow.svg' from root:root to runner:runner
2025-08-20T20:22:45.2545335Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/lines.svg' from root:root to runner:runner
2025-08-20T20:22:45.2546677Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/margin.svg' from root:root to runner:runner
2025-08-20T20:22:45.2548013Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/artichoke-full.svg' from root:root to runner:runner
2025-08-20T20:22:45.2549414Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/layout.svg' from root:root to runner:runner
2025-08-20T20:22:45.2550716Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/wrap.svg' from root:root to runner:runner
2025-08-20T20:22:45.2552037Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/dimensions-margin.svg' from root:root to runner:runner
2025-08-20T20:22:45.2553349Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/glow.svg' from root:root to runner:runner
2025-08-20T20:22:45.2554676Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/dimensions-padding.svg' from root:root to runner:runner
2025-08-20T20:22:45.2556151Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/bubbletea.svg' from root:root to runner:runner
2025-08-20T20:22:45.2557465Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/font-size-28.svg' from root:root to runner:runner
2025-08-20T20:22:45.2558943Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/padding.svg' from root:root to runner:runner
2025-08-20T20:22:45.2560381Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/helix.svg' from root:root to runner:runner
2025-08-20T20:22:45.2561724Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/border-radius.svg' from root:root to runner:runner
2025-08-20T20:22:45.2563067Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/execute.svg' from root:root to runner:runner
2025-08-20T20:22:45.2564390Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/dimensions-config.svg' from root:root to runner:runner
2025-08-20T20:22:45.2565795Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg' from root:root to runner:runner
2025-08-20T20:22:45.2567171Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden' from root:root to runner:runner
2025-08-20T20:22:45.2568309Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test' from root:root to runner:runner
2025-08-20T20:22:45.2569451Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.goreleaser.yml' from root:root to runner:runner
2025-08-20T20:22:45.2570676Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/config.go' from root:root to runner:runner
2025-08-20T20:22:45.2571835Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/default.nix' from root:root to runner:runner
2025-08-20T20:22:45.2573010Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/flake.lock' from root:root to runner:runner
2025-08-20T20:22:45.2574184Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/input/input.go' from root:root to runner:runner
2025-08-20T20:22:45.2575465Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/input' from root:root to runner:runner
2025-08-20T20:22:45.2576650Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/flake.nix' from root:root to runner:runner
2025-08-20T20:22:45.2577802Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/cut_test.go' from root:root to runner:runner
2025-08-20T20:22:45.2578976Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/freeze_test.go' from root:root to runner:runner
2025-08-20T20:22:45.2580121Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/pty.go' from root:root to runner:runner
2025-08-20T20:22:45.2581275Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T20:22:45.2582441Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.golangci.yml' from root:root to runner:runner
2025-08-20T20:22:45.2583782Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T20:22:45.2585130Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/SECURITY.md' from root:root to runner:runner
2025-08-20T20:22:45.2586422Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/interactive.go' from root:root to runner:runner
2025-08-20T20:22:45.2587627Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/config_test.go' from root:root to runner:runner
2025-08-20T20:22:45.2588858Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-20T20:22:45.2590007Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/cut.go' from root:root to runner:runner
2025-08-20T20:22:45.2591365Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/error.go' from root:root to runner:runner
2025-08-20T20:22:45.2592508Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T20:22:45.2593723Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T20:22:45.2595131Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.github/workflows/dependabot-sync.yml' from root:root to runner:runner
2025-08-20T20:22:45.2596564Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.github/workflows/build.yml' from root:root to runner:runner
2025-08-20T20:22:45.2597908Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.github/workflows/lint.yml' from root:root to runner:runner
2025-08-20T20:22:45.2599202Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.github/workflows/goreleaser.yml' from root:root to runner:runner
2025-08-20T20:22:45.2600482Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.github/workflows/go.yml' from root:root to runner:runner
2025-08-20T20:22:45.2601707Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T20:22:45.2602982Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' from root:root to runner:runner
2025-08-20T20:22:45.2604355Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' from root:root to runner:runner
2025-08-20T20:22:45.2605832Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T20:22:45.2607348Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.github/CODEOWNERS' from root:root to runner:runner
2025-08-20T20:22:45.2608593Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T20:22:45.2609726Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/style.go' from root:root to runner:runner
2025-08-20T20:22:45.2610860Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T20:22:45.2611989Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/ansi.go' from root:root to runner:runner
2025-08-20T20:22:45.2613114Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T20:22:45.2614524Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T20:22:45.2615880Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/png.go' from root:root to runner:runner
2025-08-20T20:22:45.2617136Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/font/JetBrainsMono-Regular.ttf' from root:root to runner:runner
2025-08-20T20:22:45.2618463Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/font/JetBrainsMonoNL-Regular.ttf' from root:root to runner:runner
2025-08-20T20:22:45.2619710Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/font/font.go' from root:root to runner:runner
2025-08-20T20:22:45.2620916Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/font' from root:root to runner:runner
2025-08-20T20:22:45.2622033Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/font.go' from root:root to runner:runner
2025-08-20T20:22:45.2623239Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/release/entitlements.plist' from root:root to runner:runner
2025-08-20T20:22:45.2624457Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/release' from root:root to runner:runner
2025-08-20T20:22:45.2625733Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/svg/svg.go' from root:root to runner:runner
2025-08-20T20:22:45.2626875Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/svg' from root:root to runner:runner
2025-08-20T20:22:45.2628028Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T20:22:45.2629309Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T20:22:45.2630653Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T20:22:45.2632222Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T20:22:45.2633664Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T20:22:45.2635106Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T20:22:45.2636472Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T20:22:45.2637783Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T20:22:45.2639306Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T20:22:45.2640639Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T20:22:45.2641924Z [00:02:10.966]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T20:22:45.2643232Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T20:22:45.2644529Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T20:22:45.2645988Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T20:22:45.2647331Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T20:22:45.2648581Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T20:22:45.2649730Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T20:22:45.2650894Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T20:22:45.2652310Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/objects/pack/pack-fb45cbd8a00afe926cc95d0f92dd5256b548c0cd.pack' from root:root to runner:runner
2025-08-20T20:22:45.2654138Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/objects/pack/pack-fb45cbd8a00afe926cc95d0f92dd5256b548c0cd.promisor' from root:root to runner:runner
2025-08-20T20:22:45.2656134Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/objects/pack/pack-3bb373a8ce5fb552c3051f864f7609905633e637.rev' from root:root to runner:runner
2025-08-20T20:22:45.2657801Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/objects/pack/pack-fb45cbd8a00afe926cc95d0f92dd5256b548c0cd.idx' from root:root to runner:runner
2025-08-20T20:22:45.2659441Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/objects/pack/pack-3bb373a8ce5fb552c3051f864f7609905633e637.idx' from root:root to runner:runner
2025-08-20T20:22:45.2661055Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/objects/pack/pack-3bb373a8ce5fb552c3051f864f7609905633e637.promisor' from root:root to runner:runner
2025-08-20T20:22:45.2662682Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/objects/pack/pack-3bb373a8ce5fb552c3051f864f7609905633e637.pack' from root:root to runner:runner
2025-08-20T20:22:45.2664505Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/objects/pack/pack-fb45cbd8a00afe926cc95d0f92dd5256b548c0cd.rev' from root:root to runner:runner
2025-08-20T20:22:45.2666035Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T20:22:45.2667237Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T20:22:45.2668420Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T20:22:45.2669638Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T20:22:45.2670815Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T20:22:45.2671980Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T20:22:45.2673154Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T20:22:45.2674375Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T20:22:45.2675760Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T20:22:45.2677071Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:22:45.2678374Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:22:45.2679646Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T20:22:45.2681059Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T20:22:45.2682294Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T20:22:45.2683430Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T20:22:45.2684583Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T20:22:45.2685944Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T20:22:45.2687167Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T20:22:45.2688617Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:22:45.2689912Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:22:45.2691134Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T20:22:45.2692300Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T20:22:45.2693425Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T20:22:45.2694536Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/help.go' from root:root to runner:runner
2025-08-20T20:22:45.2695771Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO' from root:root to runner:runner
2025-08-20T20:22:45.2696844Z [00:02:10.967]➜  changed ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX' from root:root to runner:runner
2025-08-20T20:22:45.2697771Z [00:02:10.967]➜  ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T20:22:45.2698565Z [00:02:10.967]➜  ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T20:22:45.2699372Z [00:02:10.967]➜  ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/freeze.version' retained as runner:runner
2025-08-20T20:22:45.2700162Z [00:02:10.967]➜  ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T20:22:45.2700898Z [00:02:10.967]➜  ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/freeze' retained as runner:runner
2025-08-20T20:22:45.2701707Z [00:02:10.967]➜  ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/freeze.static.version' retained as runner:runner
2025-08-20T20:22:45.2702505Z [00:02:10.967]➜  ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T20:22:45.2703440Z [00:02:10.967]➜  ownership of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T20:22:45.2704402Z [00:02:10.974]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.2705418Z [00:02:10.980]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/freeze' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:45.2706351Z [00:02:10.986]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.2713912Z [00:02:10.992]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.2771976Z [00:02:10.998]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/configurations/base.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.2830773Z [00:02:11.003]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/configurations/full.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.2889012Z [00:02:11.009]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/tapes/interactive.tape' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.2944876Z [00:02:11.015]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/tapes/demo.tape' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.3004029Z [00:02:11.021]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/tapes/artichoke.hs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.3063283Z [00:02:11.027]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/tapes/interactive.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.3121727Z [00:02:11.033]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/configurations/base.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.3179954Z [00:02:11.038]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/configurations/full.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.3237388Z [00:02:11.044]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/input/tab.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.3294084Z [00:02:11.050]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/input/helix.ansi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.3350630Z [00:02:11.055]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/input/glow.ansi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.3406621Z [00:02:11.061]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/input/bubbletea.model' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.3467086Z [00:02:11.067]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/input/artichoke.hs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.3526770Z [00:02:11.073]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/input/layout.ansi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.3585246Z [00:02:11.079]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/input/wrap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.3642127Z [00:02:11.085]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/input/goreleaser-full.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.3698332Z [00:02:11.090]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/input/eza.ansi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.3756897Z [00:02:11.096]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/dimensions-margin-line-numbers.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.3817319Z [00:02:11.102]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/eza.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.3874343Z [00:02:11.108]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/artichoke-base.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.3933790Z [00:02:11.114]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/dimensions-margin.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.3992209Z [00:02:11.119]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/border-width.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.4048448Z [00:02:11.125]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/font-size-28.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.4105539Z [00:02:11.131]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/margin.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.4163805Z [00:02:11.137]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/overflow.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.4222935Z [00:02:11.143]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/haskell.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.4280006Z [00:02:11.148]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/bubbletea.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.4335974Z [00:02:11.154]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/dracula.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.4394105Z [00:02:11.160]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/line-height-2.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.4451124Z [00:02:11.166]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/border-radius.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.4509722Z [00:02:11.171]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/dimensions-config.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.4566991Z [00:02:11.177]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/font-size-14.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.4627780Z [00:02:11.183]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/glow.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.4687872Z [00:02:11.189]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/shadow.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.4746859Z [00:02:11.195]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/helix.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.4802887Z [00:02:11.201]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/lines.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.4860282Z [00:02:11.206]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/overflow-line-numbers.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.4917212Z [00:02:11.212]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/window.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.4973951Z [00:02:11.218]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/padding.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.5030887Z [00:02:11.224]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/execute.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.5088530Z [00:02:11.229]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/dimensions-padding.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.5145175Z [00:02:11.235]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/layout.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.5202402Z [00:02:11.241]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/dimensions.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.5261033Z [00:02:11.246]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/png/artichoke-full.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.5319185Z [00:02:11.252]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/dimensions-margin-line-numbers.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.5377786Z [00:02:11.258]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/eza.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.5433683Z [00:02:11.264]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/overflow.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.5490818Z [00:02:11.269]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/window.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.5547500Z [00:02:11.275]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/tab.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.5604607Z [00:02:11.281]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/dimensions.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.5662520Z [00:02:11.287]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/font-size-14.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.5721295Z [00:02:11.292]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/haskell.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.5778603Z [00:02:11.298]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/line-height-2.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.5837237Z [00:02:11.304]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/border-width.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.5895122Z [00:02:11.310]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/artichoke-base.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.5955545Z [00:02:11.316]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/overflow-line-numbers.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.6014509Z [00:02:11.322]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/dracula.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.6076784Z [00:02:11.328]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/shadow.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.6140253Z [00:02:11.334]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/lines.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.6205608Z [00:02:11.341]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/margin.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.6265564Z [00:02:11.347]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/artichoke-full.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.6326833Z [00:02:11.353]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/layout.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.6390634Z [00:02:11.359]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/wrap.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.6451946Z [00:02:11.366]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/dimensions-margin.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.6512586Z [00:02:11.372]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/glow.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.6573039Z [00:02:11.378]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/dimensions-padding.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.6634770Z [00:02:11.384]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/bubbletea.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.6695145Z [00:02:11.390]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/font-size-28.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.6756666Z [00:02:11.396]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/padding.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.6816552Z [00:02:11.402]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/helix.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.6878212Z [00:02:11.408]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/border-radius.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.6940242Z [00:02:11.414]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/execute.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.6999529Z [00:02:11.420]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/test/golden/svg/dimensions-config.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.7058837Z [00:02:11.426]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.goreleaser.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.7114666Z [00:02:11.432]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.7173658Z [00:02:11.438]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/default.nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.7228814Z [00:02:11.443]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/flake.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.7283347Z [00:02:11.449]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/input/input.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.7337976Z [00:02:11.454]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/flake.nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.7390347Z [00:02:11.459]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/cut_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.7443886Z [00:02:11.465]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/freeze_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.7498764Z [00:02:11.470]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/pty.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.7553704Z [00:02:11.476]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.7608874Z [00:02:11.481]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.golangci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.7662270Z [00:02:11.487]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.7716289Z [00:02:11.492]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.7770644Z [00:02:11.497]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/interactive.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.7825555Z [00:02:11.503]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.7880888Z [00:02:11.509]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.7935139Z [00:02:11.514]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/cut.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.7989502Z [00:02:11.519]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.8043708Z [00:02:11.525]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.8098025Z [00:02:11.530]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.8150873Z [00:02:11.535]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.github/workflows/dependabot-sync.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.8203805Z [00:02:11.541]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.github/workflows/build.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.8258326Z [00:02:11.546]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.github/workflows/lint.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.8310922Z [00:02:11.552]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.github/workflows/goreleaser.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.8365697Z [00:02:11.557]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.github/workflows/go.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.8420778Z [00:02:11.562]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.8474759Z [00:02:11.568]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.8530639Z [00:02:11.573]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.github/CODEOWNERS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.8585441Z [00:02:11.579]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/style.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.8643489Z [00:02:11.585]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.8700214Z [00:02:11.590]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/ansi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.8755765Z [00:02:11.596]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.8810310Z [00:02:11.601]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.8866031Z [00:02:11.607]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/png.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.8921844Z [00:02:11.613]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/font/JetBrainsMono-Regular.ttf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.8977945Z [00:02:11.618]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/font/JetBrainsMonoNL-Regular.ttf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.9033399Z [00:02:11.624]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/font/font.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.9089819Z [00:02:11.629]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/font.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.9143738Z [00:02:11.635]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/release/entitlements.plist' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.9197802Z [00:02:11.640]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/svg/svg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.9252135Z [00:02:11.646]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:45.9306435Z [00:02:11.651]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:45.9361648Z [00:02:11.657]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:45.9415701Z [00:02:11.662]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:45.9471065Z [00:02:11.667]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:45.9527017Z [00:02:11.673]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:45.9581931Z [00:02:11.679]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:45.9635404Z [00:02:11.684]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:45.9688373Z [00:02:11.689]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:45.9744240Z [00:02:11.695]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:45.9802589Z [00:02:11.701]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:45.9857575Z [00:02:11.706]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:45.9911108Z [00:02:11.712]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:45.9965973Z [00:02:11.717]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:46.0022751Z [00:02:11.723]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:46.0077720Z [00:02:11.728]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:46.0133008Z [00:02:11.734]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:46.0188420Z [00:02:11.739]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/objects/pack/pack-fb45cbd8a00afe926cc95d0f92dd5256b548c0cd.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:46.0241897Z [00:02:11.745]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/objects/pack/pack-fb45cbd8a00afe926cc95d0f92dd5256b548c0cd.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:22:46.0296667Z [00:02:11.750]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/objects/pack/pack-3bb373a8ce5fb552c3051f864f7609905633e637.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:46.0350032Z [00:02:11.755]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/objects/pack/pack-fb45cbd8a00afe926cc95d0f92dd5256b548c0cd.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:46.0404303Z [00:02:11.761]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/objects/pack/pack-3bb373a8ce5fb552c3051f864f7609905633e637.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:46.0462879Z [00:02:11.767]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/objects/pack/pack-3bb373a8ce5fb552c3051f864f7609905633e637.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:22:46.0518084Z [00:02:11.772]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/objects/pack/pack-3bb373a8ce5fb552c3051f864f7609905633e637.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:46.0573345Z [00:02:11.778]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/objects/pack/pack-fb45cbd8a00afe926cc95d0f92dd5256b548c0cd.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:46.0631895Z [00:02:11.784]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:46.0690007Z [00:02:11.789]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:46.0750384Z [00:02:11.795]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:46.0808099Z [00:02:11.801]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:46.0863642Z [00:02:11.807]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:46.0919569Z [00:02:11.812]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:46.0975277Z [00:02:11.818]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:46.1031254Z [00:02:11.824]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:46.1087260Z [00:02:11.829]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vfEjfybuwX/TEMPREPO/help.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:46.1140666Z [00:02:11.835]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/freeze.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:46.1194100Z [00:02:11.840]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:46.1249283Z [00:02:11.845]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/freeze' retained as 0755 (rwxr-xr-x)
2025-08-20T20:22:46.1303051Z [00:02:11.851]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/freeze.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:46.1358782Z [00:02:11.856]➜  mode of '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:22:46.1787073Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T20:22:46.1787896Z [00:02:11.899]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T20:22:51.7618060Z 
2025-08-20T20:22:51.7618844Z [+] Sanitizing /tmp/pkgforge/lCkTMSB4g_SBUILD/BUILD.log ==> /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/freeze.static.log
2025-08-20T20:22:53.8362349Z '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/freeze.static.log' -> '/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/freeze.log'
2025-08-20T20:22:53.8407326Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/freeze/official/freeze?tag=HEAD-ee5e4b3-250818T132756-aarch64-linux&download=freeze.log
2025-08-20T20:22:53.8407909Z 
2025-08-20T20:22:53.8408327Z [+] Parsing/Uploading freeze/freeze --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ffreeze%2Ffreeze [aarch64-Linux]
2025-08-20T20:22:53.8432654Z {
2025-08-20T20:22:53.8432832Z   "_disabled": "false",
2025-08-20T20:22:53.8433031Z   "host": "aarch64-Linux",
2025-08-20T20:22:53.8433228Z   "rank": "",
2025-08-20T20:22:53.8433426Z   "pkg": "freeze.static",
2025-08-20T20:22:53.8433622Z   "pkg_family": "freeze",
2025-08-20T20:22:53.8433845Z   "pkg_id": "github.com.charmbracelet.freeze",
2025-08-20T20:22:53.8434096Z   "pkg_name": "freeze",
2025-08-20T20:22:53.8434276Z   "pkg_type": "static",
2025-08-20T20:22:53.8434634Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/freeze/official/freeze",
2025-08-20T20:22:53.8435133Z   "app_id": "",
2025-08-20T20:22:53.8435315Z   "appstream": "",
2025-08-20T20:22:53.8435732Z   "category": [
2025-08-20T20:22:53.8435901Z     "ConsoleOnly",
2025-08-20T20:22:53.8436063Z     "Utility"
2025-08-20T20:22:53.8436210Z   ],
2025-08-20T20:22:53.8436452Z   "description": "Tool to generate images of code and terminal output",
2025-08-20T20:22:53.8436753Z   "desktop": "",
2025-08-20T20:22:53.8436920Z   "homepage": [
2025-08-20T20:22:53.8437112Z     "https://github.com/charmbracelet/freeze"
2025-08-20T20:22:53.8437343Z   ],
2025-08-20T20:22:53.8437843Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/freeze/official/freeze?tag=HEAD-ee5e4b3-250818T132756-aarch64-linux&download=freeze.png",
2025-08-20T20:22:53.8438404Z   "license": [
2025-08-20T20:22:53.8438556Z     "MIT"
2025-08-20T20:22:53.8438691Z   ],
2025-08-20T20:22:53.8438838Z   "maintainer": [
2025-08-20T20:22:53.8439039Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:22:53.8439278Z   ],
2025-08-20T20:22:53.8439418Z   "provides": [
2025-08-20T20:22:53.8439578Z     "freeze"
2025-08-20T20:22:53.8439728Z   ],
2025-08-20T20:22:53.8439873Z   "note": [
2025-08-20T20:22:53.8440182Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/charmbracelet/freeze"
2025-08-20T20:22:53.8440548Z   ],
2025-08-20T20:22:53.8440688Z   "repology": [
2025-08-20T20:22:53.8440850Z     "charm-freeze"
2025-08-20T20:22:53.8441005Z   ],
2025-08-20T20:22:53.8441147Z   "screenshots": [],
2025-08-20T20:22:53.8441320Z   "src_url": [
2025-08-20T20:22:53.8441508Z     "https://github.com/charmbracelet/freeze"
2025-08-20T20:22:53.8441740Z   ],
2025-08-20T20:22:53.8441882Z   "tag": [
2025-08-20T20:22:53.8442030Z     "image",
2025-08-20T20:22:53.8442184Z     "screenshot"
2025-08-20T20:22:53.8442340Z   ],
2025-08-20T20:22:53.8442504Z   "version": "HEAD-ee5e4b3-250818T132756",
2025-08-20T20:22:53.8442740Z   "version_upstream": "0.2.2",
2025-08-20T20:22:53.8443044Z   "bsum": "828e522016150bcca52d448daa7494de38e9adb74829460264bf280e17e7b5da",
2025-08-20T20:22:53.8443383Z   "build_date": "2025-08-20T20:22:46Z",
2025-08-20T20:22:53.8443722Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107783095",
2025-08-20T20:22:53.8444051Z   "build_id": "17107783095",
2025-08-20T20:22:53.8444604Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/freeze/official/freeze?tag=HEAD-ee5e4b3-250818T132756-aarch64-linux&download=freeze.log",
2025-08-20T20:22:53.8445702Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/freeze/static.official.source.yaml",
2025-08-20T20:22:53.8446518Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/freeze/official/freeze?tag=HEAD-ee5e4b3-250818T132756-aarch64-linux&download=freeze",
2025-08-20T20:22:53.8447297Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/freeze/official/freeze:HEAD-ee5e4b3-250818T132756-aarch64-linux",
2025-08-20T20:22:53.8447815Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/freeze/official/freeze",
2025-08-20T20:22:53.8448706Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/freeze/official/freeze?tag=HEAD-ee5e4b3-250818T132756-aarch64-linux&manifest",
2025-08-20T20:22:53.8449393Z   "shasum": "b0fea4ea6767503b812e6d477bb76409866b3db2b63cef57c0e1d0c9d734f2cf",
2025-08-20T20:22:53.8449724Z   "size": "15 MB",
2025-08-20T20:22:53.8449892Z   "size_raw": "14716408",
2025-08-20T20:22:53.8450076Z   "snapshots": [
2025-08-20T20:22:53.8450274Z     "HEAD-6fba2eb-250117T195314-aarch64-linux",
2025-08-20T20:22:53.8450552Z     "HEAD-3de0e50-250130T055052-aarch64-linux[0.1.6]",
2025-08-20T20:22:53.8450840Z     "HEAD-2c8cc45-250203T054136-aarch64-linux[0.1.6]",
2025-08-20T20:22:53.8451112Z     "HEAD-17f3a2c-250210T054053-aarch64-linux",
2025-08-20T20:22:53.8451372Z     "HEAD-8d05d42-250213T113243-aarch64-linux",
2025-08-20T20:22:53.8451623Z     "HEAD-a3b06d6-250217T112006-aarch64-linux",
2025-08-20T20:22:53.8451896Z     "HEAD-f9d328e-250317T101015-aarch64-linux[0.1.6]",
2025-08-20T20:22:53.8452183Z     "HEAD-b8aa907-250328T111322-aarch64-linux[0.2.0]",
2025-08-20T20:22:53.8452472Z     "HEAD-80921ba-250401T203448-aarch64-linux[0.2.0]",
2025-08-20T20:22:53.8452942Z     "HEAD-3d97155-250407T101331-aarch64-linux[0.2.0]",
2025-08-20T20:22:53.8453224Z     "HEAD-17a9199-250519T094143-aarch64-linux[0.2.2]",
2025-08-20T20:22:53.8453512Z     "HEAD-c9a37eb-250609T102119-aarch64-linux[0.2.2]",
2025-08-20T20:22:53.8453800Z     "HEAD-bfdcfb7-250623T095229-aarch64-linux[0.2.2]",
2025-08-20T20:22:53.8454085Z     "HEAD-c9a9686-250630T121236-aarch64-linux[0.2.2]",
2025-08-20T20:22:53.8454371Z     "HEAD-d1a5c67-250707T115104-aarch64-linux[0.2.2]",
2025-08-20T20:22:53.8454660Z     "HEAD-2a9b9f9-250804T130007-aarch64-linux[0.2.2]",
2025-08-20T20:22:53.8455271Z     "HEAD-86fb3e3-250811T132732-aarch64-linux[0.2.2]"
2025-08-20T20:22:53.8455531Z   ]
2025-08-20T20:22:53.8455665Z }
2025-08-20T20:22:53.8455756Z 
2025-08-20T20:22:53.8455760Z 
2025-08-20T20:22:53.9810275Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/freeze/official/freeze:HEAD-ee5e4b3-250818T132756-aarch64-linux": ghcr.io/pkgforge/bincache/freeze/official/freeze:HEAD-ee5e4b3-250818T132756-aarch64-linux: not found
2025-08-20T20:22:53.9853620Z Uploading empty artifact
2025-08-20T20:22:53.9856266Z time=2025-08-20T20:22:53Z level=debug msg=Request #0
2025-08-20T20:22:53.9856960Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/freeze/official/freeze/manifests/sha256:6e987759d717856201c3794ffb0d8c4b0149f2110a25e99a54d14a2aa673d92d"
2025-08-20T20:22:53.9857586Z > Request method: "HEAD"
2025-08-20T20:22:53.9857772Z > Request headers:
2025-08-20T20:22:53.9858660Z    "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:22:53.9859603Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:22:54.0664071Z time=2025-08-20T20:22:54Z level=debug msg=Response #0
2025-08-20T20:22:54.0664396Z < Response Status: "401 Unauthorized"
2025-08-20T20:22:54.0664650Z < Response headers:
2025-08-20T20:22:54.0664859Z    "Content-Type": "application/json"
2025-08-20T20:22:54.0668368Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/freeze/official/freeze:pull\""
2025-08-20T20:22:54.0668911Z    "Date": "Wed, 20 Aug 2025 20:22:54 GMT"
2025-08-20T20:22:54.0669138Z    "Content-Length": "73"
2025-08-20T20:22:54.0669392Z    "X-Github-Request-Id": "7809:3324D7:1FEC46:229AB5:68A62E9D"
2025-08-20T20:22:54.0669724Z time=2025-08-20T20:22:54Z level=debug msg=Request #1
2025-08-20T20:22:54.0670268Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ffreeze%2Fofficial%2Ffreeze%3Apull%2Cpush&service=ghcr.io"
2025-08-20T20:22:54.0670778Z > Request method: "GET"
2025-08-20T20:22:54.0670959Z > Request headers:
2025-08-20T20:22:54.0671134Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:22:54.0671338Z    "Authorization": "*****"
2025-08-20T20:22:54.1673556Z time=2025-08-20T20:22:54Z level=debug msg=Response #1
2025-08-20T20:22:54.1673927Z < Response Status: "200 OK"
2025-08-20T20:22:54.1674817Z < Response headers:
2025-08-20T20:22:54.1675329Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:22:54.1675685Z    "Date": "Wed, 20 Aug 2025 20:22:54 GMT"
2025-08-20T20:22:54.1675914Z    "Content-Length": "69"
2025-08-20T20:22:54.1676166Z    "X-Github-Request-Id": "7809:3324D7:1FEC51:229AC4:68A62E9E"
2025-08-20T20:22:54.1676470Z    "Content-Type": "application/json"
2025-08-20T20:22:54.1676740Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:22:54.1677038Z time=2025-08-20T20:22:54Z level=debug msg=Request #2
2025-08-20T20:22:54.1677711Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/freeze/official/freeze/manifests/sha256:6e987759d717856201c3794ffb0d8c4b0149f2110a25e99a54d14a2aa673d92d"
2025-08-20T20:22:54.1678331Z > Request method: "HEAD"
2025-08-20T20:22:54.1678514Z > Request headers:
2025-08-20T20:22:54.1678700Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:22:54.1679960Z    "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:22:54.1681060Z    "Authorization": "*****"
2025-08-20T20:22:54.1951740Z time=2025-08-20T20:22:54Z level=debug msg=Response #2
2025-08-20T20:22:54.1952025Z < Response Status: "404 Not Found"
2025-08-20T20:22:54.1952235Z < Response headers:
2025-08-20T20:22:54.1952469Z    "X-Github-Request-Id": "7809:3324D7:1FEC65:229ADD:68A62E9E"
2025-08-20T20:22:54.1952761Z    "Content-Type": "application/json"
2025-08-20T20:22:54.1953027Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:22:54.1953405Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:22:54.1953750Z    "Date": "Wed, 20 Aug 2025 20:22:54 GMT"
2025-08-20T20:22:54.1953986Z    "Content-Length": "70"
2025-08-20T20:22:54.1954223Z time=2025-08-20T20:22:54Z level=debug msg=Request #3
2025-08-20T20:22:54.1954889Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/freeze/official/freeze/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:22:54.1955751Z > Request method: "HEAD"
2025-08-20T20:22:54.1955940Z > Request headers:
2025-08-20T20:22:54.1956113Z    "Authorization": "*****"
2025-08-20T20:22:54.1956313Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:22:54.2099153Z time=2025-08-20T20:22:54Z level=debug msg=Response #3
2025-08-20T20:22:54.2099479Z < Response Status: "200 OK"
2025-08-20T20:22:54.2099676Z < Response headers:
2025-08-20T20:22:54.2099852Z    "Content-Length": "0"
2025-08-20T20:22:54.2100037Z    "Content-Type": ""
2025-08-20T20:22:54.2100409Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:22:54.2100866Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:22:54.2101274Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T20:22:54.2101764Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:22:54.2102110Z    "Date": "Wed, 20 Aug 2025 20:22:54 GMT"
2025-08-20T20:22:54.2102390Z    "X-Github-Request-Id": "7809:3324D7:1FEC6F:229AE9:68A62E9E"
2025-08-20T20:22:54.2102701Z time=2025-08-20T20:22:54Z level=debug msg=Request #4
2025-08-20T20:22:54.2103256Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/freeze/official/freeze/manifests/HEAD-ee5e4b3-250818T132756-aarch64-linux"
2025-08-20T20:22:54.2103773Z > Request method: "PUT"
2025-08-20T20:22:54.2103956Z > Request headers:
2025-08-20T20:22:54.2104197Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T20:22:54.2104492Z    "Authorization": "*****"
2025-08-20T20:22:54.2104690Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:22:54.5174614Z time=2025-08-20T20:22:54Z level=debug msg=Response #4
2025-08-20T20:22:54.5175463Z < Response Status: "201 Created"
2025-08-20T20:22:54.5175730Z < Response headers:
2025-08-20T20:22:54.5175955Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:22:54.5176576Z    "Location": "/v2/pkgforge/bincache/freeze/official/freeze/manifests/sha256:6e987759d717856201c3794ffb0d8c4b0149f2110a25e99a54d14a2aa673d92d"
2025-08-20T20:22:54.5177268Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:22:54.5177618Z    "Date": "Wed, 20 Aug 2025 20:22:54 GMT"
2025-08-20T20:22:54.5177843Z    "Content-Length": "0"
2025-08-20T20:22:54.5178094Z    "X-Github-Request-Id": "7809:3324D7:1FEC72:229AEC:68A62E9E"
2025-08-20T20:22:54.5178383Z    "Content-Type": "application/json"
2025-08-20T20:22:54.5178790Z    "Docker-Content-Digest": "sha256:6e987759d717856201c3794ffb0d8c4b0149f2110a25e99a54d14a2aa673d92d"
2025-08-20T20:22:54.5179419Z Pushed [registry] ghcr.io/pkgforge/bincache/freeze/official/freeze:HEAD-ee5e4b3-250818T132756-aarch64-linux
2025-08-20T20:22:54.5179957Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:22:54.5180542Z Digest: sha256:6e987759d717856201c3794ffb0d8c4b0149f2110a25e99a54d14a2aa673d92d
2025-08-20T20:22:56.8172622Z Uploading 1bc60f1f3bfe freeze.sig
2025-08-20T20:22:56.8663206Z Exists    c8454ac132c0 LICENSE
2025-08-20T20:22:56.8949262Z Uploading ad336e51ec05 CHECKSUM
2025-08-20T20:22:56.8950478Z Uploading 8bf81b380be9 LICENSE.sig
2025-08-20T20:22:56.9079148Z Uploading 105ea161f6ae CHECKSUM.sig
2025-08-20T20:22:56.9240974Z Uploading b0fea4ea6767 freeze
2025-08-20T20:22:57.7610896Z Uploaded  1bc60f1f3bfe freeze.sig
2025-08-20T20:22:57.8043413Z Exists    c6fc4ca39ec1 SBUILD
2025-08-20T20:22:57.8258121Z Uploading 4c260dbac7b8 SBUILD.sig
2025-08-20T20:22:57.8752138Z Uploaded  105ea161f6ae CHECKSUM.sig
2025-08-20T20:22:57.9033625Z Exists    11cf0313013e freeze.png
2025-08-20T20:22:57.9328865Z Uploading f28c10f9e96a freeze.json
2025-08-20T20:22:57.9339506Z Uploaded  8bf81b380be9 LICENSE.sig
2025-08-20T20:22:57.9592903Z Uploading 56f2e14ee112 freeze.json.sig
2025-08-20T20:22:58.1896454Z Uploaded  ad336e51ec05 CHECKSUM
2025-08-20T20:22:58.2326880Z Uploading 7ce2d15be7cc freeze.log
2025-08-20T20:22:58.3176421Z Uploaded  b0fea4ea6767 freeze
2025-08-20T20:22:58.3517831Z Uploading 4b4b2040ef0f freeze.log.sig
2025-08-20T20:22:58.7722980Z Uploaded  4c260dbac7b8 SBUILD.sig
2025-08-20T20:22:58.7891367Z Uploading 7059febe3b51 freeze.version
2025-08-20T20:22:58.8505880Z Uploaded  f28c10f9e96a freeze.json
2025-08-20T20:22:58.8980533Z Uploading 9ecf53c1e6d6 freeze.version.sig
2025-08-20T20:22:58.9077169Z Uploaded  56f2e14ee112 freeze.json.sig
2025-08-20T20:22:59.3557884Z Uploaded  7ce2d15be7cc freeze.log
2025-08-20T20:22:59.3815629Z Uploaded  4b4b2040ef0f freeze.log.sig
2025-08-20T20:22:59.6827081Z Uploaded  7059febe3b51 freeze.version
2025-08-20T20:22:59.7922820Z Uploaded  9ecf53c1e6d6 freeze.version.sig
2025-08-20T20:22:59.7923503Z Uploading 3585f6e8ba59 freeze
2025-08-20T20:23:00.1146104Z Uploaded  3585f6e8ba59 freeze
2025-08-20T20:23:00.1146692Z Pushed [registry] ghcr.io/pkgforge/bincache/freeze/official/freeze:HEAD-ee5e4b3-250818T132756-aarch64-linux
2025-08-20T20:23:00.1147202Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:23:00.1147579Z Digest: sha256:3585f6e8ba59793d351161e44d610e31bcfff8b59d9ca14a0350c81a75fec0b3
2025-08-20T20:23:05.2998118Z 
2025-08-20T20:23:05.2998792Z [+] Registry --> https://ghcr.io/pkgforge/bincache/freeze/official/freeze
2025-08-20T20:23:05.2999473Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/freeze/official/freeze?tag=HEAD-ee5e4b3-250818T132756-aarch64-linux&manifest 
2025-08-20T20:23:05.2999922Z 
2025-08-20T20:23:07.0869407Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T20:23:07.2650055Z ./BUILD_ARTIFACTS.tar : 28.69%   (  41.4 MiB =>   11.9 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T20:23:07.2764607Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T20:23:07.2802190Z 
2025-08-20T20:23:07.2803479Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/freeze/static.official.source.yaml :: 00(Hr):02(Min):33(Sec)
2025-08-20T20:23:07.2804154Z 
2025-08-20T20:23:07.2816765Z 
2025-08-20T20:23:07.2817006Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (08:23:07 PM) UTC
2025-08-20T20:23:07.2817254Z 
2025-08-20T20:23:07.5337869Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T20:23:07.5386085Z ##[group]Run ##Presets
2025-08-20T20:23:07.5386467Z [36;1m##Presets[0m
2025-08-20T20:23:07.5386646Z [36;1mset +x ; set +e[0m
2025-08-20T20:23:07.5386836Z [36;1m#-------------#[0m
2025-08-20T20:23:07.5387019Z [36;1m##Debug?[0m
2025-08-20T20:23:07.5387236Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:23:07.5387503Z [36;1m  set -x[0m
2025-08-20T20:23:07.5387668Z [36;1mfi[0m
2025-08-20T20:23:07.5387823Z [36;1m#-------------#[0m
2025-08-20T20:23:07.5388004Z [36;1m##Set ENV[0m
2025-08-20T20:23:07.5388212Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T20:23:07.5388678Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-ee5e4b3-250818T132756-aarch64-linux"[0m
2025-08-20T20:23:07.5389476Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-ee5e4b3-250818T132756-aarch64-linux"[0m
2025-08-20T20:23:07.5390026Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/freeze/official/freeze-srcbuild-17107783095"[0m
2025-08-20T20:23:07.5390498Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T20:23:07.5390874Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:07.5391302Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:07.5391623Z [36;1m fi[0m
2025-08-20T20:23:07.5391779Z [36;1m##Push[0m
2025-08-20T20:23:07.5391973Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T20:23:07.5392234Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T20:23:07.5392578Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T20:23:07.5393036Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:23:07.5393455Z [36;1m     ls -sh "/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T20:23:07.5393776Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T20:23:07.5393969Z [36;1m       {[0m
2025-08-20T20:23:07.5394139Z [36;1m        for i in {1..10}; do[0m
2025-08-20T20:23:07.5394453Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T20:23:07.5394877Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T20:23:07.5395562Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T20:23:07.5396086Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-ee5e4b3-250818T132756-aarch64-linux")[0m
2025-08-20T20:23:07.5396782Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17107783095")[0m
2025-08-20T20:23:07.5397356Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17107783095")[0m
2025-08-20T20:23:07.5398026Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/freeze/official/freeze:HEAD-ee5e4b3-250818T132756-aarch64-linux")[0m
2025-08-20T20:23:07.5398717Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T20:22:46Z")[0m
2025-08-20T20:23:07.5399199Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-ee5e4b3-250818T132756")[0m
2025-08-20T20:23:07.5399699Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T20:22:46Z")[0m
2025-08-20T20:23:07.5400350Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/freeze/official/freeze")[0m
2025-08-20T20:23:07.5400978Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T20:23:07.5401488Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-ee5e4b3-250818T132756")[0m
2025-08-20T20:23:07.5402344Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-ee5e4b3-250818T132756")[0m
2025-08-20T20:23:07.5403080Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/freeze/official/freeze")[0m
2025-08-20T20:23:07.5403753Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-freeze")[0m
2025-08-20T20:23:07.5404301Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/charmbracelet/freeze")[0m
2025-08-20T20:23:07.5404828Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T20:23:07.5405983Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-ee5e4b3-250818T132756")[0m
2025-08-20T20:23:07.5406645Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T20:23:07.5407128Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T20:23:07.5407549Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T20:23:07.5407779Z [36;1m         #Check[0m
2025-08-20T20:23:07.5408336Z [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:22:46Z" ]]; then[0m
2025-08-20T20:23:07.5409031Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T20:23:07.5409360Z [36;1m            break[0m
2025-08-20T20:23:07.5409549Z [36;1m          else[0m
2025-08-20T20:23:07.5409927Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T20:23:07.5410338Z [36;1m          fi[0m
2025-08-20T20:23:07.5410539Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T20:23:07.5410772Z [36;1m        done[0m
2025-08-20T20:23:07.5410964Z [36;1m       }[0m
2025-08-20T20:23:07.5411147Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T20:23:07.5411374Z [36;1m       ghcr_push_cmd[0m
2025-08-20T20:23:07.5411931Z [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:22:46Z" ]]; then[0m
2025-08-20T20:23:07.5412666Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:23:07.5413049Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T20:23:07.5413286Z [36;1m          ghcr_push_cmd[0m
2025-08-20T20:23:07.5413855Z [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:22:46Z" ]]; then[0m
2025-08-20T20:23:07.5414569Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T20:23:07.5415223Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:23:07.5415601Z [36;1m             return 1 || exit 1[0m
2025-08-20T20:23:07.5415817Z [36;1m           fi[0m
2025-08-20T20:23:07.5415988Z [36;1m       fi[0m
2025-08-20T20:23:07.5416151Z [36;1m   fi[0m
2025-08-20T20:23:07.5416302Z [36;1m fi[0m
2025-08-20T20:23:07.5416463Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:23:07.5474865Z shell: /usr/bin/bash -e {0}
2025-08-20T20:23:07.5475225Z env:
2025-08-20T20:23:07.5475387Z   CROSS_COMPILING: NO
2025-08-20T20:23:07.5475580Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:23:07.5475794Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:23:07.5476005Z   ON_QEMU: NO
2025-08-20T20:23:07.5476155Z   DEBUG: 0
2025-08-20T20:23:07.5476316Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:23:07.5476524Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:23:07.5476785Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/freeze/official
2025-08-20T20:23:07.5477277Z   KEEP_LOGS: YES
2025-08-20T20:23:07.5477459Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:23:07.5477652Z   PKG_FAMILY_LOCAL: freeze
2025-08-20T20:23:07.5477844Z   SBUILD_REBUILD: false
2025-08-20T20:23:07.5478343Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/freeze/static.official.source.yaml
2025-08-20T20:23:07.5478873Z   BUILD_SYS: docker://go
2025-08-20T20:23:07.5479057Z   BUILD_ON_HOST: FALSE
2025-08-20T20:23:07.5479234Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:23:07.5479410Z   SYSTMP: /tmp
2025-08-20T20:23:07.5479567Z   GHA_MODE: MATRIX
2025-08-20T20:23:07.5479958Z   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:23:07.5480603Z   INPUT_SBUILD: /tmp/pkgforge/Kza7a5KSE_build.yaml
2025-08-20T20:23:07.5480902Z   BUILD_DIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml
2025-08-20T20:23:07.5481262Z   SBUILD_OUTDIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR
2025-08-20T20:23:07.5481718Z   SBUILD_TMPDIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:23:07.5482073Z   PKG_TYPE: static
2025-08-20T20:23:07.5482244Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:23:07.5482449Z   SBUILD_PKGVER: HEAD-ee5e4b3-250818T132756
2025-08-20T20:23:07.5482803Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107783095
2025-08-20T20:23:07.5483137Z   BUILD_ID: 17107783095
2025-08-20T20:23:07.5483313Z   PKG_NAME: freeze
2025-08-20T20:23:07.5483484Z   PKG_DATE: 2025-08-20T20:22:46Z
2025-08-20T20:23:07.5483700Z   PKG_VERSION: HEAD-ee5e4b3-250818T132756
2025-08-20T20:23:07.5483932Z   PKG_VERSION_UPSTREAM: 0.2.2
2025-08-20T20:23:07.5484207Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/freeze/official/freeze
2025-08-20T20:23:07.5484542Z   GHCRPKG_TAG: HEAD-ee5e4b3-250818T132756-aarch64-linux
2025-08-20T20:23:07.5485283Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/freeze/official/freeze
2025-08-20T20:23:07.5485758Z   PKG_SRCURL: https://github.com/charmbracelet/freeze
2025-08-20T20:23:07.5486024Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:23:07.5486450Z   GHCR_TOKEN: ***
2025-08-20T20:23:07.5486706Z   GITHUB_TOKEN: ***
2025-08-20T20:23:07.5486907Z   GITLAB_TOKEN: ***
2025-08-20T20:23:07.5487996Z   MINISIGN_KEY: ***
2025-08-20T20:23:07.5488171Z ##[endgroup]
2025-08-20T20:23:07.5552423Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T20:23:07.5560506Z 12M	./BUILD_ARTIFACTS.zstd
2025-08-20T20:23:07.5571003Z total 16M
2025-08-20T20:23:07.5571171Z 4.0K CHECKSUM
2025-08-20T20:23:07.5571337Z 4.0K CHECKSUM.sig
2025-08-20T20:23:07.5571518Z 4.0K LICENSE
2025-08-20T20:23:07.5571677Z 4.0K LICENSE.sig
2025-08-20T20:23:07.5571841Z 4.0K SBUILD
2025-08-20T20:23:07.5572008Z 4.0K SBUILD.sig
2025-08-20T20:23:07.5572174Z 4.0K SBUILD_TEMP
2025-08-20T20:23:07.5572333Z  15M freeze
2025-08-20T20:23:07.5572484Z 4.0K freeze.json
2025-08-20T20:23:07.5572649Z 4.0K freeze.json.sig
2025-08-20T20:23:07.5572817Z 620K freeze.log
2025-08-20T20:23:07.5572986Z 4.0K freeze.log.sig
2025-08-20T20:23:07.5573153Z  40K freeze.png
2025-08-20T20:23:07.5573313Z 4.0K freeze.sig
2025-08-20T20:23:07.5573479Z 620K freeze.static.log
2025-08-20T20:23:07.5573670Z 4.0K freeze.static.version
2025-08-20T20:23:07.5573877Z 4.0K freeze.static.version.sig
2025-08-20T20:23:07.5574085Z 4.0K freeze.version
2025-08-20T20:23:07.5574260Z 4.0K freeze.version.sig
2025-08-20T20:23:07.7484252Z Uploading d83570498991 BUILD_ARTIFACTS.zstd
2025-08-20T20:23:08.9560254Z Uploaded  d83570498991 BUILD_ARTIFACTS.zstd
2025-08-20T20:23:08.9560597Z Uploading 285885e4db86 SRCBUILD-freeze
2025-08-20T20:23:09.2374788Z Uploaded  285885e4db86 SRCBUILD-freeze
2025-08-20T20:23:09.2376034Z Pushed [registry] ghcr.io/pkgforge/bincache/freeze/official/freeze-srcbuild-17107783095:HEAD-ee5e4b3-250818T132756-aarch64-linux
2025-08-20T20:23:09.2376670Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:23:09.2377061Z Digest: sha256:285885e4db86f2352bb753daba5cb9aa2579effd5a6ad4171ff62cce29d11518
2025-08-20T20:23:14.4369318Z 
2025-08-20T20:23:14.4369988Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/freeze/official/freeze-srcbuild-17107783095
2025-08-20T20:23:14.4370406Z 
2025-08-20T20:23:14.5673626Z ##[group]Run ##Presets
2025-08-20T20:23:14.5673903Z [36;1m##Presets[0m
2025-08-20T20:23:14.5674082Z [36;1mset +x ; set +e[0m
2025-08-20T20:23:14.5674269Z [36;1m#-------------#[0m
2025-08-20T20:23:14.5674448Z [36;1m##Debug?[0m
2025-08-20T20:23:14.5674662Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:23:14.5675153Z [36;1m  set -x[0m
2025-08-20T20:23:14.5675318Z [36;1mfi[0m
2025-08-20T20:23:14.5675478Z [36;1m#-------------#[0m
2025-08-20T20:23:14.5675967Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T20:23:14.5676275Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:23:14.5709507Z shell: /usr/bin/bash -e {0}
2025-08-20T20:23:14.5709718Z env:
2025-08-20T20:23:14.5709876Z   CROSS_COMPILING: NO
2025-08-20T20:23:14.5710068Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:23:14.5710273Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:23:14.5710469Z   ON_QEMU: NO
2025-08-20T20:23:14.5710668Z   DEBUG: 0
2025-08-20T20:23:14.5710832Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:23:14.5711047Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:23:14.5711311Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/freeze/official
2025-08-20T20:23:14.5711584Z   KEEP_LOGS: YES
2025-08-20T20:23:14.5711755Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:23:14.5711946Z   PKG_FAMILY_LOCAL: freeze
2025-08-20T20:23:14.5712138Z   SBUILD_REBUILD: false
2025-08-20T20:23:14.5712643Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/freeze/static.official.source.yaml
2025-08-20T20:23:14.5713182Z   BUILD_SYS: docker://go
2025-08-20T20:23:14.5713372Z   BUILD_ON_HOST: FALSE
2025-08-20T20:23:14.5713552Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:23:14.5713730Z   SYSTMP: /tmp
2025-08-20T20:23:14.5713890Z   GHA_MODE: MATRIX
2025-08-20T20:23:14.5714289Z   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:23:14.5714772Z   INPUT_SBUILD: /tmp/pkgforge/Kza7a5KSE_build.yaml
2025-08-20T20:23:14.5715317Z   BUILD_DIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml
2025-08-20T20:23:14.5715676Z   SBUILD_OUTDIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR
2025-08-20T20:23:14.5716132Z   SBUILD_TMPDIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:23:14.5716491Z   PKG_TYPE: static
2025-08-20T20:23:14.5716664Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:23:14.5716870Z   SBUILD_PKGVER: HEAD-ee5e4b3-250818T132756
2025-08-20T20:23:14.5717234Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107783095
2025-08-20T20:23:14.5717571Z   BUILD_ID: 17107783095
2025-08-20T20:23:14.5717748Z   PKG_NAME: freeze
2025-08-20T20:23:14.5717922Z   PKG_DATE: 2025-08-20T20:22:46Z
2025-08-20T20:23:14.5718141Z   PKG_VERSION: HEAD-ee5e4b3-250818T132756
2025-08-20T20:23:14.5718377Z   PKG_VERSION_UPSTREAM: 0.2.2
2025-08-20T20:23:14.5718654Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/freeze/official/freeze
2025-08-20T20:23:14.5718992Z   GHCRPKG_TAG: HEAD-ee5e4b3-250818T132756-aarch64-linux
2025-08-20T20:23:14.5719410Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/freeze/official/freeze
2025-08-20T20:23:14.5719835Z   PKG_SRCURL: https://github.com/charmbracelet/freeze
2025-08-20T20:23:14.5720099Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:23:14.5720354Z   GHCRPKG_TAG_SRCBUILD: HEAD-ee5e4b3-250818T132756-aarch64-linux
2025-08-20T20:23:14.5720814Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/freeze/official/freeze-srcbuild-17107783095
2025-08-20T20:23:14.5721208Z ##[endgroup]
2025-08-20T20:23:14.5853092Z ##[group]Run actions/upload-artifact@v4
2025-08-20T20:23:14.5853422Z with:
2025-08-20T20:23:14.5853595Z   name: Bincache_freeze_aarch64-Linux
2025-08-20T20:23:14.5853859Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T20:23:14.5854117Z   compression-level: 0
2025-08-20T20:23:14.5854305Z   retention-days: 30
2025-08-20T20:23:14.5854480Z   overwrite: true
2025-08-20T20:23:14.5854657Z   if-no-files-found: warn
2025-08-20T20:23:14.5854859Z   include-hidden-files: false
2025-08-20T20:23:14.5855312Z env:
2025-08-20T20:23:14.5855474Z   CROSS_COMPILING: NO
2025-08-20T20:23:14.5855664Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:23:14.5855874Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:23:14.5856071Z   ON_QEMU: NO
2025-08-20T20:23:14.5856221Z   DEBUG: 0
2025-08-20T20:23:14.5856380Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:23:14.5856592Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:23:14.5856855Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/freeze/official
2025-08-20T20:23:14.5857483Z   KEEP_LOGS: YES
2025-08-20T20:23:14.5857658Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:23:14.5857852Z   PKG_FAMILY_LOCAL: freeze
2025-08-20T20:23:14.5858045Z   SBUILD_REBUILD: false
2025-08-20T20:23:14.5858540Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/freeze/static.official.source.yaml
2025-08-20T20:23:14.5859071Z   BUILD_SYS: docker://go
2025-08-20T20:23:14.5859261Z   BUILD_ON_HOST: FALSE
2025-08-20T20:23:14.5859440Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:23:14.5859618Z   SYSTMP: /tmp
2025-08-20T20:23:14.5859780Z   GHA_MODE: MATRIX
2025-08-20T20:23:14.5860174Z   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:23:14.5860652Z   INPUT_SBUILD: /tmp/pkgforge/Kza7a5KSE_build.yaml
2025-08-20T20:23:14.5860947Z   BUILD_DIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml
2025-08-20T20:23:14.5861316Z   SBUILD_OUTDIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR
2025-08-20T20:23:14.5861770Z   SBUILD_TMPDIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:23:14.5862124Z   PKG_TYPE: static
2025-08-20T20:23:14.5862302Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:23:14.5862510Z   SBUILD_PKGVER: HEAD-ee5e4b3-250818T132756
2025-08-20T20:23:14.5862864Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107783095
2025-08-20T20:23:14.5863203Z   BUILD_ID: 17107783095
2025-08-20T20:23:14.5863384Z   PKG_NAME: freeze
2025-08-20T20:23:14.5863561Z   PKG_DATE: 2025-08-20T20:22:46Z
2025-08-20T20:23:14.5863778Z   PKG_VERSION: HEAD-ee5e4b3-250818T132756
2025-08-20T20:23:14.5864015Z   PKG_VERSION_UPSTREAM: 0.2.2
2025-08-20T20:23:14.5864292Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/freeze/official/freeze
2025-08-20T20:23:14.5864630Z   GHCRPKG_TAG: HEAD-ee5e4b3-250818T132756-aarch64-linux
2025-08-20T20:23:14.5865248Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/freeze/official/freeze
2025-08-20T20:23:14.5865692Z   PKG_SRCURL: https://github.com/charmbracelet/freeze
2025-08-20T20:23:14.5865957Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:23:14.5866211Z   GHCRPKG_TAG_SRCBUILD: HEAD-ee5e4b3-250818T132756-aarch64-linux
2025-08-20T20:23:14.5866667Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/freeze/official/freeze-srcbuild-17107783095
2025-08-20T20:23:14.5867061Z   UTC_TIME: 2025_08_20T08_23_14_PM
2025-08-20T20:23:14.5867264Z ##[endgroup]
2025-08-20T20:23:15.2220020Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T20:23:15.2225465Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T20:23:15.2226115Z With the provided path, there will be 2 files uploaded
2025-08-20T20:23:15.4232603Z Artifact name is valid!
2025-08-20T20:23:15.4236261Z Root directory input is valid!
2025-08-20T20:23:15.5068934Z Beginning upload of artifact content to blob storage
2025-08-20T20:23:15.7499487Z Uploaded bytes 8388608
2025-08-20T20:23:15.8791344Z Uploaded bytes 13419800
2025-08-20T20:23:15.9073318Z Finished uploading artifact content to blob storage!
2025-08-20T20:23:15.9087987Z SHA256 digest of uploaded artifact zip is c660b6ed8dfd065f7afa4780001ac40b2f31b9847654d673f248ea32bccd3a47
2025-08-20T20:23:15.9088455Z Finalizing artifact upload
2025-08-20T20:23:15.9816538Z Artifact Bincache_freeze_aarch64-Linux.zip successfully finalized. Artifact ID 3812866194
2025-08-20T20:23:15.9817226Z Artifact Bincache_freeze_aarch64-Linux has been successfully uploaded! Final size is 13419800 bytes. Artifact ID is 3812866194
2025-08-20T20:23:15.9837600Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107783095/artifacts/3812866194
2025-08-20T20:23:16.0049520Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T20:23:16.0049873Z with:
2025-08-20T20:23:16.0050158Z   subject-name: freeze-17107783095-HEAD-ee5e4b3-250818T132756-aarch64-linux
2025-08-20T20:23:16.0050969Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:23:16.0051949Z   show-summary: true
2025-08-20T20:23:16.0052141Z   push-to-registry: false
2025-08-20T20:23:16.0052498Z   github-token: ***
2025-08-20T20:23:16.0052674Z env:
2025-08-20T20:23:16.0052832Z   CROSS_COMPILING: NO
2025-08-20T20:23:16.0053025Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:23:16.0053240Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:23:16.0053441Z   ON_QEMU: NO
2025-08-20T20:23:16.0053596Z   DEBUG: 0
2025-08-20T20:23:16.0053769Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:23:16.0053984Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:23:16.0054295Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/freeze/official
2025-08-20T20:23:16.0054580Z   KEEP_LOGS: YES
2025-08-20T20:23:16.0054756Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:23:16.0055201Z   PKG_FAMILY_LOCAL: freeze
2025-08-20T20:23:16.0055429Z   SBUILD_REBUILD: false
2025-08-20T20:23:16.0055932Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/freeze/static.official.source.yaml
2025-08-20T20:23:16.0056466Z   BUILD_SYS: docker://go
2025-08-20T20:23:16.0056660Z   BUILD_ON_HOST: FALSE
2025-08-20T20:23:16.0056844Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:23:16.0057024Z   SYSTMP: /tmp
2025-08-20T20:23:16.0057189Z   GHA_MODE: MATRIX
2025-08-20T20:23:16.0057595Z   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:23:16.0058087Z   INPUT_SBUILD: /tmp/pkgforge/Kza7a5KSE_build.yaml
2025-08-20T20:23:16.0058392Z   BUILD_DIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml
2025-08-20T20:23:16.0058767Z   SBUILD_OUTDIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR
2025-08-20T20:23:16.0059229Z   SBUILD_TMPDIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:23:16.0059596Z   PKG_TYPE: static
2025-08-20T20:23:16.0059782Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:23:16.0059997Z   SBUILD_PKGVER: HEAD-ee5e4b3-250818T132756
2025-08-20T20:23:16.0060365Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107783095
2025-08-20T20:23:16.0060709Z   BUILD_ID: 17107783095
2025-08-20T20:23:16.0060897Z   PKG_NAME: freeze
2025-08-20T20:23:16.0061077Z   PKG_DATE: 2025-08-20T20:22:46Z
2025-08-20T20:23:16.0061305Z   PKG_VERSION: HEAD-ee5e4b3-250818T132756
2025-08-20T20:23:16.0061550Z   PKG_VERSION_UPSTREAM: 0.2.2
2025-08-20T20:23:16.0061836Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/freeze/official/freeze
2025-08-20T20:23:16.0062186Z   GHCRPKG_TAG: HEAD-ee5e4b3-250818T132756-aarch64-linux
2025-08-20T20:23:16.0062621Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/freeze/official/freeze
2025-08-20T20:23:16.0063058Z   PKG_SRCURL: https://github.com/charmbracelet/freeze
2025-08-20T20:23:16.0063331Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:23:16.0063595Z   GHCRPKG_TAG_SRCBUILD: HEAD-ee5e4b3-250818T132756-aarch64-linux
2025-08-20T20:23:16.0064073Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/freeze/official/freeze-srcbuild-17107783095
2025-08-20T20:23:16.0064476Z   UTC_TIME: 2025_08_20T08_23_14_PM
2025-08-20T20:23:16.0064686Z ##[endgroup]
2025-08-20T20:23:16.0145488Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T20:23:16.0145903Z env:
2025-08-20T20:23:16.0146067Z   CROSS_COMPILING: NO
2025-08-20T20:23:16.0146262Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:23:16.0146476Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:23:16.0146678Z   ON_QEMU: NO
2025-08-20T20:23:16.0146836Z   DEBUG: 0
2025-08-20T20:23:16.0147002Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:23:16.0147500Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:23:16.0147787Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/freeze/official
2025-08-20T20:23:16.0148070Z   KEEP_LOGS: YES
2025-08-20T20:23:16.0148244Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:23:16.0148440Z   PKG_FAMILY_LOCAL: freeze
2025-08-20T20:23:16.0148800Z   SBUILD_REBUILD: false
2025-08-20T20:23:16.0149307Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/freeze/static.official.source.yaml
2025-08-20T20:23:16.0149846Z   BUILD_SYS: docker://go
2025-08-20T20:23:16.0150039Z   BUILD_ON_HOST: FALSE
2025-08-20T20:23:16.0150223Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:23:16.0150406Z   SYSTMP: /tmp
2025-08-20T20:23:16.0150572Z   GHA_MODE: MATRIX
2025-08-20T20:23:16.0150973Z   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:23:16.0151463Z   INPUT_SBUILD: /tmp/pkgforge/Kza7a5KSE_build.yaml
2025-08-20T20:23:16.0151779Z   BUILD_DIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml
2025-08-20T20:23:16.0152145Z   SBUILD_OUTDIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR
2025-08-20T20:23:16.0152610Z   SBUILD_TMPDIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:23:16.0152981Z   PKG_TYPE: static
2025-08-20T20:23:16.0153161Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:23:16.0153376Z   SBUILD_PKGVER: HEAD-ee5e4b3-250818T132756
2025-08-20T20:23:16.0153735Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107783095
2025-08-20T20:23:16.0154354Z   BUILD_ID: 17107783095
2025-08-20T20:23:16.0154539Z   PKG_NAME: freeze
2025-08-20T20:23:16.0154716Z   PKG_DATE: 2025-08-20T20:22:46Z
2025-08-20T20:23:16.0155068Z   PKG_VERSION: HEAD-ee5e4b3-250818T132756
2025-08-20T20:23:16.0155317Z   PKG_VERSION_UPSTREAM: 0.2.2
2025-08-20T20:23:16.0155604Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/freeze/official/freeze
2025-08-20T20:23:16.0155946Z   GHCRPKG_TAG: HEAD-ee5e4b3-250818T132756-aarch64-linux
2025-08-20T20:23:16.0156382Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/freeze/official/freeze
2025-08-20T20:23:16.0156816Z   PKG_SRCURL: https://github.com/charmbracelet/freeze
2025-08-20T20:23:16.0157085Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:23:16.0157359Z   GHCRPKG_TAG_SRCBUILD: HEAD-ee5e4b3-250818T132756-aarch64-linux
2025-08-20T20:23:16.0157824Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/freeze/official/freeze-srcbuild-17107783095
2025-08-20T20:23:16.0158227Z   UTC_TIME: 2025_08_20T08_23_14_PM
2025-08-20T20:23:16.0158438Z ##[endgroup]
2025-08-20T20:23:16.3298806Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T20:23:16.3299130Z with:
2025-08-20T20:23:16.3299764Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:23:16.3300601Z   subject-name: freeze-17107783095-HEAD-ee5e4b3-250818T132756-aarch64-linux
2025-08-20T20:23:16.3300990Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T20:23:16.3303511Z   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/17107783095/attempts/1"}}}
2025-08-20T20:23:16.3306188Z   push-to-registry: false
2025-08-20T20:23:16.3306611Z   show-summary: true
2025-08-20T20:23:16.3307064Z   github-token: ***
2025-08-20T20:23:16.3307271Z env:
2025-08-20T20:23:16.3307427Z   CROSS_COMPILING: NO
2025-08-20T20:23:16.3307622Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:23:16.3307841Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:23:16.3308241Z   ON_QEMU: NO
2025-08-20T20:23:16.3308399Z   DEBUG: 0
2025-08-20T20:23:16.3308567Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:23:16.3308782Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:23:16.3309049Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/freeze/official
2025-08-20T20:23:16.3309326Z   KEEP_LOGS: YES
2025-08-20T20:23:16.3309504Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:23:16.3309704Z   PKG_FAMILY_LOCAL: freeze
2025-08-20T20:23:16.3309905Z   SBUILD_REBUILD: false
2025-08-20T20:23:16.3310406Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/freeze/static.official.source.yaml
2025-08-20T20:23:16.3310941Z   BUILD_SYS: docker://go
2025-08-20T20:23:16.3311137Z   BUILD_ON_HOST: FALSE
2025-08-20T20:23:16.3311328Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:23:16.3311514Z   SYSTMP: /tmp
2025-08-20T20:23:16.3311686Z   GHA_MODE: MATRIX
2025-08-20T20:23:16.3312089Z   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:23:16.3312587Z   INPUT_SBUILD: /tmp/pkgforge/Kza7a5KSE_build.yaml
2025-08-20T20:23:16.3312891Z   BUILD_DIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml
2025-08-20T20:23:16.3313256Z   SBUILD_OUTDIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR
2025-08-20T20:23:16.3313725Z   SBUILD_TMPDIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:23:16.3314094Z   PKG_TYPE: static
2025-08-20T20:23:16.3314276Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:23:16.3314493Z   SBUILD_PKGVER: HEAD-ee5e4b3-250818T132756
2025-08-20T20:23:16.3314855Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107783095
2025-08-20T20:23:16.3315399Z   BUILD_ID: 17107783095
2025-08-20T20:23:16.3315586Z   PKG_NAME: freeze
2025-08-20T20:23:16.3315766Z   PKG_DATE: 2025-08-20T20:22:46Z
2025-08-20T20:23:16.3315996Z   PKG_VERSION: HEAD-ee5e4b3-250818T132756
2025-08-20T20:23:16.3316241Z   PKG_VERSION_UPSTREAM: 0.2.2
2025-08-20T20:23:16.3316530Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/freeze/official/freeze
2025-08-20T20:23:16.3316875Z   GHCRPKG_TAG: HEAD-ee5e4b3-250818T132756-aarch64-linux
2025-08-20T20:23:16.3317301Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/freeze/official/freeze
2025-08-20T20:23:16.3317733Z   PKG_SRCURL: https://github.com/charmbracelet/freeze
2025-08-20T20:23:16.3318006Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:23:16.3318272Z   GHCRPKG_TAG_SRCBUILD: HEAD-ee5e4b3-250818T132756-aarch64-linux
2025-08-20T20:23:16.3318741Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/freeze/official/freeze-srcbuild-17107783095
2025-08-20T20:23:16.3319145Z   UTC_TIME: 2025_08_20T08_23_14_PM
2025-08-20T20:23:16.3319357Z ##[endgroup]
2025-08-20T20:23:17.4966565Z Attestation created for 18 subjects
2025-08-20T20:23:17.4971031Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T20:23:17.4971473Z -----BEGIN CERTIFICATE-----
2025-08-20T20:23:17.4971814Z MIIG8DCCBnagAwIBAgIUT6u3tegmNDVRzwqxdcZZmUltCCMwCgYIKoZIzj0EAwMw
2025-08-20T20:23:17.4972309Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T20:23:17.4972775Z cm1lZGlhdGUwHhcNMjUwODIwMjAyMzE2WhcNMjUwODIwMjAzMzE2WjAAMFkwEwYH
2025-08-20T20:23:17.4973238Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEdeeqx5r7zGnGnKizQids9KAvI864WVdbbmvm
2025-08-20T20:23:17.4973682Z LlrSIwffPC76yVnY+3DIxTWcVEW2Fq9WRAq0JQwKqJxA4xB/B6OCBZUwggWRMA4G
2025-08-20T20:23:17.4974131Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQU6yd5
2025-08-20T20:23:17.4974575Z t0kRFh9rHe/5a8PNvP6sk0EwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T20:23:17.4975201Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T20:23:17.4975961Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T20:23:17.4976440Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T20:23:17.4976885Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T20:23:17.4977471Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T20:23:17.4977921Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T20:23:17.4978380Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T20:23:17.4978845Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T20:23:17.4979305Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T20:23:17.4979748Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T20:23:17.4980196Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T20:23:17.4980656Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T20:23:17.4981108Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T20:23:17.4981562Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T20:23:17.4982034Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T20:23:17.4982504Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T20:23:17.4982967Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T20:23:17.4983425Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T20:23:17.4983877Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T20:23:17.4984334Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T20:23:17.4984792Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T20:23:17.4985467Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T20:23:17.4985933Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T20:23:17.4986393Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3NzgzMDk1L2F0
2025-08-20T20:23:17.4986853Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYsGCisGAQQB1nkCBAIE
2025-08-20T20:23:17.4987321Z fQR7AHkAdwDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJJnIW
2025-08-20T20:23:17.4987788Z AAAEAwBIMEYCIQDysJKTk5s8cqpDhjTPta4lEpQazN6UnaWxYW3IH4vAeQIhALre
2025-08-20T20:23:17.4988255Z UxSy+4ETkTN960GTCkQbqrGTNPUirdnLXjvdvKUVMAoGCCqGSM49BAMDA2gAMGUC
2025-08-20T20:23:17.4988701Z MQC/YcsB1+SxAhsG6o/UyxijnDi9at42U1crzQRqmoWW1xbuIzrZAxUlAX0WIYSI
2025-08-20T20:23:17.4989141Z 88ACMCXmWsWOTHOk1r+d5rXJ5GgEJT6riupoFbkJLCvoai79fQJugWQRVwQnlEoV
2025-08-20T20:23:17.4989470Z YkQczg==
2025-08-20T20:23:17.4989636Z -----END CERTIFICATE-----
2025-08-20T20:23:17.4989771Z 
2025-08-20T20:23:17.4990200Z ##[endgroup]
2025-08-20T20:23:17.4990619Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T20:23:17.4990995Z https://search.sigstore.dev?logIndex=414266798
2025-08-20T20:23:17.4991350Z [36mAttestation uploaded to repository[39m
2025-08-20T20:23:17.4991666Z https://github.com/pkgforge/bincache/attestations/9871905
2025-08-20T20:23:17.5921292Z ##[group]Run ##Presets
2025-08-20T20:23:17.5921566Z [36;1m##Presets[0m
2025-08-20T20:23:17.5921753Z [36;1mset +x ; set +e[0m
2025-08-20T20:23:17.5921969Z [36;1m#-------------#[0m
2025-08-20T20:23:17.5922155Z [36;1m##Debug?[0m
2025-08-20T20:23:17.5922375Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:23:17.5922648Z [36;1m  set -x[0m
2025-08-20T20:23:17.5922819Z [36;1mfi[0m
2025-08-20T20:23:17.5922983Z [36;1m#-------------#[0m
2025-08-20T20:23:17.5923270Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:23:17.5923756Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/freeze/official"[0m
2025-08-20T20:23:17.5924137Z [36;1m exit 1[0m
2025-08-20T20:23:17.5924300Z [36;1mfi[0m
2025-08-20T20:23:17.5956228Z shell: /usr/bin/bash -e {0}
2025-08-20T20:23:17.5956441Z env:
2025-08-20T20:23:17.5956601Z   CROSS_COMPILING: NO
2025-08-20T20:23:17.5956849Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:23:17.5957072Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:23:17.5957275Z   ON_QEMU: NO
2025-08-20T20:23:17.5957678Z   DEBUG: 0
2025-08-20T20:23:17.5957846Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:23:17.5958064Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:23:17.5958340Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/freeze/official
2025-08-20T20:23:17.5958619Z   KEEP_LOGS: YES
2025-08-20T20:23:17.5958794Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:23:17.5958992Z   PKG_FAMILY_LOCAL: freeze
2025-08-20T20:23:17.5959192Z   SBUILD_REBUILD: false
2025-08-20T20:23:17.5959702Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/freeze/static.official.source.yaml
2025-08-20T20:23:17.5960242Z   BUILD_SYS: docker://go
2025-08-20T20:23:17.5960438Z   BUILD_ON_HOST: FALSE
2025-08-20T20:23:17.5960629Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:23:17.5960814Z   SYSTMP: /tmp
2025-08-20T20:23:17.5960985Z   GHA_MODE: MATRIX
2025-08-20T20:23:17.5961395Z   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:23:17.5961894Z   INPUT_SBUILD: /tmp/pkgforge/Kza7a5KSE_build.yaml
2025-08-20T20:23:17.5962201Z   BUILD_DIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml
2025-08-20T20:23:17.5962571Z   SBUILD_OUTDIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR
2025-08-20T20:23:17.5963039Z   SBUILD_TMPDIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:23:17.5963402Z   PKG_TYPE: static
2025-08-20T20:23:17.5963585Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:23:17.5963805Z   SBUILD_PKGVER: HEAD-ee5e4b3-250818T132756
2025-08-20T20:23:17.5964167Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107783095
2025-08-20T20:23:17.5964514Z   BUILD_ID: 17107783095
2025-08-20T20:23:17.5964708Z   PKG_NAME: freeze
2025-08-20T20:23:17.5964889Z   PKG_DATE: 2025-08-20T20:22:46Z
2025-08-20T20:23:17.5965462Z   PKG_VERSION: HEAD-ee5e4b3-250818T132756
2025-08-20T20:23:17.5965721Z   PKG_VERSION_UPSTREAM: 0.2.2
2025-08-20T20:23:17.5966002Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/freeze/official/freeze
2025-08-20T20:23:17.5966350Z   GHCRPKG_TAG: HEAD-ee5e4b3-250818T132756-aarch64-linux
2025-08-20T20:23:17.5966782Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/freeze/official/freeze
2025-08-20T20:23:17.5967224Z   PKG_SRCURL: https://github.com/charmbracelet/freeze
2025-08-20T20:23:17.5967499Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:23:17.5967761Z   GHCRPKG_TAG_SRCBUILD: HEAD-ee5e4b3-250818T132756-aarch64-linux
2025-08-20T20:23:17.5968228Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/freeze/official/freeze-srcbuild-17107783095
2025-08-20T20:23:17.5968631Z   UTC_TIME: 2025_08_20T08_23_14_PM
2025-08-20T20:23:17.5968842Z ##[endgroup]
2025-08-20T20:23:17.6037823Z ##[group]Run ##Presets
2025-08-20T20:23:17.6038097Z [36;1m##Presets[0m
2025-08-20T20:23:17.6038284Z [36;1mset +x ; set +e[0m
2025-08-20T20:23:17.6038479Z [36;1m#-------------#[0m
2025-08-20T20:23:17.6038671Z [36;1m##Debug?[0m
2025-08-20T20:23:17.6038894Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:23:17.6039184Z [36;1m  set -x[0m
2025-08-20T20:23:17.6039355Z [36;1mfi[0m
2025-08-20T20:23:17.6039518Z [36;1m#-------------#[0m
2025-08-20T20:23:17.6039741Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:23:17.6040163Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/freeze/official"[0m
2025-08-20T20:23:17.6040551Z [36;1m exit 1[0m
2025-08-20T20:23:17.6040717Z [36;1mfi[0m
2025-08-20T20:23:17.6066827Z shell: /usr/bin/bash -e {0}
2025-08-20T20:23:17.6067048Z env:
2025-08-20T20:23:17.6067218Z   CROSS_COMPILING: NO
2025-08-20T20:23:17.6067449Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:23:17.6067675Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:23:17.6067878Z   ON_QEMU: NO
2025-08-20T20:23:17.6068038Z   DEBUG: 0
2025-08-20T20:23:17.6068208Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:23:17.6068432Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:23:17.6068702Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/freeze/official
2025-08-20T20:23:17.6069243Z   KEEP_LOGS: YES
2025-08-20T20:23:17.6069422Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:23:17.6069625Z   PKG_FAMILY_LOCAL: freeze
2025-08-20T20:23:17.6069827Z   SBUILD_REBUILD: false
2025-08-20T20:23:17.6070333Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/freeze/static.official.source.yaml
2025-08-20T20:23:17.6070871Z   BUILD_SYS: docker://go
2025-08-20T20:23:17.6071068Z   BUILD_ON_HOST: FALSE
2025-08-20T20:23:17.6071256Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:23:17.6071441Z   SYSTMP: /tmp
2025-08-20T20:23:17.6071610Z   GHA_MODE: MATRIX
2025-08-20T20:23:17.6072019Z   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:23:17.6072512Z   INPUT_SBUILD: /tmp/pkgforge/Kza7a5KSE_build.yaml
2025-08-20T20:23:17.6072817Z   BUILD_DIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml
2025-08-20T20:23:17.6073185Z   SBUILD_OUTDIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR
2025-08-20T20:23:17.6073653Z   SBUILD_TMPDIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:23:17.6074021Z   PKG_TYPE: static
2025-08-20T20:23:17.6074219Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:23:17.6074437Z   SBUILD_PKGVER: HEAD-ee5e4b3-250818T132756
2025-08-20T20:23:17.6074798Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107783095
2025-08-20T20:23:17.6075415Z   BUILD_ID: 17107783095
2025-08-20T20:23:17.6075608Z   PKG_NAME: freeze
2025-08-20T20:23:17.6075788Z   PKG_DATE: 2025-08-20T20:22:46Z
2025-08-20T20:23:17.6076013Z   PKG_VERSION: HEAD-ee5e4b3-250818T132756
2025-08-20T20:23:17.6076264Z   PKG_VERSION_UPSTREAM: 0.2.2
2025-08-20T20:23:17.6076547Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/freeze/official/freeze
2025-08-20T20:23:17.6076889Z   GHCRPKG_TAG: HEAD-ee5e4b3-250818T132756-aarch64-linux
2025-08-20T20:23:17.6077312Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/freeze/official/freeze
2025-08-20T20:23:17.6077753Z   PKG_SRCURL: https://github.com/charmbracelet/freeze
2025-08-20T20:23:17.6078023Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:23:17.6078285Z   GHCRPKG_TAG_SRCBUILD: HEAD-ee5e4b3-250818T132756-aarch64-linux
2025-08-20T20:23:17.6078750Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/freeze/official/freeze-srcbuild-17107783095
2025-08-20T20:23:17.6079151Z   UTC_TIME: 2025_08_20T08_23_14_PM
2025-08-20T20:23:17.6079359Z ##[endgroup]
2025-08-20T20:23:17.6144349Z ##[group]Run ##Presets
2025-08-20T20:23:17.6144617Z [36;1m##Presets[0m
2025-08-20T20:23:17.6144807Z [36;1mset +x ; set +e[0m
2025-08-20T20:23:17.6145309Z [36;1m#-------------#[0m
2025-08-20T20:23:17.6145516Z [36;1m##Debug?[0m
2025-08-20T20:23:17.6145740Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:23:17.6146012Z [36;1m  set -x[0m
2025-08-20T20:23:17.6146180Z [36;1mfi[0m
2025-08-20T20:23:17.6146343Z [36;1m#-------------#[0m
2025-08-20T20:23:17.6146663Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:23:17.6147046Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T20:23:17.6147320Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:23:17.6147569Z [36;1mfi[0m
2025-08-20T20:23:17.6173296Z shell: /usr/bin/bash -e {0}
2025-08-20T20:23:17.6173516Z env:
2025-08-20T20:23:17.6173679Z   CROSS_COMPILING: NO
2025-08-20T20:23:17.6173944Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:23:17.6174166Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:23:17.6174369Z   ON_QEMU: NO
2025-08-20T20:23:17.6174529Z   DEBUG: 0
2025-08-20T20:23:17.6174696Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:23:17.6175267Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:23:17.6175557Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/freeze/official
2025-08-20T20:23:17.6175839Z   KEEP_LOGS: YES
2025-08-20T20:23:17.6176017Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:23:17.6176216Z   PKG_FAMILY_LOCAL: freeze
2025-08-20T20:23:17.6176415Z   SBUILD_REBUILD: false
2025-08-20T20:23:17.6177196Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/freeze/static.official.source.yaml
2025-08-20T20:23:17.6177737Z   BUILD_SYS: docker://go
2025-08-20T20:23:17.6177935Z   BUILD_ON_HOST: FALSE
2025-08-20T20:23:17.6178126Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:23:17.6178309Z   SYSTMP: /tmp
2025-08-20T20:23:17.6178477Z   GHA_MODE: MATRIX
2025-08-20T20:23:17.6178888Z   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:23:17.6179378Z   INPUT_SBUILD: /tmp/pkgforge/Kza7a5KSE_build.yaml
2025-08-20T20:23:17.6179684Z   BUILD_DIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml
2025-08-20T20:23:17.6180055Z   SBUILD_OUTDIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR
2025-08-20T20:23:17.6180519Z   SBUILD_TMPDIR: /tmp/pkgforge/EBucjuO_Kza7a5KSE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:23:17.6180886Z   PKG_TYPE: static
2025-08-20T20:23:17.6181076Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:23:17.6181296Z   SBUILD_PKGVER: HEAD-ee5e4b3-250818T132756
2025-08-20T20:23:17.6181659Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107783095
2025-08-20T20:23:17.6182009Z   BUILD_ID: 17107783095
2025-08-20T20:23:17.6182200Z   PKG_NAME: freeze
2025-08-20T20:23:17.6182381Z   PKG_DATE: 2025-08-20T20:22:46Z
2025-08-20T20:23:17.6182615Z   PKG_VERSION: HEAD-ee5e4b3-250818T132756
2025-08-20T20:23:17.6182863Z   PKG_VERSION_UPSTREAM: 0.2.2
2025-08-20T20:23:17.6183145Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/freeze/official/freeze
2025-08-20T20:23:17.6183490Z   GHCRPKG_TAG: HEAD-ee5e4b3-250818T132756-aarch64-linux
2025-08-20T20:23:17.6183920Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/freeze/official/freeze
2025-08-20T20:23:17.6184366Z   PKG_SRCURL: https://github.com/charmbracelet/freeze
2025-08-20T20:23:17.6184644Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:23:17.6185176Z   GHCRPKG_TAG_SRCBUILD: HEAD-ee5e4b3-250818T132756-aarch64-linux
2025-08-20T20:23:17.6185675Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/freeze/official/freeze-srcbuild-17107783095
2025-08-20T20:23:17.6186077Z   UTC_TIME: 2025_08_20T08_23_14_PM
2025-08-20T20:23:17.6186290Z ##[endgroup]
2025-08-20T20:23:17.6238055Z EXITED
2025-08-20T20:23:17.6282776Z Cleaning up orphan processes
