﻿2025-08-20T18:58:02.8899056Z Current runner version: '2.328.0'
2025-08-20T18:58:02.8934363Z ##[group]Runner Image Provisioner
2025-08-20T18:58:02.8935405Z Hosted Compute Agent
2025-08-20T18:58:02.8936200Z Version: 20250818.377
2025-08-20T18:58:02.8937076Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T18:58:02.8937794Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T18:58:02.8938529Z ##[endgroup]
2025-08-20T18:58:02.8939253Z ##[group]VM Image
2025-08-20T18:58:02.8939814Z - OS: Linux (arm64)
2025-08-20T18:58:02.8940467Z - Source: Partner
2025-08-20T18:58:02.8941096Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T18:58:02.8941802Z - Version: 20250728.24.1
2025-08-20T18:58:02.8942836Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T18:58:02.8944130Z ##[endgroup]
2025-08-20T18:58:02.8945928Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T18:58:02.8949168Z Attestations: write
2025-08-20T18:58:02.8950052Z Contents: write
2025-08-20T18:58:02.8951136Z Metadata: read
2025-08-20T18:58:02.8951933Z Packages: write
2025-08-20T18:58:02.8952503Z ##[endgroup]
2025-08-20T18:58:02.8956176Z Secret source: Actions
2025-08-20T18:58:02.8957018Z Prepare workflow directory
2025-08-20T18:58:02.9387318Z Prepare all required actions
2025-08-20T18:58:02.9431514Z Getting action download info
2025-08-20T18:58:03.2544379Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T18:58:04.0056487Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T18:58:04.3373843Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T18:58:04.5112142Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T18:58:04.8280727Z Getting action download info
2025-08-20T18:58:04.9491949Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T18:58:05.1613104Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T18:58:05.4310762Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/aretext/official)
2025-08-20T18:58:05.5021233Z ##[group]Run ##Presets
2025-08-20T18:58:05.5022073Z [36;1m##Presets[0m
2025-08-20T18:58:05.5022530Z [36;1mset +x ; set +e[0m
2025-08-20T18:58:05.5023353Z [36;1m#-------------#[0m
2025-08-20T18:58:05.5024107Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T18:58:05.5024875Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T18:58:05.5025586Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5026255Z [36;1m  fi[0m
2025-08-20T18:58:05.5026820Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T18:58:05.5027699Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T18:58:05.5028485Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5029064Z [36;1m  fi[0m
2025-08-20T18:58:05.5029649Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T18:58:05.5030482Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T18:58:05.5031709Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5032308Z [36;1m  fi[0m
2025-08-20T18:58:05.5032819Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T18:58:05.5033821Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T18:58:05.5034463Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T18:58:05.5035082Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T18:58:05.5035788Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5036714Z [36;1m     else[0m
2025-08-20T18:58:05.5037315Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5037949Z [36;1m     fi[0m
2025-08-20T18:58:05.5038360Z [36;1m  fi[0m
2025-08-20T18:58:05.5038809Z [36;1mfi[0m
2025-08-20T18:58:05.5072048Z shell: /usr/bin/bash -e {0}
2025-08-20T18:58:05.5073007Z env:
2025-08-20T18:58:05.5074450Z   GH_TOKEN: ***
2025-08-20T18:58:05.5075034Z ##[endgroup]
2025-08-20T18:58:05.5323905Z ##[group]Run ##Presets
2025-08-20T18:58:05.5324585Z [36;1m##Presets[0m
2025-08-20T18:58:05.5325344Z [36;1mset +x ; set +e[0m
2025-08-20T18:58:05.5325801Z [36;1m#-------------#[0m
2025-08-20T18:58:05.5326410Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T18:58:05.5327423Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T18:58:05.5328413Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T18:58:05.5329315Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T18:58:05.5330125Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T18:58:05.5330946Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T18:58:05.5331718Z [36;1m  exit 1[0m
2025-08-20T18:58:05.5332113Z [36;1mfi[0m
2025-08-20T18:58:05.5359530Z shell: /usr/bin/bash -e {0}
2025-08-20T18:58:05.5360175Z env:
2025-08-20T18:58:05.5360895Z   RO_GHTOKEN: ***
2025-08-20T18:58:05.5361385Z   RO_GLTOKEN: ***
2025-08-20T18:58:05.5364155Z   MINISIGN_KEY: ***
2025-08-20T18:58:05.5364603Z ##[endgroup]
2025-08-20T18:58:05.5514922Z ##[group]Run ##Presets
2025-08-20T18:58:05.5515792Z [36;1m##Presets[0m
2025-08-20T18:58:05.5516275Z [36;1mset +x ; set +e[0m
2025-08-20T18:58:05.5516764Z [36;1m#-------------#[0m
2025-08-20T18:58:05.5517353Z [36;1m##Host Triplet[0m
2025-08-20T18:58:05.5517988Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T18:58:05.5518650Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T18:58:05.5519361Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T18:58:05.5520115Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T18:58:05.5521243Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T18:58:05.5522058Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T18:58:05.5522749Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T18:58:05.5523699Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T18:58:05.5524260Z [36;1m   fi[0m
2025-08-20T18:58:05.5525012Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T18:58:05.5525740Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T18:58:05.5526357Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T18:58:05.5527083Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T18:58:05.5527688Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T18:58:05.5528197Z [36;1m fi[0m
2025-08-20T18:58:05.5528879Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5529691Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5530523Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5531277Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5531868Z [36;1m##Debug[0m
2025-08-20T18:58:05.5532362Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T18:58:05.5532880Z [36;1m   export DEBUG="1"[0m
2025-08-20T18:58:05.5533619Z [36;1m else[0m
2025-08-20T18:58:05.5534151Z [36;1m   export DEBUG="0"[0m
2025-08-20T18:58:05.5534631Z [36;1m fi[0m
2025-08-20T18:58:05.5535077Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5535732Z [36;1m##Docker Platform[0m
2025-08-20T18:58:05.5536646Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T18:58:05.5537364Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T18:58:05.5538078Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T18:58:05.5538788Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T18:58:05.5539529Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T18:58:05.5540215Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T18:58:05.5540872Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T18:58:05.5541683Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T18:58:05.5542215Z [36;1m fi[0m
2025-08-20T18:58:05.5542886Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5544005Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5544677Z [36;1m##GHCRPKG_URL[0m
2025-08-20T18:58:05.5545714Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/aretext/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T18:58:05.5546811Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T18:58:05.5547426Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5548135Z [36;1m##Logs[0m
2025-08-20T18:58:05.5548723Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T18:58:05.5549333Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T18:58:05.5550090Z [36;1m else[0m
2025-08-20T18:58:05.5550529Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T18:58:05.5551135Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T18:58:05.5551635Z [36;1m fi[0m
2025-08-20T18:58:05.5552452Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5553553Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5554256Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T18:58:05.5554971Z [36;1m PKG_FAMILY_LOCAL="$(echo "aretext" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T18:58:05.5555875Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T18:58:05.5556532Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5557278Z [36;1m##Rebuild[0m
2025-08-20T18:58:05.5557748Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T18:58:05.5558319Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T18:58:05.5558906Z [36;1m else[0m
2025-08-20T18:58:05.5559329Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T18:58:05.5559847Z [36;1m fi[0m
2025-08-20T18:58:05.5560457Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5561110Z [36;1m ##SBUILD_URL[0m
2025-08-20T18:58:05.5561998Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T18:58:05.5563111Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T18:58:05.5565136Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aretext/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T18:58:05.5566761Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T18:58:05.5567498Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T18:58:05.5568361Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T18:58:05.5569292Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T18:58:05.5570029Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5570698Z [36;1m    exit 1[0m
2025-08-20T18:58:05.5571127Z [36;1m   else[0m
2025-08-20T18:58:05.5571553Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T18:58:05.5572270Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5572954Z [36;1m    #Check for x_exec.host[0m
2025-08-20T18:58:05.5574352Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T18:58:05.5575160Z [36;1m      #check if supported[0m
2025-08-20T18:58:05.5575930Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T18:58:05.5576985Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T18:58:05.5577938Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T18:58:05.5578622Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5579275Z [36;1m         exit 1[0m
2025-08-20T18:58:05.5579734Z [36;1m       fi[0m
2025-08-20T18:58:05.5580156Z [36;1m      #get build system[0m
2025-08-20T18:58:05.5580978Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T18:58:05.5581794Z [36;1m       export BUILD_SYS[0m
2025-08-20T18:58:05.5582383Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5583390Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T18:58:05.5584109Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5584867Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5585609Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T18:58:05.5586303Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5587042Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:05.5587607Z [36;1m       fi[0m
2025-08-20T18:58:05.5588246Z [36;1m     fi[0m
2025-08-20T18:58:05.5588823Z [36;1m   fi[0m
2025-08-20T18:58:05.5589233Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T18:58:05.5616474Z shell: /usr/bin/bash -e {0}
2025-08-20T18:58:05.5616999Z ##[endgroup]
2025-08-20T18:58:06.0206610Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T18:58:06.0207406Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T18:58:06.0207665Z 
2025-08-20T18:58:06.1109964Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T18:58:06.1110624Z 100  3985  100  3985    0     0  43311      0 --:--:-- --:--:-- --:--:-- 43791
2025-08-20T18:58:06.1122432Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aretext/static.official.source.yaml
2025-08-20T18:58:06.1327350Z ##[group]Run ##Presets
2025-08-20T18:58:06.1327820Z [36;1m##Presets[0m
2025-08-20T18:58:06.1328270Z [36;1mset +x ; set +e[0m
2025-08-20T18:58:06.1328605Z [36;1m#-------------#[0m
2025-08-20T18:58:06.1328915Z [36;1m##Debug?[0m
2025-08-20T18:58:06.1329372Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:58:06.1329749Z [36;1m  set -x[0m
2025-08-20T18:58:06.1330070Z [36;1mfi[0m
2025-08-20T18:58:06.1330443Z [36;1m#-------------#[0m
2025-08-20T18:58:06.1330787Z [36;1m##CoreUtils[0m
2025-08-20T18:58:06.1331186Z [36;1msudo apt update -y[0m
2025-08-20T18:58:06.1331642Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T18:58:06.1332720Z [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-20T18:58:06.1334229Z [36;1m##tmp[0m
2025-08-20T18:58:06.1334603Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T18:58:06.1335095Z [36;1m#GH ENV[0m
2025-08-20T18:58:06.1335414Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:06.1335862Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:06.1336263Z [36;1m#-------------#[0m
2025-08-20T18:58:06.1336589Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T18:58:06.1337265Z [36;1msudo apt update -y[0m
2025-08-20T18:58:06.1337620Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T18:58:06.1337972Z [36;1m##Setup Minisign[0m
2025-08-20T18:58:06.1338407Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T18:58:06.1339055Z [36;1mecho "***[0m
2025-08-20T18:58:06.1340501Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T18:58:06.1340990Z [36;1m##User-Agent[0m
2025-08-20T18:58:06.1341852Z [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-20T18:58:06.1342872Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:58:06.1369994Z shell: /usr/bin/bash -e {0}
2025-08-20T18:58:06.1370553Z env:
2025-08-20T18:58:06.1370902Z   CROSS_COMPILING: NO
2025-08-20T18:58:06.1371306Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:58:06.1371682Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:58:06.1372013Z   ON_QEMU: NO
2025-08-20T18:58:06.1372350Z   DEBUG: 0
2025-08-20T18:58:06.1372606Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:58:06.1372964Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:58:06.1373621Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aretext/official
2025-08-20T18:58:06.1374045Z   KEEP_LOGS: YES
2025-08-20T18:58:06.1374332Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:58:06.1374769Z   PKG_FAMILY_LOCAL: aretext
2025-08-20T18:58:06.1375136Z   SBUILD_REBUILD: false
2025-08-20T18:58:06.1375862Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aretext/static.official.source.yaml
2025-08-20T18:58:06.1376576Z   BUILD_SYS: docker://go
2025-08-20T18:58:06.1376923Z   BUILD_ON_HOST: FALSE
2025-08-20T18:58:06.1377339Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:58:06.1377677Z ##[endgroup]
2025-08-20T18:58:06.1724015Z 
2025-08-20T18:58:06.1724736Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:58:06.1725173Z 
2025-08-20T18:58:06.3846134Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T18:58:06.4056073Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T18:58:06.5412291Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:58:06.6125373Z Get:4 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T18:58:06.6253920Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T18:58:06.6425374Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T18:58:06.6561949Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T18:58:06.6654623Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T18:58:06.6840638Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T18:58:06.9856049Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T18:58:07.1306167Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T18:58:07.2705666Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T18:58:07.6715857Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T18:58:07.8403949Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T18:58:07.9308501Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T18:58:08.6162101Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T18:58:08.7876116Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T18:58:08.9605520Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T18:58:09.5023879Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T18:58:10.0164341Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T18:58:10.1009371Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T18:58:10.1885139Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T18:58:10.2734532Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T18:58:10.3577900Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T18:58:10.4479923Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T18:58:10.5326542Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T18:58:10.6172432Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T18:58:10.7055455Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T18:58:10.7917617Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T18:58:10.9622779Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T18:58:11.0464334Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T18:58:11.1309692Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1134 kB]
2025-08-20T18:58:11.7523016Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T18:58:11.8459903Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T18:58:11.9304698Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T18:58:12.1886723Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T18:58:12.3560207Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T18:58:12.4424073Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2170 kB]
2025-08-20T18:58:12.8673492Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [359 kB]
2025-08-20T18:58:13.0393973Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T18:58:13.2080618Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T18:58:13.3759704Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T18:58:13.4681422Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T18:58:21.1058790Z Fetched 11.9 MB in 7s (1656 kB/s)
2025-08-20T18:58:21.8814975Z Reading package lists...
2025-08-20T18:58:22.1302900Z Building dependency tree...
2025-08-20T18:58:22.1311122Z Reading state information...
2025-08-20T18:58:22.1594580Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T18:58:22.1688876Z 
2025-08-20T18:58:22.1689613Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:58:22.1689974Z 
2025-08-20T18:58:22.1808528Z Reading package lists...
2025-08-20T18:58:22.4166052Z Building dependency tree...
2025-08-20T18:58:22.4174495Z Reading state information...
2025-08-20T18:58:22.6789649Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T18:58:22.6790397Z bc set to manually installed.
2025-08-20T18:58:22.6790747Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T18:58:22.6791108Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T18:58:22.6791744Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:58:22.7366276Z The following NEW packages will be installed:
2025-08-20T18:58:22.7372190Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T18:58:22.7374359Z   moreutils
2025-08-20T18:58:22.7380436Z The following packages will be upgraded:
2025-08-20T18:58:22.7388565Z   jq libjq1
2025-08-20T18:58:22.7565406Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T18:58:22.8104062Z Need to get 936 kB of archives.
2025-08-20T18:58:22.8104592Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T18:58:22.8105184Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T18:58:22.8580307Z 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-20T18:58:22.8906410Z 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-20T18:58:22.9231619Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T18:58:22.9400659Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T18:58:22.9595507Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T18:58:22.9759623Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T18:58:22.9940164Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T18:58:23.3316419Z Fetched 936 kB in 0s (3802 kB/s)
2025-08-20T18:58:23.4113720Z Selecting previously unselected package fdupes.
2025-08-20T18:58:23.5475427Z (Reading database ... 
2025-08-20T18:58:23.5475851Z (Reading database ... 5%
2025-08-20T18:58:23.5482840Z (Reading database ... 10%
2025-08-20T18:58:23.5483439Z (Reading database ... 15%
2025-08-20T18:58:23.5483807Z (Reading database ... 20%
2025-08-20T18:58:23.5484082Z (Reading database ... 25%
2025-08-20T18:58:23.5484398Z (Reading database ... 30%
2025-08-20T18:58:23.5484639Z (Reading database ... 35%
2025-08-20T18:58:23.5484874Z (Reading database ... 40%
2025-08-20T18:58:23.5485210Z (Reading database ... 45%
2025-08-20T18:58:23.5485451Z (Reading database ... 50%
2025-08-20T18:58:23.8766319Z (Reading database ... 55%
2025-08-20T18:58:24.4385936Z (Reading database ... 60%
2025-08-20T18:58:24.9846704Z (Reading database ... 65%
2025-08-20T18:58:25.5027749Z (Reading database ... 70%
2025-08-20T18:58:26.0466878Z (Reading database ... 75%
2025-08-20T18:58:26.7171256Z (Reading database ... 80%
2025-08-20T18:58:27.3287733Z (Reading database ... 85%
2025-08-20T18:58:27.9108506Z (Reading database ... 90%
2025-08-20T18:58:28.4849477Z (Reading database ... 95%
2025-08-20T18:58:28.4849839Z (Reading database ... 100%
2025-08-20T18:58:28.4850438Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T18:58:28.4894037Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T18:58:28.5085397Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T18:58:28.6270786Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T18:58:28.6604912Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T18:58:28.8106426Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T18:58:28.8552064Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T18:58:28.9284339Z Selecting previously unselected package libio-pty-perl.
2025-08-20T18:58:28.9477013Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T18:58:28.9585137Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T18:58:29.0704741Z Selecting previously unselected package libipc-run-perl.
2025-08-20T18:58:29.0880553Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T18:58:29.1017166Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T18:58:29.1997004Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T18:58:29.2177901Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T18:58:29.2261526Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T18:58:29.3339569Z Selecting previously unselected package moreutils.
2025-08-20T18:58:29.3536740Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T18:58:29.3624560Z Unpacking moreutils (0.69-1) ...
2025-08-20T18:58:29.5072557Z Selecting previously unselected package dos2unix.
2025-08-20T18:58:29.5266239Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T18:58:29.5378988Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T18:58:29.8503893Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T18:58:29.8944670Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T18:58:29.9224410Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T18:58:29.9649797Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T18:58:30.0151184Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T18:58:30.0437559Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T18:58:30.0713394Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T18:58:30.0973417Z Setting up moreutils (0.69-1) ...
2025-08-20T18:58:30.1259266Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:58:46.7851560Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:58:48.1191790Z Reading package lists...
2025-08-20T18:58:48.3650780Z Building dependency tree...
2025-08-20T18:58:48.3659589Z Reading state information...
2025-08-20T18:58:48.6338225Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T18:58:48.6338989Z apt-utils is already the newest version (2.8.3).
2025-08-20T18:58:48.6339308Z apt-utils set to manually installed.
2025-08-20T18:58:48.6339708Z ca-certificates is already the newest version (20240203).
2025-08-20T18:58:48.6340083Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T18:58:48.6340517Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T18:58:48.6340919Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:58:48.6341264Z moreutils is already the newest version (0.69-1).
2025-08-20T18:58:48.6341634Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T18:58:48.6342094Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T18:58:48.6342470Z texinfo is already the newest version (7.1-3build2).
2025-08-20T18:58:48.6343584Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T18:58:48.6343986Z tmux set to manually installed.
2025-08-20T18:58:48.6344281Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:58:48.6344722Z The following additional packages will be installed:
2025-08-20T18:58:48.6345179Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T18:58:48.6345677Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T18:58:48.6346483Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T18:58:48.6346948Z   uuid-runtime
2025-08-20T18:58:48.6354792Z Suggested packages:
2025-08-20T18:58:48.6355244Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T18:58:48.6355653Z   util-linux-extra util-linux-locales
2025-08-20T18:58:48.6356015Z Recommended packages:
2025-08-20T18:58:48.6356248Z   unattended-upgrades
2025-08-20T18:58:48.6951132Z The following NEW packages will be installed:
2025-08-20T18:58:48.6951581Z   rename
2025-08-20T18:58:48.6955391Z The following packages will be upgraded:
2025-08-20T18:58:48.6956035Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T18:58:48.6957724Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T18:58:48.6964475Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T18:58:48.6965197Z   software-properties-common util-linux uuid-runtime
2025-08-20T18:58:48.7159486Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:58:49.0005775Z Need to get 4390 kB of archives.
2025-08-20T18:58:49.0007072Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T18:58:49.0007846Z 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-20T18:58:49.3444897Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T18:58:49.7676133Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T18:58:49.8570241Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T18:58:49.9437353Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T18:58:50.0288241Z 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-20T18:58:50.1137424Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T18:58:50.2030772Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T18:58:50.2934658Z 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-20T18:58:50.3805418Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T18:58:50.5551311Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T18:58:50.7289943Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T18:58:51.1795871Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T18:58:51.3692891Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T18:58:51.6434926Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T18:58:51.7373464Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T18:58:51.9248620Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T18:58:52.0163083Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T18:58:52.1149946Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T18:58:52.2010581Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T18:58:52.2987192Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T18:58:52.3897679Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T18:58:52.5692558Z 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-20T18:58:52.8603354Z 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-20T18:58:52.9559816Z 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-20T18:58:53.0674777Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T18:58:53.1683741Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T18:58:53.4406411Z Fetched 4390 kB in 4s (989 kB/s)
2025-08-20T18:58:53.4773286Z (Reading database ... 
2025-08-20T18:58:53.4773930Z (Reading database ... 5%
2025-08-20T18:58:53.4774212Z (Reading database ... 10%
2025-08-20T18:58:53.4774499Z (Reading database ... 15%
2025-08-20T18:58:53.4775625Z (Reading database ... 20%
2025-08-20T18:58:53.4775956Z (Reading database ... 25%
2025-08-20T18:58:53.4776339Z (Reading database ... 30%
2025-08-20T18:58:53.4776609Z (Reading database ... 35%
2025-08-20T18:58:53.4776843Z (Reading database ... 40%
2025-08-20T18:58:53.4777190Z (Reading database ... 45%
2025-08-20T18:58:53.4777465Z (Reading database ... 50%
2025-08-20T18:58:53.4798874Z (Reading database ... 55%
2025-08-20T18:58:53.4890980Z (Reading database ... 60%
2025-08-20T18:58:53.4932185Z (Reading database ... 65%
2025-08-20T18:58:53.4947698Z (Reading database ... 70%
2025-08-20T18:58:53.4967945Z (Reading database ... 75%
2025-08-20T18:58:53.5000765Z (Reading database ... 80%
2025-08-20T18:58:53.5180866Z (Reading database ... 85%
2025-08-20T18:58:53.5201680Z (Reading database ... 90%
2025-08-20T18:58:53.5307626Z (Reading database ... 95%
2025-08-20T18:58:53.5307986Z (Reading database ... 100%
2025-08-20T18:58:53.5308322Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:58:53.5346424Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:58:53.5680889Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T18:58:53.7174972Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T18:58:53.8258927Z (Reading database ... 
2025-08-20T18:58:53.8259547Z (Reading database ... 5%
2025-08-20T18:58:53.8259826Z (Reading database ... 10%
2025-08-20T18:58:53.8260103Z (Reading database ... 15%
2025-08-20T18:58:53.8260421Z (Reading database ... 20%
2025-08-20T18:58:53.8260679Z (Reading database ... 25%
2025-08-20T18:58:53.8261806Z (Reading database ... 30%
2025-08-20T18:58:53.8262320Z (Reading database ... 35%
2025-08-20T18:58:53.8262580Z (Reading database ... 40%
2025-08-20T18:58:53.8262974Z (Reading database ... 45%
2025-08-20T18:58:53.8263442Z (Reading database ... 50%
2025-08-20T18:58:53.8282429Z (Reading database ... 55%
2025-08-20T18:58:53.8368990Z (Reading database ... 60%
2025-08-20T18:58:53.8408968Z (Reading database ... 65%
2025-08-20T18:58:53.8424057Z (Reading database ... 70%
2025-08-20T18:58:53.8444290Z (Reading database ... 75%
2025-08-20T18:58:53.8478795Z (Reading database ... 80%
2025-08-20T18:58:53.8652023Z (Reading database ... 85%
2025-08-20T18:58:53.8672073Z (Reading database ... 90%
2025-08-20T18:58:53.8770728Z (Reading database ... 95%
2025-08-20T18:58:53.8771078Z (Reading database ... 100%
2025-08-20T18:58:53.8771422Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:58:53.8806211Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:58:53.9235095Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:58:54.1116910Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T18:58:54.7581156Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T18:58:54.8343069Z (Reading database ... 
2025-08-20T18:58:54.8343558Z (Reading database ... 5%
2025-08-20T18:58:54.8345950Z (Reading database ... 10%
2025-08-20T18:58:54.8346817Z (Reading database ... 15%
2025-08-20T18:58:54.8347307Z (Reading database ... 20%
2025-08-20T18:58:54.8347558Z (Reading database ... 25%
2025-08-20T18:58:54.8347804Z (Reading database ... 30%
2025-08-20T18:58:54.8348125Z (Reading database ... 35%
2025-08-20T18:58:54.8348474Z (Reading database ... 40%
2025-08-20T18:58:54.8348730Z (Reading database ... 45%
2025-08-20T18:58:54.8349036Z (Reading database ... 50%
2025-08-20T18:58:54.8371549Z (Reading database ... 55%
2025-08-20T18:58:54.8461989Z (Reading database ... 60%
2025-08-20T18:58:54.8503630Z (Reading database ... 65%
2025-08-20T18:58:54.8518112Z (Reading database ... 70%
2025-08-20T18:58:54.8538529Z (Reading database ... 75%
2025-08-20T18:58:54.8571348Z (Reading database ... 80%
2025-08-20T18:58:54.8742120Z (Reading database ... 85%
2025-08-20T18:58:54.8761891Z (Reading database ... 90%
2025-08-20T18:58:54.8857712Z (Reading database ... 95%
2025-08-20T18:58:54.8858266Z (Reading database ... 100%
2025-08-20T18:58:54.8858624Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:58:54.8889553Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:58:54.9167003Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:58:55.0299824Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:58:55.0729674Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:58:55.1748884Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:58:55.2886879Z (Reading database ... 
2025-08-20T18:58:55.2887851Z (Reading database ... 5%
2025-08-20T18:58:55.2888191Z (Reading database ... 10%
2025-08-20T18:58:55.2888616Z (Reading database ... 15%
2025-08-20T18:58:55.2888965Z (Reading database ... 20%
2025-08-20T18:58:55.2889256Z (Reading database ... 25%
2025-08-20T18:58:55.2889516Z (Reading database ... 30%
2025-08-20T18:58:55.2889757Z (Reading database ... 35%
2025-08-20T18:58:55.2890047Z (Reading database ... 40%
2025-08-20T18:58:55.2890326Z (Reading database ... 45%
2025-08-20T18:58:55.2890561Z (Reading database ... 50%
2025-08-20T18:58:55.2911567Z (Reading database ... 55%
2025-08-20T18:58:55.2998410Z (Reading database ... 60%
2025-08-20T18:58:55.3037459Z (Reading database ... 65%
2025-08-20T18:58:55.3051427Z (Reading database ... 70%
2025-08-20T18:58:55.3070766Z (Reading database ... 75%
2025-08-20T18:58:55.3102195Z (Reading database ... 80%
2025-08-20T18:58:55.3269205Z (Reading database ... 85%
2025-08-20T18:58:55.3287264Z (Reading database ... 90%
2025-08-20T18:58:55.3381446Z (Reading database ... 95%
2025-08-20T18:58:55.3381737Z (Reading database ... 100%
2025-08-20T18:58:55.3382103Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:58:55.3412715Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:58:55.3729007Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:58:55.4666500Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:58:55.5728582Z (Reading database ... 
2025-08-20T18:58:55.5728900Z (Reading database ... 5%
2025-08-20T18:58:55.5729367Z (Reading database ... 10%
2025-08-20T18:58:55.5729618Z (Reading database ... 15%
2025-08-20T18:58:55.5730225Z (Reading database ... 20%
2025-08-20T18:58:55.5730626Z (Reading database ... 25%
2025-08-20T18:58:55.5730866Z (Reading database ... 30%
2025-08-20T18:58:55.5731153Z (Reading database ... 35%
2025-08-20T18:58:55.5731413Z (Reading database ... 40%
2025-08-20T18:58:55.5731647Z (Reading database ... 45%
2025-08-20T18:58:55.5731953Z (Reading database ... 50%
2025-08-20T18:58:55.5754191Z (Reading database ... 55%
2025-08-20T18:58:55.5842051Z (Reading database ... 60%
2025-08-20T18:58:55.5881533Z (Reading database ... 65%
2025-08-20T18:58:55.5895754Z (Reading database ... 70%
2025-08-20T18:58:55.5915741Z (Reading database ... 75%
2025-08-20T18:58:55.5948025Z (Reading database ... 80%
2025-08-20T18:58:55.6123980Z (Reading database ... 85%
2025-08-20T18:58:55.6142757Z (Reading database ... 90%
2025-08-20T18:58:55.6241893Z (Reading database ... 95%
2025-08-20T18:58:55.6242914Z (Reading database ... 100%
2025-08-20T18:58:55.6243461Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:58:55.6275721Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:58:55.6670242Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:58:55.7887237Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:58:55.8221838Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:58:55.9217223Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:58:56.0289335Z (Reading database ... 
2025-08-20T18:58:56.0289711Z (Reading database ... 5%
2025-08-20T18:58:56.0290244Z (Reading database ... 10%
2025-08-20T18:58:56.0290587Z (Reading database ... 15%
2025-08-20T18:58:56.0290836Z (Reading database ... 20%
2025-08-20T18:58:56.0291129Z (Reading database ... 25%
2025-08-20T18:58:56.0291386Z (Reading database ... 30%
2025-08-20T18:58:56.0291625Z (Reading database ... 35%
2025-08-20T18:58:56.0291951Z (Reading database ... 40%
2025-08-20T18:58:56.0292196Z (Reading database ... 45%
2025-08-20T18:58:56.0292513Z (Reading database ... 50%
2025-08-20T18:58:56.0312692Z (Reading database ... 55%
2025-08-20T18:58:56.0398885Z (Reading database ... 60%
2025-08-20T18:58:56.0437359Z (Reading database ... 65%
2025-08-20T18:58:56.0450883Z (Reading database ... 70%
2025-08-20T18:58:56.0470582Z (Reading database ... 75%
2025-08-20T18:58:56.0501061Z (Reading database ... 80%
2025-08-20T18:58:56.0669278Z (Reading database ... 85%
2025-08-20T18:58:56.0687612Z (Reading database ... 90%
2025-08-20T18:58:56.0783081Z (Reading database ... 95%
2025-08-20T18:58:56.0783491Z (Reading database ... 100%
2025-08-20T18:58:56.0783977Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:58:56.0816252Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:58:56.1172536Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:58:56.2204243Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:58:56.2950699Z (Reading database ... 
2025-08-20T18:58:56.2951350Z (Reading database ... 5%
2025-08-20T18:58:56.2951623Z (Reading database ... 10%
2025-08-20T18:58:56.2951921Z (Reading database ... 15%
2025-08-20T18:58:56.2952176Z (Reading database ... 20%
2025-08-20T18:58:56.2952445Z (Reading database ... 25%
2025-08-20T18:58:56.2952761Z (Reading database ... 30%
2025-08-20T18:58:56.2953010Z (Reading database ... 35%
2025-08-20T18:58:56.2953424Z (Reading database ... 40%
2025-08-20T18:58:56.2953730Z (Reading database ... 45%
2025-08-20T18:58:56.2954000Z (Reading database ... 50%
2025-08-20T18:58:56.2975045Z (Reading database ... 55%
2025-08-20T18:58:56.3062538Z (Reading database ... 60%
2025-08-20T18:58:56.3101900Z (Reading database ... 65%
2025-08-20T18:58:56.3115938Z (Reading database ... 70%
2025-08-20T18:58:56.3136120Z (Reading database ... 75%
2025-08-20T18:58:56.3167230Z (Reading database ... 80%
2025-08-20T18:58:56.3337561Z (Reading database ... 85%
2025-08-20T18:58:56.3356695Z (Reading database ... 90%
2025-08-20T18:58:56.3453008Z (Reading database ... 95%
2025-08-20T18:58:56.3453577Z (Reading database ... 100%
2025-08-20T18:58:56.3453926Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:58:56.3485368Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:58:56.3790924Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:58:56.6081406Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:58:56.6695520Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:58:56.7971456Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:58:56.8267967Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:58:56.9254344Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:58:56.9542429Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:58:57.0934128Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:58:57.1245504Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:58:57.2525832Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:58:57.2804602Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:58:57.3784320Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:58:57.4075602Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:58:57.5334004Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T18:58:57.5603496Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:58:57.7072856Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:58:57.7328343Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:58:57.8441403Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:58:57.8840335Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:58:58.0118047Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T18:58:58.1101327Z (Reading database ... 
2025-08-20T18:58:58.1101727Z (Reading database ... 5%
2025-08-20T18:58:58.1102215Z (Reading database ... 10%
2025-08-20T18:58:58.1102479Z (Reading database ... 15%
2025-08-20T18:58:58.1102765Z (Reading database ... 20%
2025-08-20T18:58:58.1103093Z (Reading database ... 25%
2025-08-20T18:58:58.1103589Z (Reading database ... 30%
2025-08-20T18:58:58.1103933Z (Reading database ... 35%
2025-08-20T18:58:58.1104885Z (Reading database ... 40%
2025-08-20T18:58:58.1105202Z (Reading database ... 45%
2025-08-20T18:58:58.1105590Z (Reading database ... 50%
2025-08-20T18:58:58.1127069Z (Reading database ... 55%
2025-08-20T18:58:58.1216430Z (Reading database ... 60%
2025-08-20T18:58:58.1255992Z (Reading database ... 65%
2025-08-20T18:58:58.1270605Z (Reading database ... 70%
2025-08-20T18:58:58.1291106Z (Reading database ... 75%
2025-08-20T18:58:58.1325593Z (Reading database ... 80%
2025-08-20T18:58:58.1497745Z (Reading database ... 85%
2025-08-20T18:58:58.1523016Z (Reading database ... 90%
2025-08-20T18:58:58.1615363Z (Reading database ... 95%
2025-08-20T18:58:58.1615627Z (Reading database ... 100%
2025-08-20T18:58:58.1616092Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:58:58.1649293Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:58:58.1994069Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:58:58.3363720Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:58:58.3691038Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:58:58.4860669Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:58:58.5208980Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:58:58.6337104Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:58:58.6652154Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:58:58.7834122Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T18:58:58.8256738Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:58:58.9649323Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T18:58:59.1064500Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T18:58:59.2770432Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T18:58:59.3728310Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T18:58:59.4778760Z Selecting previously unselected package rename.
2025-08-20T18:58:59.4978108Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T18:58:59.5082562Z Unpacking rename (2.02-1) ...
2025-08-20T18:58:59.6108413Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T18:58:59.6440065Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:58:59.7510071Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T18:58:59.7774046Z Setting up rename (2.02-1) ...
2025-08-20T18:58:59.8052167Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T18:58:59.8219939Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T18:58:59.8584997Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T18:58:59.9038262Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:58:59.9325009Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T18:58:59.9746594Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T18:59:00.6142060Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T18:59:00.6485246Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T18:59:00.6866042Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T18:59:00.7198363Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T18:59:00.7479448Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T18:59:01.1215876Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T18:59:01.1500869Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T18:59:01.1777055Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T18:59:01.3006216Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T18:59:01.5044813Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T18:59:01.6300458Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T18:59:01.6674802Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T18:59:01.7021341Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T18:59:01.7379658Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T18:59:01.9291028Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T18:59:02.2153993Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:59:02.2661391Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:59:09.2763581Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T18:59:10.6162064Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:59:10.6164144Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:59:10.7852298Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:59:10.8010548Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T18:59:10.8172144Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T18:59:10.8333421Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T18:59:11.7973777Z Reading package lists...
2025-08-20T18:59:12.0144713Z Building dependency tree...
2025-08-20T18:59:12.0151961Z Reading state information...
2025-08-20T18:59:12.0394543Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T18:59:12.0523600Z 
2025-08-20T18:59:12.0525390Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:59:12.0525851Z 
2025-08-20T18:59:12.1314826Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:59:12.1334760Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:59:12.3549309Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:59:12.4391071Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T18:59:12.5231633Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T18:59:12.6071646Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T18:59:13.5122421Z Reading package lists...
2025-08-20T18:59:13.7294164Z Building dependency tree...
2025-08-20T18:59:13.7301513Z Reading state information...
2025-08-20T18:59:13.7552941Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T18:59:13.7650592Z 
2025-08-20T18:59:13.7651262Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:59:13.7651835Z 
2025-08-20T18:59:13.7766242Z Reading package lists...
2025-08-20T18:59:14.0136035Z Building dependency tree...
2025-08-20T18:59:14.0143512Z Reading state information...
2025-08-20T18:59:14.2672297Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T18:59:14.3078693Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:59:14.3360037Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T18:59:14.3893817Z ##[group]Run ##Presets
2025-08-20T18:59:14.3894315Z [36;1m##Presets[0m
2025-08-20T18:59:14.3894576Z [36;1mset +x ; set +e[0m
2025-08-20T18:59:14.3894918Z [36;1m#-------------#[0m
2025-08-20T18:59:14.3895148Z [36;1m##Debug?[0m
2025-08-20T18:59:14.3895399Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:59:14.3895796Z [36;1m  set -x[0m
2025-08-20T18:59:14.3896000Z [36;1mfi[0m
2025-08-20T18:59:14.3896239Z [36;1m#-------------#[0m
2025-08-20T18:59:14.3896706Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T18:59:14.3897301Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T18:59:14.3897781Z [36;1msudo service procps restart[0m
2025-08-20T18:59:14.3898079Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T18:59:14.3925555Z shell: /usr/bin/bash -e {0}
2025-08-20T18:59:14.3925832Z env:
2025-08-20T18:59:14.3926274Z   CROSS_COMPILING: NO
2025-08-20T18:59:14.3926528Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:59:14.3926862Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:59:14.3927098Z   ON_QEMU: NO
2025-08-20T18:59:14.3927297Z   DEBUG: 0
2025-08-20T18:59:14.3927560Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:59:14.3927882Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:59:14.3928194Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aretext/official
2025-08-20T18:59:14.3928585Z   KEEP_LOGS: YES
2025-08-20T18:59:14.3928808Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:59:14.3929036Z   PKG_FAMILY_LOCAL: aretext
2025-08-20T18:59:14.3929375Z   SBUILD_REBUILD: false
2025-08-20T18:59:14.3929951Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aretext/static.official.source.yaml
2025-08-20T18:59:14.3930572Z   BUILD_SYS: docker://go
2025-08-20T18:59:14.3930815Z   BUILD_ON_HOST: FALSE
2025-08-20T18:59:14.3931039Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:59:14.3931326Z   SYSTMP: /tmp
2025-08-20T18:59:14.3931556Z   GHA_MODE: MATRIX
2025-08-20T18:59:14.3931988Z   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-20T18:59:14.3932523Z ##[endgroup]
2025-08-20T18:59:14.4032968Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T18:59:14.4100801Z 0
2025-08-20T18:59:14.4386219Z vm.max_map_count = 262144
2025-08-20T18:59:14.4392953Z fs.inotify.max_user_watches = 655360
2025-08-20T18:59:14.4393374Z fs.inotify.max_user_instances = 1280
2025-08-20T18:59:14.4393842Z vm.mmap_rnd_bits = 28
2025-08-20T18:59:14.4481633Z ##[group]Run ##Presets
2025-08-20T18:59:14.4482129Z [36;1m##Presets[0m
2025-08-20T18:59:14.4482469Z [36;1mset +x ; set +e[0m
2025-08-20T18:59:14.4482752Z [36;1m#-------------#[0m
2025-08-20T18:59:14.4482975Z [36;1m##Debug?[0m
2025-08-20T18:59:14.4483687Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:59:14.4483994Z [36;1m  set -x[0m
2025-08-20T18:59:14.4484228Z [36;1mfi[0m
2025-08-20T18:59:14.4484518Z [36;1m#-------------#[0m
2025-08-20T18:59:14.4484780Z [36;1m##Main[0m
2025-08-20T18:59:14.4485058Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T18:59:14.4485724Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T18:59:14.4486444Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T18:59:14.4486883Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T18:59:14.4487249Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T18:59:14.4487596Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T18:59:14.4487918Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T18:59:14.4488257Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T18:59:14.4488641Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T18:59:14.4489017Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T18:59:14.4489701Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T18:59:14.4490075Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T18:59:14.4490461Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T18:59:14.4490856Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T18:59:14.4491143Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T18:59:14.4491430Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T18:59:14.4491793Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T18:59:14.4492110Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T18:59:14.4492407Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T18:59:14.4492802Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T18:59:14.4493127Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T18:59:14.4493769Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T18:59:14.4494119Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T18:59:14.4494464Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T18:59:14.4494859Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T18:59:14.4495186Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T18:59:14.4495469Z [36;1m     "${POD_ID}" \[0m
2025-08-20T18:59:14.4495887Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T18:59:14.4496358Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T18:59:14.4496904Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T18:59:14.4497405Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T18:59:14.4497769Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T18:59:14.4498180Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T18:59:14.4498821Z [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-20T18:59:14.4499601Z [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-20T18:59:14.4500220Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T18:59:14.4500507Z [36;1m else[0m
2025-08-20T18:59:14.4501165Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T18:59:14.4501571Z [36;1m fi[0m
2025-08-20T18:59:14.4501855Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T18:59:14.4502319Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T18:59:14.4502749Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:59:14.4503312Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:59:14.4503840Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:59:14.4504321Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:59:14.4504792Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:59:14.4505231Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:59:14.4505673Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:59:14.4506169Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T18:59:14.4506502Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T18:59:14.4533984Z shell: /usr/bin/bash -e {0}
2025-08-20T18:59:14.4534310Z env:
2025-08-20T18:59:14.4534608Z   CROSS_COMPILING: NO
2025-08-20T18:59:14.4534877Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:59:14.4535455Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:59:14.4535773Z   ON_QEMU: NO
2025-08-20T18:59:14.4535993Z   DEBUG: 0
2025-08-20T18:59:14.4536191Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:59:14.4536536Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:59:14.4536855Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aretext/official
2025-08-20T18:59:14.4537226Z   KEEP_LOGS: YES
2025-08-20T18:59:14.4537431Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:59:14.4537674Z   PKG_FAMILY_LOCAL: aretext
2025-08-20T18:59:14.4537952Z   SBUILD_REBUILD: false
2025-08-20T18:59:14.4538570Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aretext/static.official.source.yaml
2025-08-20T18:59:14.4539153Z   BUILD_SYS: docker://go
2025-08-20T18:59:14.4539452Z   BUILD_ON_HOST: FALSE
2025-08-20T18:59:14.4539679Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:59:14.4539895Z   SYSTMP: /tmp
2025-08-20T18:59:14.4540184Z   GHA_MODE: MATRIX
2025-08-20T18:59:14.4540634Z   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-20T18:59:14.4541437Z   GHCR_TOKEN: ***
2025-08-20T18:59:14.4541802Z   GITHUB_TOKEN: ***
2025-08-20T18:59:14.4542093Z   GITLAB_TOKEN: ***
2025-08-20T18:59:14.4543643Z   MINISIGN_KEY: ***
2025-08-20T18:59:14.4543898Z ##[endgroup]
2025-08-20T18:59:14.5108647Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T18:59:14.5820721Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T18:59:14.5821562Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T18:59:14.5821832Z 
2025-08-20T18:59:14.6208605Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T18:59:14.6209099Z 100  3985  100  3985    0     0   100k      0 --:--:-- --:--:-- --:--:--  102k
2025-08-20T18:59:14.6220275Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aretext/static.official.source.yaml
2025-08-20T18:59:14.6302532Z 
2025-08-20T18:59:14.6303469Z [+] Building [/tmp/tmp.9R1S1xRnVW/SBUILD_INPUT] Locally
2025-08-20T18:59:14.6303799Z 
2025-08-20T18:59:14.6314251Z '/tmp/tmp.9R1S1xRnVW/SBUILD_INPUT' -> '/tmp/pkgforge/zHagGvBHp_build.yaml'
2025-08-20T18:59:14.7027768Z 
2025-08-20T18:59:14.7028765Z [+] Passwordless sudo is Configured
2025-08-20T18:59:14.7650133Z 
2025-08-20T18:59:14.7660766Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T18:59:14.7661080Z 
2025-08-20T18:59:14.8057394Z 
2025-08-20T18:59:14.8059402Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T18:59:14.8059957Z 
2025-08-20T18:59:14.8060005Z 
2025-08-20T18:59:14.8060257Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T18:59:14.8060578Z 
2025-08-20T18:59:14.8099208Z [+] Installing: 7z -> 7z
2025-08-20T18:59:15.1821582Z [+] Installing: actionlint -> actionlint
2025-08-20T18:59:15.5525632Z [+] Installing: anew -> anew
2025-08-20T18:59:15.8981570Z [+] Installing: anew-rs -> anew-rs
2025-08-20T18:59:16.2486942Z [+] Installing: ansi2html -> ansi2html
2025-08-20T18:59:16.5682567Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T18:59:16.8916589Z [+] Installing: archey -> archey
2025-08-20T18:59:17.2600084Z [+] Installing: aria2 -> aria2c
2025-08-20T18:59:17.6223722Z [+] Installing: askalono -> askalono
2025-08-20T18:59:18.0081545Z [+] Installing: bsdtar -> bsdtar
2025-08-20T18:59:18.3841381Z [+] Installing: b3sum -> b3sum
2025-08-20T18:59:18.7241795Z [+] Installing: bita -> bita
2025-08-20T18:59:19.1008542Z [+] Installing: btop -> btop
2025-08-20T18:59:19.4635800Z [+] Installing: chafa -> chafa
2025-08-20T18:59:19.8531369Z [+] Installing: cloudflared -> cloudflared
2025-08-20T18:59:20.2905950Z [+] Installing: croc -> croc
2025-08-20T18:59:20.6527426Z [+] Installing: csvtk -> csvtk
2025-08-20T18:59:21.0372958Z [+] Installing: cutlines -> cutlines
2025-08-20T18:59:21.3621967Z curl: (22) The requested URL returned error: 404
2025-08-20T18:59:21.3658240Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T18:59:21.3659212Z [+] Installing: dbin -> dbin
2025-08-20T18:59:21.7480834Z [+] Installing: dasel -> dasel
2025-08-20T18:59:22.1152042Z [+] Installing: delta -> delta
2025-08-20T18:59:22.4608564Z [+] Installing: ds -> ds
2025-08-20T18:59:22.5663533Z curl: (22) The requested URL returned error: 404
2025-08-20T18:59:22.5700004Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T18:59:22.5700410Z [+] Installing: dos2unix -> dos2unix
2025-08-20T18:59:22.9078748Z [+] Installing: duf -> duf
2025-08-20T18:59:23.2761527Z [+] Installing: duplicut -> duplicut
2025-08-20T18:59:23.6057720Z [+] Installing: dust -> dust
2025-08-20T18:59:23.9649946Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T18:59:24.3388050Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T18:59:24.7001408Z [+] Installing: dysk -> dysk
2025-08-20T18:59:25.0571370Z [+] Installing: eget -> eget
2025-08-20T18:59:25.4280112Z [+] Installing: epoch -> epoch
2025-08-20T18:59:25.7681372Z [+] Installing: faketty -> faketty
2025-08-20T18:59:25.9100105Z [+] Installing: fastfetch -> fastfetch
2025-08-20T18:59:26.2508011Z [+] Installing: freeze -> freeze
2025-08-20T18:59:26.6324180Z [+] Installing: fusermount3 -> fusermount
2025-08-20T18:59:26.9535962Z [+] Installing: gdu -> gdu
2025-08-20T18:59:27.5738084Z [+] Installing: gh -> gh
2025-08-20T18:59:28.0052457Z [+] Installing: gitleaks -> gitleaks
2025-08-20T18:59:28.4062388Z [+] Installing: git-sizer -> git-sizer
2025-08-20T18:59:28.7627914Z [+] Installing: glab -> glab
2025-08-20T18:59:29.2149378Z [+] Installing: glow -> glow
2025-08-20T18:59:29.5836573Z [+] Installing: httpx -> httpx
2025-08-20T18:59:30.0644182Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T18:59:30.4702639Z [+] Installing: husarnet -> husarnet
2025-08-20T18:59:30.7899274Z curl: (22) The requested URL returned error: 404
2025-08-20T18:59:30.7933120Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T18:59:30.7933703Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T18:59:31.1298409Z curl: (22) The requested URL returned error: 404
2025-08-20T18:59:31.1336831Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T18:59:31.1337216Z [+] Installing: imgcat -> imgcat
2025-08-20T18:59:31.4919274Z [+] Installing: jc -> jc
2025-08-20T18:59:31.8611166Z [+] Installing: jq -> jq
2025-08-20T18:59:32.2118593Z [+] Installing: logdy -> logdy
2025-08-20T18:59:32.7196659Z [+] Installing: micro -> micro
2025-08-20T18:59:33.0927688Z [+] Installing: miniserve -> miniserve
2025-08-20T18:59:33.4706595Z [+] Installing: minisign -> minisign
2025-08-20T18:59:33.7970653Z [+] Installing: ncdu -> ncdu
2025-08-20T18:59:34.1329459Z [+] Installing: notify -> notify
2025-08-20T18:59:34.5218618Z [+] Installing: ouch -> ouch
2025-08-20T18:59:34.8719118Z [+] Installing: oras -> oras
2025-08-20T18:59:35.2397817Z [+] Installing: pipetty -> pipetty
2025-08-20T18:59:35.5703406Z [+] Installing: pixterm -> pixterm
2025-08-20T18:59:35.9306531Z [+] Installing: qsv -> qsv
2025-08-20T18:59:36.3048391Z [+] Installing: rclone -> rclone
2025-08-20T18:59:36.5359351Z [+] Installing: ripgrep -> rg
2025-08-20T18:59:36.9056627Z [+] Installing: rga -> rga
2025-08-20T18:59:37.2556130Z [+] Installing: rsync -> rsync
2025-08-20T18:59:37.6235520Z [+] Installing: script -> script
2025-08-20T18:59:37.9484544Z [+] Installing: shellcheck -> shellcheck
2025-08-20T18:59:38.3962159Z [+] Installing: soar -> soar
2025-08-20T18:59:38.7668462Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T18:59:39.1412519Z [+] Installing: sstrip -> sstrip
2025-08-20T18:59:39.4660174Z [+] Installing: strace -> strace
2025-08-20T18:59:39.8229789Z [+] Installing: sttr -> sttr
2025-08-20T18:59:40.1751576Z [+] Installing: tailscale -> tailscale
2025-08-20T18:59:40.5515769Z [+] Installing: tailscaled -> tailscaled
2025-08-20T18:59:40.9628845Z [+] Installing: taplo -> taplo
2025-08-20T18:59:41.1111750Z [+] Installing: tldr -> tldr
2025-08-20T18:59:41.2509234Z [+] Installing: tldr -> tealdeer
2025-08-20T18:59:41.6266900Z [+] Installing: tmux -> tmux
2025-08-20T18:59:41.9652579Z [+] Installing: tok -> tok
2025-08-20T18:59:42.3116853Z [+] Installing: trufflehog -> trufflehog
2025-08-20T18:59:42.7395680Z [+] Installing: trurl -> trurl
2025-08-20T18:59:43.0918378Z [+] Installing: tss -> tss
2025-08-20T18:59:43.4212938Z [+] Installing: ulexec -> ulexec
2025-08-20T18:59:43.5586243Z [+] Installing: unfurl -> unfurl
2025-08-20T18:59:43.9300175Z [+] Installing: upx -> upx
2025-08-20T18:59:44.0642318Z [+] Installing: validtoml -> validtoml
2025-08-20T18:59:44.4184463Z [+] Installing: wget -> wget
2025-08-20T18:59:44.5597417Z [+] Installing: wget2 -> wget2
2025-08-20T18:59:44.9115824Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T18:59:45.2777228Z [+] Installing: xq -> xq
2025-08-20T18:59:45.6465667Z [+] Installing: xz -> xz
2025-08-20T18:59:45.7744978Z [+] Installing: unxz -> unxz
2025-08-20T18:59:46.1245428Z [+] Installing: yq -> yq
2025-08-20T18:59:46.4978951Z [+] Installing: yj -> yj
2025-08-20T18:59:47.0360189Z [+] Installing: zapper -> zapper
2025-08-20T18:59:47.3586631Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T18:59:47.6989361Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T18:59:48.0119672Z curl: (22) The requested URL returned error: 404
2025-08-20T18:59:48.0155867Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T18:59:48.0156583Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T18:59:48.1311383Z curl: (22) The requested URL returned error: 404
2025-08-20T18:59:48.1346653Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T18:59:48.1347351Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T18:59:48.4525138Z curl: (22) The requested URL returned error: 404
2025-08-20T18:59:48.4560657Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T18:59:48.4561351Z [+] Installing: zstd -> zstd
2025-08-20T18:59:48.5797572Z [+] Creating symlinks...
2025-08-20T18:59:48.5873449Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T18:59:48.5954577Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T18:59:48.6037467Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T18:59:48.6119924Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T18:59:48.6203790Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T18:59:48.6287350Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T18:59:48.6371862Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T18:59:48.6456334Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T18:59:48.6540132Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T18:59:48.6623644Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T18:59:48.6707454Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T18:59:48.6791952Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T18:59:48.6875024Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T18:59:48.6958028Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T18:59:48.7042770Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T18:59:48.7126787Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T18:59:48.7211817Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T18:59:48.7247285Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T18:59:48.7321355Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T18:59:48.7407424Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T18:59:48.7492543Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T18:59:48.7527688Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T18:59:48.7603619Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T18:59:48.7686660Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T18:59:48.7769695Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T18:59:48.7851226Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T18:59:48.7932783Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T18:59:48.8015834Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T18:59:48.8098587Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T18:59:48.8184055Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T18:59:48.8270528Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T18:59:48.8356118Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T18:59:48.8440404Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T18:59:48.8524680Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T18:59:48.8607726Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T18:59:48.8691768Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T18:59:48.8776282Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T18:59:48.8861317Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T18:59:48.8948156Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T18:59:48.9031739Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T18:59:48.9115596Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T18:59:48.9199579Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T18:59:48.9283753Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T18:59:48.9367373Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T18:59:48.9403757Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T18:59:48.9430034Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T18:59:48.9503077Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T18:59:48.9587706Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T18:59:48.9670554Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T18:59:48.9753116Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T18:59:48.9836669Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T18:59:48.9918277Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T18:59:49.0001374Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T18:59:49.0091412Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T18:59:49.0176569Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T18:59:49.0260961Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T18:59:49.0346715Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T18:59:49.0433373Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T18:59:49.0517231Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T18:59:49.0602478Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T18:59:49.0687288Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T18:59:49.0772087Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T18:59:49.0859435Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T18:59:49.0943915Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T18:59:49.1028107Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T18:59:49.1111201Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T18:59:49.1196992Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T18:59:49.1281892Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T18:59:49.1368479Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T18:59:49.1454403Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T18:59:49.1538965Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T18:59:49.1622935Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T18:59:49.1704891Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T18:59:49.1789869Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T18:59:49.1873081Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T18:59:49.1954868Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T18:59:49.2036835Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T18:59:49.2119667Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T18:59:49.2201287Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T18:59:49.2285174Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T18:59:49.2366536Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T18:59:49.2448329Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T18:59:49.2532127Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T18:59:49.2616082Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T18:59:49.2698950Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T18:59:49.2782382Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T18:59:49.2865674Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T18:59:49.2947547Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T18:59:49.3029882Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T18:59:49.3110336Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T18:59:49.3195979Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T18:59:49.3279469Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T18:59:49.3361302Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T18:59:49.3444159Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T18:59:49.3528085Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T18:59:49.3562619Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T18:59:49.3589213Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T18:59:49.3614534Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T18:59:49.3687702Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T18:59:49.3712005Z 
2025-08-20T18:59:49.3712519Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T18:59:49.3712885Z 
2025-08-20T18:59:49.3833314Z 
2025-08-20T18:59:49.3913276Z 
2025-08-20T18:59:49.3913780Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T18:59:49.3913999Z 
2025-08-20T18:59:49.3914078Z [+] Installation completed!
2025-08-20T18:59:49.3992382Z 
2025-08-20T18:59:49.3992740Z [+] GITHUB_TOKEN is Exported
2025-08-20T18:59:49.6337020Z github.com
2025-08-20T18:59:49.6344133Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T18:59:49.6344464Z   - Active account: true
2025-08-20T18:59:49.6344724Z   - Git operations protocol: https
2025-08-20T18:59:49.6344976Z   - Token: ghp_************************************
2025-08-20T18:59:49.6345596Z   - 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-20T18:59:49.6346228Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T18:59:49.6346554Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T18:59:49.7511143Z Limit: 5000, Remaining: 3977, Reset: 2025-08-20 19:25:14 +0000 UTC (25m24s)
2025-08-20T18:59:49.7522111Z 
2025-08-20T18:59:49.7522547Z [+] GHCR_TOKEN is Exported
2025-08-20T18:59:49.7552830Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T18:59:49.8565503Z Login Succeeded
2025-08-20T18:59:49.8573870Z 
2025-08-20T18:59:49.8574101Z [+] GITLAB is Exported
2025-08-20T18:59:50.0065749Z [git remote -v]
2025-08-20T18:59:50.2422998Z gitlab.com
2025-08-20T18:59:50.2423699Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T18:59:50.2426138Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T18:59:50.2426693Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T18:59:50.2427096Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T18:59:50.2427445Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T18:59:50.2427760Z   ✓ Token found: **************************
2025-08-20T18:59:50.2427914Z 
2025-08-20T18:59:50.2428267Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T18:59:50.2428748Z [git remote -v]
2025-08-20T18:59:50.2438441Z 2025/08/20 18:59:50 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T18:59:50.2438931Z git: exit status 128]
2025-08-20T18:59:50.4429214Z 
2025-08-20T18:59:50.4429570Z 
2025-08-20T18:59:50.4430325Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (06:59:50 PM)
2025-08-20T18:59:50.4430712Z 
2025-08-20T18:59:50.4430716Z 
2025-08-20T18:59:50.4430779Z [+] USER = runner
2025-08-20T18:59:50.4430946Z [+] HOME = /home/runner
2025-08-20T18:59:50.4433038Z [+] 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-20T18:59:50.4435272Z 
2025-08-20T18:59:50.5474173Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:59:50.5474991Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:59:50.6827486Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:59:50.7667902Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T18:59:50.8507385Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T18:59:50.9347035Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T18:59:51.8142448Z Reading package lists...
2025-08-20T18:59:51.8451644Z Reading package lists...
2025-08-20T18:59:52.0494726Z Building dependency tree...
2025-08-20T18:59:52.0502922Z Reading state information...
2025-08-20T18:59:52.3218135Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T18:59:52.3218495Z apt-utils is already the newest version (2.8.3).
2025-08-20T18:59:52.3218802Z ca-certificates is already the newest version (20240203).
2025-08-20T18:59:52.3219165Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T18:59:52.3219480Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T18:59:52.3219782Z moreutils is already the newest version (0.69-1).
2025-08-20T18:59:52.3220135Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T18:59:52.3220524Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T18:59:52.3220870Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:59:52.4055658Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:59:52.4061220Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:59:52.5584402Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:59:52.6424264Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T18:59:52.7265008Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T18:59:52.8106175Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T18:59:53.7017351Z Reading package lists...
2025-08-20T18:59:53.7327258Z Reading package lists...
2025-08-20T18:59:53.9404178Z Building dependency tree...
2025-08-20T18:59:53.9413309Z Reading state information...
2025-08-20T18:59:54.2005447Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T18:59:54.2005848Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T18:59:54.2006192Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T18:59:54.2006499Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:59:54.2006829Z ca-certificates is already the newest version (20240203).
2025-08-20T18:59:54.2007152Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T18:59:54.2007455Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T18:59:54.2007742Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T18:59:54.2008401Z gawk set to manually installed.
2025-08-20T18:59:54.2008639Z git-lfs is already the newest version (3.6.1).
2025-08-20T18:59:54.2008932Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:59:54.2009237Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T18:59:54.2009548Z make is already the newest version (4.3-4.1build2).
2025-08-20T18:59:54.2009871Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T18:59:54.2010208Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T18:59:54.2010513Z texinfo is already the newest version (7.1-3build2).
2025-08-20T18:59:54.2010807Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:59:54.2011110Z The following additional packages will be installed:
2025-08-20T18:59:54.2011489Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T18:59:54.2011905Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T18:59:54.2012331Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T18:59:54.2012728Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T18:59:54.2013340Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T18:59:54.2013755Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T18:59:54.2023400Z Suggested packages:
2025-08-20T18:59:54.2023737Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T18:59:54.2024173Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T18:59:54.2024618Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T18:59:54.2025048Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T18:59:54.2025424Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T18:59:54.2025790Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T18:59:54.2026153Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T18:59:54.2249335Z The following NEW packages will be installed:
2025-08-20T18:59:54.2250090Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T18:59:54.2251182Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T18:59:54.2251896Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T18:59:54.2252321Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T18:59:54.2253065Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T18:59:54.2257366Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T18:59:54.2258466Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T18:59:54.2769881Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:59:54.2770231Z Need to get 27.2 MB of archives.
2025-08-20T18:59:54.2770549Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T18:59:54.2771096Z 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-20T18:59:54.4138077Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T18:59:54.4476608Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T18:59:54.4658078Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T18:59:54.4822191Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T18:59:54.4985985Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T18:59:54.5179068Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T18:59:54.5365319Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T18:59:54.5557683Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T18:59:54.5725061Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T18:59:54.6469254Z 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-20T18:59:54.6640733Z 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-20T18:59:54.6829641Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T18:59:54.6996140Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T18:59:54.7161453Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T18:59:54.7344933Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T18:59:54.7507822Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T18:59:54.7873044Z 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-20T18:59:54.8610214Z 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-20T18:59:54.8785123Z 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-20T18:59:54.8948630Z 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-20T18:59:54.9112833Z 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-20T18:59:54.9310539Z 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-20T18:59:54.9475324Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T18:59:54.9646921Z 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-20T18:59:54.9811064Z 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-20T18:59:55.0020714Z 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-20T18:59:55.0187297Z 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-20T18:59:55.0354847Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T18:59:55.0524617Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T18:59:55.0689407Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T18:59:55.0858107Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T18:59:55.1026818Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T18:59:55.1301065Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T18:59:55.1486939Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T18:59:55.1682722Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T18:59:55.4121614Z Preconfiguring packages ...
2025-08-20T18:59:55.5111070Z Fetched 27.2 MB in 1s (29.2 MB/s)
2025-08-20T18:59:55.5680631Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T18:59:55.5713065Z (Reading database ... 
2025-08-20T18:59:55.5713467Z (Reading database ... 5%
2025-08-20T18:59:55.5713680Z (Reading database ... 10%
2025-08-20T18:59:55.5713879Z (Reading database ... 15%
2025-08-20T18:59:55.5714072Z (Reading database ... 20%
2025-08-20T18:59:55.5714262Z (Reading database ... 25%
2025-08-20T18:59:55.5714456Z (Reading database ... 30%
2025-08-20T18:59:55.5714680Z (Reading database ... 35%
2025-08-20T18:59:55.5714873Z (Reading database ... 40%
2025-08-20T18:59:55.5715065Z (Reading database ... 45%
2025-08-20T18:59:55.5715971Z (Reading database ... 50%
2025-08-20T18:59:55.5737749Z (Reading database ... 55%
2025-08-20T18:59:55.5825410Z (Reading database ... 60%
2025-08-20T18:59:55.5865367Z (Reading database ... 65%
2025-08-20T18:59:55.5880330Z (Reading database ... 70%
2025-08-20T18:59:55.5901376Z (Reading database ... 75%
2025-08-20T18:59:55.5935936Z (Reading database ... 80%
2025-08-20T18:59:55.6105178Z (Reading database ... 85%
2025-08-20T18:59:55.6129609Z (Reading database ... 90%
2025-08-20T18:59:55.6218107Z (Reading database ... 95%
2025-08-20T18:59:55.6218319Z (Reading database ... 100%
2025-08-20T18:59:55.6218613Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T18:59:55.6250606Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T18:59:55.6545088Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T18:59:55.8653925Z Selecting previously unselected package poppler-data.
2025-08-20T18:59:55.8852109Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T18:59:55.8999975Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T18:59:56.0538650Z Selecting previously unselected package b3sum.
2025-08-20T18:59:56.0734742Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T18:59:56.0827609Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T18:59:56.1609494Z Selecting previously unselected package build-essential.
2025-08-20T18:59:56.1796417Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T18:59:56.1888973Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T18:59:56.2748768Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T18:59:56.2933459Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T18:59:56.3137824Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T18:59:56.4773120Z Selecting previously unselected package ccache.
2025-08-20T18:59:56.4955330Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T18:59:56.5042679Z Unpacking ccache (4.9.1-1) ...
2025-08-20T18:59:56.6025624Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T18:59:56.6218058Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T18:59:56.6309611Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T18:59:56.7039194Z Selecting previously unselected package xfonts-encodings.
2025-08-20T18:59:56.7228621Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T18:59:56.7322212Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T18:59:56.8291577Z Selecting previously unselected package xfonts-utils.
2025-08-20T18:59:56.8485762Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T18:59:56.8584409Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T18:59:57.0420344Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T18:59:57.0598615Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T18:59:57.1204464Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T18:59:57.2366101Z Selecting previously unselected package libgs-common.
2025-08-20T18:59:57.2565551Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T18:59:57.2659050Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:59:57.3465189Z Selecting previously unselected package libgs10-common.
2025-08-20T18:59:57.3655067Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T18:59:57.3744083Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:59:57.4932968Z Selecting previously unselected package libidn12:arm64.
2025-08-20T18:59:57.5126741Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T18:59:57.5230232Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T18:59:57.6099022Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T18:59:57.6273813Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T18:59:57.6410196Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T18:59:57.7258222Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T18:59:57.7439404Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T18:59:57.7524026Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T18:59:57.8683132Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T18:59:57.8878625Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T18:59:57.8988396Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T18:59:57.9967869Z Selecting previously unselected package libgs10:arm64.
2025-08-20T18:59:58.0166393Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T18:59:58.0274961Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:59:58.2046426Z Selecting previously unselected package ghostscript.
2025-08-20T18:59:58.2232030Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T18:59:58.2320589Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:59:58.3152037Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T18:59:58.3333838Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T18:59:58.3440099Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:59:58.5302636Z Selecting previously unselected package imagemagick.
2025-08-20T18:59:58.5497630Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T18:59:58.5585118Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:59:58.6259612Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T18:59:58.6463337Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T18:59:58.6554508Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T18:59:58.7424686Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T18:59:58.7618618Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T18:59:58.7707937Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T18:59:58.8565242Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T18:59:58.8758984Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T18:59:58.8845562Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T18:59:58.9726951Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T18:59:58.9917259Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T18:59:59.0005311Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T18:59:59.0805172Z Selecting previously unselected package libjxr-tools.
2025-08-20T18:59:59.0988514Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T18:59:59.1080387Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T18:59:59.7636776Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T18:59:59.7818501Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T18:59:59.7914018Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T18:59:59.8971366Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T18:59:59.9167018Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T18:59:59.9294745Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T19:00:00.0126061Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T19:00:00.0325813Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T19:00:00.0426899Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:00:00.4254893Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T19:00:00.4439137Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T19:00:00.4547258Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T19:00:00.5403275Z Selecting previously unselected package libpaper-utils.
2025-08-20T19:00:00.5585114Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T19:00:00.5694719Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T19:00:00.6452982Z Selecting previously unselected package libtool-bin.
2025-08-20T19:00:00.6654183Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T19:00:00.6825460Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T19:00:00.7699218Z Selecting previously unselected package lzip.
2025-08-20T19:00:00.7893456Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T19:00:00.8016698Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T19:00:00.8926980Z Selecting previously unselected package netpbm.
2025-08-20T19:00:00.9123417Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T19:00:00.9218454Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T19:00:01.1568874Z Selecting previously unselected package musl:arm64.
2025-08-20T19:00:01.1765346Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T19:00:01.1881054Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T19:00:01.2724606Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T19:00:01.2927509Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T19:00:01.3018966Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T19:00:01.4772375Z Selecting previously unselected package musl-tools.
2025-08-20T19:00:01.4977888Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T19:00:01.5120157Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T19:00:01.6136236Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T19:00:01.8288497Z 
2025-08-20T19:00:01.8288994Z Creating config file /etc/papersize with new version
2025-08-20T19:00:01.9336093Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T19:00:01.9662828Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T19:00:02.0156991Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T19:00:02.0448042Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T19:00:02.0734764Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:00:02.1078288Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T19:00:02.1408414Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T19:00:02.1745794Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T19:00:02.2743961Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T19:00:02.3019249Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T19:00:02.3299392Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T19:00:02.3511777Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T19:00:02.3595407Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T19:00:02.3714956Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T19:00:02.3870799Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T19:00:02.4143750Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T19:00:02.4433985Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T19:00:02.4772717Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T19:00:02.5056634Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:00:02.5278519Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T19:00:02.5356948Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T19:00:02.5452506Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T19:00:02.5529223Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T19:00:02.5630524Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T19:00:02.5718986Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T19:00:02.5820390Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T19:00:02.5908335Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T19:00:02.6083893Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T19:00:02.6163473Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T19:00:02.6291247Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T19:00:02.6385051Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T19:00:02.6486565Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T19:00:02.6585395Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T19:00:02.6675193Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T19:00:02.6757653Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T19:00:02.6850688Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T19:00:02.6929190Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T19:00:02.7083554Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T19:00:02.7177704Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T19:00:02.7270281Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T19:00:02.7350621Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T19:00:02.7524668Z Setting up b3sum (1.2.0-1) ...
2025-08-20T19:00:02.7816896Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T19:00:02.8392506Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T19:00:02.8712692Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T19:00:02.9238700Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T19:00:02.9602578Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T19:00:02.9912913Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T19:00:03.0183448Z Setting up ccache (4.9.1-1) ...
2025-08-20T19:00:03.0423239Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T19:00:03.0583573Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T19:00:03.0910555Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T19:00:03.1228241Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T19:00:03.1514309Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T19:00:03.1788328Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:00:03.2148340Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:00:03.2486422Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T19:00:03.4734361Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T19:00:03.5141692Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:00:03.5441578Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:00:03.5720017Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:00:03.6068006Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T19:00:03.6983023Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T19:00:04.1420136Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T19:00:07.2087736Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:00:07.2633532Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:00:10.0024056Z Reading package lists...
2025-08-20T19:00:10.2255293Z Building dependency tree...
2025-08-20T19:00:10.2263900Z Reading state information...
2025-08-20T19:00:10.4691967Z autoconf is already the newest version (2.71-3).
2025-08-20T19:00:10.4692458Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T19:00:10.4692803Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T19:00:10.4693300Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T19:00:10.4693651Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T19:00:10.4694010Z ca-certificates is already the newest version (20240203).
2025-08-20T19:00:10.4694320Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T19:00:10.4694610Z file is already the newest version (1:5.45-3build1).
2025-08-20T19:00:10.4694908Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:00:10.4695214Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T19:00:10.4695522Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T19:00:10.4695830Z patch is already the newest version (2.7.6-7build3).
2025-08-20T19:00:10.4696517Z patch set to manually installed.
2025-08-20T19:00:10.4696805Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T19:00:10.4697126Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T19:00:10.4697426Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T19:00:10.4697723Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:00:10.4697981Z Suggested packages:
2025-08-20T19:00:10.4698159Z   scons-doc
2025-08-20T19:00:10.4853198Z The following NEW packages will be installed:
2025-08-20T19:00:10.4861165Z   autopoint byacc clang qemu-user-static scons
2025-08-20T19:00:10.6217104Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:00:10.6217431Z Need to get 17.8 MB of archives.
2025-08-20T19:00:10.6217723Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T19:00:10.6218222Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T19:00:10.7228821Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T19:00:10.7388254Z 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-20T19:00:10.8862357Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T19:00:10.9053412Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T19:00:11.1709977Z Fetched 17.8 MB in 0s (43.4 MB/s)
2025-08-20T19:00:11.2016328Z Selecting previously unselected package autopoint.
2025-08-20T19:00:11.2048710Z (Reading database ... 
2025-08-20T19:00:11.2048920Z (Reading database ... 5%
2025-08-20T19:00:11.2049116Z (Reading database ... 10%
2025-08-20T19:00:11.2049312Z (Reading database ... 15%
2025-08-20T19:00:11.2049522Z (Reading database ... 20%
2025-08-20T19:00:11.2049715Z (Reading database ... 25%
2025-08-20T19:00:11.2049937Z (Reading database ... 30%
2025-08-20T19:00:11.2050129Z (Reading database ... 35%
2025-08-20T19:00:11.2050323Z (Reading database ... 40%
2025-08-20T19:00:11.2051083Z (Reading database ... 45%
2025-08-20T19:00:11.2051289Z (Reading database ... 50%
2025-08-20T19:00:11.2072072Z (Reading database ... 55%
2025-08-20T19:00:11.2159970Z (Reading database ... 60%
2025-08-20T19:00:11.2199661Z (Reading database ... 65%
2025-08-20T19:00:11.2213941Z (Reading database ... 70%
2025-08-20T19:00:11.2235648Z (Reading database ... 75%
2025-08-20T19:00:11.2363480Z (Reading database ... 80%
2025-08-20T19:00:11.2435197Z (Reading database ... 85%
2025-08-20T19:00:11.2461104Z (Reading database ... 90%
2025-08-20T19:00:11.2552025Z (Reading database ... 95%
2025-08-20T19:00:11.2552292Z (Reading database ... 100%
2025-08-20T19:00:11.2552587Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T19:00:11.2583006Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T19:00:11.2760133Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T19:00:11.4044379Z Selecting previously unselected package clang.
2025-08-20T19:00:11.4246971Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T19:00:12.7706832Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T19:00:12.8569269Z Selecting previously unselected package qemu-user-static.
2025-08-20T19:00:12.8761156Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T19:00:12.8873056Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T19:00:13.8935583Z Selecting previously unselected package scons.
2025-08-20T19:00:13.9139135Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T19:00:13.9225671Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T19:00:14.0278992Z Selecting previously unselected package byacc.
2025-08-20T19:00:14.0478354Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T19:00:14.0570408Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T19:00:14.1767795Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T19:00:14.2052160Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T19:00:14.2466551Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T19:00:14.3129266Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T19:00:14.6940287Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T19:00:14.7307938Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:00:16.0452496Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T19:00:17.2890122Z Reading package lists...
2025-08-20T19:00:17.5071951Z Building dependency tree...
2025-08-20T19:00:17.5079146Z Reading state information...
2025-08-20T19:00:17.7518772Z The following additional packages will be installed:
2025-08-20T19:00:17.7519190Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T19:00:17.7519526Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T19:00:17.7519944Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T19:00:17.7520419Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T19:00:17.7520857Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T19:00:17.7521279Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T19:00:17.7524018Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T19:00:17.7524947Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T19:00:17.7525350Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T19:00:17.7536448Z Suggested packages:
2025-08-20T19:00:17.7536769Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T19:00:17.7537155Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T19:00:17.7537561Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T19:00:17.7538161Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T19:00:17.7538543Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T19:00:17.7538981Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T19:00:17.7539433Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T19:00:17.7539901Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T19:00:17.7540266Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T19:00:17.7540472Z Recommended packages:
2025-08-20T19:00:17.7540748Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T19:00:17.7541170Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T19:00:17.7541563Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T19:00:17.7541919Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T19:00:17.7542236Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T19:00:17.7727169Z The following NEW packages will be installed:
2025-08-20T19:00:17.7728014Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T19:00:17.7728418Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T19:00:17.7731048Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T19:00:17.7731529Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T19:00:17.7731987Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T19:00:17.7732410Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T19:00:17.7732853Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T19:00:17.7733568Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T19:00:17.7735065Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T19:00:18.0479513Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:00:18.0480551Z Need to get 2409 kB of archives.
2025-08-20T19:00:18.0480912Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T19:00:18.0481425Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T19:00:18.1326920Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T19:00:18.2344068Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T19:00:18.4022969Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T19:00:18.4921622Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T19:00:18.5878952Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T19:00:18.6972991Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T19:00:18.7861304Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T19:00:18.8771915Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T19:00:18.9706008Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T19:00:19.0688198Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T19:00:19.2492942Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T19:00:19.3337804Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T19:00:19.4499905Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T19:00:19.5722110Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T19:00:19.7499555Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T19:00:19.8400488Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T19:00:20.0796718Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T19:00:20.1678836Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T19:00:20.2546265Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T19:00:20.3397680Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T19:00:20.5571631Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T19:00:20.8180061Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T19:00:20.9948055Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T19:00:21.0916437Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T19:00:21.2082462Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T19:00:21.3148727Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T19:00:21.5971272Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T19:00:21.7122079Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T19:00:21.8074761Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T19:00:22.3548779Z Fetched 2409 kB in 4s (559 kB/s)
2025-08-20T19:00:22.3897136Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T19:00:22.3929491Z (Reading database ... 
2025-08-20T19:00:22.3929753Z (Reading database ... 5%
2025-08-20T19:00:22.3929949Z (Reading database ... 10%
2025-08-20T19:00:22.3930142Z (Reading database ... 15%
2025-08-20T19:00:22.3930367Z (Reading database ... 20%
2025-08-20T19:00:22.3930560Z (Reading database ... 25%
2025-08-20T19:00:22.3931584Z (Reading database ... 30%
2025-08-20T19:00:22.3931825Z (Reading database ... 35%
2025-08-20T19:00:22.3932025Z (Reading database ... 40%
2025-08-20T19:00:22.3932218Z (Reading database ... 45%
2025-08-20T19:00:22.3932413Z (Reading database ... 50%
2025-08-20T19:00:22.3954679Z (Reading database ... 55%
2025-08-20T19:00:22.4044671Z (Reading database ... 60%
2025-08-20T19:00:22.4085068Z (Reading database ... 65%
2025-08-20T19:00:22.4099447Z (Reading database ... 70%
2025-08-20T19:00:22.4123009Z (Reading database ... 75%
2025-08-20T19:00:22.4251690Z (Reading database ... 80%
2025-08-20T19:00:22.4327075Z (Reading database ... 85%
2025-08-20T19:00:22.4355189Z (Reading database ... 90%
2025-08-20T19:00:22.4452659Z (Reading database ... 95%
2025-08-20T19:00:22.4452881Z (Reading database ... 100%
2025-08-20T19:00:22.4453293Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T19:00:22.4486095Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T19:00:22.4579510Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T19:00:22.5516216Z Selecting previously unselected package libfile-which-perl.
2025-08-20T19:00:22.5697258Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T19:00:22.5798168Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T19:00:22.6606967Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T19:00:22.6802759Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T19:00:22.6921271Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T19:00:22.7751168Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T19:00:22.7946749Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T19:00:22.8042721Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T19:00:22.8755206Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T19:00:22.8948168Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T19:00:22.9050539Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T19:00:22.9748381Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T19:00:22.9938643Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T19:00:23.0042549Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T19:00:23.0877727Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T19:00:23.1060382Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T19:00:23.1200230Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T19:00:23.1954265Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T19:00:23.2140389Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T19:00:23.2241999Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T19:00:23.2964992Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T19:00:23.3166358Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T19:00:23.3280565Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T19:00:23.4007952Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T19:00:23.4202809Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T19:00:23.4304149Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T19:00:23.4965689Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T19:00:23.5158174Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T19:00:23.5277578Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T19:00:23.6020336Z Selecting previously unselected package libimport-into-perl.
2025-08-20T19:00:23.6209131Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T19:00:23.6302944Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T19:00:23.6981705Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T19:00:23.7165835Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T19:00:23.7261461Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T19:00:23.7948407Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T19:00:23.8125077Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T19:00:23.8209522Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T19:00:23.8895299Z Selecting previously unselected package libmoo-perl.
2025-08-20T19:00:23.9072676Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T19:00:23.9165545Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T19:00:23.9947023Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T19:00:24.0143830Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T19:00:24.0236468Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T19:00:24.1170646Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T19:00:24.1371112Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T19:00:24.1538153Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T19:00:24.2547947Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T19:00:24.2739985Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T19:00:24.2887395Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T19:00:24.3730413Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T19:00:24.3906909Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T19:00:24.3999761Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T19:00:24.4658555Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T19:00:24.4841365Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T19:00:24.4936382Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T19:00:24.5784833Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T19:00:24.5985005Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T19:00:24.6082994Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T19:00:24.7072251Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T19:00:24.7273376Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T19:00:24.7435689Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T19:00:24.8205569Z Selecting previously unselected package libnet-http-perl.
2025-08-20T19:00:24.8409372Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T19:00:24.8509954Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T19:00:24.9317316Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T19:00:24.9495892Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T19:00:24.9590724Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T19:00:25.0393554Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T19:00:25.0574202Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T19:00:25.0723459Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T19:00:25.1480914Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T19:00:25.1661516Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T19:00:25.1776069Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T19:00:25.2732755Z Selecting previously unselected package libwww-perl.
2025-08-20T19:00:25.2928451Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T19:00:25.3036315Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T19:00:25.3993487Z Selecting previously unselected package patchutils.
2025-08-20T19:00:25.4182987Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T19:00:25.4288749Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T19:00:25.5248723Z Selecting previously unselected package wdiff.
2025-08-20T19:00:25.5440681Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T19:00:25.5525777Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T19:00:25.6710644Z Selecting previously unselected package devscripts.
2025-08-20T19:00:25.6894662Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T19:00:25.7146345Z Unpacking devscripts (2.23.7) ...
2025-08-20T19:00:25.8787031Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T19:00:25.9175626Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T19:00:25.9634916Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T19:00:26.0060135Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T19:00:26.0372310Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T19:00:26.0717748Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T19:00:26.1060816Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T19:00:26.1347712Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T19:00:26.1771245Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T19:00:26.2076843Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T19:00:26.2394365Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T19:00:26.2700748Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T19:00:26.3075423Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T19:00:26.3395454Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T19:00:26.3714267Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T19:00:26.4081805Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T19:00:26.5132997Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T19:00:26.5530364Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T19:00:26.5962289Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T19:00:26.6266665Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T19:00:26.6606212Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T19:00:26.6874535Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T19:00:26.7141831Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T19:00:26.7433474Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T19:00:26.7718059Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T19:00:26.8030628Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T19:00:26.8332669Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T19:00:26.8635087Z Setting up libwww-perl (6.76-1) ...
2025-08-20T19:00:26.8952018Z Setting up devscripts (2.23.7) ...
2025-08-20T19:00:27.0421345Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T19:00:27.0762820Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:00:28.9913108Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T19:00:30.2841614Z Reading package lists...
2025-08-20T19:00:30.5221154Z Building dependency tree...
2025-08-20T19:00:30.5228828Z Reading state information...
2025-08-20T19:00:30.7891845Z The following additional packages will be installed:
2025-08-20T19:00:30.7898631Z   cmake-data libjsoncpp25 librhash0
2025-08-20T19:00:30.7907733Z Suggested packages:
2025-08-20T19:00:30.7907948Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T19:00:30.8073754Z The following NEW packages will be installed:
2025-08-20T19:00:30.8082862Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T19:00:30.9961884Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:00:30.9962235Z Need to get 12.7 MB of archives.
2025-08-20T19:00:30.9962544Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T19:00:30.9963057Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T19:00:31.3072154Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T19:00:31.5042706Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T19:00:31.9587710Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T19:00:32.7519685Z Fetched 12.7 MB in 2s (7628 kB/s)
2025-08-20T19:00:32.8147101Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T19:00:32.8182151Z (Reading database ... 
2025-08-20T19:00:32.8182439Z (Reading database ... 5%
2025-08-20T19:00:32.8182643Z (Reading database ... 10%
2025-08-20T19:00:32.8182848Z (Reading database ... 15%
2025-08-20T19:00:32.8183043Z (Reading database ... 20%
2025-08-20T19:00:32.8183495Z (Reading database ... 25%
2025-08-20T19:00:32.8183699Z (Reading database ... 30%
2025-08-20T19:00:32.8183894Z (Reading database ... 35%
2025-08-20T19:00:32.8184089Z (Reading database ... 40%
2025-08-20T19:00:32.8184757Z (Reading database ... 45%
2025-08-20T19:00:32.8184955Z (Reading database ... 50%
2025-08-20T19:00:32.8206840Z (Reading database ... 55%
2025-08-20T19:00:32.8300461Z (Reading database ... 60%
2025-08-20T19:00:32.8343015Z (Reading database ... 65%
2025-08-20T19:00:32.8358313Z (Reading database ... 70%
2025-08-20T19:00:32.8384172Z (Reading database ... 75%
2025-08-20T19:00:32.8513919Z (Reading database ... 80%
2025-08-20T19:00:32.8588932Z (Reading database ... 85%
2025-08-20T19:00:32.8616668Z (Reading database ... 90%
2025-08-20T19:00:32.8713118Z (Reading database ... 95%
2025-08-20T19:00:32.8713488Z (Reading database ... 100%
2025-08-20T19:00:32.8713781Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T19:00:32.8747611Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T19:00:32.8982278Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T19:00:33.0152531Z Selecting previously unselected package librhash0:arm64.
2025-08-20T19:00:33.0353380Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T19:00:33.0452588Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T19:00:33.1330144Z Selecting previously unselected package cmake-data.
2025-08-20T19:00:33.1526739Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T19:00:33.1678833Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T19:00:34.1653701Z Selecting previously unselected package cmake.
2025-08-20T19:00:34.1863879Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T19:00:34.1997804Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T19:00:34.4262112Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T19:00:34.4532392Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T19:00:34.4869552Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T19:00:34.5229687Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T19:00:34.5642867Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:00:36.0609487Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:00:37.3299888Z Reading package lists...
2025-08-20T19:00:37.5520364Z Building dependency tree...
2025-08-20T19:00:37.5527554Z Reading state information...
2025-08-20T19:00:37.8409171Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T19:00:37.8409610Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T19:00:37.8409930Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T19:00:37.8410634Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T19:00:37.8410951Z b3sum is already the newest version (1.2.0-1).
2025-08-20T19:00:37.8411268Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T19:00:37.8411612Z ca-certificates is already the newest version (20240203).
2025-08-20T19:00:37.8411914Z ccache is already the newest version (4.9.1-1).
2025-08-20T19:00:37.8412210Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T19:00:37.8412526Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T19:00:37.8412814Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T19:00:37.8413091Z git-lfs is already the newest version (3.6.1).
2025-08-20T19:00:37.8413607Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T19:00:37.8413956Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T19:00:37.8414260Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:00:37.8414565Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T19:00:37.8414882Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T19:00:37.8415181Z make is already the newest version (4.3-4.1build2).
2025-08-20T19:00:37.8415453Z musl is already the newest version (1.2.4-2).
2025-08-20T19:00:37.8415723Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T19:00:37.8416003Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T19:00:37.8416332Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T19:00:37.8416932Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T19:00:37.8417228Z texinfo is already the newest version (7.1-3build2).
2025-08-20T19:00:37.8417524Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:00:37.8417858Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:00:37.8609902Z Reading package lists...
2025-08-20T19:00:38.0763869Z Building dependency tree...
2025-08-20T19:00:38.0772350Z Reading state information...
2025-08-20T19:00:38.3584052Z autoconf is already the newest version (2.71-3).
2025-08-20T19:00:38.3584424Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T19:00:38.3584788Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T19:00:38.3585145Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T19:00:38.3585466Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T19:00:38.3585821Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T19:00:38.3586147Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T19:00:38.3586457Z ca-certificates is already the newest version (20240203).
2025-08-20T19:00:38.3586763Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T19:00:38.3587053Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T19:00:38.3587340Z file is already the newest version (1:5.45-3build1).
2025-08-20T19:00:38.3587642Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:00:38.3587957Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T19:00:38.3588268Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T19:00:38.3588574Z patch is already the newest version (2.7.6-7build3).
2025-08-20T19:00:38.3588885Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T19:00:38.3589206Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T19:00:38.3589570Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T19:00:38.3589916Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T19:00:38.3590201Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T19:00:38.3590498Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:00:38.3590824Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:00:38.3777973Z Reading package lists...
2025-08-20T19:00:38.5844424Z Building dependency tree...
2025-08-20T19:00:38.5853471Z Reading state information...
2025-08-20T19:00:38.8616311Z devscripts is already the newest version (2.23.7).
2025-08-20T19:00:38.8617345Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:00:38.8816367Z Reading package lists...
2025-08-20T19:00:39.0909377Z Building dependency tree...
2025-08-20T19:00:39.0919738Z Reading state information...
2025-08-20T19:00:39.3680442Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T19:00:39.3681489Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:00:39.3884927Z Reading package lists...
2025-08-20T19:00:39.5947968Z Building dependency tree...
2025-08-20T19:00:39.5954965Z Reading state information...
2025-08-20T19:00:39.8558060Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T19:00:39.8558523Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T19:00:39.8970887Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:00:39.9447156Z Reading package lists...
2025-08-20T19:00:40.1652063Z Building dependency tree...
2025-08-20T19:00:40.1659788Z Reading state information...
2025-08-20T19:00:40.4110807Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T19:00:40.4111238Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T19:00:40.4111590Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T19:00:40.4111950Z The following additional packages will be installed:
2025-08-20T19:00:40.4112758Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T19:00:40.4113282Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T19:00:40.4113883Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T19:00:40.4114273Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T19:00:40.4114660Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T19:00:40.4115105Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T19:00:40.4115505Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T19:00:40.4115912Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T19:00:40.4116284Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T19:00:40.4116675Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T19:00:40.4117102Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T19:00:40.4117830Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T19:00:40.4118206Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T19:00:40.4118648Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T19:00:40.4118986Z   linux-libc-dev-armhf-cross
2025-08-20T19:00:40.4127159Z Suggested packages:
2025-08-20T19:00:40.4127495Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T19:00:40.4127872Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T19:00:40.4461788Z The following NEW packages will be installed:
2025-08-20T19:00:40.4462782Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T19:00:40.4463316Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T19:00:40.4463774Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T19:00:40.4464236Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T19:00:40.4464616Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T19:00:40.4465006Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T19:00:40.4465419Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T19:00:40.4465821Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T19:00:40.4466625Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T19:00:40.4467034Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T19:00:40.4467439Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T19:00:40.4467861Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T19:00:40.4468222Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T19:00:40.4468591Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T19:00:40.4470712Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T19:00:40.5161501Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:00:40.5161858Z Need to get 112 MB of archives.
2025-08-20T19:00:40.5162145Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T19:00:40.5162838Z 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-20T19:00:40.5667312Z 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-20T19:00:40.7202822Z 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-20T19:00:40.7369014Z 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-20T19:00:40.8068549Z 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-20T19:00:40.8231098Z 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-20T19:00:40.8395065Z 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-20T19:00:40.8739025Z 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-20T19:00:40.8904326Z 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-20T19:00:40.9070853Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T19:00:40.9288842Z 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-20T19:00:40.9453957Z 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-20T19:00:40.9622712Z 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-20T19:00:40.9785497Z 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-20T19:00:41.0102846Z 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-20T19:00:41.0301853Z 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-20T19:00:41.1094108Z 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-20T19:00:41.1305641Z 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-20T19:00:41.2480703Z 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-20T19:00:41.2715614Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T19:00:41.2956326Z 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-20T19:00:41.3254347Z 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-20T19:00:41.4016201Z 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-20T19:00:41.4363565Z 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-20T19:00:41.4530167Z 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-20T19:00:41.4696441Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T19:00:41.4933759Z 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-20T19:00:41.5101447Z 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-20T19:00:41.5272767Z 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-20T19:00:41.5436691Z 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-20T19:00:41.5757221Z 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-20T19:00:41.5955714Z 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-20T19:00:41.6181000Z 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-20T19:00:41.6962013Z 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-20T19:00:41.8379858Z 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-20T19:00:41.8617369Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T19:00:41.8855019Z 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-20T19:00:41.9149174Z 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-20T19:00:41.9903530Z 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-20T19:00:42.0066529Z 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-20T19:00:42.0227890Z 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-20T19:00:42.0390185Z 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-20T19:00:42.3362399Z Fetched 112 MB in 2s (71.0 MB/s)
2025-08-20T19:00:42.3738825Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T19:00:42.3772353Z (Reading database ... 
2025-08-20T19:00:42.3772658Z (Reading database ... 5%
2025-08-20T19:00:42.3772860Z (Reading database ... 10%
2025-08-20T19:00:42.3773058Z (Reading database ... 15%
2025-08-20T19:00:42.3773412Z (Reading database ... 20%
2025-08-20T19:00:42.3773610Z (Reading database ... 25%
2025-08-20T19:00:42.3773805Z (Reading database ... 30%
2025-08-20T19:00:42.3774349Z (Reading database ... 35%
2025-08-20T19:00:42.3774594Z (Reading database ... 40%
2025-08-20T19:00:42.3774787Z (Reading database ... 45%
2025-08-20T19:00:42.3774980Z (Reading database ... 50%
2025-08-20T19:00:42.3796613Z (Reading database ... 55%
2025-08-20T19:00:42.3887726Z (Reading database ... 60%
2025-08-20T19:00:42.3927770Z (Reading database ... 65%
2025-08-20T19:00:42.3942575Z (Reading database ... 70%
2025-08-20T19:00:42.3967441Z (Reading database ... 75%
2025-08-20T19:00:42.4094933Z (Reading database ... 80%
2025-08-20T19:00:42.4169909Z (Reading database ... 85%
2025-08-20T19:00:42.4198458Z (Reading database ... 90%
2025-08-20T19:00:42.4301441Z (Reading database ... 95%
2025-08-20T19:00:42.4301656Z (Reading database ... 100%
2025-08-20T19:00:42.4301947Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T19:00:42.4336303Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:00:42.4455614Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:42.5345087Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T19:00:42.5527616Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:00:42.5640742Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:42.8133279Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T19:00:42.8330983Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:00:42.8433280Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:42.9224293Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T19:00:42.9422130Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:00:42.9529901Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:43.1762100Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T19:00:43.1950432Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T19:00:43.2086520Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:00:43.2756484Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T19:00:43.2977781Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T19:00:43.3109025Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:00:43.4013117Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T19:00:43.4210978Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T19:00:43.4433396Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T19:00:43.5709495Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T19:00:43.5905872Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:00:43.5994184Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:43.6718941Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T19:00:43.6905366Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:00:43.7009333Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:43.7710947Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T19:00:43.7889693Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:00:43.7977967Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:00:43.9014488Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T19:00:43.9202879Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:00:43.9344045Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:44.0144811Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T19:00:44.0344371Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:00:44.0437969Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:44.1316849Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T19:00:44.1512166Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:00:44.1620234Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:44.2413996Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T19:00:44.2608935Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:00:44.2702070Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:44.3922757Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T19:00:44.4106603Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:00:44.4202983Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:44.5151636Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T19:00:44.5334565Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:00:44.5428465Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:44.6283285Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T19:00:44.6487254Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:00:44.6593545Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:44.7931572Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T19:00:44.8130062Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:00:44.8280411Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:45.2526761Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T19:00:45.2725952Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T19:00:45.2821326Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T19:00:45.5639155Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T19:00:45.5835393Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:00:45.5937186Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:00:45.7305150Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T19:00:45.7496861Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:00:45.7584123Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:46.0267193Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T19:00:46.0476244Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:00:46.0617037Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:46.3613671Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T19:00:46.3805043Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T19:00:46.3936280Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T19:00:46.5636148Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T19:00:46.5842902Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:00:46.5933337Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:46.6748496Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T19:00:46.6954230Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:00:46.7045850Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:46.7846357Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T19:00:46.8051040Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:00:46.8152517Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:00:46.9830675Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T19:00:47.0021403Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:00:47.0136320Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:47.1106630Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T19:00:47.1296534Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:00:47.1399610Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:47.2210379Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T19:00:47.2411370Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:00:47.2504458Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:47.3242324Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T19:00:47.3443792Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:00:47.3532170Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:47.4740929Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T19:00:47.4939757Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:00:47.5032908Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:47.5909857Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T19:00:47.6104509Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:00:47.6223861Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:47.7103949Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T19:00:47.7288983Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:00:47.7389775Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:47.8375510Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T19:00:47.8558598Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:00:47.8670294Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:48.3021060Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T19:00:48.3234466Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T19:00:48.3316041Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T19:00:48.6067229Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T19:00:48.6273823Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:00:48.6383395Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:00:48.7959091Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T19:00:48.8165232Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:00:48.8251296Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:49.0733824Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T19:00:49.0928466Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T19:00:49.1042056Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:49.3923473Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T19:00:49.4123338Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T19:00:49.4232310Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:00:49.4884751Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T19:00:49.5088193Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T19:00:49.5232437Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:00:49.5900834Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T19:00:49.6095827Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T19:00:49.6198157Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:00:49.6858572Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T19:00:49.7045551Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T19:00:49.7176080Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:00:49.8229050Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T19:00:49.8523023Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:00:49.8815678Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:49.9093032Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:49.9505981Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:49.9873808Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T19:00:50.0196674Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:50.0525608Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T19:00:50.0888984Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:00:50.1192364Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:50.1483592Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:50.1747195Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:00:50.2065053Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T19:00:50.2376324Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:50.2695337Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:50.2976415Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:50.3277115Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:50.3584047Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:50.3943645Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:50.4311402Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:50.4596606Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:00:50.4878159Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:50.5199525Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:50.5535751Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:00:50.5818433Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:50.6073737Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:50.6357856Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:50.6673809Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:00:50.6940326Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:50.7225449Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:00:50.7540654Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:50.7833495Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:50.8149876Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:50.8538580Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:50.8844313Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:00:50.9124734Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:50.9459197Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:50.9756928Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:51.0058979Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:00:51.0335495Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:00:51.0646929Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:00:51.1014663Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:00:51.1303040Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T19:00:51.1402761Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T19:00:51.1559372Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:00:52.5971101Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:00:53.8519174Z Reading package lists...
2025-08-20T19:00:54.0759729Z Building dependency tree...
2025-08-20T19:00:54.0770503Z Reading state information...
2025-08-20T19:00:54.3350675Z The following additional packages will be installed:
2025-08-20T19:00:54.3351130Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T19:00:54.3357318Z   libpcap0.8-dev
2025-08-20T19:00:54.3650936Z The following NEW packages will be installed:
2025-08-20T19:00:54.3651411Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T19:00:54.3658170Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T19:00:54.3866597Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:00:54.5273007Z Need to get 1640 kB of archives.
2025-08-20T19:00:54.5273572Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T19:00:54.5274151Z 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-20T19:00:54.6103532Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T19:00:54.6316000Z 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-20T19:00:54.6530336Z 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-20T19:00:54.6821997Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T19:00:54.7274840Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T19:00:54.7467268Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T19:00:54.7636454Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T19:00:55.0312136Z Fetched 1640 kB in 0s (4499 kB/s)
2025-08-20T19:00:55.0884955Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T19:00:55.0921539Z (Reading database ... 
2025-08-20T19:00:55.0921790Z (Reading database ... 5%
2025-08-20T19:00:55.0921992Z (Reading database ... 10%
2025-08-20T19:00:55.0922189Z (Reading database ... 15%
2025-08-20T19:00:55.0922376Z (Reading database ... 20%
2025-08-20T19:00:55.0922567Z (Reading database ... 25%
2025-08-20T19:00:55.0922759Z (Reading database ... 30%
2025-08-20T19:00:55.0923546Z (Reading database ... 35%
2025-08-20T19:00:55.0923796Z (Reading database ... 40%
2025-08-20T19:00:55.0923989Z (Reading database ... 45%
2025-08-20T19:00:55.0924182Z (Reading database ... 50%
2025-08-20T19:00:55.0946121Z (Reading database ... 55%
2025-08-20T19:00:55.1041459Z (Reading database ... 60%
2025-08-20T19:00:55.1079605Z (Reading database ... 65%
2025-08-20T19:00:55.1097649Z (Reading database ... 70%
2025-08-20T19:00:55.1125257Z (Reading database ... 75%
2025-08-20T19:00:55.1259906Z (Reading database ... 80%
2025-08-20T19:00:55.1337209Z (Reading database ... 85%
2025-08-20T19:00:55.1370158Z (Reading database ... 90%
2025-08-20T19:00:55.1484175Z (Reading database ... 95%
2025-08-20T19:00:55.1484385Z (Reading database ... 100%
2025-08-20T19:00:55.1484670Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T19:00:55.1521722Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T19:00:55.1638272Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T19:00:55.2820723Z Selecting previously unselected package libjudydebian1.
2025-08-20T19:00:55.3030935Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T19:00:55.3239636Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T19:00:55.3989843Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T19:00:55.4195775Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T19:00:55.4324815Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T19:00:55.5165540Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T19:00:55.5366511Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T19:00:55.5485358Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T19:00:55.6317437Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T19:00:55.6508682Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T19:00:55.6613017Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T19:00:55.7783661Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T19:00:55.7977185Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T19:00:55.8091780Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T19:00:55.8980964Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T19:00:55.9185779Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T19:00:55.9282238Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T19:00:56.0237067Z Selecting previously unselected package pcaputils.
2025-08-20T19:00:56.0444942Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T19:00:56.0576844Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T19:00:56.1637993Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T19:00:56.1952155Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T19:00:56.3459630Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T19:00:56.3748133Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T19:00:56.4190766Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T19:00:56.6596117Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T19:00:56.6919537Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T19:00:56.7251840Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:00:56.7641493Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:00:58.4885955Z Processing triggers for sgml-base (1.31) ...
2025-08-20T19:00:58.5490062Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T19:00:58.5815076Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T19:00:59.8340406Z Reading package lists...
2025-08-20T19:01:00.0579251Z Building dependency tree...
2025-08-20T19:01:00.0587762Z Reading state information...
2025-08-20T19:01:00.1029801Z Reading package lists...
2025-08-20T19:01:00.3316617Z Building dependency tree...
2025-08-20T19:01:00.3324903Z Reading state information...
2025-08-20T19:01:00.5893723Z The following additional packages will be installed:
2025-08-20T19:01:00.5898742Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T19:01:00.5906477Z Suggested packages:
2025-08-20T19:01:00.5906798Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T19:01:00.5907204Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T19:01:00.6086284Z The following NEW packages will be installed:
2025-08-20T19:01:00.6087082Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T19:01:00.6092079Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T19:01:00.7970388Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T19:01:00.7970766Z Need to get 801 kB of archives.
2025-08-20T19:01:00.7971090Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T19:01:00.7971574Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T19:01:01.0087824Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T19:01:01.1868798Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T19:01:01.4836512Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T19:01:01.5769491Z 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-20T19:01:01.6641243Z 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-20T19:01:01.8366788Z 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-20T19:01:01.9218168Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T19:01:02.0114821Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T19:01:02.3013126Z Fetched 801 kB in 1s (574 kB/s)
2025-08-20T19:01:02.3561523Z Selecting previously unselected package liblz1:arm64.
2025-08-20T19:01:02.3598620Z (Reading database ... 
2025-08-20T19:01:02.3599220Z (Reading database ... 5%
2025-08-20T19:01:02.3599449Z (Reading database ... 10%
2025-08-20T19:01:02.3599645Z (Reading database ... 15%
2025-08-20T19:01:02.3599936Z (Reading database ... 20%
2025-08-20T19:01:02.3600130Z (Reading database ... 25%
2025-08-20T19:01:02.3600328Z (Reading database ... 30%
2025-08-20T19:01:02.3600522Z (Reading database ... 35%
2025-08-20T19:01:02.3600715Z (Reading database ... 40%
2025-08-20T19:01:02.3600909Z (Reading database ... 45%
2025-08-20T19:01:02.3601102Z (Reading database ... 50%
2025-08-20T19:01:02.3624947Z (Reading database ... 55%
2025-08-20T19:01:02.3721019Z (Reading database ... 60%
2025-08-20T19:01:02.3758427Z (Reading database ... 65%
2025-08-20T19:01:02.3776879Z (Reading database ... 70%
2025-08-20T19:01:02.3805292Z (Reading database ... 75%
2025-08-20T19:01:02.3934578Z (Reading database ... 80%
2025-08-20T19:01:02.4009653Z (Reading database ... 85%
2025-08-20T19:01:02.4042651Z (Reading database ... 90%
2025-08-20T19:01:02.4154067Z (Reading database ... 95%
2025-08-20T19:01:02.4154363Z (Reading database ... 100%
2025-08-20T19:01:02.4154656Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T19:01:02.4191862Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T19:01:02.4466842Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T19:01:02.5436266Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T19:01:02.5639376Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T19:01:02.5761939Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T19:01:02.6607831Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T19:01:02.6802395Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T19:01:02.6894539Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T19:01:02.8013609Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T19:01:02.8203861Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T19:01:02.8331155Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T19:01:02.9231040Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T19:01:02.9437530Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T19:01:02.9592318Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T19:01:03.0351007Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T19:01:03.0553793Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T19:01:03.0666529Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T19:01:03.1360838Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T19:01:03.1559453Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T19:01:03.1652747Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T19:01:03.2493447Z Selecting previously unselected package lzma.
2025-08-20T19:01:03.2686634Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T19:01:03.2787075Z Unpacking lzma (9.22-2.2) ...
2025-08-20T19:01:03.3736354Z Selecting previously unselected package lzma-dev.
2025-08-20T19:01:03.3926789Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T19:01:03.4013389Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T19:01:03.5115634Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T19:01:03.5446262Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T19:01:03.5785415Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T19:01:03.6067586Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T19:01:03.6424940Z Setting up lzma (9.22-2.2) ...
2025-08-20T19:01:03.6671033Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T19:01:03.6857854Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T19:01:03.7162795Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T19:01:03.7499080Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T19:01:03.7802208Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T19:01:03.8115876Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:01:03.8486974Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:01:05.3451446Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T19:01:06.7436661Z Reading package lists...
2025-08-20T19:01:06.9784484Z Building dependency tree...
2025-08-20T19:01:06.9792965Z Reading state information...
2025-08-20T19:01:07.3070883Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T19:01:07.3071347Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T19:01:07.3071667Z inetutils-telnet set to manually installed.
2025-08-20T19:01:07.3071964Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T19:01:07.3072292Z The following additional packages will be installed:
2025-08-20T19:01:07.3072553Z   tcpd update-inetd
2025-08-20T19:01:07.3240804Z The following packages will be REMOVED:
2025-08-20T19:01:07.3247959Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T19:01:07.3249249Z The following NEW packages will be installed:
2025-08-20T19:01:07.3249583Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T19:01:07.3249973Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T19:01:07.3257535Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T19:01:07.6054505Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T19:01:07.6055305Z Need to get 691 kB of archives.
2025-08-20T19:01:07.6055607Z After this operation, 987 kB disk space will be freed.
2025-08-20T19:01:07.6056118Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T19:01:07.8868347Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T19:01:07.9935403Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T19:01:08.1001164Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T19:01:08.2254830Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T19:01:08.3860720Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T19:01:08.5161231Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T19:01:08.6375927Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T19:01:08.7480671Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T19:01:08.8519983Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T19:01:08.9715162Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T19:01:09.1864335Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T19:01:09.4658113Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T19:01:09.7347501Z Preconfiguring packages ...
2025-08-20T19:01:09.8381786Z Fetched 691 kB in 2s (318 kB/s)
2025-08-20T19:01:09.8625100Z (Reading database ... 
2025-08-20T19:01:09.8625360Z (Reading database ... 5%
2025-08-20T19:01:09.8625558Z (Reading database ... 10%
2025-08-20T19:01:09.8625750Z (Reading database ... 15%
2025-08-20T19:01:09.8625943Z (Reading database ... 20%
2025-08-20T19:01:09.8626136Z (Reading database ... 25%
2025-08-20T19:01:09.8626325Z (Reading database ... 30%
2025-08-20T19:01:09.8626514Z (Reading database ... 35%
2025-08-20T19:01:09.8626736Z (Reading database ... 40%
2025-08-20T19:01:09.8626925Z (Reading database ... 45%
2025-08-20T19:01:09.8627116Z (Reading database ... 50%
2025-08-20T19:01:09.8647942Z (Reading database ... 55%
2025-08-20T19:01:09.8733990Z (Reading database ... 60%
2025-08-20T19:01:09.8772863Z (Reading database ... 65%
2025-08-20T19:01:09.8790677Z (Reading database ... 70%
2025-08-20T19:01:09.8816739Z (Reading database ... 75%
2025-08-20T19:01:09.8940557Z (Reading database ... 80%
2025-08-20T19:01:09.9014759Z (Reading database ... 85%
2025-08-20T19:01:09.9049075Z (Reading database ... 90%
2025-08-20T19:01:09.9156099Z (Reading database ... 95%
2025-08-20T19:01:09.9156319Z (Reading database ... 100%
2025-08-20T19:01:09.9156611Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T19:01:09.9192275Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T19:01:10.0330641Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T19:01:10.1548554Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T19:01:10.5785043Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T19:01:10.5821148Z (Reading database ... 
2025-08-20T19:01:10.5821362Z (Reading database ... 5%
2025-08-20T19:01:10.5821557Z (Reading database ... 10%
2025-08-20T19:01:10.5821763Z (Reading database ... 15%
2025-08-20T19:01:10.5821957Z (Reading database ... 20%
2025-08-20T19:01:10.5822180Z (Reading database ... 25%
2025-08-20T19:01:10.5822373Z (Reading database ... 30%
2025-08-20T19:01:10.5823427Z (Reading database ... 35%
2025-08-20T19:01:10.5823685Z (Reading database ... 40%
2025-08-20T19:01:10.5824312Z (Reading database ... 45%
2025-08-20T19:01:10.5824528Z (Reading database ... 50%
2025-08-20T19:01:10.5846300Z (Reading database ... 55%
2025-08-20T19:01:10.5936794Z (Reading database ... 60%
2025-08-20T19:01:10.5977698Z (Reading database ... 65%
2025-08-20T19:01:10.5995855Z (Reading database ... 70%
2025-08-20T19:01:10.6022690Z (Reading database ... 75%
2025-08-20T19:01:10.6147697Z (Reading database ... 80%
2025-08-20T19:01:10.6220477Z (Reading database ... 85%
2025-08-20T19:01:10.6254561Z (Reading database ... 90%
2025-08-20T19:01:10.6364502Z (Reading database ... 95%
2025-08-20T19:01:10.6364723Z (Reading database ... 100%
2025-08-20T19:01:10.6365011Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T19:01:10.6396604Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:01:10.6601421Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T19:01:10.7377125Z Selecting previously unselected package tcpd.
2025-08-20T19:01:10.7579209Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T19:01:10.7683562Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T19:01:10.8895997Z Selecting previously unselected package update-inetd.
2025-08-20T19:01:10.9094554Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T19:01:10.9190907Z Unpacking update-inetd (4.53) ...
2025-08-20T19:01:11.0353499Z Selecting previously unselected package inetutils-inetd.
2025-08-20T19:01:11.0539526Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:01:11.0698924Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T19:01:11.1579062Z Selecting previously unselected package inetutils-ftp.
2025-08-20T19:01:11.1767155Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:01:11.1854537Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T19:01:11.2982287Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T19:01:11.3199685Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:01:11.3383805Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T19:01:11.5100816Z Selecting previously unselected package inetutils-ping.
2025-08-20T19:01:11.5309014Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:01:11.5442410Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T19:01:11.6378302Z Selecting previously unselected package inetutils-talk.
2025-08-20T19:01:11.6566883Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:01:11.6656038Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T19:01:11.7634452Z Selecting previously unselected package inetutils-talkd.
2025-08-20T19:01:11.7826522Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:01:11.8433567Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T19:01:11.9570114Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T19:01:11.9782198Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:01:11.9903089Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T19:01:12.0703603Z Selecting previously unselected package inetutils-tools.
2025-08-20T19:01:12.0908681Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:01:12.1017150Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T19:01:12.1853018Z Selecting previously unselected package netcat-traditional.
2025-08-20T19:01:12.2058002Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T19:01:12.2166965Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T19:01:12.3219913Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T19:01:12.3408222Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T19:01:12.3506704Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T19:01:12.4423539Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T19:01:12.4832667Z Setting up update-inetd (4.53) ...
2025-08-20T19:01:12.5932445Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T19:01:12.6148016Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T19:01:12.6320728Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T19:01:12.9823935Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T19:01:12.9824413Z 
2025-08-20T19:01:12.9824531Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T19:01:12.9824714Z 
2025-08-20T19:01:12.9825123Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T19:01:12.9825481Z 
2025-08-20T19:01:12.9825990Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T19:01:12.9826472Z 
2025-08-20T19:01:13.2253116Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T19:01:13.2682107Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T19:01:13.2975862Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T19:01:13.3128185Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T19:01:13.3417658Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T19:01:13.3724149Z Setting up tcpd (7.6.q-33) ...
2025-08-20T19:01:13.4003785Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T19:01:13.7337334Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T19:01:13.7337714Z 
2025-08-20T19:01:13.7338247Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T19:01:13.7338715Z 
2025-08-20T19:01:13.9724391Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T19:01:14.1102714Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T19:01:14.2284667Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T19:01:14.3140579Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:01:17.3349986Z Reading package lists...
2025-08-20T19:01:17.5469311Z Building dependency tree...
2025-08-20T19:01:17.5475906Z Reading state information...
2025-08-20T19:01:17.8553431Z The following packages will be REMOVED:
2025-08-20T19:01:17.8558255Z   inetutils-ping
2025-08-20T19:01:17.8559340Z The following NEW packages will be installed:
2025-08-20T19:01:17.8566992Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T19:01:17.8571842Z The following packages will be upgraded:
2025-08-20T19:01:17.8579369Z   iputils-tracepath
2025-08-20T19:01:18.1474734Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T19:01:18.1475110Z Need to get 84.5 kB of archives.
2025-08-20T19:01:18.1475407Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T19:01:18.1475996Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T19:01:18.3991925Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T19:01:18.4948689Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T19:01:18.5936460Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T19:01:18.9036236Z Fetched 84.5 kB in 1s (114 kB/s)
2025-08-20T19:01:18.9296628Z (Reading database ... 
2025-08-20T19:01:18.9296879Z (Reading database ... 5%
2025-08-20T19:01:18.9297099Z (Reading database ... 10%
2025-08-20T19:01:18.9297299Z (Reading database ... 15%
2025-08-20T19:01:18.9297492Z (Reading database ... 20%
2025-08-20T19:01:18.9297685Z (Reading database ... 25%
2025-08-20T19:01:18.9297875Z (Reading database ... 30%
2025-08-20T19:01:18.9298432Z (Reading database ... 35%
2025-08-20T19:01:18.9298642Z (Reading database ... 40%
2025-08-20T19:01:18.9298827Z (Reading database ... 45%
2025-08-20T19:01:18.9299070Z (Reading database ... 50%
2025-08-20T19:01:18.9321712Z (Reading database ... 55%
2025-08-20T19:01:18.9416504Z (Reading database ... 60%
2025-08-20T19:01:18.9455947Z (Reading database ... 65%
2025-08-20T19:01:18.9474946Z (Reading database ... 70%
2025-08-20T19:01:18.9501829Z (Reading database ... 75%
2025-08-20T19:01:18.9634184Z (Reading database ... 80%
2025-08-20T19:01:18.9709658Z (Reading database ... 85%
2025-08-20T19:01:18.9748010Z (Reading database ... 90%
2025-08-20T19:01:18.9854059Z (Reading database ... 95%
2025-08-20T19:01:18.9854285Z (Reading database ... 100%
2025-08-20T19:01:18.9854576Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T19:01:18.9887451Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T19:01:19.1268945Z Selecting previously unselected package iputils-ping.
2025-08-20T19:01:19.1304457Z (Reading database ... 
2025-08-20T19:01:19.1305135Z (Reading database ... 5%
2025-08-20T19:01:19.1305677Z (Reading database ... 10%
2025-08-20T19:01:19.1305911Z (Reading database ... 15%
2025-08-20T19:01:19.1306114Z (Reading database ... 20%
2025-08-20T19:01:19.1306330Z (Reading database ... 25%
2025-08-20T19:01:19.1306523Z (Reading database ... 30%
2025-08-20T19:01:19.1306714Z (Reading database ... 35%
2025-08-20T19:01:19.1307284Z (Reading database ... 40%
2025-08-20T19:01:19.1307478Z (Reading database ... 45%
2025-08-20T19:01:19.1307669Z (Reading database ... 50%
2025-08-20T19:01:19.1328219Z (Reading database ... 55%
2025-08-20T19:01:19.1416989Z (Reading database ... 60%
2025-08-20T19:01:19.1456619Z (Reading database ... 65%
2025-08-20T19:01:19.1474298Z (Reading database ... 70%
2025-08-20T19:01:19.1500822Z (Reading database ... 75%
2025-08-20T19:01:19.1628447Z (Reading database ... 80%
2025-08-20T19:01:19.1701651Z (Reading database ... 85%
2025-08-20T19:01:19.1737898Z (Reading database ... 90%
2025-08-20T19:01:19.1837639Z (Reading database ... 95%
2025-08-20T19:01:19.1837868Z (Reading database ... 100%
2025-08-20T19:01:19.1838158Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T19:01:19.1866975Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T19:01:19.1989188Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T19:01:19.3066812Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T19:01:19.3408944Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T19:01:19.4435734Z Selecting previously unselected package iputils-arping.
2025-08-20T19:01:19.4639906Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T19:01:19.4732083Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T19:01:19.5519130Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T19:01:19.5720266Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T19:01:19.5885328Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T19:01:19.6930218Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T19:01:19.7450854Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T19:01:19.7875590Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T19:01:19.8360639Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T19:01:19.8700055Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:01:22.7315107Z Reading package lists...
2025-08-20T19:01:22.9267102Z Building dependency tree...
2025-08-20T19:01:22.9275592Z Reading state information...
2025-08-20T19:01:23.1715751Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T19:01:23.2010960Z The following packages will be upgraded:
2025-08-20T19:01:23.2011282Z   python3-pip python3-pip-whl
2025-08-20T19:01:23.2183517Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T19:01:23.3642894Z Need to get 3020 kB of archives.
2025-08-20T19:01:23.3643431Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T19:01:23.3644014Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T19:01:23.4926806Z 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-20T19:01:23.7706375Z Fetched 3020 kB in 0s (10.7 MB/s)
2025-08-20T19:01:23.8196380Z (Reading database ... 
2025-08-20T19:01:23.8196651Z (Reading database ... 5%
2025-08-20T19:01:23.8196865Z (Reading database ... 10%
2025-08-20T19:01:23.8197066Z (Reading database ... 15%
2025-08-20T19:01:23.8197261Z (Reading database ... 20%
2025-08-20T19:01:23.8197461Z (Reading database ... 25%
2025-08-20T19:01:23.8197656Z (Reading database ... 30%
2025-08-20T19:01:23.8197851Z (Reading database ... 35%
2025-08-20T19:01:23.8198712Z (Reading database ... 40%
2025-08-20T19:01:23.8198915Z (Reading database ... 45%
2025-08-20T19:01:23.8199112Z (Reading database ... 50%
2025-08-20T19:01:23.8219742Z (Reading database ... 55%
2025-08-20T19:01:23.8312419Z (Reading database ... 60%
2025-08-20T19:01:23.8349327Z (Reading database ... 65%
2025-08-20T19:01:23.8367038Z (Reading database ... 70%
2025-08-20T19:01:23.8393304Z (Reading database ... 75%
2025-08-20T19:01:23.8520590Z (Reading database ... 80%
2025-08-20T19:01:23.8590672Z (Reading database ... 85%
2025-08-20T19:01:23.8635966Z (Reading database ... 90%
2025-08-20T19:01:23.8724734Z (Reading database ... 95%
2025-08-20T19:01:23.8724942Z (Reading database ... 100%
2025-08-20T19:01:23.8725232Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T19:01:23.8753406Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T19:01:24.0769607Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T19:01:24.2985443Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T19:01:24.3362001Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T19:01:24.4547808Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T19:01:24.4818633Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T19:01:25.4458678Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:01:28.4040612Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T19:01:28.6992775Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:01:29.6903940Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T19:01:29.8195431Z Collecting pip
2025-08-20T19:01:29.9020368Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T19:01:29.9421611Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T19:01:30.0685859Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 14.3 MB/s eta 0:00:00
2025-08-20T19:01:30.3437199Z Installing collected packages: pip
2025-08-20T19:01:31.0206921Z Successfully installed pip-25.2
2025-08-20T19:01:31.2201346Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T19:01:31.2615192Z Reading package lists...
2025-08-20T19:01:31.4789283Z Building dependency tree...
2025-08-20T19:01:31.4798888Z Reading state information...
2025-08-20T19:01:31.7266551Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T19:01:31.7266919Z pciutils set to manually installed.
2025-08-20T19:01:31.7267208Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T19:01:31.7267529Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T19:01:31.7267824Z python3-distro set to manually installed.
2025-08-20T19:01:31.7268138Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T19:01:31.7268466Z python3-netifaces set to manually installed.
2025-08-20T19:01:31.7269188Z The following additional packages will be installed:
2025-08-20T19:01:31.7269473Z   libsysfs2
2025-08-20T19:01:31.7275864Z Suggested packages:
2025-08-20T19:01:31.7276071Z   fancontrol read-edid i2c-tools
2025-08-20T19:01:31.7553997Z The following NEW packages will be installed:
2025-08-20T19:01:31.7555940Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T19:01:31.7742445Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T19:01:31.8444475Z Need to get 133 kB of archives.
2025-08-20T19:01:31.8444851Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T19:01:31.8446084Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T19:01:31.8781563Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T19:01:31.8985867Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T19:01:31.9416181Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T19:01:32.2092182Z Fetched 133 kB in 0s (851 kB/s)
2025-08-20T19:01:32.2619812Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T19:01:32.2656508Z (Reading database ... 
2025-08-20T19:01:32.2656862Z (Reading database ... 5%
2025-08-20T19:01:32.2657154Z (Reading database ... 10%
2025-08-20T19:01:32.2657434Z (Reading database ... 15%
2025-08-20T19:01:32.2658155Z (Reading database ... 20%
2025-08-20T19:01:32.2658459Z (Reading database ... 25%
2025-08-20T19:01:32.2658740Z (Reading database ... 30%
2025-08-20T19:01:32.2658995Z (Reading database ... 35%
2025-08-20T19:01:32.2659258Z (Reading database ... 40%
2025-08-20T19:01:32.2659517Z (Reading database ... 45%
2025-08-20T19:01:32.2659777Z (Reading database ... 50%
2025-08-20T19:01:32.2681153Z (Reading database ... 55%
2025-08-20T19:01:32.2773982Z (Reading database ... 60%
2025-08-20T19:01:32.2811830Z (Reading database ... 65%
2025-08-20T19:01:32.2829285Z (Reading database ... 70%
2025-08-20T19:01:32.2856197Z (Reading database ... 75%
2025-08-20T19:01:32.2983496Z (Reading database ... 80%
2025-08-20T19:01:32.3058180Z (Reading database ... 85%
2025-08-20T19:01:32.3096567Z (Reading database ... 90%
2025-08-20T19:01:32.3199081Z (Reading database ... 95%
2025-08-20T19:01:32.3199290Z (Reading database ... 100%
2025-08-20T19:01:32.3199576Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T19:01:32.3233497Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T19:01:32.3590024Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T19:01:32.4874955Z Selecting previously unselected package sysfsutils.
2025-08-20T19:01:32.5078626Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T19:01:32.5202486Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T19:01:32.6671543Z Selecting previously unselected package lm-sensors.
2025-08-20T19:01:32.6866236Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T19:01:32.7171632Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T19:01:32.7949489Z Selecting previously unselected package virt-what.
2025-08-20T19:01:32.8156938Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T19:01:32.8246010Z Unpacking virt-what (1.25-2) ...
2025-08-20T19:01:32.9338311Z Setting up virt-what (1.25-2) ...
2025-08-20T19:01:32.9673107Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T19:01:32.9976668Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T19:01:33.3328282Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T19:01:33.3328668Z 
2025-08-20T19:01:33.3329162Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T19:01:33.3329602Z 
2025-08-20T19:01:33.5757568Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T19:01:33.9022557Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T19:01:33.9023078Z 
2025-08-20T19:01:33.9181359Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:01:35.6564605Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:01:36.8619304Z Reading package lists...
2025-08-20T19:01:37.0558556Z Building dependency tree...
2025-08-20T19:01:37.0565078Z Reading state information...
2025-08-20T19:01:37.2919139Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T19:01:37.2920082Z The following additional packages will be installed:
2025-08-20T19:01:37.2924006Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T19:01:37.2924356Z   xorg-sgml-doctools
2025-08-20T19:01:37.2931268Z Suggested packages:
2025-08-20T19:01:37.2931455Z   libxcb-doc
2025-08-20T19:01:37.3096803Z The following NEW packages will be installed:
2025-08-20T19:01:37.3098696Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T19:01:37.3102182Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T19:01:37.3102574Z   xcb xorg-sgml-doctools
2025-08-20T19:01:37.3786000Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T19:01:37.3786354Z Need to get 816 kB of archives.
2025-08-20T19:01:37.3786651Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T19:01:37.3787607Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T19:01:37.3948831Z 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-20T19:01:37.4121852Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T19:01:37.5066390Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T19:01:37.5228615Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T19:01:37.5393114Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T19:01:37.5561165Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T19:01:37.5728765Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T19:01:37.5892986Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T19:01:37.6056128Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T19:01:37.6219195Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T19:01:37.8845888Z Fetched 816 kB in 0s (2701 kB/s)
2025-08-20T19:01:37.9222802Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T19:01:37.9258681Z (Reading database ... 
2025-08-20T19:01:37.9258911Z (Reading database ... 5%
2025-08-20T19:01:37.9259110Z (Reading database ... 10%
2025-08-20T19:01:37.9259306Z (Reading database ... 15%
2025-08-20T19:01:37.9260039Z (Reading database ... 20%
2025-08-20T19:01:37.9260280Z (Reading database ... 25%
2025-08-20T19:01:37.9260477Z (Reading database ... 30%
2025-08-20T19:01:37.9260672Z (Reading database ... 35%
2025-08-20T19:01:37.9260892Z (Reading database ... 40%
2025-08-20T19:01:37.9261086Z (Reading database ... 45%
2025-08-20T19:01:37.9261277Z (Reading database ... 50%
2025-08-20T19:01:37.9283230Z (Reading database ... 55%
2025-08-20T19:01:37.9374349Z (Reading database ... 60%
2025-08-20T19:01:37.9410868Z (Reading database ... 65%
2025-08-20T19:01:37.9428546Z (Reading database ... 70%
2025-08-20T19:01:37.9455119Z (Reading database ... 75%
2025-08-20T19:01:37.9585035Z (Reading database ... 80%
2025-08-20T19:01:37.9656317Z (Reading database ... 85%
2025-08-20T19:01:37.9722245Z (Reading database ... 90%
2025-08-20T19:01:37.9791399Z (Reading database ... 95%
2025-08-20T19:01:37.9791612Z (Reading database ... 100%
2025-08-20T19:01:37.9791901Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T19:01:37.9820666Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T19:01:38.0002220Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T19:01:38.1210663Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T19:01:38.1400709Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T19:01:38.1639634Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T19:01:38.3767047Z Selecting previously unselected package x11proto-dev.
2025-08-20T19:01:38.3971982Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T19:01:38.4064011Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T19:01:38.4996322Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T19:01:38.5201850Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T19:01:38.5310388Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T19:01:38.6263983Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T19:01:38.6461539Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T19:01:38.6561555Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T19:01:38.7304915Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T19:01:38.7505581Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T19:01:38.7598006Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:01:38.8374814Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T19:01:38.8563455Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T19:01:38.8670740Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:01:38.9622650Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T19:01:38.9831653Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T19:01:39.0044851Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:01:39.0890825Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T19:01:39.1105754Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T19:01:39.1239896Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:01:39.1943485Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T19:01:39.2144163Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T19:01:39.2321654Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:01:39.3768740Z Selecting previously unselected package xcb.
2025-08-20T19:01:39.3958904Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T19:01:39.4055031Z Unpacking xcb (2.4-8build2) ...
2025-08-20T19:01:39.6490469Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:01:39.6823276Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T19:01:39.7822414Z Setting up xcb (2.4-8build2) ...
2025-08-20T19:01:39.8420986Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T19:01:39.8882662Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T19:01:39.9604532Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:01:41.6626651Z Processing triggers for sgml-base (1.31) ...
2025-08-20T19:01:41.6979427Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T19:01:41.7429687Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T19:01:41.7751973Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T19:01:41.8073262Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:01:41.8456246Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:01:41.8800320Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:01:41.9129344Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T19:01:43.2612635Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:01:43.8986634Z Collecting build
2025-08-20T19:01:43.9444836Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T19:01:44.0578317Z Collecting cffi
2025-08-20T19:01:44.0647326Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T19:01:44.1179542Z Collecting scons
2025-08-20T19:01:44.1257883Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:01:44.1652768Z Collecting scuba
2025-08-20T19:01:44.1729741Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T19:01:44.2431796Z Collecting pytest
2025-08-20T19:01:44.2500759Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T19:01:44.3358740Z Collecting packaging>=19.1 (from build)
2025-08-20T19:01:44.3429162Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:01:44.3954294Z Collecting pyproject_hooks (from build)
2025-08-20T19:01:44.4025018Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T19:01:44.4468639Z Collecting pycparser (from cffi)
2025-08-20T19:01:44.4540544Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T19:01:44.5156279Z Collecting PyYAML (from scuba)
2025-08-20T19:01:44.5234610Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T19:01:44.5622568Z Collecting iniconfig>=1 (from pytest)
2025-08-20T19:01:44.5696091Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T19:01:44.6148269Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T19:01:44.6217032Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T19:01:44.6636359Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T19:01:44.6704871Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:01:44.6935374Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T19:01:44.7132367Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T19:01:44.7600307Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:01:44.8080795Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 85.0 MB/s  0:00:00
2025-08-20T19:01:44.8192455Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T19:01:44.8414288Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T19:01:44.8652072Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T19:01:44.8869748Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T19:01:44.9116342Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:01:44.9305194Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:01:44.9506107Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 53.6 MB/s  0:00:00
2025-08-20T19:01:44.9579816Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T19:01:44.9769882Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T19:01:45.0000354Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T19:01:45.0285392Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 18.5 MB/s  0:00:00
2025-08-20T19:01:45.1278730Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T19:01:46.9794232Z 
2025-08-20T19:01:46.9809107Z 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-20T19:01:47.2756742Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:01:47.9183991Z Collecting ansi2txt
2025-08-20T19:01:47.9645283Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T19:01:48.0134159Z Collecting pipx
2025-08-20T19:01:48.0203268Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:01:48.0639742Z Collecting scons
2025-08-20T19:01:48.0649587Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:01:48.0957228Z Collecting py2static
2025-08-20T19:01:48.1041116Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T19:01:48.1476632Z Collecting typer
2025-08-20T19:01:48.1544139Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T19:01:48.2180962Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T19:01:48.2257054Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:01:48.2678912Z Collecting packaging>=20 (from pipx)
2025-08-20T19:01:48.2688679Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:01:48.3018098Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T19:01:48.3090635Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T19:01:48.3506676Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T19:01:48.3572576Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:01:48.4172829Z Collecting pyinstaller (from py2static)
2025-08-20T19:01:48.4250250Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T19:01:48.4687436Z Collecting staticx (from py2static)
2025-08-20T19:01:48.4806687Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T19:01:48.5202687Z   Preparing metadata (setup.py): started
2025-08-20T19:01:49.0886862Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T19:01:49.1297828Z Collecting click>=8.0.0 (from typer)
2025-08-20T19:01:49.1367663Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:01:49.1946717Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T19:01:49.2018915Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:01:49.2524450Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T19:01:49.2594000Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T19:01:49.3327563Z Collecting rich>=10.11.0 (from typer)
2025-08-20T19:01:49.3406361Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:01:49.3848358Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T19:01:49.3916935Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:01:49.4379539Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T19:01:49.4389235Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:01:49.4605963Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T19:01:49.4675993Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T19:01:49.5895767Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T19:01:49.5967201Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T19:01:49.6424569Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T19:01:49.6508373Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:01:49.6942838Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T19:01:49.7023866Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:01:49.7450397Z Collecting pyelftools (from staticx->py2static)
2025-08-20T19:01:49.7516528Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T19:01:49.7752130Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T19:01:49.8058763Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T19:01:49.8205875Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:01:49.8304370Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T19:01:49.8507011Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T19:01:49.8693596Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T19:01:49.8880394Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T19:01:49.9036551Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:01:49.9101927Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T19:01:49.9307525Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T19:01:49.9508623Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:01:49.9590149Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T19:01:49.9784206Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T19:01:49.9984663Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T19:01:50.0218794Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T19:01:50.0419609Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T19:01:50.0637553Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T19:01:50.0915271Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 18.5 MB/s  0:00:00
2025-08-20T19:01:50.0980791Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T19:01:50.1257839Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T19:01:50.1551936Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 34.9 MB/s  0:00:00
2025-08-20T19:01:50.1618404Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T19:01:50.1828052Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T19:01:50.2305505Z Building wheels for collected packages: staticx
2025-08-20T19:01:50.2311271Z   Building wheel for staticx (setup.py): started
2025-08-20T19:02:01.7448296Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T19:02:01.7456931Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790704 sha256=5524fb03a362d07c0ef29a54df6baead282f4feb2b75eb5cf0b993d108bfc51a
2025-08-20T19:02:01.7457838Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T19:02:01.7474708Z Successfully built staticx
2025-08-20T19:02:01.8445121Z 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-20T19:02:02.8611041Z   Attempting uninstall: scons
2025-08-20T19:02:02.8682784Z     Found existing installation: SCons 4.9.1
2025-08-20T19:02:02.8971918Z     Uninstalling SCons-4.9.1:
2025-08-20T19:02:02.9033113Z       Successfully uninstalled SCons-4.9.1
2025-08-20T19:02:03.4075876Z   Attempting uninstall: pygments
2025-08-20T19:02:03.4150627Z     Found existing installation: Pygments 2.19.2
2025-08-20T19:02:03.4307908Z     Uninstalling Pygments-2.19.2:
2025-08-20T19:02:03.4331023Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T19:02:04.0469445Z   Attempting uninstall: packaging
2025-08-20T19:02:04.0539165Z     Found existing installation: packaging 25.0
2025-08-20T19:02:04.0558391Z     Uninstalling packaging-25.0:
2025-08-20T19:02:04.0564288Z       Successfully uninstalled packaging-25.0
2025-08-20T19:02:05.0753854Z 
2025-08-20T19:02:05.0777599Z 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-20T19:02:05.3688438Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:02:05.6972389Z Collecting build
2025-08-20T19:02:05.6982584Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T19:02:05.7827176Z Collecting cffi
2025-08-20T19:02:05.7839423Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T19:02:05.8022310Z Collecting scons
2025-08-20T19:02:05.8031530Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:02:05.8236874Z Collecting scuba
2025-08-20T19:02:05.8246746Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T19:02:05.8683410Z Collecting pytest
2025-08-20T19:02:05.8692292Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T19:02:05.8936115Z Collecting packaging>=19.1 (from build)
2025-08-20T19:02:05.8945561Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:02:05.9110951Z Collecting pyproject_hooks (from build)
2025-08-20T19:02:05.9120362Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T19:02:05.9283424Z Collecting pycparser (from cffi)
2025-08-20T19:02:05.9293575Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T19:02:05.9603482Z Collecting PyYAML (from scuba)
2025-08-20T19:02:05.9617992Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T19:02:05.9788491Z Collecting iniconfig>=1 (from pytest)
2025-08-20T19:02:05.9798276Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T19:02:06.0010572Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T19:02:06.0020307Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T19:02:06.0269749Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T19:02:06.0279893Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:02:06.0328586Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T19:02:06.0338295Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T19:02:06.0350076Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:02:06.0382264Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T19:02:06.0393040Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T19:02:06.0404375Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T19:02:06.0413293Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T19:02:06.0421868Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:02:06.0430863Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:02:06.0446908Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T19:02:06.0456389Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T19:02:06.0465341Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T19:02:06.1508443Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T19:02:06.1512967Z   Attempting uninstall: scons
2025-08-20T19:02:06.1584037Z     Found existing installation: SCons 4.9.1
2025-08-20T19:02:06.1864822Z     Uninstalling SCons-4.9.1:
2025-08-20T19:02:06.1923973Z       Successfully uninstalled SCons-4.9.1
2025-08-20T19:02:06.6827509Z   Attempting uninstall: PyYAML
2025-08-20T19:02:06.6903542Z     Found existing installation: PyYAML 6.0.2
2025-08-20T19:02:06.6928156Z     Uninstalling PyYAML-6.0.2:
2025-08-20T19:02:06.6934683Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T19:02:06.7500485Z   Attempting uninstall: pyproject_hooks
2025-08-20T19:02:06.7568675Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T19:02:06.7582240Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T19:02:06.7587353Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T19:02:06.7802801Z   Attempting uninstall: pygments
2025-08-20T19:02:06.7868783Z     Found existing installation: Pygments 2.19.2
2025-08-20T19:02:06.8019355Z     Uninstalling Pygments-2.19.2:
2025-08-20T19:02:06.8041678Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T19:02:07.3701090Z   Attempting uninstall: pycparser
2025-08-20T19:02:07.3769101Z     Found existing installation: pycparser 2.22
2025-08-20T19:02:07.3787892Z     Uninstalling pycparser-2.22:
2025-08-20T19:02:07.3793365Z       Successfully uninstalled pycparser-2.22
2025-08-20T19:02:07.5090018Z   Attempting uninstall: pluggy
2025-08-20T19:02:07.5157907Z     Found existing installation: pluggy 1.6.0
2025-08-20T19:02:07.5173473Z     Uninstalling pluggy-1.6.0:
2025-08-20T19:02:07.5178543Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T19:02:07.5490151Z   Attempting uninstall: packaging
2025-08-20T19:02:07.5562046Z     Found existing installation: packaging 25.0
2025-08-20T19:02:07.5581413Z     Uninstalling packaging-25.0:
2025-08-20T19:02:07.5587171Z       Successfully uninstalled packaging-25.0
2025-08-20T19:02:07.6110379Z   Attempting uninstall: iniconfig
2025-08-20T19:02:07.6181532Z     Found existing installation: iniconfig 2.1.0
2025-08-20T19:02:07.6195510Z     Uninstalling iniconfig-2.1.0:
2025-08-20T19:02:07.6200060Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T19:02:07.6425834Z   Attempting uninstall: scuba
2025-08-20T19:02:07.6492033Z     Found existing installation: scuba 2.14.1
2025-08-20T19:02:07.6509326Z     Uninstalling scuba-2.14.1:
2025-08-20T19:02:07.6516781Z       Successfully uninstalled scuba-2.14.1
2025-08-20T19:02:07.6900624Z   Attempting uninstall: pytest
2025-08-20T19:02:07.6974320Z     Found existing installation: pytest 8.4.1
2025-08-20T19:02:07.7021519Z     Uninstalling pytest-8.4.1:
2025-08-20T19:02:07.7224159Z       Successfully uninstalled pytest-8.4.1
2025-08-20T19:02:07.9308477Z   Attempting uninstall: cffi
2025-08-20T19:02:07.9377537Z     Found existing installation: cffi 1.17.1
2025-08-20T19:02:07.9398074Z     Uninstalling cffi-1.17.1:
2025-08-20T19:02:07.9585534Z       Successfully uninstalled cffi-1.17.1
2025-08-20T19:02:08.0319100Z   Attempting uninstall: build
2025-08-20T19:02:08.0389375Z     Found existing installation: build 1.3.0
2025-08-20T19:02:08.0409605Z     Uninstalling build-1.3.0:
2025-08-20T19:02:08.0415996Z       Successfully uninstalled build-1.3.0
2025-08-20T19:02:08.0765926Z 
2025-08-20T19:02:08.0789287Z 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-20T19:02:08.3648284Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:02:08.5264946Z Collecting ansi2txt
2025-08-20T19:02:08.5275772Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T19:02:08.5507708Z Collecting pipx
2025-08-20T19:02:08.5518114Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:02:08.5713806Z Collecting scons
2025-08-20T19:02:08.5724414Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:02:08.5908621Z Collecting py2static
2025-08-20T19:02:08.5918644Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T19:02:08.6157440Z Collecting typer
2025-08-20T19:02:08.6167442Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T19:02:08.6446231Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T19:02:08.6456226Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:02:08.6708165Z Collecting packaging>=20 (from pipx)
2025-08-20T19:02:08.6717901Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:02:08.6932320Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T19:02:08.6942511Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T19:02:08.7172733Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T19:02:08.7182217Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:02:08.7583713Z Collecting pyinstaller (from py2static)
2025-08-20T19:02:08.7593859Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T19:02:08.7842244Z Collecting staticx (from py2static)
2025-08-20T19:02:08.7851847Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T19:02:08.7990439Z   Preparing metadata (setup.py): started
2025-08-20T19:02:08.9917880Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T19:02:09.0165816Z Collecting click>=8.0.0 (from typer)
2025-08-20T19:02:09.0175641Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:02:09.0392508Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T19:02:09.0401280Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:02:09.0689746Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T19:02:09.0699798Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T19:02:09.1061024Z Collecting rich>=10.11.0 (from typer)
2025-08-20T19:02:09.1071368Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:02:09.1329812Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T19:02:09.1340765Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:02:09.1630064Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T19:02:09.1639846Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:02:09.1807830Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T19:02:09.1817725Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T19:02:09.2733455Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T19:02:09.2742027Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T19:02:09.2994788Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T19:02:09.3003741Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:02:09.3228830Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T19:02:09.3238442Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:02:09.3454512Z Collecting pyelftools (from staticx->py2static)
2025-08-20T19:02:09.3464050Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T19:02:09.3495564Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T19:02:09.3504879Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T19:02:09.3514467Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:02:09.3547254Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T19:02:09.3556496Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T19:02:09.3565876Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T19:02:09.3575917Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T19:02:09.3585317Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:02:09.3594697Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T19:02:09.3603844Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T19:02:09.3614996Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:02:09.3631339Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T19:02:09.3641069Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T19:02:09.3650517Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T19:02:09.3659944Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T19:02:09.3669757Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T19:02:09.3679397Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T19:02:09.3692340Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T19:02:09.3704188Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T19:02:09.3718959Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T19:02:09.3728123Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T19:02:09.4049365Z Building wheels for collected packages: staticx
2025-08-20T19:02:09.4055647Z   Building wheel for staticx (setup.py): started
2025-08-20T19:02:11.8494599Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T19:02:11.8504487Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790765 sha256=ad1ae0a9df84e930360801a274e057efe6d08cc425d51ef044eddc10ad50e938
2025-08-20T19:02:11.8505439Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T19:02:11.8523340Z Successfully built staticx
2025-08-20T19:02:11.9527633Z 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-20T19:02:11.9529507Z   Attempting uninstall: pyelftools
2025-08-20T19:02:11.9596137Z     Found existing installation: pyelftools 0.32
2025-08-20T19:02:11.9633612Z     Uninstalling pyelftools-0.32:
2025-08-20T19:02:11.9646244Z       Successfully uninstalled pyelftools-0.32
2025-08-20T19:02:12.0811936Z   Attempting uninstall: altgraph
2025-08-20T19:02:12.0881518Z     Found existing installation: altgraph 0.17.4
2025-08-20T19:02:12.0898556Z     Uninstalling altgraph-0.17.4:
2025-08-20T19:02:12.0903571Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T19:02:12.1157239Z   Attempting uninstall: typing-extensions
2025-08-20T19:02:12.1228874Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T19:02:12.1240934Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T19:02:12.1427324Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T19:02:12.1819541Z   Attempting uninstall: staticx
2025-08-20T19:02:12.1890397Z     Found existing installation: staticx 0.14.1
2025-08-20T19:02:12.1911587Z     Uninstalling staticx-0.14.1:
2025-08-20T19:02:12.1920158Z       Successfully uninstalled staticx-0.14.1
2025-08-20T19:02:12.2281907Z   Attempting uninstall: shellingham
2025-08-20T19:02:12.2354202Z     Found existing installation: shellingham 1.5.4
2025-08-20T19:02:12.2370148Z     Uninstalling shellingham-1.5.4:
2025-08-20T19:02:12.2375710Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T19:02:12.5784655Z   Attempting uninstall: setuptools
2025-08-20T19:02:12.5853375Z     Found existing installation: setuptools 80.9.0
2025-08-20T19:02:12.6052763Z     Uninstalling setuptools-80.9.0:
2025-08-20T19:02:12.6272158Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T19:02:13.2249855Z   Attempting uninstall: scons
2025-08-20T19:02:13.2337796Z     Found existing installation: SCons 4.9.1
2025-08-20T19:02:13.2624823Z     Uninstalling SCons-4.9.1:
2025-08-20T19:02:13.2683553Z       Successfully uninstalled SCons-4.9.1
2025-08-20T19:02:13.7998166Z   Attempting uninstall: pygments
2025-08-20T19:02:13.8074424Z     Found existing installation: Pygments 2.19.2
2025-08-20T19:02:13.8237384Z     Uninstalling Pygments-2.19.2:
2025-08-20T19:02:13.8259471Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T19:02:14.4067174Z   Attempting uninstall: platformdirs
2025-08-20T19:02:14.4140539Z     Found existing installation: platformdirs 4.3.8
2025-08-20T19:02:14.4166339Z     Uninstalling platformdirs-4.3.8:
2025-08-20T19:02:14.4171778Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T19:02:14.4427716Z   Attempting uninstall: packaging
2025-08-20T19:02:14.4498850Z     Found existing installation: packaging 25.0
2025-08-20T19:02:14.4517798Z     Uninstalling packaging-25.0:
2025-08-20T19:02:14.4523409Z       Successfully uninstalled packaging-25.0
2025-08-20T19:02:14.4981904Z   Attempting uninstall: mdurl
2025-08-20T19:02:14.5050347Z     Found existing installation: mdurl 0.1.2
2025-08-20T19:02:14.5063762Z     Uninstalling mdurl-0.1.2:
2025-08-20T19:02:14.5068889Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T19:02:14.5244076Z   Attempting uninstall: click
2025-08-20T19:02:14.5313581Z     Found existing installation: click 8.2.1
2025-08-20T19:02:14.5332114Z     Uninstalling click-8.2.1:
2025-08-20T19:02:14.5337570Z       Successfully uninstalled click-8.2.1
2025-08-20T19:02:14.6003779Z   Attempting uninstall: argcomplete
2025-08-20T19:02:14.6077215Z     Found existing installation: argcomplete 3.6.2
2025-08-20T19:02:14.6100552Z     Uninstalling argcomplete-3.6.2:
2025-08-20T19:02:14.6108522Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T19:02:14.6459510Z   Attempting uninstall: ansi2txt
2025-08-20T19:02:14.6529343Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T19:02:14.6542137Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T19:02:14.6734467Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T19:02:14.6930093Z   Attempting uninstall: userpath
2025-08-20T19:02:14.6999824Z     Found existing installation: userpath 1.9.2
2025-08-20T19:02:14.7015213Z     Uninstalling userpath-1.9.2:
2025-08-20T19:02:14.7021957Z       Successfully uninstalled userpath-1.9.2
2025-08-20T19:02:14.7238450Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T19:02:14.7311070Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T19:02:14.7602742Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T19:02:14.7640573Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T19:02:14.9696615Z   Attempting uninstall: markdown-it-py
2025-08-20T19:02:14.9767211Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T19:02:14.9814912Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T19:02:14.9833336Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T19:02:15.0545981Z   Attempting uninstall: rich
2025-08-20T19:02:15.0617776Z     Found existing installation: rich 14.1.0
2025-08-20T19:02:15.0662389Z     Uninstalling rich-14.1.0:
2025-08-20T19:02:15.0670864Z       Successfully uninstalled rich-14.1.0
2025-08-20T19:02:15.2230123Z   Attempting uninstall: pyinstaller
2025-08-20T19:02:15.2302041Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T19:02:15.2547872Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T19:02:15.2584550Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T19:02:15.5331997Z   Attempting uninstall: pipx
2025-08-20T19:02:15.5416430Z     Found existing installation: pipx 1.7.1
2025-08-20T19:02:15.5446354Z     Uninstalling pipx-1.7.1:
2025-08-20T19:02:15.5458782Z       Successfully uninstalled pipx-1.7.1
2025-08-20T19:02:15.6059300Z   Attempting uninstall: typer
2025-08-20T19:02:15.6130678Z     Found existing installation: typer 0.16.1
2025-08-20T19:02:15.6152865Z     Uninstalling typer-0.16.1:
2025-08-20T19:02:15.6160167Z       Successfully uninstalled typer-0.16.1
2025-08-20T19:02:15.6598130Z   Attempting uninstall: py2static
2025-08-20T19:02:15.6663293Z     Found existing installation: py2static 0.0.1
2025-08-20T19:02:15.6679134Z     Uninstalling py2static-0.0.1:
2025-08-20T19:02:15.6687155Z       Successfully uninstalled py2static-0.0.1
2025-08-20T19:02:15.6844293Z 
2025-08-20T19:02:15.6868124Z 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-20T19:02:15.9840259Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:02:16.0855692Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T19:02:16.0859719Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-n7vtyuq4
2025-08-20T19:02:16.0878643Z 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-n7vtyuq4
2025-08-20T19:02:17.4626321Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T19:02:17.4661272Z   Installing build dependencies: started
2025-08-20T19:02:18.1044690Z   Installing build dependencies: finished with status 'done'
2025-08-20T19:02:18.1055004Z   Getting requirements to build wheel: started
2025-08-20T19:02:18.3677885Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T19:02:18.3689140Z   Preparing metadata (pyproject.toml): started
2025-08-20T19:02:18.5385785Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T19:02:18.6879270Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T19:02:18.6888178Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T19:02:18.7109859Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T19:02:18.7119330Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:02:18.7332846Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T19:02:18.7342299Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:02:18.7554736Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T19:02:18.7564419Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:02:18.7602227Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:02:18.7611336Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T19:02:18.7622931Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T19:02:18.7637833Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T19:02:18.7743406Z Building wheels for collected packages: pyinstaller
2025-08-20T19:02:18.7749918Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T19:02:21.5300681Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T19:02:21.5320157Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=5d775c329ee7560bf12d191be5170efcf21dae68f14c71de48bf48f1ece085ea
2025-08-20T19:02:21.5321638Z   Stored in directory: /tmp/pip-ephem-wheel-cache-5_gjdr_f/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T19:02:21.5359135Z Successfully built pyinstaller
2025-08-20T19:02:21.6141497Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T19:02:21.6144313Z   Attempting uninstall: altgraph
2025-08-20T19:02:21.6212561Z     Found existing installation: altgraph 0.17.4
2025-08-20T19:02:21.6230001Z     Uninstalling altgraph-0.17.4:
2025-08-20T19:02:21.6236152Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T19:02:21.6508628Z   Attempting uninstall: setuptools
2025-08-20T19:02:21.6575443Z     Found existing installation: setuptools 80.9.0
2025-08-20T19:02:21.6773420Z     Uninstalling setuptools-80.9.0:
2025-08-20T19:02:21.6992891Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T19:02:22.2966910Z   Attempting uninstall: packaging
2025-08-20T19:02:22.3047616Z     Found existing installation: packaging 25.0
2025-08-20T19:02:22.3066588Z     Uninstalling packaging-25.0:
2025-08-20T19:02:22.3071775Z       Successfully uninstalled packaging-25.0
2025-08-20T19:02:22.3736848Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T19:02:22.3812010Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T19:02:22.4103543Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T19:02:22.4140716Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T19:02:22.6169161Z   Attempting uninstall: pyinstaller
2025-08-20T19:02:22.6243140Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T19:02:22.6494357Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T19:02:22.6532034Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T19:02:22.9411206Z 
2025-08-20T19:02:22.9435559Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T19:02:23.1639971Z 6.15.0
2025-08-20T19:02:24.5592069Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T19:02:24.5600423Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T19:02:24.5600752Z 
2025-08-20T19:02:24.5600946Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T19:02:24.5601629Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T19:02:24.5602002Z installation.
2025-08-20T19:02:24.5602145Z 
2025-08-20T19:02:24.5602402Z If you installed the current Docker package using this script and are using it
2025-08-20T19:02:24.5602877Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T19:02:24.5603448Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T19:02:24.5603923Z files to match the parameters passed to the script.
2025-08-20T19:02:24.5604133Z 
2025-08-20T19:02:24.5604271Z You may press Ctrl+C now to abort this script.
2025-08-20T19:02:24.5758505Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T19:02:26.0481092Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T19:02:26.5462925Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T19:02:26.5605593Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T19:02:26.6094713Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T19:02:26.6108521Z + 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-20T19:02:26.6115640Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T19:02:27.8144162Z + 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-20T19:02:38.6306294Z + sh -c 'docker version'
2025-08-20T19:02:38.6447140Z Client: Docker Engine - Community
2025-08-20T19:02:38.6448182Z  Version:           28.3.3
2025-08-20T19:02:38.6448691Z  API version:       1.51
2025-08-20T19:02:38.6448971Z  Go version:        go1.24.5
2025-08-20T19:02:38.6449303Z  Git commit:        980b856
2025-08-20T19:02:38.6449561Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T19:02:38.6449828Z  OS/Arch:           linux/arm64
2025-08-20T19:02:38.6450243Z  Context:           default
2025-08-20T19:02:38.6450385Z 
2025-08-20T19:02:38.6450507Z Server: Docker Engine - Community
2025-08-20T19:02:38.6450736Z  Engine:
2025-08-20T19:02:38.6451007Z   Version:          28.3.3
2025-08-20T19:02:38.6451258Z   API version:      1.51 (minimum version 1.24)
2025-08-20T19:02:38.6451544Z   Go version:       go1.24.5
2025-08-20T19:02:38.6451839Z   Git commit:       bea959c
2025-08-20T19:02:38.6452086Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T19:02:38.6452414Z   OS/Arch:          linux/arm64
2025-08-20T19:02:38.6452667Z   Experimental:     false
2025-08-20T19:02:38.6452889Z  containerd:
2025-08-20T19:02:38.6453135Z   Version:          1.7.27
2025-08-20T19:02:38.6453636Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T19:02:38.6453979Z  runc:
2025-08-20T19:02:38.6454237Z   Version:          1.2.5
2025-08-20T19:02:38.6454475Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T19:02:38.6454771Z  docker-init:
2025-08-20T19:02:38.6454965Z   Version:          0.19.0
2025-08-20T19:02:38.6455216Z   GitCommit:        de40ad0
2025-08-20T19:02:38.6466978Z 
2025-08-20T19:02:38.6467432Z ================================================================================
2025-08-20T19:02:38.6467731Z 
2025-08-20T19:02:38.6468172Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T19:02:38.6468591Z Docker daemon in rootless mode for your user:
2025-08-20T19:02:38.6468869Z 
2025-08-20T19:02:38.6468991Z     dockerd-rootless-setuptool.sh install
2025-08-20T19:02:38.6469193Z 
2025-08-20T19:02:38.6469402Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T19:02:38.6469731Z 
2025-08-20T19:02:38.6469735Z 
2025-08-20T19:02:38.6469918Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T19:02:38.6470465Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T19:02:38.6470732Z 
2025-08-20T19:02:38.6470921Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T19:02:38.6471420Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T19:02:38.6471891Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T19:02:38.6472208Z 
2025-08-20T19:02:38.6472312Z ================================================================================
2025-08-20T19:02:38.6472549Z 
2025-08-20T19:02:49.7035584Z ● docker.service - Docker Application Container Engine
2025-08-20T19:02:49.7036301Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T19:02:49.7036798Z      Active: active (running) since Wed 2025-08-20 19:02:39 UTC; 10s ago
2025-08-20T19:02:49.7037275Z TriggeredBy: ● docker.socket
2025-08-20T19:02:49.7038026Z        Docs: https://docs.docker.com
2025-08-20T19:02:49.7038318Z    Main PID: 20488 (dockerd)
2025-08-20T19:02:49.7038591Z       Tasks: 10
2025-08-20T19:02:49.7038817Z      Memory: 20.8M (peak: 24.4M)
2025-08-20T19:02:49.7039055Z         CPU: 252ms
2025-08-20T19:02:49.7039353Z      CGroup: /system.slice/docker.service
2025-08-20T19:02:49.7041860Z              └─20488 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T19:02:49.7042218Z 
2025-08-20T19:02:49.7042540Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.069877777Z" level=info msg="Loading containers: start."
2025-08-20T19:02:49.7043974Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.593521142Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count e550bd3fa7d530708df0e993fd936ad6b570b7b4469376102ffebc3859a2fa0c], retrying...."
2025-08-20T19:02:49.7045162Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.636662000Z" level=info msg="Loading containers: done."
2025-08-20T19:02:49.7046364Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.668584485Z" 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-20T19:02:49.7047682Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.668676136Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T19:02:49.7048551Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.668709721Z" level=info msg="Initializing buildkit"
2025-08-20T19:02:49.7049285Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.684555996Z" level=info msg="Completed buildkit initialization"
2025-08-20T19:02:49.7050007Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.687509424Z" level=info msg="Daemon has completed initialization"
2025-08-20T19:02:49.7050749Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.687553609Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T19:02:49.7051439Z Aug 20 19:02:39 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T19:02:49.7129471Z ● docker.service - Docker Application Container Engine
2025-08-20T19:02:49.7129994Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T19:02:49.7130698Z      Active: active (running) since Wed 2025-08-20 19:02:39 UTC; 10s ago
2025-08-20T19:02:49.7131196Z TriggeredBy: ● docker.socket
2025-08-20T19:02:49.7131612Z        Docs: https://docs.docker.com
2025-08-20T19:02:49.7131891Z    Main PID: 20488 (dockerd)
2025-08-20T19:02:49.7132161Z       Tasks: 10
2025-08-20T19:02:49.7132382Z      Memory: 20.8M (peak: 24.4M)
2025-08-20T19:02:49.7132645Z         CPU: 252ms
2025-08-20T19:02:49.7132929Z      CGroup: /system.slice/docker.service
2025-08-20T19:02:49.7133712Z              └─20488 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T19:02:49.7134019Z 
2025-08-20T19:02:49.7134337Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.069877777Z" level=info msg="Loading containers: start."
2025-08-20T19:02:49.7135552Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.593521142Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count e550bd3fa7d530708df0e993fd936ad6b570b7b4469376102ffebc3859a2fa0c], retrying...."
2025-08-20T19:02:49.7136705Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.636662000Z" level=info msg="Loading containers: done."
2025-08-20T19:02:49.7137857Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.668584485Z" 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-20T19:02:49.7139345Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.668676136Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T19:02:49.7140212Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.668709721Z" level=info msg="Initializing buildkit"
2025-08-20T19:02:49.7140956Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.684555996Z" level=info msg="Completed buildkit initialization"
2025-08-20T19:02:49.7141710Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.687509424Z" level=info msg="Daemon has completed initialization"
2025-08-20T19:02:49.7142410Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.687553609Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T19:02:49.7143119Z Aug 20 19:02:39 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T19:02:49.7299278Z ● docker.service - Docker Application Container Engine
2025-08-20T19:02:49.7299960Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T19:02:49.7300451Z      Active: active (running) since Wed 2025-08-20 19:02:39 UTC; 10s ago
2025-08-20T19:02:49.7300914Z TriggeredBy: ● docker.socket
2025-08-20T19:02:49.7301324Z        Docs: https://docs.docker.com
2025-08-20T19:02:49.7301607Z    Main PID: 20488 (dockerd)
2025-08-20T19:02:49.7301909Z       Tasks: 10
2025-08-20T19:02:49.7302152Z      Memory: 20.8M (peak: 24.4M)
2025-08-20T19:02:49.7302397Z         CPU: 252ms
2025-08-20T19:02:49.7302726Z      CGroup: /system.slice/docker.service
2025-08-20T19:02:49.7303503Z              └─20488 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T19:02:49.7303796Z 
2025-08-20T19:02:49.7304106Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.069877777Z" level=info msg="Loading containers: start."
2025-08-20T19:02:49.7305334Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.593521142Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count e550bd3fa7d530708df0e993fd936ad6b570b7b4469376102ffebc3859a2fa0c], retrying...."
2025-08-20T19:02:49.7306470Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.636662000Z" level=info msg="Loading containers: done."
2025-08-20T19:02:49.7307849Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.668584485Z" 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-20T19:02:49.7309201Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.668676136Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T19:02:49.7310097Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.668709721Z" level=info msg="Initializing buildkit"
2025-08-20T19:02:49.7310861Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.684555996Z" level=info msg="Completed buildkit initialization"
2025-08-20T19:02:49.7311590Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.687509424Z" level=info msg="Daemon has completed initialization"
2025-08-20T19:02:49.7312309Z Aug 20 19:02:39 runnervmdbl46 dockerd[20488]: time="2025-08-20T19:02:39.687553609Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T19:02:49.7313035Z Aug 20 19:02:39 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T19:02:49.7384843Z Docker version 28.3.3, build 980b856
2025-08-20T19:02:49.7540654Z Unable to find image 'hello-world:latest' locally
2025-08-20T19:02:50.1654363Z latest: Pulling from library/hello-world
2025-08-20T19:02:50.2881244Z 198f93fd5094: Pulling fs layer
2025-08-20T19:02:50.4085654Z 198f93fd5094: Verifying Checksum
2025-08-20T19:02:50.4086029Z 198f93fd5094: Download complete
2025-08-20T19:02:50.4592224Z 198f93fd5094: Pull complete
2025-08-20T19:02:50.4977051Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T19:02:50.5090348Z Status: Downloaded newer image for hello-world:latest
2025-08-20T19:02:51.4672893Z 
2025-08-20T19:02:51.4673739Z Hello from Docker!
2025-08-20T19:02:51.4674786Z This message shows that your installation appears to be working correctly.
2025-08-20T19:02:51.4675253Z 
2025-08-20T19:02:51.4675449Z To generate this message, Docker took the following steps:
2025-08-20T19:02:51.4675816Z  1. The Docker client contacted the Docker daemon.
2025-08-20T19:02:51.4676409Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T19:02:51.4676775Z     (arm64v8)
2025-08-20T19:02:51.4677109Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T19:02:51.4680056Z     executable that produces the output you are currently reading.
2025-08-20T19:02:51.4680525Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T19:02:51.4680888Z     to your terminal.
2025-08-20T19:02:51.4681098Z 
2025-08-20T19:02:51.4681295Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T19:02:51.4681725Z  $ docker run -it ubuntu bash
2025-08-20T19:02:51.4681884Z 
2025-08-20T19:02:51.4686052Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T19:02:51.4686508Z  https://hub.docker.com/
2025-08-20T19:02:51.4686684Z 
2025-08-20T19:02:51.4686780Z For more examples and ideas, visit:
2025-08-20T19:02:51.4687131Z  https://docs.docker.com/get-started/
2025-08-20T19:02:51.4687357Z 
2025-08-20T19:02:51.6962351Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:02:51.6962892Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T19:02:51.6964996Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T19:02:51.6965495Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T19:02:51.6965953Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T19:02:51.6966344Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T19:02:51.6966785Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T19:02:51.6967178Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T19:02:51.6967895Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T19:02:51.6968381Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T19:02:51.6968773Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T19:02:51.6969229Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T19:02:51.6969654Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T19:02:51.6970103Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T19:02:51.6970603Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T19:02:51.6971056Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T19:02:51.6971501Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T19:02:51.6971951Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T19:02:51.6972357Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:02:51.6972853Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:02:51.6973610Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T19:02:51.6974039Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T19:02:51.6974545Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:02:51.6975267Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T19:02:51.6975666Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T19:02:51.6976193Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:02:51.6976669Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:02:51.6977115Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:02:51.6977619Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:02:51.6978077Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:02:51.6978664Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T19:02:51.6979134Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T19:02:51.6979601Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T19:02:51.6980109Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:02:51.6980586Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T19:02:51.6981072Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:02:51.7041915Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:02:51.7042381Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T19:02:51.7042790Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T19:02:51.7043435Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:02:51.7043884Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T19:02:51.7044301Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:02:51.7044713Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T19:02:51.7045105Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T19:02:51.7045555Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T19:02:51.7046023Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:02:51.7046489Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:02:51.7047297Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T19:02:51.7047763Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T19:02:51.7048173Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:02:51.7048587Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T19:02:51.7048991Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T19:02:51.7049415Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T19:02:51.7049808Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T19:02:51.7050225Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T19:02:51.7050578Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T19:02:51.7050946Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T19:02:51.7051340Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T19:02:51.7051741Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:02:51.7052115Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T19:02:51.7052522Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:02:51.7052958Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:02:51.7053739Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:02:51.7054151Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:02:51.7054569Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T19:02:51.7054994Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:02:51.7055401Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:02:51.7055796Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T19:02:51.7056228Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:02:51.7056724Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:02:51.7057215Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T19:02:51.7057677Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T19:02:51.7058089Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T19:02:51.7058474Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T19:02:51.7058862Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T19:02:51.7059263Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T19:02:51.7059663Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T19:02:51.7060117Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:02:51.7060615Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:02:51.7061115Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:02:51.7061608Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:02:51.7062046Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:02:51.7062444Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:02:51.7062833Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:02:51.7063876Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:02:51.7064530Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T19:02:51.7064935Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T19:02:51.7065360Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T19:02:51.7065779Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T19:02:51.7066160Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T19:02:51.7066539Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T19:02:51.7066947Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:02:51.7067349Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T19:02:51.7067723Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T19:02:51.7068087Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T19:02:51.7068482Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:02:51.7068867Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T19:02:51.7069214Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T19:02:51.7069590Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T19:02:51.7069996Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T19:02:51.7071199Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T19:02:51.7071562Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T19:02:51.7071923Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T19:02:51.7072297Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T19:02:51.7072678Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T19:02:51.7073076Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T19:02:51.7073688Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T19:02:51.7074071Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T19:02:51.7074448Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T19:02:51.7074844Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T19:02:51.7075245Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T19:02:51.7075609Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T19:02:51.7075956Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T19:02:51.7076303Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T19:02:51.7076656Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T19:02:51.7077013Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T19:02:51.7077363Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T19:02:51.7077732Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T19:02:51.7078122Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T19:02:51.7078547Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:02:51.7078977Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T19:02:51.7079380Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T19:02:51.7079768Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T19:02:51.7080152Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T19:02:51.7080537Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T19:02:51.7080934Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T19:02:51.7081540Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T19:02:51.7081939Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T19:02:51.7082327Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T19:02:51.7082732Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:02:51.7083289Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:02:51.7083724Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T19:02:51.7084109Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T19:02:51.7084497Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T19:02:51.7084903Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T19:02:51.7085309Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T19:02:51.7085714Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T19:02:51.7086104Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T19:02:51.7086497Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:02:51.7086895Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T19:02:51.7087435Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T19:02:51.7087790Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T19:02:51.7088150Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T19:02:51.7088542Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T19:02:51.7088933Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T19:02:51.7089329Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T19:02:51.7089718Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T19:02:51.7090085Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T19:02:51.7090454Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T19:02:51.7090830Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T19:02:51.7091213Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T19:02:51.7091632Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:02:51.7092071Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T19:02:51.7092466Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T19:02:51.7092834Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T19:02:51.7093359Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T19:02:51.7093793Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:02:51.7094209Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:02:51.7094562Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T19:02:51.7094904Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T19:02:51.7095316Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:02:51.7095747Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T19:02:51.7096153Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T19:02:51.7096530Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T19:02:51.7096907Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T19:02:51.7097287Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T19:02:51.7097896Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:02:51.7098379Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:02:51.7098790Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T19:02:51.7099151Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T19:02:51.7099506Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T19:02:51.7099955Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:02:51.7100449Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:02:51.7100885Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T19:02:51.7101260Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T19:02:51.7101721Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:02:51.7102252Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:02:51.7102751Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:02:51.7103400Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T19:02:51.7103785Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T19:02:51.7104334Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T19:02:51.7104741Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T19:02:51.7105154Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T19:02:51.7105554Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:02:51.7105924Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T19:02:51.7106300Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T19:02:51.7106700Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:02:51.7107094Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T19:02:51.7107486Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:02:51.7107878Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T19:02:51.7108271Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:02:51.7108658Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T19:02:51.7109076Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:02:51.7109513Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T19:02:51.7109936Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T19:02:51.7110329Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T19:02:51.7110701Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T19:02:51.7111073Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T19:02:51.7111449Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T19:02:51.7111838Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T19:02:51.7112259Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:02:51.7112725Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:02:51.7113420Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:02:51.7113847Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T19:02:51.7114451Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T19:02:51.7114848Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T19:02:51.7115234Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T19:02:51.7115596Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T19:02:51.7115979Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T19:02:51.7116359Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T19:02:51.7116807Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:02:51.7117279Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T19:02:51.7117737Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:02:51.7118254Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:02:51.7118769Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:02:51.7119274Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:02:51.7119713Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T19:02:51.7120075Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T19:02:51.7120435Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T19:02:51.7120985Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:02:51.7121363Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T19:02:51.7121728Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T19:02:51.7122102Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:02:51.7122482Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T19:02:51.7122868Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:02:51.7123411Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T19:02:51.7123797Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T19:02:51.7124194Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T19:02:51.7124576Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T19:02:51.7124995Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:02:51.7125424Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:02:51.7125839Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T19:02:51.7126249Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T19:02:51.7126649Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T19:02:51.7127057Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T19:02:51.7127476Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T19:02:51.7127862Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T19:02:51.7128219Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T19:02:51.7128723Z 	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-20T19:02:51.7129242Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T19:02:51.7129610Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T19:02:51.7130076Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T19:02:51.7130453Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T19:02:51.7131074Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:02:51.7131567Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T19:02:51.7132218Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:02:51.7132648Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T19:02:51.7133047Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T19:02:51.7133617Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T19:02:51.7134039Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:02:51.7134452Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T19:02:51.7134836Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T19:02:51.7135264Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:02:51.7135756Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:02:51.7136250Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:02:51.7136700Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:02:51.7137108Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T19:02:51.7137505Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T19:02:51.7138191Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:02:51.7138672Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T19:02:51.7139080Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T19:02:51.7139513Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:02:51.7139968Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T19:02:51.7140371Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T19:02:51.7140731Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T19:02:51.7141079Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T19:02:51.7141445Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T19:02:51.7141832Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T19:02:51.7142196Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T19:02:51.7142547Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T19:02:51.7142913Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T19:02:51.7143465Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T19:02:51.7143826Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T19:02:51.7144201Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T19:02:51.7144553Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T19:02:51.7144925Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T19:02:51.7145307Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T19:02:51.7145667Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T19:02:51.7146025Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T19:02:51.7146383Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T19:02:51.7146746Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T19:02:51.7147116Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T19:02:51.7147479Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T19:02:51.7148039Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T19:02:51.7148445Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T19:02:51.7148863Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T19:02:51.7149296Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T19:02:51.7149697Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T19:02:51.7150114Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T19:02:51.7150497Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:02:51.7150923Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:02:51.7151317Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T19:02:51.7151674Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T19:02:51.7152044Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T19:02:51.7152400Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T19:02:51.7152743Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T19:02:51.7153089Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T19:02:51.7153709Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T19:02:51.7154087Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T19:02:51.7154664Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T19:02:51.7155011Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T19:02:51.7155343Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T19:02:51.7155719Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:02:51.7156123Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T19:02:51.7156523Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:02:51.7156916Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T19:02:51.7157307Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:02:51.7157718Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:02:51.7158215Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:02:51.7158833Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:02:51.7159450Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:02:51.7159981Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:02:51.7160451Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:02:51.7160901Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:02:51.7161417Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:02:51.7162035Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:02:51.7162592Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:02:51.7163086Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:02:51.7163887Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T19:02:51.7164259Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T19:02:51.7164629Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T19:02:51.7164997Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T19:02:51.7165604Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T19:02:51.7166006Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T19:02:51.7166390Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T19:02:51.7166776Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T19:02:51.7167159Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T19:02:51.7167549Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T19:02:51.7167923Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T19:02:51.7168295Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T19:02:51.7168667Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T19:02:51.7169055Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T19:02:51.7169447Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T19:02:51.7169853Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T19:02:51.7170264Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T19:02:51.7170630Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T19:02:51.7171019Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T19:02:51.7171623Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T19:02:51.7172031Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:02:51.7172468Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:02:51.7172891Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T19:02:51.7173435Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T19:02:51.7173819Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T19:02:51.7174202Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T19:02:51.7174571Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T19:02:51.7174956Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:02:51.7175345Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T19:02:51.7175734Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T19:02:51.7176112Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T19:02:51.7176471Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T19:02:51.7176836Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T19:02:51.7177385Z 	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-20T19:02:51.7178100Z 	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-20T19:02:51.7178781Z 	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-20T19:02:51.7179445Z 	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-20T19:02:51.7179971Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T19:02:51.7180351Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T19:02:51.7180754Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T19:02:51.7181152Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T19:02:51.7181527Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T19:02:51.7182094Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T19:02:51.7182514Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T19:02:51.7182891Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T19:02:51.7183523Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T19:02:51.7183905Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T19:02:51.7184284Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T19:02:51.7184668Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T19:02:51.7185068Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T19:02:51.7185463Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T19:02:51.7185858Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T19:02:51.7186249Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T19:02:51.7186622Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T19:02:51.7187006Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T19:02:51.7187406Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T19:02:51.7187801Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T19:02:51.7188436Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T19:02:51.7188824Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T19:02:51.7189246Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:02:51.7189674Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T19:02:51.7190080Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T19:02:51.7190542Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:02:51.7190999Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:02:51.7191401Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T19:02:51.7191769Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T19:02:51.7192145Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T19:02:51.7192546Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T19:02:51.7192953Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:02:51.7193550Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T19:02:51.7193933Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T19:02:51.7194324Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T19:02:51.7194796Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:02:51.7195265Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:02:51.7195658Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T19:02:51.7196063Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:02:51.7196518Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:02:51.7196962Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:02:51.7197433Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:02:51.7197918Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:02:51.7198359Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:02:51.7199014Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:02:51.7199426Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T19:02:51.7199817Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T19:02:51.7200231Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T19:02:51.7200618Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T19:02:51.7200990Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T19:02:51.7201394Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T19:02:51.7201787Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T19:02:51.7202186Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:02:51.7202606Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T19:02:51.7202995Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T19:02:51.7203570Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T19:02:51.7203943Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T19:02:51.7204296Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T19:02:51.7204681Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:02:51.7205310Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:02:51.7205701Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T19:02:51.7206142Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:02:51.7206590Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:02:51.7206991Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T19:02:51.7207428Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:02:51.7207848Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T19:02:51.7208251Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:02:51.7208655Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T19:02:51.7209015Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T19:02:51.7209374Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T19:02:51.7209764Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T19:02:51.7210157Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T19:02:51.7210529Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T19:02:51.7210891Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T19:02:51.7211238Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T19:02:51.7211585Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T19:02:51.7212071Z 	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-20T19:02:51.7212576Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T19:02:51.7212960Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T19:02:51.7213515Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T19:02:51.7213911Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T19:02:51.7214317Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T19:02:51.7214720Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T19:02:51.7215389Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T19:02:51.7215832Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:02:51.7216241Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T19:02:51.7216615Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T19:02:51.7216979Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T19:02:51.7217344Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T19:02:51.7217717Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T19:02:51.7218135Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T19:02:51.7218560Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T19:02:51.7218952Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T19:02:51.7219375Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:02:51.7219812Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:02:51.7220209Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T19:02:51.7220574Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T19:02:51.7220920Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T19:02:51.7221436Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T19:02:51.7221804Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T19:02:51.7222177Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T19:02:51.7222553Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T19:02:51.7222947Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T19:02:51.7223651Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T19:02:51.7224118Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:02:51.7224553Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T19:02:51.7224925Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T19:02:51.7225307Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T19:02:51.7225697Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T19:02:51.7226082Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T19:02:51.7226462Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T19:02:51.7226840Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T19:02:51.7227276Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:02:51.7227766Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:02:51.7228188Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T19:02:51.7228560Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T19:02:51.7228937Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T19:02:51.7229336Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T19:02:51.7229730Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T19:02:51.7230103Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T19:02:51.7230498Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T19:02:51.7230875Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T19:02:51.7231222Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T19:02:51.7231821Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T19:02:51.7232235Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T19:02:51.7232654Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T19:02:51.7233030Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T19:02:51.7233577Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T19:02:51.7234024Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:02:51.7234463Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T19:02:51.7234885Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:02:51.7235278Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T19:02:51.7235793Z 	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-20T19:02:51.7236294Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T19:02:51.7236685Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:02:51.7237090Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T19:02:51.7237513Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:02:51.7238243Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:02:51.7238829Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:02:51.7239437Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:02:51.7240081Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:02:51.7240733Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:02:51.7241360Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:02:51.7241981Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:02:51.7242561Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:02:51.7243046Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T19:02:51.7243637Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:02:51.7244076Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T19:02:51.7244500Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:02:51.7244981Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:02:51.7245412Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T19:02:51.7245793Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T19:02:51.7246161Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T19:02:51.7246538Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T19:02:51.7246921Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T19:02:51.7247324Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:02:51.7247733Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T19:02:51.7248092Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T19:02:51.7248475Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:02:51.7249140Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:02:51.7249635Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:02:51.7250170Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:02:51.7250654Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:02:51.7251100Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:02:51.7251516Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T19:02:51.7251924Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T19:02:51.7252331Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T19:02:51.7252755Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:02:51.7253300Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T19:02:51.7253728Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T19:02:51.7254105Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T19:02:51.7254476Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T19:02:51.7254848Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T19:02:51.7255278Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:02:51.7255902Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T19:02:51.7256301Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T19:02:51.7256709Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T19:02:51.7257133Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:02:51.7257581Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:02:51.7258022Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:02:51.7258447Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:02:51.7258836Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T19:02:51.7259203Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T19:02:51.7259590Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T19:02:51.7259956Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T19:02:51.7260323Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T19:02:51.7260720Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T19:02:51.7261117Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T19:02:51.7261545Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:02:51.7262010Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:02:51.7262465Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:02:51.7262856Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T19:02:51.7263471Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T19:02:51.7263868Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T19:02:51.7264261Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T19:02:51.7264645Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T19:02:51.7265033Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:02:51.7265457Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:02:51.7266144Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:02:51.7266573Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T19:02:51.7266957Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T19:02:51.7267349Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T19:02:51.7267891Z 	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-20T19:02:51.7268478Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:02:51.7268928Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:02:51.7269372Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:02:51.7269794Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T19:02:51.7270196Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T19:02:51.7270588Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T19:02:51.7270977Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:02:51.7271375Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:02:51.7271779Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T19:02:51.7272319Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T19:02:51.7272709Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:02:51.7273113Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:02:51.7273731Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T19:02:51.7274158Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T19:02:51.7274625Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T19:02:51.7275046Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T19:02:51.7275421Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T19:02:51.7275795Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T19:02:51.7276181Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T19:02:51.7276563Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T19:02:51.7276926Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:02:51.7277355Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:02:51.7277798Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T19:02:51.7278199Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T19:02:51.7278594Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T19:02:51.7278988Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T19:02:51.7279368Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T19:02:51.7279741Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T19:02:51.7280123Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T19:02:51.7280528Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T19:02:51.7280969Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:02:51.7281414Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:02:51.7281839Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:02:51.7282463Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T19:02:51.7282885Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T19:02:51.7283497Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T19:02:51.7283894Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T19:02:51.7284251Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T19:02:51.7284602Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T19:02:51.7284964Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T19:02:51.7285333Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T19:02:51.7285685Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T19:02:51.7286052Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:02:51.7286442Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:02:51.7286830Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T19:02:51.7287183Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T19:02:51.7287532Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T19:02:51.7287908Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T19:02:51.7288302Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T19:02:51.7288850Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T19:02:51.7289211Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T19:02:51.7289570Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T19:02:51.7289952Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T19:02:51.7290336Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T19:02:51.7290686Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T19:02:51.7291058Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T19:02:51.7291449Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T19:02:51.7291827Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T19:02:51.7292200Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T19:02:51.7292572Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T19:02:51.7292953Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T19:02:51.7293536Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T19:02:51.7293963Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T19:02:51.7294362Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T19:02:51.7294718Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T19:02:51.7295063Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T19:02:51.7295402Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T19:02:51.7295819Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:02:51.7296314Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:02:51.7296788Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:02:51.7297260Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:02:51.7297763Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:02:51.7298203Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T19:02:51.7298581Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:02:51.7299226Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:02:51.7299637Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:02:51.7300022Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T19:02:51.7300407Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:02:51.7300796Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T19:02:51.7301169Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T19:02:51.7301556Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:02:51.7301997Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:02:51.7302425Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:02:51.7302801Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T19:02:51.7303472Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:02:51.7303924Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:02:51.7304302Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T19:02:51.7304651Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T19:02:51.7305236Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:02:51.7305681Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:02:51.7306139Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T19:02:51.7306548Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T19:02:51.7306961Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T19:02:51.7307391Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T19:02:51.7307823Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T19:02:51.7429232Z [+] Installing Go for linux-arm64...
2025-08-20T19:02:52.1789402Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T19:02:52.1789738Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T19:02:52.1789975Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T19:02:52.1800317Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T19:02:52.1800708Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T19:02:52.1801051Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T19:02:52.1884642Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T19:02:52.1885098Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T19:02:52.1885566Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T19:02:52.1886014Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T19:02:52.1886446Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T19:02:52.1886888Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T19:02:52.1887359Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T19:02:52.1887817Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T19:02:52.1888245Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T19:02:52.1888671Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T19:02:52.1889098Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T19:02:52.1889984Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T19:02:52.1890448Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T19:02:52.1890892Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T19:02:52.1891335Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T19:02:52.1891782Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T19:02:52.1892248Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T19:02:52.1892698Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T19:02:52.1893142Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T19:02:52.1893723Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T19:02:52.1894066Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T19:02:52.1894389Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T19:02:52.1894714Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T19:02:52.1895040Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T19:02:52.1895371Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T19:02:52.1922809Z go version go1.22.2 linux/arm64
2025-08-20T19:02:52.2224666Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:02:52.2225588Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T19:02:52.2225943Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T19:02:52.2226295Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T19:02:52.2226659Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T19:02:52.2227016Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T19:02:52.2227379Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T19:02:52.2227746Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T19:02:52.2228091Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T19:02:52.2228414Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T19:02:52.2228763Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T19:02:52.2229165Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T19:02:52.2229555Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T19:02:52.2229958Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T19:02:52.2230349Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T19:02:52.2230747Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T19:02:52.2231168Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T19:02:52.2231535Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T19:02:52.2231911Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:02:52.2232363Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:02:52.2232803Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T19:02:52.2233348Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T19:02:52.2233775Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:02:52.2234171Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T19:02:52.2234515Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T19:02:52.2234901Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:02:52.2235328Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:02:52.2236007Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:02:52.2236422Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:02:52.2236833Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:02:52.2237251Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T19:02:52.2237670Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T19:02:52.2238100Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T19:02:52.2238517Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:02:52.2238954Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T19:02:52.2239377Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:02:52.2239780Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:02:52.2240185Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T19:02:52.2240573Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T19:02:52.2240980Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:02:52.2241402Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T19:02:52.2241970Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:02:52.2242371Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T19:02:52.2242763Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T19:02:52.2243388Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T19:02:52.2243891Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:02:52.2244366Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:02:52.2244853Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T19:02:52.2245292Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T19:02:52.2245707Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:02:52.2246124Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T19:02:52.2246534Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T19:02:52.2246948Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T19:02:52.2247341Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T19:02:52.2247709Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T19:02:52.2248063Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T19:02:52.2248435Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T19:02:52.2248826Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T19:02:52.2249230Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:02:52.2249606Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T19:02:52.2250011Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:02:52.2250453Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:02:52.2250873Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:02:52.2251281Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:02:52.2251702Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T19:02:52.2252332Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:02:52.2252761Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:02:52.2253330Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T19:02:52.2253774Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:02:52.2254267Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:02:52.2254769Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T19:02:52.2255226Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T19:02:52.2255642Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T19:02:52.2256027Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T19:02:52.2256414Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T19:02:52.2256815Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T19:02:52.2257208Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T19:02:52.2257663Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:02:52.2258158Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:02:52.2258832Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:02:52.2259319Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:02:52.2259766Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:02:52.2260162Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:02:52.2260550Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:02:52.2260955Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:02:52.2261351Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T19:02:52.2261737Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T19:02:52.2262156Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T19:02:52.2262576Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T19:02:52.2262961Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T19:02:52.2263479Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T19:02:52.2263886Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:02:52.2264289Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T19:02:52.2264663Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T19:02:52.2265032Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T19:02:52.2265423Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:02:52.2265803Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T19:02:52.2266149Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T19:02:52.2266523Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T19:02:52.2266932Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T19:02:52.2267315Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T19:02:52.2267678Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T19:02:52.2268039Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T19:02:52.2268415Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T19:02:52.2269063Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T19:02:52.2269471Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T19:02:52.2269860Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T19:02:52.2270242Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T19:02:52.2270620Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T19:02:52.2271020Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T19:02:52.2271418Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T19:02:52.2271784Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T19:02:52.2272133Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T19:02:52.2272480Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T19:02:52.2272829Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T19:02:52.2273302Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T19:02:52.2273657Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T19:02:52.2274028Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T19:02:52.2274422Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T19:02:52.2274851Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:02:52.2275454Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T19:02:52.2275853Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T19:02:52.2276244Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T19:02:52.2276627Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T19:02:52.2277010Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T19:02:52.2277414Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T19:02:52.2277819Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T19:02:52.2278199Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T19:02:52.2278588Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T19:02:52.2278998Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:02:52.2279438Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:02:52.2279861Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T19:02:52.2280247Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T19:02:52.2280638Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T19:02:52.2281044Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T19:02:52.2281451Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T19:02:52.2281854Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T19:02:52.2282248Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T19:02:52.2282648Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:02:52.2283054Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T19:02:52.2283549Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T19:02:52.2283908Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T19:02:52.2284272Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T19:02:52.2284666Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T19:02:52.2285060Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T19:02:52.2285661Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T19:02:52.2286070Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T19:02:52.2286440Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T19:02:52.2286809Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T19:02:52.2287185Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T19:02:52.2287577Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T19:02:52.2287998Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:02:52.2288438Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T19:02:52.2288832Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T19:02:52.2289204Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T19:02:52.2289593Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T19:02:52.2290010Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:02:52.2290424Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:02:52.2290776Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T19:02:52.2291118Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T19:02:52.2291690Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:02:52.2292116Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T19:02:52.2292524Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T19:02:52.2292907Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T19:02:52.2294548Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T19:02:52.2294961Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T19:02:52.2295383Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:02:52.2295848Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:02:52.2296262Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T19:02:52.2296634Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T19:02:52.2296989Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T19:02:52.2297429Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:02:52.2297928Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:02:52.2298365Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T19:02:52.2298740Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T19:02:52.2299202Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:02:52.2299730Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:02:52.2300231Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:02:52.2300669Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T19:02:52.2301031Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T19:02:52.2301411Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T19:02:52.2301817Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T19:02:52.2302231Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T19:02:52.2302635Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:02:52.2303360Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T19:02:52.2303772Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T19:02:52.2304171Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:02:52.2304566Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T19:02:52.2304960Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:02:52.2305378Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T19:02:52.2305771Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:02:52.2306158Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T19:02:52.2306577Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:02:52.2307018Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T19:02:52.2307444Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T19:02:52.2307832Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T19:02:52.2308206Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T19:02:52.2308573Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T19:02:52.2308945Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T19:02:52.2309481Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T19:02:52.2309897Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:02:52.2310359Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:02:52.2310806Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:02:52.2311212Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T19:02:52.2311598Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T19:02:52.2311981Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T19:02:52.2312356Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T19:02:52.2312723Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T19:02:52.2313108Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T19:02:52.2313641Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T19:02:52.2314086Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:02:52.2314561Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T19:02:52.2315021Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:02:52.2315541Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:02:52.2316053Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:02:52.2316555Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:02:52.2316991Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T19:02:52.2317353Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T19:02:52.2317717Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T19:02:52.2318099Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:02:52.2318476Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T19:02:52.2318844Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T19:02:52.2319223Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:02:52.2319801Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T19:02:52.2320200Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:02:52.2320575Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T19:02:52.2320951Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T19:02:52.2321347Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T19:02:52.2321742Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T19:02:52.2322158Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:02:52.2322593Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:02:52.2323010Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T19:02:52.2323561Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T19:02:52.2323970Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T19:02:52.2324377Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T19:02:52.2324795Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T19:02:52.2325184Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T19:02:52.2325544Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T19:02:52.2326323Z 	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-20T19:02:52.2326834Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T19:02:52.2327202Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T19:02:52.2327572Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T19:02:52.2327939Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T19:02:52.2328338Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:02:52.2328769Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T19:02:52.2329194Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:02:52.2329619Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T19:02:52.2330025Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T19:02:52.2330429Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T19:02:52.2330848Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:02:52.2331257Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T19:02:52.2331648Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T19:02:52.2332077Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:02:52.2332565Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:02:52.2333059Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:02:52.2333648Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:02:52.2334059Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T19:02:52.2334465Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T19:02:52.2334937Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:02:52.2335420Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T19:02:52.2335829Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T19:02:52.2336427Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:02:52.2336886Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T19:02:52.2337288Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T19:02:52.2337647Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T19:02:52.2337996Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T19:02:52.2338370Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T19:02:52.2338751Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T19:02:52.2339114Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T19:02:52.2339464Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T19:02:52.2339830Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T19:02:52.2340190Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T19:02:52.2340548Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T19:02:52.2340917Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T19:02:52.2341271Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T19:02:52.2341643Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T19:02:52.2342027Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T19:02:52.2342541Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T19:02:52.2342897Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T19:02:52.2343394Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T19:02:52.2343754Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T19:02:52.2344126Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T19:02:52.2344493Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T19:02:52.2344850Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T19:02:52.2345223Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T19:02:52.2345639Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T19:02:52.2346072Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T19:02:52.2346482Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T19:02:52.2346839Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T19:02:52.2347218Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:02:52.2347642Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:02:52.2348039Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T19:02:52.2348400Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T19:02:52.2348767Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T19:02:52.2349129Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T19:02:52.2349469Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T19:02:52.2349814Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T19:02:52.2350169Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T19:02:52.2350544Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T19:02:52.2350899Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T19:02:52.2351246Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T19:02:52.2351577Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T19:02:52.2351953Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:02:52.2352561Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T19:02:52.2352986Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:02:52.2353492Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T19:02:52.2353886Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:02:52.2354299Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:02:52.2354801Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:02:52.2355410Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:02:52.2356033Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:02:52.2356572Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:02:52.2357417Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:02:52.2357880Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:02:52.2358401Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:02:52.2359020Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:02:52.2359758Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:02:52.2360253Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:02:52.2360699Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T19:02:52.2361069Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T19:02:52.2361445Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T19:02:52.2361823Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T19:02:52.2362207Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T19:02:52.2362590Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T19:02:52.2362975Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T19:02:52.2363511Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T19:02:52.2363903Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T19:02:52.2364296Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T19:02:52.2364673Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T19:02:52.2365047Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T19:02:52.2365420Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T19:02:52.2365816Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T19:02:52.2366211Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T19:02:52.2366621Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T19:02:52.2367036Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T19:02:52.2367407Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T19:02:52.2367802Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T19:02:52.2368210Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T19:02:52.2368658Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:02:52.2369097Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:02:52.2369717Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T19:02:52.2370098Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T19:02:52.2370464Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T19:02:52.2370843Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T19:02:52.2371215Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T19:02:52.2371604Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:02:52.2371999Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T19:02:52.2372386Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T19:02:52.2372766Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T19:02:52.2373128Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T19:02:52.2373667Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T19:02:52.2374222Z 	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-20T19:02:52.2374935Z 	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-20T19:02:52.2375619Z 	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-20T19:02:52.2376429Z 	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-20T19:02:52.2376954Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T19:02:52.2377339Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T19:02:52.2377744Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T19:02:52.2378145Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T19:02:52.2378524Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T19:02:52.2378901Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T19:02:52.2379278Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T19:02:52.2379651Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T19:02:52.2380025Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T19:02:52.2380404Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T19:02:52.2380782Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T19:02:52.2381165Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T19:02:52.2381569Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T19:02:52.2381964Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T19:02:52.2382363Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T19:02:52.2382750Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T19:02:52.2383128Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T19:02:52.2383637Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T19:02:52.2384043Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T19:02:52.2384442Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T19:02:52.2384838Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T19:02:52.2385228Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T19:02:52.2385652Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:02:52.2386082Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T19:02:52.2386667Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T19:02:52.2387154Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:02:52.2387610Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:02:52.2388016Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T19:02:52.2388382Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T19:02:52.2388768Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T19:02:52.2389165Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T19:02:52.2389569Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:02:52.2389970Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T19:02:52.2390348Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T19:02:52.2390741Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T19:02:52.2391211Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:02:52.2391679Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:02:52.2392073Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T19:02:52.2392608Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:02:52.2393059Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:02:52.2393629Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:02:52.2394101Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:02:52.2394588Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:02:52.2395035Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:02:52.2395471Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:02:52.2395867Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T19:02:52.2396256Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T19:02:52.2396676Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T19:02:52.2397055Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T19:02:52.2397427Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T19:02:52.2397832Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T19:02:52.2398230Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T19:02:52.2398633Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:02:52.2399048Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T19:02:52.2399437Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T19:02:52.2399814Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T19:02:52.2400180Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T19:02:52.2400534Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T19:02:52.2400930Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:02:52.2401348Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:02:52.2401740Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T19:02:52.2402186Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:02:52.2402819Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:02:52.2403365Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T19:02:52.2403807Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:02:52.2404227Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T19:02:52.2404632Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:02:52.2405041Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T19:02:52.2405394Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T19:02:52.2405754Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T19:02:52.2406146Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T19:02:52.2406539Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T19:02:52.2406920Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T19:02:52.2407277Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T19:02:52.2407618Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T19:02:52.2407962Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T19:02:52.2408448Z 	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-20T19:02:52.2409111Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T19:02:52.2409493Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T19:02:52.2409871Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T19:02:52.2410265Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T19:02:52.2410673Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T19:02:52.2411085Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T19:02:52.2411484Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T19:02:52.2411893Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:02:52.2412302Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T19:02:52.2412673Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T19:02:52.2413040Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T19:02:52.2413532Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T19:02:52.2413909Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T19:02:52.2414327Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T19:02:52.2414755Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T19:02:52.2415154Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T19:02:52.2415573Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:02:52.2416005Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:02:52.2416400Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T19:02:52.2416764Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T19:02:52.2417115Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T19:02:52.2417464Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T19:02:52.2417826Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T19:02:52.2418201Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T19:02:52.2418575Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T19:02:52.2419166Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T19:02:52.2419595Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T19:02:52.2420052Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:02:52.2420484Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T19:02:52.2420858Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T19:02:52.2421248Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T19:02:52.2421631Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T19:02:52.2422020Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T19:02:52.2422399Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T19:02:52.2422771Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T19:02:52.2423326Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:02:52.2423821Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:02:52.2424241Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T19:02:52.2424610Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T19:02:52.2424981Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T19:02:52.2425539Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T19:02:52.2425926Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T19:02:52.2426299Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T19:02:52.2426694Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T19:02:52.2427074Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T19:02:52.2427426Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T19:02:52.2427781Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T19:02:52.2428176Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T19:02:52.2428595Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T19:02:52.2428970Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T19:02:52.2429358Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T19:02:52.2429797Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:02:52.2430235Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T19:02:52.2430655Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:02:52.2431045Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T19:02:52.2431561Z 	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-20T19:02:52.2432067Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T19:02:52.2432458Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:02:52.2432870Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T19:02:52.2433430Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:02:52.2433957Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:02:52.2434538Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:02:52.2435147Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:02:52.2435961Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:02:52.2436620Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:02:52.2437248Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:02:52.2437868Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:02:52.2438450Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:02:52.2438927Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T19:02:52.2439368Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:02:52.2439799Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T19:02:52.2440224Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:02:52.2440702Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:02:52.2441134Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T19:02:52.2441514Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T19:02:52.2441884Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T19:02:52.2442381Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T19:02:52.2442760Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T19:02:52.2443273Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:02:52.2443698Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T19:02:52.2444057Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T19:02:52.2444448Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:02:52.2444908Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:02:52.2445389Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:02:52.2445876Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:02:52.2446363Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:02:52.2446816Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:02:52.2447227Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T19:02:52.2447636Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T19:02:52.2448047Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T19:02:52.2448476Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:02:52.2448902Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T19:02:52.2449285Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T19:02:52.2449662Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T19:02:52.2450037Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T19:02:52.2450411Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T19:02:52.2450851Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:02:52.2451293Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T19:02:52.2451696Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T19:02:52.2452106Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T19:02:52.2452741Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:02:52.2453334Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:02:52.2453779Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:02:52.2454209Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:02:52.2454604Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T19:02:52.2454977Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T19:02:52.2455360Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T19:02:52.2455729Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T19:02:52.2456096Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T19:02:52.2456498Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T19:02:52.2456897Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T19:02:52.2457324Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:02:52.2457793Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:02:52.2458255Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:02:52.2458648Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T19:02:52.2459276Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T19:02:52.2459647Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T19:02:52.2460040Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T19:02:52.2460425Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T19:02:52.2460813Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:02:52.2461243Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:02:52.2461690Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:02:52.2462104Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T19:02:52.2462489Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T19:02:52.2462886Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T19:02:52.2463554Z 	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-20T19:02:52.2464139Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:02:52.2464591Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:02:52.2465038Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:02:52.2465463Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T19:02:52.2465860Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T19:02:52.2466249Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T19:02:52.2466636Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:02:52.2467030Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:02:52.2467437Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T19:02:52.2467814Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T19:02:52.2468202Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:02:52.2468607Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:02:52.2469025Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T19:02:52.2469635Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T19:02:52.2470114Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T19:02:52.2470536Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T19:02:52.2470912Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T19:02:52.2471288Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T19:02:52.2471678Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T19:02:52.2472051Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T19:02:52.2472419Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:02:52.2472845Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:02:52.2473387Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T19:02:52.2473804Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T19:02:52.2474200Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T19:02:52.2474594Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T19:02:52.2474974Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T19:02:52.2475348Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T19:02:52.2475878Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T19:02:52.2476278Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T19:02:52.2476719Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:02:52.2477169Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:02:52.2477593Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:02:52.2477996Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T19:02:52.2478397Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T19:02:52.2478820Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T19:02:52.2479207Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T19:02:52.2479569Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T19:02:52.2479915Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T19:02:52.2480275Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T19:02:52.2480647Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T19:02:52.2480998Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T19:02:52.2481368Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:02:52.2481766Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:02:52.2482150Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T19:02:52.2482508Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T19:02:52.2482858Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T19:02:52.2483442Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T19:02:52.2483848Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T19:02:52.2484224Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T19:02:52.2484585Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T19:02:52.2484944Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T19:02:52.2485324Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T19:02:52.2485918Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T19:02:52.2486282Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T19:02:52.2486656Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T19:02:52.2487046Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T19:02:52.2487425Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T19:02:52.2487806Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T19:02:52.2488179Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T19:02:52.2488562Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T19:02:52.2488961Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T19:02:52.2489384Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T19:02:52.2489788Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T19:02:52.2490142Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T19:02:52.2490485Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T19:02:52.2490826Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T19:02:52.2491238Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:02:52.2491881Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:02:52.2492352Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:02:52.2492824Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:02:52.2493464Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:02:52.2493905Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T19:02:52.2494286Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:02:52.2494673Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:02:52.2495062Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:02:52.2495448Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T19:02:52.2495832Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:02:52.2496220Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T19:02:52.2496592Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T19:02:52.2496981Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:02:52.2497423Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:02:52.2497856Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:02:52.2498226Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T19:02:52.2498622Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:02:52.2499044Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:02:52.2499422Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T19:02:52.2499775Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T19:02:52.2500162Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:02:52.2500607Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:02:52.2501066Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T19:02:52.2501478Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T19:02:52.2502088Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T19:02:52.2502529Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T19:02:52.2502960Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T19:02:52.4493588Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:02:52.6201940Z Collecting meson
2025-08-20T19:02:52.6681931Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T19:02:52.7215202Z Collecting ninja
2025-08-20T19:02:52.7286116Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T19:02:52.7534770Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T19:02:52.8395279Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 12.7 MB/s  0:00:00
2025-08-20T19:02:52.8526300Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T19:02:52.9468840Z Installing collected packages: ninja, meson
2025-08-20T19:02:53.6338479Z 
2025-08-20T19:02:53.6361183Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T19:02:53.8985485Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:02:53.9866432Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T19:02:54.0586044Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T19:02:54.4400073Z 1.8.4
2025-08-20T19:02:54.4700457Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T19:02:54.5008765Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:02:54.5009195Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T19:02:54.5009555Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T19:02:54.5009929Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T19:02:54.5010337Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T19:02:54.5010700Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T19:02:54.5011058Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T19:02:54.5011414Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T19:02:54.5011758Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T19:02:54.5012083Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T19:02:54.5012450Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T19:02:54.5012833Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T19:02:54.5013391Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T19:02:54.5013812Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T19:02:54.5014209Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T19:02:54.5014614Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T19:02:54.5015013Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T19:02:54.5015372Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T19:02:54.5015751Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:02:54.5016203Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:02:54.5016649Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T19:02:54.5017033Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T19:02:54.5017448Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:02:54.5017844Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T19:02:54.5018187Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T19:02:54.5018909Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:02:54.5019364Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:02:54.5019781Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:02:54.5020186Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:02:54.5020595Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:02:54.5021019Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T19:02:54.5021439Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T19:02:54.5021866Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T19:02:54.5022291Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:02:54.5022730Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T19:02:54.5024043Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:02:54.5024481Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:02:54.5024891Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T19:02:54.5025278Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T19:02:54.5025947Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:02:54.5026372Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T19:02:54.5026788Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:02:54.5027189Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T19:02:54.5027581Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T19:02:54.5028039Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T19:02:54.5028504Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:02:54.5028972Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:02:54.5029458Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T19:02:54.5029896Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T19:02:54.5030316Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:02:54.5030731Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T19:02:54.5031134Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T19:02:54.5031544Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T19:02:54.5031943Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T19:02:54.5032311Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T19:02:54.5032665Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T19:02:54.5033037Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T19:02:54.5033650Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T19:02:54.5034053Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:02:54.5034435Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T19:02:54.5034840Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:02:54.5035277Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:02:54.5035700Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:02:54.5036308Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:02:54.5036740Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T19:02:54.5037168Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:02:54.5037567Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:02:54.5037965Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T19:02:54.5038403Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:02:54.5038894Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:02:54.5039392Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T19:02:54.5039853Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T19:02:54.5040266Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T19:02:54.5040655Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T19:02:54.5041045Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T19:02:54.5041440Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T19:02:54.5041836Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T19:02:54.5042289Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:02:54.5042917Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:02:54.5043567Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:02:54.5044057Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:02:54.5044494Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:02:54.5044898Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:02:54.5045290Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:02:54.5045693Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:02:54.5046089Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T19:02:54.5046471Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T19:02:54.5046897Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T19:02:54.5047321Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T19:02:54.5047696Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T19:02:54.5048065Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T19:02:54.5048469Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:02:54.5048879Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T19:02:54.5049253Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T19:02:54.5049618Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T19:02:54.5050007Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:02:54.5050391Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T19:02:54.5050743Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T19:02:54.5051118Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T19:02:54.5051526Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T19:02:54.5051914Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T19:02:54.5052277Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T19:02:54.5052847Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T19:02:54.5053365Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T19:02:54.5053759Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T19:02:54.5054157Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T19:02:54.5054551Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T19:02:54.5054940Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T19:02:54.5055315Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T19:02:54.5055710Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T19:02:54.5056107Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T19:02:54.5056474Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T19:02:54.5056834Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T19:02:54.5057181Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T19:02:54.5057531Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T19:02:54.5057891Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T19:02:54.5058237Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T19:02:54.5058606Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T19:02:54.5059342Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T19:02:54.5059767Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:02:54.5060199Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T19:02:54.5060595Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T19:02:54.5060984Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T19:02:54.5061376Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T19:02:54.5061760Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T19:02:54.5062159Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T19:02:54.5062562Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T19:02:54.5062946Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T19:02:54.5063975Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T19:02:54.5064383Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:02:54.5064820Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:02:54.5065244Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T19:02:54.5065634Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T19:02:54.5066029Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T19:02:54.5066437Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T19:02:54.5066840Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T19:02:54.5067241Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T19:02:54.5067634Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T19:02:54.5068027Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:02:54.5068425Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T19:02:54.5068806Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T19:02:54.5069160Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T19:02:54.5069522Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T19:02:54.5070164Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T19:02:54.5070580Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T19:02:54.5070980Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T19:02:54.5071368Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T19:02:54.5071733Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T19:02:54.5072108Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T19:02:54.5072481Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T19:02:54.5072866Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T19:02:54.5073480Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:02:54.5073929Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T19:02:54.5074332Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T19:02:54.5074706Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T19:02:54.5075091Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T19:02:54.5075505Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:02:54.5076098Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:02:54.5076448Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T19:02:54.5076787Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T19:02:54.5077201Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:02:54.5077626Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T19:02:54.5078036Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T19:02:54.5078419Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T19:02:54.5078796Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T19:02:54.5079173Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T19:02:54.5079590Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:02:54.5080103Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:02:54.5080514Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T19:02:54.5080873Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T19:02:54.5081232Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T19:02:54.5081672Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:02:54.5082175Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:02:54.5082627Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T19:02:54.5083001Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T19:02:54.5083579Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:02:54.5084117Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:02:54.5084622Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:02:54.5085055Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T19:02:54.5085411Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T19:02:54.5085787Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T19:02:54.5086192Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T19:02:54.5086815Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T19:02:54.5087230Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:02:54.5087602Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T19:02:54.5087974Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T19:02:54.5088369Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:02:54.5088768Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T19:02:54.5089163Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:02:54.5089558Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T19:02:54.5089949Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:02:54.5090334Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T19:02:54.5090751Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:02:54.5091196Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T19:02:54.5091616Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T19:02:54.5092003Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T19:02:54.5092372Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T19:02:54.5092907Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T19:02:54.5093411Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T19:02:54.5093808Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T19:02:54.5094221Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:02:54.5094691Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:02:54.5095137Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:02:54.5095538Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T19:02:54.5095927Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T19:02:54.5096305Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T19:02:54.5096683Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T19:02:54.5097049Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T19:02:54.5097430Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T19:02:54.5097810Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T19:02:54.5098250Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:02:54.5098718Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T19:02:54.5099172Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:02:54.5099686Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:02:54.5100199Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:02:54.5100697Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:02:54.5101139Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T19:02:54.5101502Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T19:02:54.5101861Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T19:02:54.5102237Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:02:54.5102617Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T19:02:54.5103295Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T19:02:54.5103706Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:02:54.5104086Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T19:02:54.5104467Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:02:54.5104840Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T19:02:54.5105217Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T19:02:54.5105610Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T19:02:54.5105996Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T19:02:54.5106408Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:02:54.5106841Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:02:54.5107261Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T19:02:54.5107665Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T19:02:54.5108063Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T19:02:54.5108465Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T19:02:54.5108883Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T19:02:54.5109408Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T19:02:54.5109765Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T19:02:54.5110271Z 	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-20T19:02:54.5110784Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T19:02:54.5111156Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T19:02:54.5111529Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T19:02:54.5111891Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T19:02:54.5112286Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:02:54.5112717Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T19:02:54.5113279Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:02:54.5113747Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T19:02:54.5114146Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T19:02:54.5114545Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T19:02:54.5114964Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:02:54.5115373Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T19:02:54.5115758Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T19:02:54.5116181Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:02:54.5116668Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:02:54.5117155Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:02:54.5117601Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:02:54.5118007Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T19:02:54.5118408Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T19:02:54.5118881Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:02:54.5119640Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T19:02:54.5120066Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T19:02:54.5120496Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:02:54.5120943Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T19:02:54.5121344Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T19:02:54.5121708Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T19:02:54.5122055Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T19:02:54.5122422Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T19:02:54.5122802Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T19:02:54.5123285Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T19:02:54.5123651Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T19:02:54.5124019Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T19:02:54.5124375Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T19:02:54.5124729Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T19:02:54.5125096Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T19:02:54.5125444Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T19:02:54.5125972Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T19:02:54.5126352Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T19:02:54.5126711Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T19:02:54.5127069Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T19:02:54.5127424Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T19:02:54.5127788Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T19:02:54.5128159Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T19:02:54.5128520Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T19:02:54.5128874Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T19:02:54.5129245Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T19:02:54.5129668Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T19:02:54.5130099Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T19:02:54.5130504Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T19:02:54.5130865Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T19:02:54.5131242Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:02:54.5131667Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:02:54.5132063Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T19:02:54.5132420Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T19:02:54.5132779Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T19:02:54.5133135Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T19:02:54.5133629Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T19:02:54.5133976Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T19:02:54.5134327Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T19:02:54.5134693Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T19:02:54.5135050Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T19:02:54.5135392Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T19:02:54.5135925Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T19:02:54.5136313Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:02:54.5136715Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T19:02:54.5137109Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:02:54.5137505Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T19:02:54.5137901Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:02:54.5138312Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:02:54.5138808Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:02:54.5139418Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:02:54.5140040Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:02:54.5140575Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:02:54.5141044Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:02:54.5141494Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:02:54.5142143Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:02:54.5142755Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:02:54.5143424Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:02:54.5143924Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:02:54.5144369Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T19:02:54.5144737Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T19:02:54.5145105Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T19:02:54.5145477Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T19:02:54.5145857Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T19:02:54.5146246Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T19:02:54.5146627Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T19:02:54.5147010Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T19:02:54.5147390Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T19:02:54.5147775Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T19:02:54.5148152Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T19:02:54.5148528Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T19:02:54.5148902Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T19:02:54.5149290Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T19:02:54.5149681Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T19:02:54.5150090Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T19:02:54.5150506Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T19:02:54.5150875Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T19:02:54.5151257Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T19:02:54.5151663Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T19:02:54.5152065Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:02:54.5152715Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:02:54.5153278Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T19:02:54.5153654Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T19:02:54.5154022Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T19:02:54.5154408Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T19:02:54.5154776Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T19:02:54.5155162Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:02:54.5155566Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T19:02:54.5155950Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T19:02:54.5156329Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T19:02:54.5156694Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T19:02:54.5157060Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T19:02:54.5157602Z 	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-20T19:02:54.5158312Z 	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-20T19:02:54.5159164Z 	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-20T19:02:54.5159825Z 	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-20T19:02:54.5160350Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T19:02:54.5160732Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T19:02:54.5161138Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T19:02:54.5161536Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T19:02:54.5161904Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T19:02:54.5162275Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T19:02:54.5162642Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T19:02:54.5163022Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T19:02:54.5163523Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T19:02:54.5163899Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T19:02:54.5164279Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T19:02:54.5164663Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T19:02:54.5165067Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T19:02:54.5165462Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T19:02:54.5165855Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T19:02:54.5166240Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T19:02:54.5166614Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T19:02:54.5166998Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T19:02:54.5167398Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T19:02:54.5167793Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T19:02:54.5168187Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T19:02:54.5168577Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T19:02:54.5169186Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:02:54.5169631Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T19:02:54.5170029Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T19:02:54.5170463Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:02:54.5170920Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:02:54.5171323Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T19:02:54.5171690Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T19:02:54.5172067Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T19:02:54.5172460Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T19:02:54.5172870Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:02:54.5173476Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T19:02:54.5173865Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T19:02:54.5174252Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T19:02:54.5174723Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:02:54.5175360Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:02:54.5175755Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T19:02:54.5176157Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:02:54.5176606Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:02:54.5177048Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:02:54.5177523Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:02:54.5178007Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:02:54.5178448Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:02:54.5178881Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:02:54.5179283Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T19:02:54.5179665Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T19:02:54.5180125Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T19:02:54.5180509Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T19:02:54.5180880Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T19:02:54.5181289Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T19:02:54.5181687Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T19:02:54.5182085Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:02:54.5182504Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T19:02:54.5182894Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T19:02:54.5183388Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T19:02:54.5183760Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T19:02:54.5184114Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T19:02:54.5184503Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:02:54.5184918Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:02:54.5185507Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T19:02:54.5185963Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:02:54.5186409Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:02:54.5186808Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T19:02:54.5187241Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:02:54.5187665Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T19:02:54.5188068Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:02:54.5188467Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T19:02:54.5188820Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T19:02:54.5189178Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T19:02:54.5189570Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T19:02:54.5189966Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T19:02:54.5190340Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T19:02:54.5190695Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T19:02:54.5191040Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T19:02:54.5191540Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T19:02:54.5192019Z 	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-20T19:02:54.5192524Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T19:02:54.5192902Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T19:02:54.5193405Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T19:02:54.5193813Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T19:02:54.5194222Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T19:02:54.5194627Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T19:02:54.5195027Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T19:02:54.5195439Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:02:54.5195853Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T19:02:54.5196224Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T19:02:54.5196585Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T19:02:54.5196942Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T19:02:54.5197316Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T19:02:54.5197741Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T19:02:54.5198166Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T19:02:54.5198562Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T19:02:54.5198980Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:02:54.5199417Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:02:54.5199816Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T19:02:54.5200185Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T19:02:54.5200531Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T19:02:54.5200877Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T19:02:54.5201244Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T19:02:54.5201815Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T19:02:54.5202206Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T19:02:54.5202604Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T19:02:54.5203016Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T19:02:54.5203664Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:02:54.5204108Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T19:02:54.5204481Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T19:02:54.5204861Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T19:02:54.5205248Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T19:02:54.5205632Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T19:02:54.5206014Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T19:02:54.5206393Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T19:02:54.5206830Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:02:54.5207318Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:02:54.5207737Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T19:02:54.5208297Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T19:02:54.5208672Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T19:02:54.5209072Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T19:02:54.5209460Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T19:02:54.5209833Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T19:02:54.5210230Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T19:02:54.5210608Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T19:02:54.5210952Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T19:02:54.5211303Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T19:02:54.5211698Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T19:02:54.5212119Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T19:02:54.5212497Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T19:02:54.5212876Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T19:02:54.5213505Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:02:54.5213954Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T19:02:54.5214381Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:02:54.5214771Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T19:02:54.5215280Z 	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-20T19:02:54.5215784Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T19:02:54.5216178Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:02:54.5216591Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T19:02:54.5217015Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:02:54.5217530Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:02:54.5218109Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:02:54.5218902Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:02:54.5219572Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:02:54.5220214Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:02:54.5220842Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:02:54.5221470Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:02:54.5222047Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:02:54.5222527Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T19:02:54.5222969Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:02:54.5223526Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T19:02:54.5223957Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:02:54.5224431Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:02:54.5224861Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T19:02:54.5225381Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T19:02:54.5225746Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T19:02:54.5226120Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T19:02:54.5226496Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T19:02:54.5226903Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:02:54.5227319Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T19:02:54.5227683Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T19:02:54.5228070Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:02:54.5228529Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:02:54.5229015Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:02:54.5229505Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:02:54.5229991Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:02:54.5230441Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:02:54.5230870Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T19:02:54.5231283Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T19:02:54.5231698Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T19:02:54.5232125Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:02:54.5232548Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T19:02:54.5232938Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T19:02:54.5233472Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T19:02:54.5233856Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T19:02:54.5234228Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T19:02:54.5234665Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:02:54.5235124Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T19:02:54.5235729Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T19:02:54.5236147Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T19:02:54.5236574Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:02:54.5237021Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:02:54.5237466Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:02:54.5237903Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:02:54.5238293Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T19:02:54.5238665Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T19:02:54.5239054Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T19:02:54.5239420Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T19:02:54.5239792Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T19:02:54.5240190Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T19:02:54.5240593Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T19:02:54.5241019Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:02:54.5241484Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:02:54.5242064Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:02:54.5242453Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T19:02:54.5242803Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T19:02:54.5243366Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T19:02:54.5243771Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T19:02:54.5244159Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T19:02:54.5244542Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:02:54.5244964Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:02:54.5245407Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:02:54.5245817Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T19:02:54.5246203Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T19:02:54.5246601Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T19:02:54.5247138Z 	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-20T19:02:54.5247717Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:02:54.5248173Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:02:54.5248615Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:02:54.5249036Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T19:02:54.5249432Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T19:02:54.5249821Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T19:02:54.5250213Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:02:54.5250611Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:02:54.5251009Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T19:02:54.5251388Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T19:02:54.5251778Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:02:54.5252434Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:02:54.5252825Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T19:02:54.5253376Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T19:02:54.5253846Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T19:02:54.5254261Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T19:02:54.5254642Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T19:02:54.5255015Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T19:02:54.5255401Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T19:02:54.5255775Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T19:02:54.5256142Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:02:54.5256574Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:02:54.5257019Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T19:02:54.5257421Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T19:02:54.5257815Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T19:02:54.5258361Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T19:02:54.5258739Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T19:02:54.5259114Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T19:02:54.5259495Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T19:02:54.5259896Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T19:02:54.5260343Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:02:54.5260789Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:02:54.5261207Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:02:54.5261609Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T19:02:54.5262010Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T19:02:54.5262438Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T19:02:54.5262819Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T19:02:54.5263303Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T19:02:54.5263665Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T19:02:54.5264027Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T19:02:54.5264405Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T19:02:54.5264756Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T19:02:54.5265126Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:02:54.5265520Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:02:54.5265901Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T19:02:54.5266254Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T19:02:54.5266606Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T19:02:54.5266987Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T19:02:54.5267384Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T19:02:54.5267759Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T19:02:54.5268121Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T19:02:54.5268670Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T19:02:54.5269074Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T19:02:54.5269449Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T19:02:54.5269796Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T19:02:54.5270161Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T19:02:54.5270557Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T19:02:54.5270935Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T19:02:54.5271310Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T19:02:54.5271683Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T19:02:54.5272065Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T19:02:54.5272467Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T19:02:54.5272888Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T19:02:54.5273427Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T19:02:54.5273780Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T19:02:54.5274124Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T19:02:54.5274614Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T19:02:54.5275032Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:02:54.5275529Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:02:54.5275997Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:02:54.5276468Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:02:54.5276974Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:02:54.5277409Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T19:02:54.5277790Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:02:54.5278178Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:02:54.5278565Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:02:54.5278949Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T19:02:54.5279330Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:02:54.5279712Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T19:02:54.5280134Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T19:02:54.5280530Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:02:54.5280971Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:02:54.5281399Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:02:54.5281769Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T19:02:54.5282167Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:02:54.5282593Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:02:54.5282969Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T19:02:54.5283453Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T19:02:54.5283844Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:02:54.5284293Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:02:54.5284958Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T19:02:54.5285381Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T19:02:54.5285795Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T19:02:54.5286222Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T19:02:54.5286652Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T19:02:54.7773749Z info: downloading installer
2025-08-20T19:02:55.0695298Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T19:02:55.0695683Z warn: /home/runner/.rustup/settings.toml
2025-08-20T19:02:55.0696041Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T19:02:55.0696459Z warn: instead of the one inferred from the default host triple.
2025-08-20T19:02:55.0939487Z info: profile set to 'default'
2025-08-20T19:02:55.0939847Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T19:02:55.0940208Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T19:02:55.1477477Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T19:02:55.2607444Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T19:02:55.3119513Z info: downloading component 'clippy'
2025-08-20T19:02:55.3872301Z info: downloading component 'rustfmt'
2025-08-20T19:02:55.4481505Z info: downloading component 'cargo'
2025-08-20T19:02:55.5466454Z info: downloading component 'rust-std'
2025-08-20T19:02:55.7831011Z info: downloading component 'rustc'
2025-08-20T19:02:56.3778855Z info: removing previous version of component 'clippy'
2025-08-20T19:02:56.3952835Z info: removing previous version of component 'rustfmt'
2025-08-20T19:02:56.4027695Z info: removing previous version of component 'cargo'
2025-08-20T19:02:56.4276319Z info: removing previous version of component 'rust-std'
2025-08-20T19:02:56.4968307Z info: removing previous version of component 'rustc'
2025-08-20T19:02:56.5255501Z info: installing component 'clippy'
2025-08-20T19:02:56.7934108Z info: installing component 'rustfmt'
2025-08-20T19:02:56.9938950Z info: installing component 'cargo'
2025-08-20T19:02:57.4881229Z info: installing component 'rust-std'
2025-08-20T19:02:58.7919277Z info: installing component 'rustc'
2025-08-20T19:03:01.5376973Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T19:03:01.5377309Z 
2025-08-20T19:03:01.5453403Z   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-20T19:03:01.5453834Z 
2025-08-20T19:03:01.5453840Z 
2025-08-20T19:03:01.5453924Z Rust is installed now. Great!
2025-08-20T19:03:01.5454069Z 
2025-08-20T19:03:01.5454243Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T19:03:01.5454634Z environment variable. This has not been done automatically.
2025-08-20T19:03:01.5454853Z 
2025-08-20T19:03:01.5454980Z To configure your current shell, you need to source
2025-08-20T19:03:01.5455261Z the corresponding env file under $HOME/.cargo.
2025-08-20T19:03:01.5455441Z 
2025-08-20T19:03:01.5455607Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T19:03:01.5455982Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T19:03:01.5456272Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T19:03:01.5456548Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T19:03:01.5646111Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T19:03:01.5994832Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T19:03:01.5995109Z 
2025-08-20T19:03:01.6065712Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T19:03:01.6066019Z 
2025-08-20T19:03:01.6465345Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T19:03:01.6837805Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T19:03:01.7190609Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:03:01.7191060Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T19:03:01.7191425Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T19:03:01.7191797Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T19:03:01.7192601Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T19:03:01.7193047Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T19:03:01.7193673Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T19:03:01.7194038Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T19:03:01.7194379Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T19:03:01.7194703Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T19:03:01.7195056Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T19:03:01.7195450Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T19:03:01.7195835Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T19:03:01.7196236Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T19:03:01.7196625Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T19:03:01.7197020Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T19:03:01.7197759Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T19:03:01.7198117Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T19:03:01.7198490Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:03:01.7198945Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:03:01.7199392Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T19:03:01.7199776Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T19:03:01.7200193Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:03:01.7200580Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T19:03:01.7200925Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T19:03:01.7201308Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:03:01.7201744Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:03:01.7202153Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:03:01.7202555Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:03:01.7202966Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:03:01.7203544Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T19:03:01.7203963Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T19:03:01.7204386Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T19:03:01.7204803Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:03:01.7205238Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T19:03:01.7205665Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:03:01.7206064Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:03:01.7206468Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T19:03:01.7206855Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T19:03:01.7207258Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:03:01.7207930Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T19:03:01.7208372Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:03:01.7208771Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T19:03:01.7209160Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T19:03:01.7209606Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T19:03:01.7210077Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:03:01.7210538Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:03:01.7211024Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T19:03:01.7211462Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T19:03:01.7211879Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:03:01.7212296Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T19:03:01.7212707Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T19:03:01.7213122Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T19:03:01.7213690Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T19:03:01.7214258Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T19:03:01.7214616Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T19:03:01.7214985Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T19:03:01.7215375Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T19:03:01.7215776Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:03:01.7216157Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T19:03:01.7216565Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:03:01.7217000Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:03:01.7217423Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:03:01.7217833Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:03:01.7218262Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T19:03:01.7218686Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:03:01.7219089Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:03:01.7219485Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T19:03:01.7219923Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:03:01.7220425Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:03:01.7220922Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T19:03:01.7221378Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T19:03:01.7221789Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T19:03:01.7222175Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T19:03:01.7222565Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T19:03:01.7222962Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T19:03:01.7223585Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T19:03:01.7224045Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:03:01.7224870Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:03:01.7225399Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:03:01.7225893Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:03:01.7226331Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:03:01.7226731Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:03:01.7227127Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:03:01.7227529Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:03:01.7227919Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T19:03:01.7228305Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T19:03:01.7228721Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T19:03:01.7229144Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T19:03:01.7229522Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T19:03:01.7229891Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T19:03:01.7230292Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:03:01.7230695Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T19:03:01.7231253Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T19:03:01.7231621Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T19:03:01.7232010Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:03:01.7232393Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T19:03:01.7232740Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T19:03:01.7233120Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T19:03:01.7233668Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T19:03:01.7234054Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T19:03:01.7234415Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T19:03:01.7234772Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T19:03:01.7235148Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T19:03:01.7235530Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T19:03:01.7235926Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T19:03:01.7236320Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T19:03:01.7236698Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T19:03:01.7237084Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T19:03:01.7237487Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T19:03:01.7237885Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T19:03:01.7238252Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T19:03:01.7238604Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T19:03:01.7238958Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T19:03:01.7239312Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T19:03:01.7239673Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T19:03:01.7240025Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T19:03:01.7240396Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T19:03:01.7240991Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T19:03:01.7241447Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:03:01.7241884Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T19:03:01.7242286Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T19:03:01.7242675Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T19:03:01.7243064Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T19:03:01.7243588Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T19:03:01.7243989Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T19:03:01.7244397Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T19:03:01.7244774Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T19:03:01.7245164Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T19:03:01.7245568Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:03:01.7246001Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:03:01.7246425Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T19:03:01.7246811Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T19:03:01.7247365Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T19:03:01.7247772Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T19:03:01.7248179Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T19:03:01.7248610Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T19:03:01.7249000Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T19:03:01.7249402Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:03:01.7249806Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T19:03:01.7250187Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T19:03:01.7250541Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T19:03:01.7250901Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T19:03:01.7251299Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T19:03:01.7251696Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T19:03:01.7252095Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T19:03:01.7252485Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T19:03:01.7252851Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T19:03:01.7253417Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T19:03:01.7253808Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T19:03:01.7254193Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T19:03:01.7254613Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:03:01.7255055Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T19:03:01.7255455Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T19:03:01.7255825Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T19:03:01.7256217Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T19:03:01.7256637Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:03:01.7257053Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:03:01.7257620Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T19:03:01.7257986Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T19:03:01.7258407Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:03:01.7258837Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T19:03:01.7259241Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T19:03:01.7259627Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T19:03:01.7260005Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T19:03:01.7260386Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T19:03:01.7260807Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:03:01.7261268Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:03:01.7261688Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T19:03:01.7262051Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T19:03:01.7262407Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T19:03:01.7262846Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:03:01.7263542Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:03:01.7264140Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T19:03:01.7264515Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T19:03:01.7264976Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:03:01.7265511Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:03:01.7266013Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:03:01.7266448Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T19:03:01.7266809Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T19:03:01.7267187Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T19:03:01.7267595Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T19:03:01.7268011Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T19:03:01.7268411Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:03:01.7268783Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T19:03:01.7269155Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T19:03:01.7269553Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:03:01.7269952Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T19:03:01.7270345Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:03:01.7270743Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T19:03:01.7271136Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:03:01.7271526Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T19:03:01.7271950Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:03:01.7272396Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T19:03:01.7272951Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T19:03:01.7273476Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T19:03:01.7273852Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T19:03:01.7274405Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T19:03:01.7274805Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T19:03:01.7275197Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T19:03:01.7275613Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:03:01.7276081Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:03:01.7276533Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:03:01.7276936Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T19:03:01.7277322Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T19:03:01.7277706Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T19:03:01.7278081Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T19:03:01.7278451Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T19:03:01.7278838Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T19:03:01.7279220Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T19:03:01.7279658Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:03:01.7280131Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T19:03:01.7280740Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:03:01.7281255Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:03:01.7281764Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:03:01.7282266Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:03:01.7282704Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T19:03:01.7283068Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T19:03:01.7283643Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T19:03:01.7284025Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:03:01.7284402Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T19:03:01.7284774Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T19:03:01.7285186Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:03:01.7285566Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T19:03:01.7285950Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:03:01.7286323Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T19:03:01.7286696Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T19:03:01.7287101Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T19:03:01.7287491Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T19:03:01.7287904Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:03:01.7288338Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:03:01.7288757Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T19:03:01.7289167Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T19:03:01.7289566Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T19:03:01.7289977Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T19:03:01.7290398Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T19:03:01.7290973Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T19:03:01.7291353Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T19:03:01.7291858Z 	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-20T19:03:01.7292376Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T19:03:01.7292747Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T19:03:01.7293123Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T19:03:01.7293608Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T19:03:01.7294007Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:03:01.7294438Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T19:03:01.7294865Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:03:01.7295298Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T19:03:01.7295702Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T19:03:01.7296104Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T19:03:01.7296524Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:03:01.7296938Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T19:03:01.7297470Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T19:03:01.7297892Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:03:01.7298379Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:03:01.7298873Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:03:01.7299323Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:03:01.7299727Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T19:03:01.7300124Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T19:03:01.7300596Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:03:01.7301081Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T19:03:01.7301495Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T19:03:01.7301928Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:03:01.7302381Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T19:03:01.7302784Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T19:03:01.7303317Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T19:03:01.7303687Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T19:03:01.7304056Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T19:03:01.7304439Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T19:03:01.7304803Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T19:03:01.7305157Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T19:03:01.7305529Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T19:03:01.7305889Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T19:03:01.7306244Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T19:03:01.7306609Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T19:03:01.7306962Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T19:03:01.7307335Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T19:03:01.7307931Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T19:03:01.7308311Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T19:03:01.7308664Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T19:03:01.7309019Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T19:03:01.7309383Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T19:03:01.7309760Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T19:03:01.7310124Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T19:03:01.7310483Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T19:03:01.7310858Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T19:03:01.7311275Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T19:03:01.7311710Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T19:03:01.7312115Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T19:03:01.7312476Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T19:03:01.7312857Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:03:01.7313447Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:03:01.7314051Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T19:03:01.7314409Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T19:03:01.7314773Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T19:03:01.7315127Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T19:03:01.7315469Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T19:03:01.7315819Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T19:03:01.7316172Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T19:03:01.7316542Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T19:03:01.7316899Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T19:03:01.7317244Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T19:03:01.7317576Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T19:03:01.7317957Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:03:01.7318367Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T19:03:01.7318762Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:03:01.7319157Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T19:03:01.7319560Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:03:01.7319974Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:03:01.7320495Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:03:01.7321114Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:03:01.7321734Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:03:01.7322277Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:03:01.7322747Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:03:01.7323416Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:03:01.7323953Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:03:01.7324789Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:03:01.7325363Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:03:01.7325850Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:03:01.7326291Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T19:03:01.7326661Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T19:03:01.7327029Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T19:03:01.7327398Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T19:03:01.7327777Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T19:03:01.7328163Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T19:03:01.7328552Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T19:03:01.7328937Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T19:03:01.7329320Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T19:03:01.7329707Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T19:03:01.7330083Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T19:03:01.7330635Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T19:03:01.7331006Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T19:03:01.7331391Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T19:03:01.7331782Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T19:03:01.7332190Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T19:03:01.7332604Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T19:03:01.7332968Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T19:03:01.7333505Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T19:03:01.7333914Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T19:03:01.7334319Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:03:01.7334759Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:03:01.7335182Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T19:03:01.7335550Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T19:03:01.7335915Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T19:03:01.7336293Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T19:03:01.7336665Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T19:03:01.7337051Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:03:01.7337441Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T19:03:01.7337825Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T19:03:01.7338201Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T19:03:01.7338570Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T19:03:01.7338934Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T19:03:01.7339480Z 	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-20T19:03:01.7340189Z 	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-20T19:03:01.7341052Z 	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-20T19:03:01.7341733Z 	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-20T19:03:01.7342256Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T19:03:01.7342638Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T19:03:01.7343052Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T19:03:01.7343574Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T19:03:01.7343946Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T19:03:01.7344323Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T19:03:01.7344688Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T19:03:01.7345072Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T19:03:01.7345449Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T19:03:01.7345819Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T19:03:01.7346194Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T19:03:01.7346579Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T19:03:01.7347185Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T19:03:01.7347582Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T19:03:01.7347975Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T19:03:01.7348361Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T19:03:01.7348736Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T19:03:01.7349119Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T19:03:01.7349521Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T19:03:01.7349916Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T19:03:01.7350311Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T19:03:01.7350700Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T19:03:01.7351120Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:03:01.7351552Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T19:03:01.7351952Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T19:03:01.7352389Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:03:01.7352842Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:03:01.7353373Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T19:03:01.7353746Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T19:03:01.7354124Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T19:03:01.7354518Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T19:03:01.7354922Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:03:01.7355329Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T19:03:01.7355709Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T19:03:01.7356096Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T19:03:01.7356565Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:03:01.7357035Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:03:01.7357636Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T19:03:01.7358056Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:03:01.7358504Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:03:01.7358951Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:03:01.7359422Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:03:01.7359912Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:03:01.7360353Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:03:01.7360791Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:03:01.7361185Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T19:03:01.7361579Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T19:03:01.7361994Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T19:03:01.7362374Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T19:03:01.7362747Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T19:03:01.7363320Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T19:03:01.7363906Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T19:03:01.7364305Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:03:01.7364724Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T19:03:01.7365113Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T19:03:01.7365488Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T19:03:01.7365856Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T19:03:01.7366210Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T19:03:01.7366595Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:03:01.7367011Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:03:01.7367399Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T19:03:01.7367849Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:03:01.7368297Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:03:01.7368698Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T19:03:01.7369133Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:03:01.7369550Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T19:03:01.7369959Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:03:01.7370365Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T19:03:01.7370723Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T19:03:01.7371083Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T19:03:01.7371477Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T19:03:01.7371873Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T19:03:01.7372248Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T19:03:01.7372604Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T19:03:01.7372947Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T19:03:01.7373426Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T19:03:01.7374125Z 	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-20T19:03:01.7374644Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T19:03:01.7375028Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T19:03:01.7375406Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T19:03:01.7375801Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T19:03:01.7376211Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T19:03:01.7376620Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T19:03:01.7377023Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T19:03:01.7377435Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:03:01.7377847Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T19:03:01.7378218Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T19:03:01.7378583Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T19:03:01.7378945Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T19:03:01.7379321Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T19:03:01.7379740Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T19:03:01.7380328Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T19:03:01.7380729Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T19:03:01.7381148Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:03:01.7381586Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:03:01.7381982Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T19:03:01.7382351Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T19:03:01.7382699Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T19:03:01.7383048Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T19:03:01.7383637Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T19:03:01.7384018Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T19:03:01.7384399Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T19:03:01.7384798Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T19:03:01.7385251Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T19:03:01.7385711Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:03:01.7386146Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T19:03:01.7386517Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T19:03:01.7386902Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T19:03:01.7387288Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T19:03:01.7387672Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T19:03:01.7388054Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T19:03:01.7388435Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T19:03:01.7388870Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:03:01.7389355Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:03:01.7389777Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T19:03:01.7390148Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T19:03:01.7390719Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T19:03:01.7391142Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T19:03:01.7391532Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T19:03:01.7391904Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T19:03:01.7392299Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T19:03:01.7392683Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T19:03:01.7393030Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T19:03:01.7393524Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T19:03:01.7393922Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T19:03:01.7394340Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T19:03:01.7394741Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T19:03:01.7395126Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T19:03:01.7395565Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:03:01.7396003Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T19:03:01.7396429Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:03:01.7396997Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T19:03:01.7397509Z 	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-20T19:03:01.7398019Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T19:03:01.7398407Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:03:01.7398820Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T19:03:01.7399244Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:03:01.7399760Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:03:01.7400339Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:03:01.7400952Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:03:01.7401595Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:03:01.7402237Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:03:01.7402864Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:03:01.7403638Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:03:01.7404220Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:03:01.7404700Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T19:03:01.7405141Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:03:01.7405586Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T19:03:01.7406010Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:03:01.7406483Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:03:01.7406918Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T19:03:01.7407299Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T19:03:01.7407860Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T19:03:01.7408249Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T19:03:01.7408626Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T19:03:01.7409029Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:03:01.7409439Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T19:03:01.7409809Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T19:03:01.7410196Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:03:01.7410653Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:03:01.7411140Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:03:01.7411624Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:03:01.7412112Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:03:01.7412559Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:03:01.7412970Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T19:03:01.7413571Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T19:03:01.7414143Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T19:03:01.7414573Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:03:01.7414999Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T19:03:01.7415385Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T19:03:01.7415765Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T19:03:01.7416142Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T19:03:01.7416519Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T19:03:01.7416952Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:03:01.7417385Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T19:03:01.7417785Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T19:03:01.7418202Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T19:03:01.7418630Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:03:01.7419075Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:03:01.7419516Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:03:01.7419946Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:03:01.7420344Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T19:03:01.7420716Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T19:03:01.7421140Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T19:03:01.7421522Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T19:03:01.7421897Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T19:03:01.7422301Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T19:03:01.7422701Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T19:03:01.7423127Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:03:01.7423731Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:03:01.7424188Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:03:01.7424820Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T19:03:01.7425187Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T19:03:01.7425556Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T19:03:01.7425943Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T19:03:01.7426326Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T19:03:01.7426718Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:03:01.7427142Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:03:01.7427591Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:03:01.7428003Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T19:03:01.7428389Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T19:03:01.7428790Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T19:03:01.7429331Z 	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-20T19:03:01.7429905Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:03:01.7430354Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:03:01.7430946Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:03:01.7431369Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T19:03:01.7431764Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T19:03:01.7432152Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T19:03:01.7432536Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:03:01.7432943Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:03:01.7433474Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T19:03:01.7433853Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T19:03:01.7434240Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:03:01.7434644Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:03:01.7435016Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T19:03:01.7435420Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T19:03:01.7435882Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T19:03:01.7436311Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T19:03:01.7436689Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T19:03:01.7437062Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T19:03:01.7437449Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T19:03:01.7437823Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T19:03:01.7438190Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:03:01.7438624Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:03:01.7439071Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T19:03:01.7439475Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T19:03:01.7439871Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T19:03:01.7440264Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T19:03:01.7440881Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T19:03:01.7441273Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T19:03:01.7441656Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T19:03:01.7442056Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T19:03:01.7442498Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:03:01.7442948Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:03:01.7443508Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:03:01.7443912Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T19:03:01.7444309Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T19:03:01.7444730Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T19:03:01.7445120Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T19:03:01.7445473Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T19:03:01.7445815Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T19:03:01.7446177Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T19:03:01.7446550Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T19:03:01.7447067Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T19:03:01.7447436Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:03:01.7447826Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:03:01.7448205Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T19:03:01.7448560Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T19:03:01.7448914Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T19:03:01.7449290Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T19:03:01.7449683Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T19:03:01.7450057Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T19:03:01.7450417Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T19:03:01.7450779Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T19:03:01.7451167Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T19:03:01.7451542Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T19:03:01.7451892Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T19:03:01.7452265Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T19:03:01.7452655Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T19:03:01.7453038Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T19:03:01.7453552Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T19:03:01.7453927Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T19:03:01.7454308Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T19:03:01.7454708Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T19:03:01.7455136Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T19:03:01.7455535Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T19:03:01.7455888Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T19:03:01.7456232Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T19:03:01.7456570Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T19:03:01.7457221Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:03:01.7457739Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:03:01.7458215Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:03:01.7458688Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:03:01.7459195Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:03:01.7459630Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T19:03:01.7460005Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:03:01.7460388Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:03:01.7460772Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:03:01.7461162Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T19:03:01.7461546Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:03:01.7461929Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T19:03:01.7462303Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T19:03:01.7462695Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:03:01.7463412Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:03:01.7463840Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:03:01.7464210Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T19:03:01.7464609Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:03:01.7465027Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:03:01.7465411Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T19:03:01.7465756Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T19:03:01.7466138Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:03:01.7466585Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:03:01.7467050Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T19:03:01.7467465Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T19:03:01.7467879Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T19:03:01.7468304Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T19:03:01.7468734Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T19:03:01.7469019Z 
2025-08-20T19:03:01.7469023Z 
2025-08-20T19:03:01.7469401Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (07:03:01 PM)
2025-08-20T19:03:01.7469778Z 
2025-08-20T19:03:01.7469782Z 
2025-08-20T19:03:01.7469785Z 
2025-08-20T19:03:01.7486433Z [+] Continue : YES
2025-08-20T19:03:01.7486660Z 
2025-08-20T19:03:01.7486979Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T19:03:01.7943627Z 
2025-08-20T19:03:01.7944234Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (07:03:01 PM) UTC
2025-08-20T19:03:01.7944491Z 
2025-08-20T19:03:01.7960644Z 
2025-08-20T19:03:01.7960975Z [+] Total RECIPES :: 1
2025-08-20T19:03:01.7961132Z 
2025-08-20T19:03:01.8035591Z 
2025-08-20T19:03:01.8036350Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aretext/static.official.source.yaml (1/1)
2025-08-20T19:03:01.8036855Z 
2025-08-20T19:03:01.8489335Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aretext/static.official.source.yaml
2025-08-20T19:03:01.8498800Z mode of '/tmp/pkgforge/zHagGvBHp_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T19:03:01.8547140Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/aretext/official [Provided]
2025-08-20T19:03:01.8547519Z [+] Setting '.pkg_family' --> aretext [Provided]
2025-08-20T19:03:01.8560604Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T19:03:01.8566168Z [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-20T19:03:01.8594224Z [00:00:00.003]➜  
2025-08-20T19:03:01.8594700Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/zHagGvBHp_build.yaml
2025-08-20T19:03:01.8595107Z [00:00:00.003]➜  
2025-08-20T19:03:01.8629756Z [00:00:00.006]➜  
2025-08-20T19:03:01.8630185Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/zHagGvBHp_build.yaml
2025-08-20T19:03:01.8630588Z [00:00:00.007]➜  
2025-08-20T19:03:01.8719383Z [00:00:00.015]➜  
2025-08-20T19:03:01.8720403Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/aretext/static.official.source.yaml) --> /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (07:03:01 PM) UTC]
2025-08-20T19:03:01.8721240Z [00:00:00.015]➜  
2025-08-20T19:03:01.8721427Z [00:00:00.015]➜  
2025-08-20T19:03:01.8721986Z [00:00:00.015]➜  
2025-08-20T19:03:01.8722265Z [00:00:00.015]➜  ###################################################################
2025-08-20T19:03:01.8731933Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T19:03:01.8732673Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aretext/static.official.source.yaml
2025-08-20T19:03:01.8734067Z [00:00:00.016]➜  _disabled: false
2025-08-20T19:03:01.8734374Z [00:00:00.016]➜  
2025-08-20T19:03:01.8734609Z [00:00:00.016]➜  pkg: "aretext"
2025-08-20T19:03:01.8734922Z [00:00:00.016]➜  pkg_id: "github.com.aretext.aretext"
2025-08-20T19:03:01.8735220Z [00:00:00.016]➜  pkg_type: "static"
2025-08-20T19:03:01.8735459Z [00:00:00.016]➜  category:
2025-08-20T19:03:01.8737567Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-20T19:03:01.8738060Z [00:00:00.016]➜    - "Utility"
2025-08-20T19:03:01.8738524Z [00:00:00.016]➜  description: "Minimalist text editor with vim-compatible key bindings"
2025-08-20T19:03:01.8738937Z [00:00:00.016]➜  distro_pkg:
2025-08-20T19:03:01.8739166Z [00:00:00.016]➜    archlinux:
2025-08-20T19:03:01.8739387Z [00:00:00.016]➜      aur:
2025-08-20T19:03:01.8739612Z [00:00:00.016]➜        - "aretext"
2025-08-20T19:03:01.8739868Z [00:00:00.016]➜        - "aretext-bin"
2025-08-20T19:03:01.8740131Z [00:00:00.016]➜        - "aretext-git"
2025-08-20T19:03:01.8740375Z [00:00:00.016]➜  homepage:
2025-08-20T19:03:01.8740662Z [00:00:00.016]➜    - "https://github.com/aretext/aretext"
2025-08-20T19:03:01.8740946Z [00:00:00.016]➜  license:
2025-08-20T19:03:01.8741187Z [00:00:00.016]➜    - id: "GPL-3.0"
2025-08-20T19:03:01.8741687Z [00:00:00.016]➜      url: "https://github.com/aretext/aretext/raw/a3705456f3154fafad156252e4a67e72ad3fb295/LICENSE"
2025-08-20T19:03:01.8742133Z [00:00:00.016]➜  maintainer:
2025-08-20T19:03:01.8742459Z [00:00:00.016]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T19:03:01.8742758Z [00:00:00.016]➜  note:
2025-08-20T19:03:01.8743029Z [00:00:00.016]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T19:03:01.8743822Z [00:00:00.016]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/aretext/aretext"
2025-08-20T19:03:01.8744240Z [00:00:00.016]➜  provides:
2025-08-20T19:03:01.8744465Z [00:00:00.016]➜    - "aretext"  
2025-08-20T19:03:01.8744700Z [00:00:00.016]➜  repology:
2025-08-20T19:03:01.8744918Z [00:00:00.016]➜    - "aretext"
2025-08-20T19:03:01.8745161Z [00:00:00.016]➜  src_url:
2025-08-20T19:03:01.8745431Z [00:00:00.016]➜    - "https://github.com/aretext/aretext"
2025-08-20T19:03:01.8746016Z [00:00:00.016]➜  tag:
2025-08-20T19:03:01.8746320Z [00:00:00.016]➜    - "code-editor"
2025-08-20T19:03:01.8746578Z [00:00:00.016]➜    - "modal-editing"
2025-08-20T19:03:01.8746839Z [00:00:00.016]➜    - "text-editor"
2025-08-20T19:03:01.8747068Z [00:00:00.016]➜  x_exec:
2025-08-20T19:03:01.8747296Z [00:00:00.016]➜    bsys: "docker://go"
2025-08-20T19:03:01.8747539Z [00:00:00.016]➜    host:
2025-08-20T19:03:01.8747768Z [00:00:00.016]➜      - "aarch64-Linux"
2025-08-20T19:03:01.8748075Z [00:00:00.016]➜      - "x86_64-Linux"
2025-08-20T19:03:01.8748325Z [00:00:00.016]➜    shell: "bash"
2025-08-20T19:03:01.8748557Z [00:00:00.016]➜    pkgver: |
2025-08-20T19:03:01.8748834Z [00:00:00.016]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T19:03:01.8749525Z [00:00:00.016]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/aretext/aretext" "./TEMPREPO" &>/dev/null && \
2025-08-20T19:03:01.8750387Z [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-20T19:03:01.8751022Z [00:00:00.016]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T19:03:01.8751391Z [00:00:00.016]➜    run: |
2025-08-20T19:03:01.8751602Z [00:00:00.016]➜      #Build
2025-08-20T19:03:01.8752192Z [00:00:00.016]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T19:03:01.8753480Z [00:00:00.016]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T19:03:01.8754066Z [00:00:00.016]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T19:03:01.8754521Z [00:00:00.016]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T19:03:01.8754964Z [00:00:00.016]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T19:03:01.8755316Z [00:00:00.016]➜        bash -l -c '
2025-08-20T19:03:01.8755561Z [00:00:00.016]➜        #Setup ENV
2025-08-20T19:03:01.8755921Z [00:00:00.016]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T19:03:01.8756282Z [00:00:00.016]➜         CGO_ENABLED="1" 
2025-08-20T19:03:01.8756651Z [00:00:00.016]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T19:03:01.8757148Z [00:00:00.017]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T19:03:01.8757538Z [00:00:00.017]➜         GOOS="linux"
2025-08-20T19:03:01.8757845Z [00:00:00.017]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T19:03:01.8758136Z [00:00:00.017]➜        #Build
2025-08-20T19:03:01.8758635Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/aretext/aretext" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T19:03:01.8759165Z [00:00:00.017]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T19:03:01.8759667Z [00:00:00.017]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T19:03:01.8760091Z [00:00:00.017]➜         go mod tidy -v ; go generate ./...
2025-08-20T19:03:01.8760839Z [00:00:00.017]➜         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/aretext"
2025-08-20T19:03:01.8761457Z [00:00:00.017]➜        #Copy
2025-08-20T19:03:01.8762087Z [00:00:00.017]➜         ( 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-20T19:03:01.8762641Z [00:00:00.017]➜        #Strip 
2025-08-20T19:03:01.8763126Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T19:03:01.8764683Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T19:03:01.8765476Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T19:03:01.8766072Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T19:03:01.8766631Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T19:03:01.8767054Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T19:03:01.8767296Z [00:00:00.017]➜        '
2025-08-20T19:03:01.8767512Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T19:03:01.8767863Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T19:03:01.8768409Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T19:03:01.8769485Z [00:00:00.017]➜       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-20T19:03:01.8770373Z [00:00:00.017]➜  
2025-08-20T19:03:01.8770556Z [00:00:00.017]➜  
2025-08-20T19:03:01.8770821Z [00:00:00.017]➜  ###################################################################
2025-08-20T19:03:01.8771374Z [00:00:00.017]➜  
2025-08-20T19:03:01.8771565Z [00:00:00.017]➜  
2025-08-20T19:03:01.8771742Z [00:00:00.017]➜  
2025-08-20T19:03:01.8772219Z [00:00:00.018]➜  '/tmp/pkgforge/zHagGvBHp_build.yaml' -> '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T19:03:03.1655327Z [00:00:01.309]➜  '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/aretext.static.version' -> '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/aretext.version'
2025-08-20T19:03:03.1707733Z [00:00:01.314]➜  [+] Version: HEAD-90d485e-250818T071451 ('.x_exec.pkgver') [/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/aretext.static.version]
2025-08-20T19:03:03.1891693Z [00:00:01.333]➜  [+] Progs: aretext
2025-08-20T19:03:03.3196298Z [00:00:01.463]➜  
2025-08-20T19:03:03.3196654Z [00:00:01.463]➜  [-] Missing packages. Found: 
2025-08-20T19:03:03.3196954Z [00:00:01.463]➜  [+] Expected: aretext
2025-08-20T19:03:03.3197233Z [00:00:01.463]➜  [+] Continuing with build...
2025-08-20T19:03:03.3197540Z [00:00:01.463]➜  
2025-08-20T19:03:03.6516136Z [00:00:01.795]➜  
2025-08-20T19:03:03.6516485Z [00:00:01.795]➜  
2025-08-20T19:03:03.6592409Z [00:00:01.803]➜  + mkdir -pv /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T19:03:03.6607304Z [00:00:01.804]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=aretext -e PKG_ID=github.com.aretext.aretext -e PKG_TYPE=static -e PKG_VER=HEAD-90d485e-250818T071451 -e PKGVER=HEAD-90d485e-250818T071451 -e SBUILD_PKG=aretext.static -e SBUILD_PKGVER=HEAD-90d485e-250818T071451 --volume /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T19:03:03.6609054Z [00:00:01.804]➜    #Setup ENV
2025-08-20T19:03:03.6609422Z [00:00:01.804]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T19:03:03.6609779Z [00:00:01.804]➜     CGO_ENABLED="1" 
2025-08-20T19:03:03.6610148Z [00:00:01.804]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T19:03:03.6610644Z [00:00:01.804]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T19:03:03.6611024Z [00:00:01.804]➜     GOOS="linux"
2025-08-20T19:03:03.6611321Z [00:00:01.804]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T19:03:03.6611650Z [00:00:01.804]➜    #Build
2025-08-20T19:03:03.6612464Z [00:00:01.804]➜     git clone --filter "blob:none" --quiet "https://github.com/aretext/aretext" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T19:03:03.6613092Z [00:00:01.804]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T19:03:03.6613810Z [00:00:01.804]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T19:03:03.6614232Z [00:00:01.804]➜     go mod tidy -v ; go generate ./...
2025-08-20T19:03:03.6614968Z [00:00:01.804]➜     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/aretext"
2025-08-20T19:03:03.6615586Z [00:00:01.804]➜    #Copy
2025-08-20T19:03:03.6616200Z [00:00:01.804]➜     ( 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-20T19:03:03.6616748Z [00:00:01.804]➜    #Strip 
2025-08-20T19:03:03.6617230Z [00:00:01.804]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T19:03:03.6617901Z [00:00:01.804]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T19:03:03.6618566Z [00:00:01.804]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T19:03:03.6619159Z [00:00:01.804]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T19:03:03.6620006Z [00:00:01.804]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T19:03:03.6620414Z [00:00:01.804]➜     popd &>/dev/null
2025-08-20T19:03:03.6620649Z [00:00:01.804]➜    '
2025-08-20T19:03:03.9483674Z [00:00:02.092]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T19:03:04.0822846Z [00:00:02.226]➜  b2e6f696af52: Pulling fs layer
2025-08-20T19:03:04.0824001Z [00:00:02.226]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T19:03:04.0824388Z [00:00:02.226]➜  99fd740fb142: Pulling fs layer
2025-08-20T19:03:04.0824733Z [00:00:02.226]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T19:03:04.0825036Z [00:00:02.226]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T19:03:04.0825327Z [00:00:02.226]➜  323e89f8c367: Pulling fs layer
2025-08-20T19:03:04.0825602Z [00:00:02.226]➜  2b92eb3035e7: Waiting
2025-08-20T19:03:04.0825856Z [00:00:02.226]➜  323e89f8c367: Waiting
2025-08-20T19:03:04.0826107Z [00:00:02.226]➜  4239b2f25ebc: Waiting
2025-08-20T19:03:04.1610875Z [00:00:02.304]➜  99fd740fb142: Verifying Checksum
2025-08-20T19:03:04.1611283Z [00:00:02.304]➜  99fd740fb142: Download complete
2025-08-20T19:03:04.1888057Z [00:00:02.332]➜  b2e6f696af52: Download complete
2025-08-20T19:03:04.2374312Z [00:00:02.381]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T19:03:04.2942815Z [00:00:02.438]➜  b2e6f696af52: Pull complete
2025-08-20T19:03:04.3032599Z [00:00:02.447]➜  323e89f8c367: Verifying Checksum
2025-08-20T19:03:04.3058230Z [00:00:02.449]➜  323e89f8c367: Download complete
2025-08-20T19:03:04.5603994Z [00:00:02.704]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T19:03:04.5607198Z [00:00:02.704]➜  4239b2f25ebc: Download complete
2025-08-20T19:03:09.5766859Z [00:00:07.720]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T19:03:09.5767325Z [00:00:07.720]➜  2b92eb3035e7: Download complete
2025-08-20T19:03:20.0929827Z [00:00:18.236]➜  996f2cb07f7c: Pull complete
2025-08-20T19:03:28.4884878Z [00:00:26.632]➜  99fd740fb142: Pull complete
2025-08-20T19:05:01.6872801Z [00:01:59.831]➜  2b92eb3035e7: Pull complete
2025-08-20T19:05:14.3234452Z [00:02:12.467]➜  4239b2f25ebc: Pull complete
2025-08-20T19:05:14.4232684Z [00:02:12.567]➜  323e89f8c367: Pull complete
2025-08-20T19:05:14.4592821Z [00:02:12.603]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T19:05:14.4782540Z [00:02:12.622]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T19:05:14.7717021Z [00:02:12.915]➜  + mkdir -p /build-bins
2025-08-20T19:05:14.7734201Z [00:02:12.917]➜  ++ mktemp -d
2025-08-20T19:05:14.7746590Z [00:02:12.918]➜  + pushd /tmp/tmp.nglcQx2wbq
2025-08-20T19:05:14.7746938Z [00:02:12.918]➜  + CGO_ENABLED=1
2025-08-20T19:05:14.7747300Z [00:02:12.918]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T19:05:14.7752422Z [00:02:12.919]➜  ++ uname -m
2025-08-20T19:05:14.7758429Z [00:02:12.919]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T19:05:14.7768863Z [00:02:12.920]➜  + GOARCH=arm64
2025-08-20T19:05:14.7769146Z [00:02:12.920]➜  + GOOS=linux
2025-08-20T19:05:14.7769441Z [00:02:12.920]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T19:05:14.7769941Z [00:02:12.920]➜  + git clone --filter blob:none --quiet https://github.com/aretext/aretext ./TEMPREPO
2025-08-20T19:05:15.3537199Z [00:02:13.497]➜  + cd ./TEMPREPO
2025-08-20T19:05:15.3538311Z [00:02:13.497]➜  + echo -e '\n[+] Target: "arm64/linux"'
2025-08-20T19:05:15.3538931Z [00:02:13.497]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T19:05:15.3539356Z [00:02:13.497]➜  + go mod tidy -v
2025-08-20T19:05:15.3539585Z [00:02:13.497]➜  
2025-08-20T19:05:15.3539804Z [00:02:13.497]➜  [+] Target: "arm64/linux"
2025-08-20T19:05:15.3540225Z [00:02:13.497]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T19:05:15.3540592Z [00:02:13.497]➜  
2025-08-20T19:05:15.3715894Z [00:02:13.515]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T19:05:15.3754056Z [00:02:13.519]➜  go: downloading github.com/gdamore/tcell/v2 v2.8.1
2025-08-20T19:05:15.3754523Z [00:02:13.519]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T19:05:15.4871022Z [00:02:13.631]➜  go: downloading github.com/mattn/go-runewidth v0.0.16
2025-08-20T19:05:15.5014940Z [00:02:13.645]➜  go: downloading github.com/google/renameio/v2 v2.0.0
2025-08-20T19:05:15.5173642Z [00:02:13.661]➜  go: downloading golang.org/x/text v0.28.0
2025-08-20T19:05:15.9420095Z [00:02:14.085]➜  go: downloading github.com/davecgh/go-spew v1.1.1
2025-08-20T19:05:15.9437486Z [00:02:14.087]➜  go: downloading github.com/pmezard/go-difflib v1.0.0
2025-08-20T19:05:15.9528818Z [00:02:14.096]➜  go: downloading github.com/rivo/uniseg v0.4.3
2025-08-20T19:05:15.9561806Z [00:02:14.100]➜  go: downloading github.com/gdamore/encoding v1.0.1
2025-08-20T19:05:15.9595215Z [00:02:14.103]➜  go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
2025-08-20T19:05:15.9663466Z [00:02:14.110]➜  go: downloading golang.org/x/sys v0.29.0
2025-08-20T19:05:15.9851245Z [00:02:14.129]➜  go: downloading golang.org/x/term v0.28.0
2025-08-20T19:05:16.1268570Z [00:02:14.270]➜  go: downloading gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
2025-08-20T19:05:16.1399273Z [00:02:14.283]➜  + go generate ./...
2025-08-20T19:05:27.1893476Z [00:02:25.333]➜  Generating input state machine generated/normal.bin
2025-08-20T19:05:27.1964415Z [00:02:25.340]➜  Generating input state machine generated/insert.bin
2025-08-20T19:05:27.1965195Z [00:02:25.340]➜  Generating input state machine generated/visual.bin
2025-08-20T19:05:27.1979978Z [00:02:25.341]➜  Generating input state machine generated/menu.bin
2025-08-20T19:05:27.1980951Z [00:02:25.342]➜  Generating input state machine generated/search.bin
2025-08-20T19:05:27.1981358Z [00:02:25.342]➜  Generating input state machine generated/task.bin
2025-08-20T19:05:27.1981768Z [00:02:25.342]➜  Generating input state machine generated/textfield.bin
2025-08-20T19:05:27.6324852Z [00:02:25.776]➜  Generating grapheme_cluster_props.go from [data/GraphemeBreakProperty.txt, data/emoji-data.txt]
2025-08-20T19:05:27.7700058Z [00:02:25.913]➜  Generating grapheme_cluster_test_cases.go from data/GraphemeBreakTest.txt
2025-08-20T19:05:27.8130891Z [00:02:25.956]➜  Generating line_break_props.go from [data/LineBreak.txt]
2025-08-20T19:05:27.8686472Z [00:02:26.012]➜  Generating east_asian_width_props.go from [data/EastAsianWidth.txt]
2025-08-20T19:05:27.9021365Z [00:02:26.046]➜  Generating general_category_props.go from [data/DerivedGeneralCategory.txt]
2025-08-20T19:05:27.9407114Z [00:02:26.084]➜  Generating emoji_props.go from [data/emoji-data.txt]
2025-08-20T19:05:27.9751155Z [00:02:26.119]➜  Generating line_break_test_cases.go from data/LineBreakTest.txt
2025-08-20T19:05:28.0916155Z [00:02:26.235]➜  + 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/aretext
2025-08-20T19:05:28.0938700Z [00:02:26.237]➜  WORK=/tmp/go-build2960781988
2025-08-20T19:05:28.1193405Z [00:02:26.263]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.1193816Z [00:02:26.263]➜  git status --porcelain
2025-08-20T19:05:28.1418508Z [00:02:26.285]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.1419243Z [00:02:26.285]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T19:05:28.1432073Z [00:02:26.287]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO; git config extensions.objectformat
2025-08-20T19:05:28.1440446Z [00:02:26.287]➜  0.001s # cd /tmp/tmp.nglcQx2wbq/TEMPREPO; git config extensions.objectformat
2025-08-20T19:05:28.1441355Z [00:02:26.288]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 90d485eee3a7c65dedcc993e854f0e560471a695 --
2025-08-20T19:05:28.1457316Z [00:02:26.289]➜  0.002s # cd /tmp/tmp.nglcQx2wbq/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 90d485eee3a7c65dedcc993e854f0e560471a695 --
2025-08-20T19:05:28.1458344Z [00:02:26.289]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 90d485eee3a7c65dedcc993e854f0e560471a695
2025-08-20T19:05:28.1572227Z [00:02:26.301]➜  0.011s # cd /tmp/tmp.nglcQx2wbq/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 90d485eee3a7c65dedcc993e854f0e560471a695
2025-08-20T19:05:28.1573299Z [00:02:26.301]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 90d485eee3a7 --
2025-08-20T19:05:28.1589291Z [00:02:26.302]➜  0.002s # cd /tmp/tmp.nglcQx2wbq/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 90d485eee3a7 --
2025-08-20T19:05:28.1590656Z [00:02:26.302]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO; git cat-file blob 90d485eee3a7c65dedcc993e854f0e560471a695:go.mod
2025-08-20T19:05:28.1602681Z [00:02:26.304]➜  0.001s # cd /tmp/tmp.nglcQx2wbq/TEMPREPO; git cat-file blob 90d485eee3a7c65dedcc993e854f0e560471a695:go.mod
2025-08-20T19:05:28.1635819Z [00:02:26.307]➜  internal/goarch
2025-08-20T19:05:28.1636205Z [00:02:26.307]➜  mkdir -p $WORK/b005/
2025-08-20T19:05:28.1636658Z [00:02:26.307]➜  internal/unsafeheader
2025-08-20T19:05:28.1638361Z [00:02:26.307]➜  mkdir -p $WORK/b007/
2025-08-20T19:05:28.1639800Z [00:02:26.307]➜  internal/byteorder
2025-08-20T19:05:28.1640545Z [00:02:26.307]➜  mkdir -p $WORK/b011/
2025-08-20T19:05:28.1642304Z [00:02:26.308]➜  echo '# import config' > $WORK/b007/importcfg # internal
2025-08-20T19:05:28.1643949Z [00:02:26.308]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.1647903Z [00:02:26.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b007/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b007=>" -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/b007/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T19:05:28.1649516Z [00:02:26.308]➜  echo '# import config' > $WORK/b011/importcfg # internal
2025-08-20T19:05:28.1658060Z [00:02:26.309]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b011=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid TBPJ9nmn3XMRKHaQjfh3/TBPJ9nmn3XMRKHaQjfh3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T19:05:28.1659647Z [00:02:26.309]➜  echo '# import config' > $WORK/b005/importcfg # internal
2025-08-20T19:05:28.1661573Z [00:02:26.309]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b005=>" -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/b005/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-20T19:05:28.1674506Z [00:02:26.311]➜  internal/cpu
2025-08-20T19:05:28.1674853Z [00:02:26.311]➜  mkdir -p $WORK/b010/
2025-08-20T19:05:28.1679563Z [00:02:26.311]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T19:05:28.1696324Z [00:02:26.313]➜  cd /root/.go/src/internal/cpu
2025-08-20T19:05:28.1697931Z [00:02:26.313]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b010/symabis ./cpu.s ./cpu_arm64.s
2025-08-20T19:05:28.1729258Z [00:02:26.316]➜  echo '# import config' > $WORK/b010/importcfg # internal
2025-08-20T19:05:28.1730911Z [00:02:26.317]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.1735056Z [00:02:26.317]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b010=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid xOiVxElhnkLKUPIOyZdm/xOiVxElhnkLKUPIOyZdm -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/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-20T19:05:28.1739428Z [00:02:26.317]➜  go tool buildid -w $WORK/b007/_pkg_.a # internal
2025-08-20T19:05:28.1744276Z [00:02:26.318]➜  cp $WORK/b007/_pkg_.a /root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d # internal
2025-08-20T19:05:28.1745047Z [00:02:26.318]➜  internal/coverage/rtcov
2025-08-20T19:05:28.1745355Z [00:02:26.318]➜  mkdir -p $WORK/b013/
2025-08-20T19:05:28.1745697Z [00:02:26.318]➜  echo '# import config' > $WORK/b013/importcfg # internal
2025-08-20T19:05:28.1747473Z [00:02:26.318]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b013=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid Lg1Ui5Zii1hLtfRIIRhB/Lg1Ui5Zii1hLtfRIIRhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T19:05:28.1776331Z [00:02:26.321]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T19:05:28.1777475Z [00:02:26.321]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d # internal
2025-08-20T19:05:28.1780180Z [00:02:26.322]➜  internal/abi
2025-08-20T19:05:28.1781360Z [00:02:26.322]➜  mkdir -p $WORK/b004/
2025-08-20T19:05:28.1784356Z [00:02:26.322]➜  echo -n > $WORK/b004/go_asm.h # internal
2025-08-20T19:05:28.1788074Z [00:02:26.322]➜  cd /root/.go/src/internal/abi
2025-08-20T19:05:28.1790721Z [00:02:26.322]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b004/symabis ./abi_test.s ./stub.s
2025-08-20T19:05:28.1815451Z [00:02:26.325]➜  cat >/tmp/go-build2960781988/b004/importcfg << 'EOF' # internal
2025-08-20T19:05:28.1815927Z [00:02:26.325]➜  # import config
2025-08-20T19:05:28.1816325Z [00:02:26.325]➜  packagefile internal/goarch=/tmp/go-build2960781988/b005/_pkg_.a
2025-08-20T19:05:28.1816671Z [00:02:26.325]➜  EOF
2025-08-20T19:05:28.1816919Z [00:02:26.325]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.1820538Z [00:02:26.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b004=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid OEFtkDQjYlx_bUzkur7n/OEFtkDQjYlx_bUzkur7n -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/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-20T19:05:28.1898614Z [00:02:26.333]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T19:05:28.1904582Z [00:02:26.333]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T19:05:28.1905265Z [00:02:26.333]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d # internal
2025-08-20T19:05:28.1905837Z [00:02:26.333]➜  internal/godebugs
2025-08-20T19:05:28.1906098Z [00:02:26.333]➜  mkdir -p $WORK/b014/
2025-08-20T19:05:28.1916612Z [00:02:26.335]➜  echo '# import config' > $WORK/b014/importcfg # internal
2025-08-20T19:05:28.1920456Z [00:02:26.335]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b014=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid z0U3JTpbM1KVjGC6PuUk/z0U3JTpbM1KVjGC6PuUk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T19:05:28.1922634Z [00:02:26.335]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d # internal
2025-08-20T19:05:28.1923277Z [00:02:26.336]➜  internal/goexperiment
2025-08-20T19:05:28.1923606Z [00:02:26.336]➜  mkdir -p $WORK/b015/
2025-08-20T19:05:28.1939108Z [00:02:26.337]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T19:05:28.1947144Z [00:02:26.337]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b015=>" -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/b015/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-20T19:05:28.1994734Z [00:02:26.343]➜  cd /root/.go/src/internal/cpu
2025-08-20T19:05:28.1996527Z [00:02:26.343]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/cpu.o ./cpu.s
2025-08-20T19:05:28.2010104Z [00:02:26.344]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/cpu_arm64.o ./cpu_arm64.s
2025-08-20T19:05:28.2031411Z [00:02:26.346]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T19:05:28.2036481Z [00:02:26.347]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d # internal
2025-08-20T19:05:28.2037146Z [00:02:26.347]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T19:05:28.2038970Z [00:02:26.347]➜  internal/goos
2025-08-20T19:05:28.2039687Z [00:02:26.347]➜  mkdir -p $WORK/b016/
2025-08-20T19:05:28.2040588Z [00:02:26.347]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T19:05:28.2041334Z [00:02:26.348]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d # internal
2025-08-20T19:05:28.2042902Z [00:02:26.348]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.2044905Z [00:02:26.348]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b016=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid Zaio9CsRMM6rTHRpGKtH/Zaio9CsRMM6rTHRpGKtH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/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-20T19:05:28.2054053Z [00:02:26.349]➜  internal/profilerecord
2025-08-20T19:05:28.2054719Z [00:02:26.349]➜  mkdir -p $WORK/b017/
2025-08-20T19:05:28.2057749Z [00:02:26.349]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T19:05:28.2067667Z [00:02:26.350]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b017=>" -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/b017/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T19:05:28.2072013Z [00:02:26.350]➜  cd /root/.go/src/internal/cpu
2025-08-20T19:05:28.2072473Z [00:02:26.350]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/cpu.o $WORK/b010/cpu_arm64.o # internal
2025-08-20T19:05:28.2077025Z [00:02:26.351]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T19:05:28.2084152Z [00:02:26.351]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d # internal
2025-08-20T19:05:28.2088849Z [00:02:26.352]➜  internal/bytealg
2025-08-20T19:05:28.2089375Z [00:02:26.352]➜  mkdir -p $WORK/b009/
2025-08-20T19:05:28.2091621Z [00:02:26.353]➜  echo -n > $WORK/b009/go_asm.h # internal
2025-08-20T19:05:28.2092440Z [00:02:26.353]➜  cd /root/.go/src/internal/bytealg
2025-08-20T19:05:28.2093947Z [00:02:26.353]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b009/symabis ./compare_arm64.s ./count_arm64.s ./equal_arm64.s ./index_arm64.s ./indexbyte_arm64.s
2025-08-20T19:05:28.2131026Z [00:02:26.356]➜  cat >/tmp/go-build2960781988/b009/importcfg << 'EOF' # internal
2025-08-20T19:05:28.2134092Z [00:02:26.356]➜  # import config
2025-08-20T19:05:28.2134501Z [00:02:26.356]➜  packagefile internal/cpu=/tmp/go-build2960781988/b010/_pkg_.a
2025-08-20T19:05:28.2134850Z [00:02:26.356]➜  EOF
2025-08-20T19:05:28.2135097Z [00:02:26.357]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.2138284Z [00:02:26.357]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b009=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid cHLYtuUGsNYroo6_NRzy/cHLYtuUGsNYroo6_NRzy -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/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-20T19:05:28.2166110Z [00:02:26.360]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T19:05:28.2174320Z [00:02:26.360]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d # internal
2025-08-20T19:05:28.2174894Z [00:02:26.360]➜  internal/chacha8rand
2025-08-20T19:05:28.2175167Z [00:02:26.360]➜  mkdir -p $WORK/b012/
2025-08-20T19:05:28.2175495Z [00:02:26.361]➜  echo -n > $WORK/b012/go_asm.h # internal
2025-08-20T19:05:28.2175824Z [00:02:26.361]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T19:05:28.2176963Z [00:02:26.361]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b012/symabis ./chacha8_arm64.s
2025-08-20T19:05:28.2214336Z [00:02:26.364]➜  cat >/tmp/go-build2960781988/b012/importcfg << 'EOF' # internal
2025-08-20T19:05:28.2215627Z [00:02:26.364]➜  # import config
2025-08-20T19:05:28.2216073Z [00:02:26.364]➜  packagefile internal/byteorder=/tmp/go-build2960781988/b011/_pkg_.a
2025-08-20T19:05:28.2216568Z [00:02:26.364]➜  packagefile internal/cpu=/tmp/go-build2960781988/b010/_pkg_.a
2025-08-20T19:05:28.2217040Z [00:02:26.364]➜  packagefile internal/goarch=/tmp/go-build2960781988/b005/_pkg_.a
2025-08-20T19:05:28.2217399Z [00:02:26.364]➜  EOF
2025-08-20T19:05:28.2217681Z [00:02:26.364]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T19:05:28.2218022Z [00:02:26.365]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.2221225Z [00:02:26.365]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b012=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid M9nUdEz__gedwbgeRjJL/M9nUdEz__gedwbgeRjJL -goversion go1.25.0 -symabis $WORK/b012/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b012/importcfg -pack -asmhdr $WORK/b012/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T19:05:28.2223491Z [00:02:26.365]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d # internal
2025-08-20T19:05:28.2224108Z [00:02:26.365]➜  internal/runtime/atomic
2025-08-20T19:05:28.2224400Z [00:02:26.365]➜  mkdir -p $WORK/b018/
2025-08-20T19:05:28.2224701Z [00:02:26.365]➜  echo -n > $WORK/b018/go_asm.h # internal
2025-08-20T19:05:28.2225034Z [00:02:26.365]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T19:05:28.2226206Z [00:02:26.365]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b018=>" -I $WORK/b018/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b018/symabis ./atomic_arm64.s
2025-08-20T19:05:28.2254287Z [00:02:26.369]➜  cat >/tmp/go-build2960781988/b018/importcfg << 'EOF' # internal
2025-08-20T19:05:28.2255657Z [00:02:26.369]➜  # import config
2025-08-20T19:05:28.2256076Z [00:02:26.369]➜  packagefile internal/cpu=/tmp/go-build2960781988/b010/_pkg_.a
2025-08-20T19:05:28.2256578Z [00:02:26.369]➜  packagefile internal/goarch=/tmp/go-build2960781988/b005/_pkg_.a
2025-08-20T19:05:28.2256923Z [00:02:26.369]➜  EOF
2025-08-20T19:05:28.2257171Z [00:02:26.369]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.2260460Z [00:02:26.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b018=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid 4iqTnJEJ0Qa9TcC_Q_sc/4iqTnJEJ0Qa9TcC_Q_sc -goversion go1.25.0 -symabis $WORK/b018/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack -asmhdr $WORK/b018/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-20T19:05:28.2297159Z [00:02:26.373]➜  cd /root/.go/src/internal/bytealg
2025-08-20T19:05:28.2299020Z [00:02:26.373]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/compare_arm64.o ./compare_arm64.s
2025-08-20T19:05:28.2329330Z [00:02:26.376]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/count_arm64.o ./count_arm64.s
2025-08-20T19:05:28.2386214Z [00:02:26.382]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/equal_arm64.o ./equal_arm64.s
2025-08-20T19:05:28.2450458Z [00:02:26.388]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T19:05:28.2451951Z [00:02:26.388]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/chacha8_arm64.o ./chacha8_arm64.s
2025-08-20T19:05:28.2453435Z [00:02:26.389]➜  cd /root/.go/src/internal/bytealg
2025-08-20T19:05:28.2455286Z [00:02:26.389]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/index_arm64.o ./index_arm64.s
2025-08-20T19:05:28.2488065Z [00:02:26.392]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/indexbyte_arm64.o ./indexbyte_arm64.s
2025-08-20T19:05:28.2514086Z [00:02:26.395]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T19:05:28.2515232Z [00:02:26.395]➜  go tool pack r $WORK/b012/_pkg_.a $WORK/b012/chacha8_arm64.o # internal
2025-08-20T19:05:28.2516033Z [00:02:26.395]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T19:05:28.2526165Z [00:02:26.396]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d # internal
2025-08-20T19:05:28.2527383Z [00:02:26.396]➜  internal/runtime/math
2025-08-20T19:05:28.2527923Z [00:02:26.396]➜  mkdir -p $WORK/b021/
2025-08-20T19:05:28.2528940Z [00:02:26.396]➜  cat >/tmp/go-build2960781988/b021/importcfg << 'EOF' # internal
2025-08-20T19:05:28.2530659Z [00:02:26.396]➜  # import config
2025-08-20T19:05:28.2531122Z [00:02:26.396]➜  packagefile internal/goarch=/tmp/go-build2960781988/b005/_pkg_.a
2025-08-20T19:05:28.2531894Z [00:02:26.396]➜  EOF
2025-08-20T19:05:28.2532372Z [00:02:26.396]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.2534360Z [00:02:26.396]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b021=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid 5Ux89PrGBaXlGLWJEWjy/5Ux89PrGBaXlGLWJEWjy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T19:05:28.2536720Z [00:02:26.397]➜  cd /root/.go/src/internal/bytealg
2025-08-20T19:05:28.2538080Z [00:02:26.397]➜  go tool pack r $WORK/b009/_pkg_.a $WORK/b009/compare_arm64.o $WORK/b009/count_arm64.o $WORK/b009/equal_arm64.o $WORK/b009/index_arm64.o $WORK/b009/indexbyte_arm64.o # internal
2025-08-20T19:05:28.2539338Z [00:02:26.397]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T19:05:28.2546737Z [00:02:26.398]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d # internal
2025-08-20T19:05:28.2547309Z [00:02:26.398]➜  internal/runtime/syscall
2025-08-20T19:05:28.2547583Z [00:02:26.398]➜  mkdir -p $WORK/b022/
2025-08-20T19:05:28.2547883Z [00:02:26.398]➜  echo -n > $WORK/b022/go_asm.h # internal
2025-08-20T19:05:28.2548233Z [00:02:26.398]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T19:05:28.2549426Z [00:02:26.398]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b022=>" -I $WORK/b022/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b022/symabis ./asm_linux_arm64.s
2025-08-20T19:05:28.2592106Z [00:02:26.402]➜  cat >/tmp/go-build2960781988/b022/importcfg << 'EOF' # internal
2025-08-20T19:05:28.2593504Z [00:02:26.402]➜  # import config
2025-08-20T19:05:28.2594289Z [00:02:26.403]➜  packagefile internal/goarch=/tmp/go-build2960781988/b005/_pkg_.a
2025-08-20T19:05:28.2594840Z [00:02:26.403]➜  EOF
2025-08-20T19:05:28.2595715Z [00:02:26.403]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.2600722Z [00:02:26.403]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b022=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid h7rJ5t74D4jf8hI5e9k-/h7rJ5t74D4jf8hI5e9k- -goversion go1.25.0 -symabis $WORK/b022/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack -asmhdr $WORK/b022/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-20T19:05:28.2670337Z [00:02:26.410]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T19:05:28.2673519Z [00:02:26.410]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b018=>" -I $WORK/b018/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b018/atomic_arm64.o ./atomic_arm64.s
2025-08-20T19:05:28.2682737Z [00:02:26.411]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T19:05:28.2683921Z [00:02:26.412]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d # internal
2025-08-20T19:05:28.2686265Z [00:02:26.412]➜  internal/runtime/strconv
2025-08-20T19:05:28.2690315Z [00:02:26.412]➜  mkdir -p $WORK/b020/
2025-08-20T19:05:28.2691525Z [00:02:26.413]➜  cat >/tmp/go-build2960781988/b020/importcfg << 'EOF' # internal
2025-08-20T19:05:28.2691877Z [00:02:26.413]➜  # import config
2025-08-20T19:05:28.2692581Z [00:02:26.413]➜  packagefile internal/runtime/math=/tmp/go-build2960781988/b021/_pkg_.a
2025-08-20T19:05:28.2693285Z [00:02:26.413]➜  EOF
2025-08-20T19:05:28.2704348Z [00:02:26.413]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.2706800Z [00:02:26.413]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b020=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid sGVZN97xBvHwg1gwzGiw/sGVZN97xBvHwg1gwzGiw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T19:05:28.2756256Z [00:02:26.419]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T19:05:28.2757512Z [00:02:26.419]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b022=>" -I $WORK/b022/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b022/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T19:05:28.2762887Z [00:02:26.420]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T19:05:28.2763548Z [00:02:26.420]➜  go tool pack r $WORK/b018/_pkg_.a $WORK/b018/atomic_arm64.o # internal
2025-08-20T19:05:28.2774817Z [00:02:26.421]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T19:05:28.2775542Z [00:02:26.421]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d # internal
2025-08-20T19:05:28.2776100Z [00:02:26.421]➜  internal/runtime/exithook
2025-08-20T19:05:28.2776397Z [00:02:26.421]➜  mkdir -p $WORK/b023/
2025-08-20T19:05:28.2776770Z [00:02:26.421]➜  cat >/tmp/go-build2960781988/b023/importcfg << 'EOF' # internal
2025-08-20T19:05:28.2777111Z [00:02:26.421]➜  # import config
2025-08-20T19:05:28.2777505Z [00:02:26.421]➜  packagefile internal/runtime/atomic=/tmp/go-build2960781988/b018/_pkg_.a
2025-08-20T19:05:28.2777872Z [00:02:26.421]➜  EOF
2025-08-20T19:05:28.2778113Z [00:02:26.421]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.2779824Z [00:02:26.421]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b023=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid vRsvs1FpEvSALlVcu8C5/vRsvs1FpEvSALlVcu8C5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T19:05:28.2810426Z [00:02:26.424]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T19:05:28.2813761Z [00:02:26.425]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d # internal
2025-08-20T19:05:28.2816109Z [00:02:26.425]➜  internal/runtime/gc
2025-08-20T19:05:28.2816390Z [00:02:26.425]➜  mkdir -p $WORK/b024/
2025-08-20T19:05:28.2820000Z [00:02:26.425]➜  cat >/tmp/go-build2960781988/b024/importcfg << 'EOF' # internal
2025-08-20T19:05:28.2820417Z [00:02:26.425]➜  # import config
2025-08-20T19:05:28.2821109Z [00:02:26.425]➜  packagefile internal/goarch=/tmp/go-build2960781988/b005/_pkg_.a
2025-08-20T19:05:28.2821521Z [00:02:26.425]➜  EOF
2025-08-20T19:05:28.2823576Z [00:02:26.426]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b024=>" -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/b024/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-20T19:05:28.2825336Z [00:02:26.426]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T19:05:28.2825764Z [00:02:26.426]➜  go tool pack r $WORK/b022/_pkg_.a $WORK/b022/asm_linux_arm64.o # internal
2025-08-20T19:05:28.2826200Z [00:02:26.426]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T19:05:28.2833722Z [00:02:26.427]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d # internal
2025-08-20T19:05:28.2843248Z [00:02:26.428]➜  internal/runtime/cgroup
2025-08-20T19:05:28.2844091Z [00:02:26.428]➜  mkdir -p $WORK/b019/
2025-08-20T19:05:28.2844499Z [00:02:26.428]➜  cat >/tmp/go-build2960781988/b019/importcfg << 'EOF' # internal
2025-08-20T19:05:28.2844847Z [00:02:26.428]➜  # import config
2025-08-20T19:05:28.2845222Z [00:02:26.428]➜  packagefile internal/bytealg=/tmp/go-build2960781988/b009/_pkg_.a
2025-08-20T19:05:28.2846130Z [00:02:26.428]➜  packagefile internal/runtime/strconv=/tmp/go-build2960781988/b020/_pkg_.a
2025-08-20T19:05:28.2846679Z [00:02:26.428]➜  packagefile internal/runtime/syscall=/tmp/go-build2960781988/b022/_pkg_.a
2025-08-20T19:05:28.2847046Z [00:02:26.428]➜  EOF
2025-08-20T19:05:28.2847289Z [00:02:26.428]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.2866068Z [00:02:26.430]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b019=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid RZkNYuEbdv1cShxbFoVg/RZkNYuEbdv1cShxbFoVg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b019/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-20T19:05:28.2936292Z [00:02:26.437]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T19:05:28.2940061Z [00:02:26.437]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d # internal
2025-08-20T19:05:28.2942016Z [00:02:26.438]➜  internal/asan
2025-08-20T19:05:28.2942366Z [00:02:26.438]➜  mkdir -p $WORK/b026/
2025-08-20T19:05:28.2947261Z [00:02:26.438]➜  echo '# import config' > $WORK/b026/importcfg # internal
2025-08-20T19:05:28.2950076Z [00:02:26.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b026=>" -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/b026/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T19:05:28.2962773Z [00:02:26.440]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T19:05:28.2967457Z [00:02:26.440]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d # internal
2025-08-20T19:05:28.2970894Z [00:02:26.440]➜  internal/msan
2025-08-20T19:05:28.2971338Z [00:02:26.441]➜  mkdir -p $WORK/b027/
2025-08-20T19:05:28.2974367Z [00:02:26.441]➜  echo '# import config' > $WORK/b027/importcfg # internal
2025-08-20T19:05:28.2977776Z [00:02:26.441]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b027=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid cK2sxiCTxqBq1nuuQvTl/cK2sxiCTxqBq1nuuQvTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T19:05:28.3037949Z [00:02:26.447]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T19:05:28.3038713Z [00:02:26.447]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d # internal
2025-08-20T19:05:28.3045126Z [00:02:26.448]➜  internal/runtime/sys
2025-08-20T19:05:28.3045675Z [00:02:26.448]➜  mkdir -p $WORK/b029/
2025-08-20T19:05:28.3046007Z [00:02:26.448]➜  echo -n > $WORK/b029/go_asm.h # internal
2025-08-20T19:05:28.3053749Z [00:02:26.449]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T19:05:28.3055034Z [00:02:26.449]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b029=>" -I $WORK/b029/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b029/symabis ./dit_arm64.s ./empty.s
2025-08-20T19:05:28.3083936Z [00:02:26.451]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T19:05:28.3084823Z [00:02:26.451]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d # internal
2025-08-20T19:05:28.3085770Z [00:02:26.451]➜  internal/stringslite
2025-08-20T19:05:28.3086040Z [00:02:26.451]➜  mkdir -p $WORK/b030/
2025-08-20T19:05:28.3086414Z [00:02:26.451]➜  cat >/tmp/go-build2960781988/b030/importcfg << 'EOF' # internal
2025-08-20T19:05:28.3086755Z [00:02:26.451]➜  # import config
2025-08-20T19:05:28.3087135Z [00:02:26.451]➜  packagefile internal/bytealg=/tmp/go-build2960781988/b009/_pkg_.a
2025-08-20T19:05:28.3087479Z [00:02:26.451]➜  EOF
2025-08-20T19:05:28.3087726Z [00:02:26.451]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.3089492Z [00:02:26.451]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b030=>" -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/b030/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T19:05:28.3134591Z [00:02:26.456]➜  cat >/tmp/go-build2960781988/b029/importcfg << 'EOF' # internal
2025-08-20T19:05:28.3135053Z [00:02:26.456]➜  # import config
2025-08-20T19:05:28.3143443Z [00:02:26.456]➜  packagefile internal/cpu=/tmp/go-build2960781988/b010/_pkg_.a
2025-08-20T19:05:28.3144031Z [00:02:26.456]➜  packagefile internal/goarch=/tmp/go-build2960781988/b005/_pkg_.a
2025-08-20T19:05:28.3144515Z [00:02:26.456]➜  packagefile internal/goos=/tmp/go-build2960781988/b016/_pkg_.a
2025-08-20T19:05:28.3144850Z [00:02:26.456]➜  EOF
2025-08-20T19:05:28.3147628Z [00:02:26.457]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b029=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid JaoXZ_h_hmhHF4urri25/JaoXZ_h_hmhHF4urri25 -goversion go1.25.0 -symabis $WORK/b029/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack -asmhdr $WORK/b029/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-20T19:05:28.3281252Z [00:02:26.471]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T19:05:28.3290585Z [00:02:26.472]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d # internal
2025-08-20T19:05:28.3299690Z [00:02:26.473]➜  internal/trace/tracev2
2025-08-20T19:05:28.3300871Z [00:02:26.474]➜  mkdir -p $WORK/b031/
2025-08-20T19:05:28.3304075Z [00:02:26.474]➜  echo '# import config' > $WORK/b031/importcfg # internal
2025-08-20T19:05:28.3308252Z [00:02:26.474]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b031=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid JOw4kvqnrGZisJYbR6vl/JOw4kvqnrGZisJYbR6vl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b031/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-20T19:05:28.3316189Z [00:02:26.475]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T19:05:28.3328662Z [00:02:26.475]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b029=>" -I $WORK/b029/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b029/dit_arm64.o ./dit_arm64.s
2025-08-20T19:05:28.3329692Z [00:02:26.475]➜  cd /root/.go/src/internal/abi
2025-08-20T19:05:28.3330639Z [00:02:26.475]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b004/abi_test.o ./abi_test.s
2025-08-20T19:05:28.3337456Z [00:02:26.476]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T19:05:28.3338171Z [00:02:26.477]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d # internal
2025-08-20T19:05:28.3338710Z [00:02:26.477]➜  encoding
2025-08-20T19:05:28.3338949Z [00:02:26.477]➜  mkdir -p $WORK/b033/
2025-08-20T19:05:28.3343419Z [00:02:26.478]➜  echo '# import config' > $WORK/b033/importcfg # internal
2025-08-20T19:05:28.3343888Z [00:02:26.478]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.3345448Z [00:02:26.478]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b033=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid _GZqvJiOcWT_ie0TcTGm/_GZqvJiOcWT_ie0TcTGm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T19:05:28.3375322Z [00:02:26.481]➜  cd /root/.go/src/internal/abi
2025-08-20T19:05:28.3376646Z [00:02:26.481]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b004/stub.o ./stub.s
2025-08-20T19:05:28.3377695Z [00:02:26.481]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T19:05:28.3379534Z [00:02:26.481]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b029=>" -I $WORK/b029/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b029/empty.o ./empty.s
2025-08-20T19:05:28.3389510Z [00:02:26.482]➜  cd /root/.go/src/internal/abi
2025-08-20T19:05:28.3390257Z [00:02:26.482]➜  go tool pack r $WORK/b004/_pkg_.a $WORK/b004/abi_test.o $WORK/b004/stub.o # internal
2025-08-20T19:05:28.3391865Z [00:02:26.482]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T19:05:28.3399198Z [00:02:26.483]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T19:05:28.3401472Z [00:02:26.484]➜  go tool pack r $WORK/b029/_pkg_.a $WORK/b029/dit_arm64.o $WORK/b029/empty.o # internal
2025-08-20T19:05:28.3403979Z [00:02:26.484]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T19:05:28.3428715Z [00:02:26.486]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d # internal
2025-08-20T19:05:28.3430209Z [00:02:26.487]➜  cmp
2025-08-20T19:05:28.3431175Z [00:02:26.487]➜  mkdir -p $WORK/b036/
2025-08-20T19:05:28.3435443Z [00:02:26.487]➜  echo '# import config' > $WORK/b036/importcfg # internal
2025-08-20T19:05:28.3437784Z [00:02:26.487]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.3439233Z [00:02:26.487]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b036=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid 3pNLZ4lQZRo8EuEyPFwj/3pNLZ4lQZRo8EuEyPFwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T19:05:28.3449357Z [00:02:26.488]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d # internal
2025-08-20T19:05:28.3450088Z [00:02:26.488]➜  internal/race
2025-08-20T19:05:28.3453384Z [00:02:26.489]➜  mkdir -p $WORK/b028/
2025-08-20T19:05:28.3454152Z [00:02:26.489]➜  cat >/tmp/go-build2960781988/b028/importcfg << 'EOF' # internal
2025-08-20T19:05:28.3455034Z [00:02:26.489]➜  # import config
2025-08-20T19:05:28.3455951Z [00:02:26.489]➜  packagefile internal/abi=/tmp/go-build2960781988/b004/_pkg_.a
2025-08-20T19:05:28.3456372Z [00:02:26.489]➜  EOF
2025-08-20T19:05:28.3457973Z [00:02:26.489]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b028=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid FhbLQqV1Qz8jSBwlrpNF/FhbLQqV1Qz8jSBwlrpNF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T19:05:28.3459770Z [00:02:26.489]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T19:05:28.3467723Z [00:02:26.490]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d # internal
2025-08-20T19:05:28.3469039Z [00:02:26.490]➜  internal/itoa
2025-08-20T19:05:28.3469789Z [00:02:26.490]➜  mkdir -p $WORK/b038/
2025-08-20T19:05:28.3470643Z [00:02:26.491]➜  echo '# import config' > $WORK/b038/importcfg # internal
2025-08-20T19:05:28.3472576Z [00:02:26.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b038=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid 9u4HPsdihVw8NDi4g4l5/9u4HPsdihVw8NDi4g4l5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T19:05:28.3524574Z [00:02:26.493]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T19:05:28.3525312Z [00:02:26.496]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d # internal
2025-08-20T19:05:28.3525845Z [00:02:26.496]➜  math/bits
2025-08-20T19:05:28.3526082Z [00:02:26.496]➜  mkdir -p $WORK/b041/
2025-08-20T19:05:28.3526435Z [00:02:26.496]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T19:05:28.3528210Z [00:02:26.496]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b041=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid mewLIJx9t7e24poTN5tU/mewLIJx9t7e24poTN5tU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b041/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-20T19:05:28.3576704Z [00:02:26.501]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T19:05:28.3579855Z [00:02:26.501]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d # internal
2025-08-20T19:05:28.3580804Z [00:02:26.502]➜  unicode/utf8
2025-08-20T19:05:28.3581233Z [00:02:26.502]➜  mkdir -p $WORK/b043/
2025-08-20T19:05:28.3581964Z [00:02:26.502]➜  echo '# import config' > $WORK/b043/importcfg # internal
2025-08-20T19:05:28.3584083Z [00:02:26.502]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b043=>" -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/b043/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T19:05:28.3603139Z [00:02:26.504]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T19:05:28.3610003Z [00:02:26.504]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d # internal
2025-08-20T19:05:28.3615563Z [00:02:26.505]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T19:05:28.3616248Z [00:02:26.505]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d # internal
2025-08-20T19:05:28.3616784Z [00:02:26.505]➜  internal/runtime/maps
2025-08-20T19:05:28.3617051Z [00:02:26.505]➜  mkdir -p $WORK/b025/
2025-08-20T19:05:28.3622650Z [00:02:26.506]➜  cat >/tmp/go-build2960781988/b025/importcfg << 'EOF' # internal
2025-08-20T19:05:28.3626387Z [00:02:26.506]➜  # import config
2025-08-20T19:05:28.3626808Z [00:02:26.506]➜  packagefile internal/abi=/tmp/go-build2960781988/b004/_pkg_.a
2025-08-20T19:05:28.3627280Z [00:02:26.506]➜  packagefile internal/asan=/tmp/go-build2960781988/b026/_pkg_.a
2025-08-20T19:05:28.3627773Z [00:02:26.506]➜  packagefile internal/goarch=/tmp/go-build2960781988/b005/_pkg_.a
2025-08-20T19:05:28.3628581Z [00:02:26.506]➜  packagefile internal/msan=/tmp/go-build2960781988/b027/_pkg_.a
2025-08-20T19:05:28.3629053Z [00:02:26.506]➜  packagefile internal/race=/tmp/go-build2960781988/b028/_pkg_.a
2025-08-20T19:05:28.3629551Z [00:02:26.506]➜  packagefile internal/runtime/math=/tmp/go-build2960781988/b021/_pkg_.a
2025-08-20T19:05:28.3630073Z [00:02:26.506]➜  packagefile internal/runtime/sys=/tmp/go-build2960781988/b029/_pkg_.a
2025-08-20T19:05:28.3630430Z [00:02:26.506]➜  EOF
2025-08-20T19:05:28.3637645Z [00:02:26.506]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b025=>" -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/b025/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-20T19:05:28.3640557Z [00:02:26.506]➜  sync/atomic
2025-08-20T19:05:28.3640809Z [00:02:26.506]➜  mkdir -p $WORK/b046/
2025-08-20T19:05:28.3641200Z [00:02:26.507]➜  echo -n > $WORK/b046/go_asm.h # internal
2025-08-20T19:05:28.3641777Z [00:02:26.507]➜  cd /root/.go/src/sync/atomic
2025-08-20T19:05:28.3642899Z [00:02:26.507]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b046=>" -I $WORK/b046/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b046/symabis ./asm.s
2025-08-20T19:05:28.3673744Z [00:02:26.510]➜  echo '# import config' > $WORK/b046/importcfg # internal
2025-08-20T19:05:28.3674175Z [00:02:26.510]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.3676464Z [00:02:26.511]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b046=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid v-MlDIDzOS5gnwcNEwHP/v-MlDIDzOS5gnwcNEwHP -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/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-20T19:05:28.3739051Z [00:02:26.517]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T19:05:28.3745436Z [00:02:26.518]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d # internal
2025-08-20T19:05:28.3809992Z [00:02:26.524]➜  math
2025-08-20T19:05:28.3814186Z [00:02:26.525]➜  mkdir -p $WORK/b040/
2025-08-20T19:05:28.3814592Z [00:02:26.525]➜  echo -n > $WORK/b040/go_asm.h # internal
2025-08-20T19:05:28.3814926Z [00:02:26.525]➜  cd /root/.go/src/math
2025-08-20T19:05:28.3815972Z [00:02:26.525]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b040=>" -I $WORK/b040/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b040/symabis ./dim_arm64.s ./exp_arm64.s ./floor_arm64.s ./modf_arm64.s
2025-08-20T19:05:28.3853921Z [00:02:26.529]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T19:05:28.3858638Z [00:02:26.529]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d # internal
2025-08-20T19:05:28.3863984Z [00:02:26.530]➜  internal/synctest
2025-08-20T19:05:28.3864755Z [00:02:26.530]➜  mkdir -p $WORK/b047/
2025-08-20T19:05:28.3888237Z [00:02:26.532]➜  cat >/tmp/go-build2960781988/b040/importcfg << 'EOF' # internal
2025-08-20T19:05:28.3889891Z [00:02:26.532]➜  # import config
2025-08-20T19:05:28.3890650Z [00:02:26.532]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:28.3890991Z [00:02:26.532]➜  EOF
2025-08-20T19:05:28.3891236Z [00:02:26.532]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.3899165Z [00:02:26.532]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b040=>" -p math -lang=go1.25 -std -installsuffix shared -buildid 6wDiWzQQCqBQkxujwy3F/6wDiWzQQCqBQkxujwy3F -goversion go1.25.0 -symabis $WORK/b040/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b040/importcfg -pack -asmhdr $WORK/b040/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-20T19:05:28.3906965Z [00:02:26.533]➜  cat >/tmp/go-build2960781988/b047/importcfg << 'EOF' # internal
2025-08-20T19:05:28.3907315Z [00:02:26.533]➜  # import config
2025-08-20T19:05:28.3907672Z [00:02:26.533]➜  packagefile internal/abi=/tmp/go-build2960781988/b004/_pkg_.a
2025-08-20T19:05:28.3908002Z [00:02:26.533]➜  EOF
2025-08-20T19:05:28.3909733Z [00:02:26.533]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b047=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid TXvhGynv0KAtbNuS7qmd/TXvhGynv0KAtbNuS7qmd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b047/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T19:05:28.3996999Z [00:02:26.543]➜  cd /root/.go/src/sync/atomic
2025-08-20T19:05:28.3998089Z [00:02:26.543]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b046=>" -I $WORK/b046/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b046/asm.o ./asm.s
2025-08-20T19:05:28.4032591Z [00:02:26.547]➜  go tool pack r $WORK/b046/_pkg_.a $WORK/b046/asm.o # internal
2025-08-20T19:05:28.4034063Z [00:02:26.547]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T19:05:28.4056260Z [00:02:26.549]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T19:05:28.4064782Z [00:02:26.550]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d # internal
2025-08-20T19:05:28.4069601Z [00:02:26.550]➜  unicode
2025-08-20T19:05:28.4069940Z [00:02:26.550]➜  mkdir -p $WORK/b048/
2025-08-20T19:05:28.4070546Z [00:02:26.550]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d # internal
2025-08-20T19:05:28.4071075Z [00:02:26.550]➜  internal/sync
2025-08-20T19:05:28.4071321Z [00:02:26.550]➜  mkdir -p $WORK/b045/
2025-08-20T19:05:28.4072041Z [00:02:26.550]➜  echo '# import config' > $WORK/b048/importcfg # internal
2025-08-20T19:05:28.4072404Z [00:02:26.550]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.4074438Z [00:02:26.550]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b048=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid 1uavR90G2Z8Kzq6sjfjV/1uavR90G2Z8Kzq6sjfjV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/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-20T19:05:28.4076184Z [00:02:26.550]➜  cat >/tmp/go-build2960781988/b045/importcfg << 'EOF' # internal
2025-08-20T19:05:28.4076547Z [00:02:26.550]➜  # import config
2025-08-20T19:05:28.4076909Z [00:02:26.550]➜  packagefile internal/abi=/tmp/go-build2960781988/b004/_pkg_.a
2025-08-20T19:05:28.4077379Z [00:02:26.550]➜  packagefile internal/goarch=/tmp/go-build2960781988/b005/_pkg_.a
2025-08-20T19:05:28.4077863Z [00:02:26.550]➜  packagefile internal/race=/tmp/go-build2960781988/b028/_pkg_.a
2025-08-20T19:05:28.4078322Z [00:02:26.550]➜  packagefile sync/atomic=/tmp/go-build2960781988/b046/_pkg_.a
2025-08-20T19:05:28.4078652Z [00:02:26.550]➜  EOF
2025-08-20T19:05:28.4080387Z [00:02:26.550]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b045=>" -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/b045/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-20T19:05:28.4258646Z [00:02:26.569]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T19:05:28.4273753Z [00:02:26.570]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d # internal
2025-08-20T19:05:28.4275580Z [00:02:26.570]➜  crypto/internal/fips140/alias
2025-08-20T19:05:28.4276083Z [00:02:26.570]➜  mkdir -p $WORK/b081/
2025-08-20T19:05:28.4276491Z [00:02:26.570]➜  echo '# import config' > $WORK/b081/importcfg # internal
2025-08-20T19:05:28.4279058Z [00:02:26.571]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b081=>" -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/b081/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T19:05:28.4367848Z [00:02:26.580]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T19:05:28.4394445Z [00:02:26.581]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d # internal
2025-08-20T19:05:28.4396102Z [00:02:26.581]➜  crypto/internal/fips140deps/byteorder
2025-08-20T19:05:28.4396927Z [00:02:26.581]➜  mkdir -p $WORK/b085/
2025-08-20T19:05:28.4397415Z [00:02:26.581]➜  cat >/tmp/go-build2960781988/b085/importcfg << 'EOF' # internal
2025-08-20T19:05:28.4397766Z [00:02:26.581]➜  # import config
2025-08-20T19:05:28.4398153Z [00:02:26.581]➜  packagefile internal/byteorder=/tmp/go-build2960781988/b011/_pkg_.a
2025-08-20T19:05:28.4398513Z [00:02:26.581]➜  EOF
2025-08-20T19:05:28.4400404Z [00:02:26.581]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b085=>" -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/b085/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T19:05:28.4627372Z [00:02:26.606]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T19:05:28.4631992Z [00:02:26.607]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d # internal
2025-08-20T19:05:28.4634718Z [00:02:26.607]➜  crypto/internal/fips140deps/cpu
2025-08-20T19:05:28.4635037Z [00:02:26.607]➜  mkdir -p $WORK/b086/
2025-08-20T19:05:28.4637949Z [00:02:26.607]➜  cat >/tmp/go-build2960781988/b086/importcfg << 'EOF' # internal
2025-08-20T19:05:28.4638320Z [00:02:26.607]➜  # import config
2025-08-20T19:05:28.4638690Z [00:02:26.607]➜  packagefile internal/cpu=/tmp/go-build2960781988/b010/_pkg_.a
2025-08-20T19:05:28.4639168Z [00:02:26.607]➜  packagefile internal/goarch=/tmp/go-build2960781988/b005/_pkg_.a
2025-08-20T19:05:28.4639516Z [00:02:26.607]➜  EOF
2025-08-20T19:05:28.4641630Z [00:02:26.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b086=>" -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/b086/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T19:05:28.4802868Z [00:02:26.624]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T19:05:28.4807720Z [00:02:26.624]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d # internal
2025-08-20T19:05:28.4810679Z [00:02:26.624]➜  crypto/internal/fips140/subtle
2025-08-20T19:05:28.4812272Z [00:02:26.625]➜  mkdir -p $WORK/b089/
2025-08-20T19:05:28.4820639Z [00:02:26.625]➜  echo -n > $WORK/b089/go_asm.h # internal
2025-08-20T19:05:28.4821233Z [00:02:26.625]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T19:05:28.4846216Z [00:02:26.628]➜  /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/b089=>" -I $WORK/b089/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b089/symabis ./xor_arm64.s
2025-08-20T19:05:28.4871889Z [00:02:26.631]➜  cat >/tmp/go-build2960781988/b089/importcfg << 'EOF' # internal
2025-08-20T19:05:28.4872490Z [00:02:26.631]➜  # import config
2025-08-20T19:05:28.4872954Z [00:02:26.631]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2960781988/b081/_pkg_.a
2025-08-20T19:05:28.4874084Z [00:02:26.631]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2960781988/b085/_pkg_.a
2025-08-20T19:05:28.4874705Z [00:02:26.631]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:28.4875030Z [00:02:26.631]➜  EOF
2025-08-20T19:05:28.4878067Z [00:02:26.631]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.4880561Z [00:02:26.631]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b089=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 2NY9C7oa8Pj4-CAILAM2/2NY9C7oa8Pj4-CAILAM2 -goversion go1.25.0 -symabis $WORK/b089/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b089/importcfg -pack -asmhdr $WORK/b089/go_asm.h /root/.go/src/crypto/internal/fips140/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-20T19:05:28.5002634Z [00:02:26.643]➜  cd /root/.go/src/math
2025-08-20T19:05:28.5003761Z [00:02:26.643]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b040=>" -I $WORK/b040/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b040/dim_arm64.o ./dim_arm64.s
2025-08-20T19:05:28.5065467Z [00:02:26.650]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b040=>" -I $WORK/b040/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b040/exp_arm64.o ./exp_arm64.s
2025-08-20T19:05:28.5071445Z [00:02:26.651]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T19:05:28.5076269Z [00:02:26.651]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T19:05:28.5078981Z [00:02:26.651]➜  /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/b089=>" -I $WORK/b089/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b089/xor_arm64.o ./xor_arm64.s
2025-08-20T19:05:28.5098715Z [00:02:26.653]➜  go tool pack r $WORK/b089/_pkg_.a $WORK/b089/xor_arm64.o # internal
2025-08-20T19:05:28.5099855Z [00:02:26.654]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T19:05:28.5104689Z [00:02:26.654]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d # internal
2025-08-20T19:05:28.5121711Z [00:02:26.656]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d # internal
2025-08-20T19:05:28.5122739Z [00:02:26.656]➜  github.com/aretext/aretext/text/utf8
2025-08-20T19:05:28.5124398Z [00:02:26.656]➜  mkdir -p $WORK/b094/
2025-08-20T19:05:28.5124988Z [00:02:26.656]➜  echo '# import config' > $WORK/b094/importcfg # internal
2025-08-20T19:05:28.5126033Z [00:02:26.656]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.5129175Z [00:02:26.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b094/_pkg_.a -trimpath "/tmp/tmp.nglcQx2wbq/TEMPREPO/text/utf8=>github.com/aretext/aretext/text/utf8;$WORK/b094=>" -p github.com/aretext/aretext/text/utf8 -lang=go1.23 -complete -installsuffix shared -buildid iT5Wy6mc_wxpNqrRRf96/iT5Wy6mc_wxpNqrRRf96 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack ./text/utf8/utf8.go ./text/utf8/validator.go
2025-08-20T19:05:28.5146839Z [00:02:26.657]➜  cd /root/.go/src/math
2025-08-20T19:05:28.5147815Z [00:02:26.657]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b040=>" -I $WORK/b040/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b040/floor_arm64.o ./floor_arm64.s
2025-08-20T19:05:28.5154149Z [00:02:26.659]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b040=>" -I $WORK/b040/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b040/modf_arm64.o ./modf_arm64.s
2025-08-20T19:05:28.5191879Z [00:02:26.663]➜  go tool pack r $WORK/b040/_pkg_.a $WORK/b040/dim_arm64.o $WORK/b040/exp_arm64.o $WORK/b040/floor_arm64.o $WORK/b040/modf_arm64.o # internal
2025-08-20T19:05:28.5198494Z [00:02:26.663]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T19:05:28.5209011Z [00:02:26.664]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d # internal
2025-08-20T19:05:28.5212657Z [00:02:26.665]➜  unicode/utf16
2025-08-20T19:05:28.5213054Z [00:02:26.665]➜  mkdir -p $WORK/b105/
2025-08-20T19:05:28.5216282Z [00:02:26.665]➜  echo '# import config' > $WORK/b105/importcfg # internal
2025-08-20T19:05:28.5216754Z [00:02:26.665]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.5220403Z [00:02:26.665]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b105=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid L6aXOucgpcsx5O1yqVow/L6aXOucgpcsx5O1yqVow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T19:05:28.5270701Z [00:02:26.671]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T19:05:28.5275610Z [00:02:26.671]➜  runtime
2025-08-20T19:05:28.5277605Z [00:02:26.671]➜  mkdir -p $WORK/b008/
2025-08-20T19:05:28.5278777Z [00:02:26.671]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/93/93f4e8ef5ca740eb5579a1dc702b9c55523d14738bd5567b3070b98e21f9d925-d # internal
2025-08-20T19:05:28.5279659Z [00:02:26.671]➜  container/list
2025-08-20T19:05:28.5283266Z [00:02:26.671]➜  mkdir -p $WORK/b118/
2025-08-20T19:05:28.5283704Z [00:02:26.672]➜  echo '# import config' > $WORK/b118/importcfg # internal
2025-08-20T19:05:28.5285299Z [00:02:26.672]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b118=>" -p container/list -lang=go1.25 -std -complete -installsuffix shared -buildid TrZDFbIDKtA6owNtEibT/TrZDFbIDKtA6owNtEibT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b118/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T19:05:28.5286634Z [00:02:26.672]➜  echo -n > $WORK/b008/go_asm.h # internal
2025-08-20T19:05:28.5293399Z [00:02:26.673]➜  cd /root/.go/src/runtime
2025-08-20T19:05:28.5295923Z [00:02:26.673]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b008/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-20T19:05:28.5445016Z [00:02:26.688]➜  cat >/tmp/go-build2960781988/b008/importcfg << 'EOF' # internal
2025-08-20T19:05:28.5452769Z [00:02:26.688]➜  # import config
2025-08-20T19:05:28.5453417Z [00:02:26.688]➜  packagefile internal/abi=/tmp/go-build2960781988/b004/_pkg_.a
2025-08-20T19:05:28.5454000Z [00:02:26.688]➜  packagefile internal/bytealg=/tmp/go-build2960781988/b009/_pkg_.a
2025-08-20T19:05:28.5454513Z [00:02:26.688]➜  packagefile internal/byteorder=/tmp/go-build2960781988/b011/_pkg_.a
2025-08-20T19:05:28.5455038Z [00:02:26.688]➜  packagefile internal/chacha8rand=/tmp/go-build2960781988/b012/_pkg_.a
2025-08-20T19:05:28.5455594Z [00:02:26.688]➜  packagefile internal/coverage/rtcov=/tmp/go-build2960781988/b013/_pkg_.a
2025-08-20T19:05:28.5456108Z [00:02:26.688]➜  packagefile internal/cpu=/tmp/go-build2960781988/b010/_pkg_.a
2025-08-20T19:05:28.5456585Z [00:02:26.688]➜  packagefile internal/goarch=/tmp/go-build2960781988/b005/_pkg_.a
2025-08-20T19:05:28.5457074Z [00:02:26.688]➜  packagefile internal/godebugs=/tmp/go-build2960781988/b014/_pkg_.a
2025-08-20T19:05:28.5457591Z [00:02:26.688]➜  packagefile internal/goexperiment=/tmp/go-build2960781988/b015/_pkg_.a
2025-08-20T19:05:28.5458088Z [00:02:26.688]➜  packagefile internal/goos=/tmp/go-build2960781988/b016/_pkg_.a
2025-08-20T19:05:28.5458895Z [00:02:26.688]➜  packagefile internal/profilerecord=/tmp/go-build2960781988/b017/_pkg_.a
2025-08-20T19:05:28.5459511Z [00:02:26.688]➜  packagefile internal/runtime/atomic=/tmp/go-build2960781988/b018/_pkg_.a
2025-08-20T19:05:28.5460048Z [00:02:26.688]➜  packagefile internal/runtime/cgroup=/tmp/go-build2960781988/b019/_pkg_.a
2025-08-20T19:05:28.5460592Z [00:02:26.688]➜  packagefile internal/runtime/exithook=/tmp/go-build2960781988/b023/_pkg_.a
2025-08-20T19:05:28.5461131Z [00:02:26.688]➜  packagefile internal/runtime/gc=/tmp/go-build2960781988/b024/_pkg_.a
2025-08-20T19:05:28.5461648Z [00:02:26.688]➜  packagefile internal/runtime/maps=/tmp/go-build2960781988/b025/_pkg_.a
2025-08-20T19:05:28.5462169Z [00:02:26.688]➜  packagefile internal/runtime/math=/tmp/go-build2960781988/b021/_pkg_.a
2025-08-20T19:05:28.5462701Z [00:02:26.688]➜  packagefile internal/runtime/strconv=/tmp/go-build2960781988/b020/_pkg_.a
2025-08-20T19:05:28.5463402Z [00:02:26.688]➜  packagefile internal/runtime/sys=/tmp/go-build2960781988/b029/_pkg_.a
2025-08-20T19:05:28.5464013Z [00:02:26.688]➜  packagefile internal/runtime/syscall=/tmp/go-build2960781988/b022/_pkg_.a
2025-08-20T19:05:28.5464551Z [00:02:26.688]➜  packagefile internal/stringslite=/tmp/go-build2960781988/b030/_pkg_.a
2025-08-20T19:05:28.5465077Z [00:02:26.688]➜  packagefile internal/trace/tracev2=/tmp/go-build2960781988/b031/_pkg_.a
2025-08-20T19:05:28.5465439Z [00:02:26.688]➜  EOF
2025-08-20T19:05:28.5470438Z [00:02:26.690]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T19:05:28.5471883Z [00:02:26.690]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d # internal
2025-08-20T19:05:28.5472475Z [00:02:26.690]➜  crypto/internal/boring/sig
2025-08-20T19:05:28.5472760Z [00:02:26.690]➜  mkdir -p $WORK/b124/
2025-08-20T19:05:28.5473067Z [00:02:26.690]➜  echo -n > $WORK/b124/go_asm.h # internal
2025-08-20T19:05:28.5474631Z [00:02:26.690]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.5500485Z [00:02:26.690]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b008/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid B5UbB7eV3_8DKtyjgmA9/B5UbB7eV3_8DKtyjgmA9 -goversion go1.25.0 -symabis $WORK/b008/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b008/importcfg -pack -asmhdr $WORK/b008/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-20T19:05:28.5544148Z [00:02:26.690]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T19:05:28.5544839Z [00:02:26.691]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d # internal
2025-08-20T19:05:28.5545464Z [00:02:26.691]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T19:05:28.5545782Z [00:02:26.691]➜  mkdir -p $WORK/b146/
2025-08-20T19:05:28.5546134Z [00:02:26.691]➜  echo '# import config' > $WORK/b146/importcfg # internal
2025-08-20T19:05:28.5548136Z [00:02:26.691]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1=>vendor/golang.org/x/crypto/cryptobyte/asn1;$WORK/b146=>" -p vendor/golang.org/x/crypto/cryptobyte/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid aCO_SQqbp-7GmFoyZhlY/aCO_SQqbp-7GmFoyZhlY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T19:05:28.5549856Z [00:02:26.691]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T19:05:28.5551393Z [00:02:26.691]➜  /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/b124=>" -I $WORK/b124/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b124/symabis ./sig_other.s
2025-08-20T19:05:28.5552481Z [00:02:26.696]➜  echo '# import config' > $WORK/b124/importcfg # internal
2025-08-20T19:05:28.5552836Z [00:02:26.696]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.5555374Z [00:02:26.696]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b124=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid HC672PcYn1QAJA2a1Uyp/HC672PcYn1QAJA2a1Uyp -goversion go1.25.0 -symabis $WORK/b124/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b124/importcfg -pack -asmhdr $WORK/b124/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T19:05:28.5557053Z [00:02:26.696]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T19:05:28.5557716Z [00:02:26.697]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d # internal
2025-08-20T19:05:28.5558309Z [00:02:26.698]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T19:05:28.5558612Z [00:02:26.698]➜  mkdir -p $WORK/b159/
2025-08-20T19:05:28.5558955Z [00:02:26.698]➜  echo '# import config' > $WORK/b159/importcfg # internal
2025-08-20T19:05:28.5561139Z [00:02:26.698]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/alias=>vendor/golang.org/x/crypto/internal/alias;$WORK/b159=>" -p vendor/golang.org/x/crypto/internal/alias -lang=go1.25 -std -complete -installsuffix shared -buildid G8rFd5R03zb2rRvRO1QK/G8rFd5R03zb2rRvRO1QK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b159/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T19:05:28.5634085Z [00:02:26.707]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T19:05:28.5640610Z [00:02:26.708]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d # internal
2025-08-20T19:05:28.5641179Z [00:02:26.708]➜  internal/nettrace
2025-08-20T19:05:28.5641447Z [00:02:26.708]➜  mkdir -p $WORK/b175/
2025-08-20T19:05:28.5642003Z [00:02:26.708]➜  echo '# import config' > $WORK/b175/importcfg # internal
2025-08-20T19:05:28.5643886Z [00:02:26.708]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b175=>" -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/b175/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T19:05:28.5715358Z [00:02:26.715]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T19:05:28.5718000Z [00:02:26.715]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d # internal
2025-08-20T19:05:28.5718559Z [00:02:26.715]➜  log/internal
2025-08-20T19:05:28.5718811Z [00:02:26.715]➜  mkdir -p $WORK/b187/
2025-08-20T19:05:28.5724973Z [00:02:26.716]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T19:05:28.5727257Z [00:02:26.716]➜  /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/b124=>" -I $WORK/b124/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b124/sig_other.o ./sig_other.s
2025-08-20T19:05:28.5732448Z [00:02:26.716]➜  echo '# import config' > $WORK/b187/importcfg # internal
2025-08-20T19:05:28.5733685Z [00:02:26.716]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T19:05:28.5735236Z [00:02:26.716]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d # internal
2025-08-20T19:05:28.5736027Z [00:02:26.717]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.5737885Z [00:02:26.717]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b187=>" -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/b187/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T19:05:28.5746809Z [00:02:26.718]➜  github.com/rivo/uniseg
2025-08-20T19:05:28.5751359Z [00:02:26.719]➜  mkdir -p $WORK/b209/
2025-08-20T19:05:28.5752526Z [00:02:26.719]➜  cat >/tmp/go-build2960781988/b209/importcfg << 'EOF' # internal
2025-08-20T19:05:28.5754752Z [00:02:26.719]➜  # import config
2025-08-20T19:05:28.5756570Z [00:02:26.719]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:28.5759218Z [00:02:26.719]➜  EOF
2025-08-20T19:05:28.5764975Z [00:02:26.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b209/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rivo/uniseg@v0.4.3=>github.com/rivo/uniseg@v0.4.3;$WORK/b209=>" -p github.com/rivo/uniseg -lang=go1.18 -complete -installsuffix shared -buildid vekT-DweYIhYrZv2dhKQ/vekT-DweYIhYrZv2dhKQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b209/importcfg -pack /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.3/doc.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.3/eastasianwidth.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.3/emojipresentation.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.3/grapheme.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.3/graphemeproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.3/graphemerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.3/line.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.3/lineproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.3/linerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.3/properties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.3/sentence.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.3/sentenceproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.3/sentencerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.3/step.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.3/width.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.3/word.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.3/wordproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.3/wordrules.go
2025-08-20T19:05:28.5812646Z [00:02:26.724]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T19:05:28.5820406Z [00:02:26.724]➜  go tool pack r $WORK/b124/_pkg_.a $WORK/b124/sig_other.o # internal
2025-08-20T19:05:28.5820863Z [00:02:26.724]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T19:05:28.5821519Z [00:02:26.725]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d # internal
2025-08-20T19:05:28.5822092Z [00:02:26.725]➜  github.com/aretext/aretext/clipboard
2025-08-20T19:05:28.5822656Z [00:02:26.725]➜  mkdir -p $WORK/b221/
2025-08-20T19:05:28.5822996Z [00:02:26.725]➜  echo '# import config' > $WORK/b221/importcfg # internal
2025-08-20T19:05:28.5823711Z [00:02:26.725]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:28.5825422Z [00:02:26.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b221/_pkg_.a -trimpath "/tmp/tmp.nglcQx2wbq/TEMPREPO/clipboard=>github.com/aretext/aretext/clipboard;$WORK/b221=>" -p github.com/aretext/aretext/clipboard -lang=go1.23 -complete -installsuffix shared -buildid qzqHYD8eObcIUacG6k9S/qzqHYD8eObcIUacG6k9S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack ./clipboard/clipboard.go
2025-08-20T19:05:28.5852788Z [00:02:26.728]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T19:05:28.5853654Z [00:02:26.729]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d # internal
2025-08-20T19:05:28.5855389Z [00:02:26.729]➜  github.com/aretext/aretext/undo
2025-08-20T19:05:28.5855972Z [00:02:26.729]➜  mkdir -p $WORK/b224/
2025-08-20T19:05:28.5856956Z [00:02:26.729]➜  cat >/tmp/go-build2960781988/b224/importcfg << 'EOF' # internal
2025-08-20T19:05:28.5858229Z [00:02:26.729]➜  # import config
2025-08-20T19:05:28.5858655Z [00:02:26.729]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:28.5858992Z [00:02:26.729]➜  EOF
2025-08-20T19:05:28.5860557Z [00:02:26.729]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b224/_pkg_.a -trimpath "/tmp/tmp.nglcQx2wbq/TEMPREPO/undo=>github.com/aretext/aretext/undo;$WORK/b224=>" -p github.com/aretext/aretext/undo -lang=go1.23 -complete -installsuffix shared -buildid Mwg44-4E-vECyxr3FL3b/Mwg44-4E-vECyxr3FL3b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b224/importcfg -pack ./undo/log.go ./undo/op.go
2025-08-20T19:05:28.5976761Z [00:02:26.741]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T19:05:28.5982105Z [00:02:26.742]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/6c/6c8a656f8d2aa4ef3665f375fa1095eb2515db53f34cebf1be477a45cc1e1604-d # internal
2025-08-20T19:05:28.5982849Z [00:02:26.742]➜  golang.org/x/text/encoding/internal/identifier
2025-08-20T19:05:28.5983322Z [00:02:26.742]➜  mkdir -p $WORK/b234/
2025-08-20T19:05:28.5985282Z [00:02:26.742]➜  echo '# import config' > $WORK/b234/importcfg # internal
2025-08-20T19:05:28.5989046Z [00:02:26.742]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b234/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/internal/identifier=>golang.org/x/text@v0.28.0/encoding/internal/identifier;$WORK/b234=>" -p golang.org/x/text/encoding/internal/identifier -lang=go1.23 -complete -installsuffix shared -buildid S27AO4UonlIzMdcuO1aN/S27AO4UonlIzMdcuO1aN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/internal/identifier/identifier.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/internal/identifier/mib.go
2025-08-20T19:05:28.6071330Z [00:02:26.751]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T19:05:28.6080107Z [00:02:26.751]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/d6/d6c1b89652bce30529e6d6c63853061cefde71c94a27f2b16a879304eb219c40-d # internal
2025-08-20T19:05:28.6088279Z [00:02:26.752]➜  image/color
2025-08-20T19:05:28.6089447Z [00:02:26.752]➜  mkdir -p $WORK/b274/
2025-08-20T19:05:28.6089890Z [00:02:26.752]➜  echo '# import config' > $WORK/b274/importcfg # internal
2025-08-20T19:05:28.6092551Z [00:02:26.752]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b274/_pkg_.a -trimpath "/root/.go/src/image/color=>image/color;$WORK/b274=>" -p image/color -lang=go1.25 -std -complete -installsuffix shared -buildid ol6SQl3dUtPQvnKtBlUM/ol6SQl3dUtPQvnKtBlUM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/importcfg -pack /root/.go/src/image/color/color.go /root/.go/src/image/color/ycbcr.go
2025-08-20T19:05:28.6104452Z [00:02:26.754]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T19:05:28.6109612Z [00:02:26.754]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/8d/8dfae5a080cf09374722c774beb0f63b8935cb634711e4bf78ed05456409ee1a-d # internal
2025-08-20T19:05:28.6352702Z [00:02:26.779]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T19:05:28.6361245Z [00:02:26.780]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/e5/e53045bc2ec97b559155d1c5e6dc9a06ce1d46c8809e605557703b51aa03b9a4-d # internal
2025-08-20T19:05:28.7149732Z [00:02:26.858]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T19:05:28.7164524Z [00:02:26.860]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/b2/b21045571fa09f618b2b0415c2175600ea34f80553dfcac9f269d2e12893336f-d # internal
2025-08-20T19:05:29.9982814Z [00:02:28.142]➜  cp /root/.go/src/runtime/tls_arm64.h $WORK/b008/tls_GOARCH.h
2025-08-20T19:05:29.9983757Z [00:02:28.142]➜  cd /root/.go/src/runtime
2025-08-20T19:05:29.9984815Z [00:02:28.142]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/asm.o ./asm.s
2025-08-20T19:05:30.0007725Z [00:02:28.144]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/asm_arm64.o ./asm_arm64.s
2025-08-20T19:05:30.0094571Z [00:02:28.153]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/atomic_arm64.o ./atomic_arm64.s
2025-08-20T19:05:30.0115610Z [00:02:28.155]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/duff_arm64.o ./duff_arm64.s
2025-08-20T19:05:30.0139726Z [00:02:28.157]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/ints.o ./ints.s
2025-08-20T19:05:30.0165147Z [00:02:28.160]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/memclr_arm64.o ./memclr_arm64.s
2025-08-20T19:05:30.0189260Z [00:02:28.162]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/memmove_arm64.o ./memmove_arm64.s
2025-08-20T19:05:30.0213473Z [00:02:28.165]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/preempt_arm64.o ./preempt_arm64.s
2025-08-20T19:05:30.0251592Z [00:02:28.169]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/rt0_linux_arm64.o ./rt0_linux_arm64.s
2025-08-20T19:05:30.0275655Z [00:02:28.171]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/sys_linux_arm64.o ./sys_linux_arm64.s
2025-08-20T19:05:30.0326812Z [00:02:28.176]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/tls_arm64.o ./tls_arm64.s
2025-08-20T19:05:30.0364890Z [00:02:28.180]➜  go tool pack r $WORK/b008/_pkg_.a $WORK/b008/asm.o $WORK/b008/asm_arm64.o $WORK/b008/atomic_arm64.o $WORK/b008/duff_arm64.o $WORK/b008/ints.o $WORK/b008/memclr_arm64.o $WORK/b008/memmove_arm64.o $WORK/b008/preempt_arm64.o $WORK/b008/rt0_linux_arm64.o $WORK/b008/sys_linux_arm64.o $WORK/b008/tls_arm64.o # internal
2025-08-20T19:05:30.0367433Z [00:02:28.180]➜  go tool buildid -w $WORK/b008/_pkg_.a # internal
2025-08-20T19:05:30.0667804Z [00:02:28.210]➜  cp $WORK/b008/_pkg_.a /root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d # internal
2025-08-20T19:05:30.0668523Z [00:02:28.210]➜  iter
2025-08-20T19:05:30.0668767Z [00:02:28.210]➜  internal/reflectlite
2025-08-20T19:05:30.0679171Z [00:02:28.211]➜  mkdir -p $WORK/b039/
2025-08-20T19:05:30.0679645Z [00:02:28.211]➜  crypto/subtle
2025-08-20T19:05:30.0680251Z [00:02:28.211]➜  mkdir -p $WORK/b123/
2025-08-20T19:05:30.0680943Z [00:02:28.211]➜  cat >/tmp/go-build2960781988/b123/importcfg << 'EOF' # internal
2025-08-20T19:05:30.0681535Z [00:02:28.211]➜  # import config
2025-08-20T19:05:30.0682210Z [00:02:28.211]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2960781988/b089/_pkg_.a
2025-08-20T19:05:30.0683103Z [00:02:28.211]➜  packagefile internal/runtime/sys=/tmp/go-build2960781988/b029/_pkg_.a
2025-08-20T19:05:30.0684048Z [00:02:28.211]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:30.0684570Z [00:02:28.211]➜  EOF
2025-08-20T19:05:30.0693333Z [00:02:28.211]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:30.0695376Z [00:02:28.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b123=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid L9xD5BsaOGxtRphKUMpv/L9xD5BsaOGxtRphKUMpv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b123/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-20T19:05:30.0697027Z [00:02:28.211]➜  sync
2025-08-20T19:05:30.0697282Z [00:02:28.211]➜  mkdir -p $WORK/b044/
2025-08-20T19:05:30.0697662Z [00:02:28.211]➜  cat >/tmp/go-build2960781988/b044/importcfg << 'EOF' # internal
2025-08-20T19:05:30.0698041Z [00:02:28.211]➜  # import config
2025-08-20T19:05:30.0698406Z [00:02:28.211]➜  packagefile internal/race=/tmp/go-build2960781988/b028/_pkg_.a
2025-08-20T19:05:30.0698877Z [00:02:28.211]➜  packagefile internal/sync=/tmp/go-build2960781988/b045/_pkg_.a
2025-08-20T19:05:30.0699361Z [00:02:28.211]➜  packagefile internal/synctest=/tmp/go-build2960781988/b047/_pkg_.a
2025-08-20T19:05:30.0699824Z [00:02:28.211]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:30.0700617Z [00:02:28.211]➜  packagefile sync/atomic=/tmp/go-build2960781988/b046/_pkg_.a
2025-08-20T19:05:30.0701036Z [00:02:28.211]➜  EOF
2025-08-20T19:05:30.0701367Z [00:02:28.211]➜  cat >/tmp/go-build2960781988/b039/importcfg << 'EOF' # internal
2025-08-20T19:05:30.0701704Z [00:02:28.211]➜  # import config
2025-08-20T19:05:30.0702066Z [00:02:28.211]➜  packagefile internal/race=/tmp/go-build2960781988/b028/_pkg_.a
2025-08-20T19:05:30.0712821Z [00:02:28.211]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:30.0713504Z [00:02:28.211]➜  EOF
2025-08-20T19:05:30.0714845Z [00:02:28.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b039=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid F6jtWTgkNWkohEbPrDHG/F6jtWTgkNWkohEbPrDHG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T19:05:30.0718055Z [00:02:28.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b044=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid _xpgFTXYS-CkzPCjgl54/_xpgFTXYS-CkzPCjgl54 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b044/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-20T19:05:30.0720482Z [00:02:28.212]➜  mkdir -p $WORK/b003/
2025-08-20T19:05:30.0720787Z [00:02:28.213]➜  echo -n > $WORK/b003/go_asm.h # internal
2025-08-20T19:05:30.0721114Z [00:02:28.213]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T19:05:30.0722218Z [00:02:28.213]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b003=>" -I $WORK/b003/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b003/symabis ./asm.s
2025-08-20T19:05:30.0740954Z [00:02:28.217]➜  cat >/tmp/go-build2960781988/b003/importcfg << 'EOF' # internal
2025-08-20T19:05:30.0747677Z [00:02:28.217]➜  # import config
2025-08-20T19:05:30.0748061Z [00:02:28.217]➜  packagefile internal/abi=/tmp/go-build2960781988/b004/_pkg_.a
2025-08-20T19:05:30.0748542Z [00:02:28.217]➜  packagefile internal/goarch=/tmp/go-build2960781988/b005/_pkg_.a
2025-08-20T19:05:30.0749078Z [00:02:28.217]➜  packagefile internal/unsafeheader=/tmp/go-build2960781988/b007/_pkg_.a
2025-08-20T19:05:30.0749556Z [00:02:28.217]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:30.0749872Z [00:02:28.217]➜  EOF
2025-08-20T19:05:30.0750118Z [00:02:28.217]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:30.0752247Z [00:02:28.217]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b003=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid 5BLKCpsZ5t_lrpMFhH5I/5BLKCpsZ5t_lrpMFhH5I -goversion go1.25.0 -symabis $WORK/b003/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b003/importcfg -pack -asmhdr $WORK/b003/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-20T19:05:30.0814587Z [00:02:28.223]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T19:05:30.0819727Z [00:02:28.223]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d # internal
2025-08-20T19:05:30.0820287Z [00:02:28.223]➜  slices
2025-08-20T19:05:30.0820534Z [00:02:28.223]➜  mkdir -p $WORK/b049/
2025-08-20T19:05:30.0820909Z [00:02:28.223]➜  cat >/tmp/go-build2960781988/b049/importcfg << 'EOF' # internal
2025-08-20T19:05:30.0821258Z [00:02:28.223]➜  # import config
2025-08-20T19:05:30.0821884Z [00:02:28.223]➜  packagefile cmp=/tmp/go-build2960781988/b036/_pkg_.a
2025-08-20T19:05:30.0822387Z [00:02:28.223]➜  packagefile iter=/tmp/go-build2960781988/b039/_pkg_.a
2025-08-20T19:05:30.0822822Z [00:02:28.223]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:30.0823322Z [00:02:28.223]➜  EOF
2025-08-20T19:05:30.0825198Z [00:02:28.223]➜  /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-20T19:05:30.0901005Z [00:02:28.233]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T19:05:30.0905380Z [00:02:28.234]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d # internal
2025-08-20T19:05:30.0910636Z [00:02:28.234]➜  weak
2025-08-20T19:05:30.0911480Z [00:02:28.234]➜  mkdir -p $WORK/b140/
2025-08-20T19:05:30.0912405Z [00:02:28.234]➜  cat >/tmp/go-build2960781988/b140/importcfg << 'EOF' # internal
2025-08-20T19:05:30.0913461Z [00:02:28.234]➜  # import config
2025-08-20T19:05:30.0913936Z [00:02:28.234]➜  packagefile internal/abi=/tmp/go-build2960781988/b004/_pkg_.a
2025-08-20T19:05:30.0914865Z [00:02:28.234]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:30.0915191Z [00:02:28.234]➜  EOF
2025-08-20T19:05:30.0916590Z [00:02:28.234]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b140=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid yhoITzeK5DP-MybkpRqt/yhoITzeK5DP-MybkpRqt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T19:05:30.0995733Z [00:02:28.243]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T19:05:30.1000807Z [00:02:28.243]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d # internal
2025-08-20T19:05:30.1002393Z [00:02:28.244]➜  maps
2025-08-20T19:05:30.1002644Z [00:02:28.244]➜  mkdir -p $WORK/b172/
2025-08-20T19:05:30.1005601Z [00:02:28.244]➜  cat >/tmp/go-build2960781988/b172/importcfg << 'EOF' # internal
2025-08-20T19:05:30.1007971Z [00:02:28.244]➜  # import config
2025-08-20T19:05:30.1008318Z [00:02:28.244]➜  packagefile iter=/tmp/go-build2960781988/b039/_pkg_.a
2025-08-20T19:05:30.1008636Z [00:02:28.244]➜  EOF
2025-08-20T19:05:30.1010059Z [00:02:28.244]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b172=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid XA-Sgfg9JPDGuAJgedrY/XA-Sgfg9JPDGuAJgedrY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T19:05:30.1014343Z [00:02:28.245]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T19:05:30.1018881Z [00:02:28.245]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d # internal
2025-08-20T19:05:30.1096321Z [00:02:28.253]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T19:05:30.1098167Z [00:02:28.253]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d # internal
2025-08-20T19:05:30.1484065Z [00:02:28.292]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T19:05:30.1485786Z [00:02:28.292]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b003=>" -I $WORK/b003/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b003/asm.o ./asm.s
2025-08-20T19:05:30.1507235Z [00:02:28.294]➜  go tool pack r $WORK/b003/_pkg_.a $WORK/b003/asm.o # internal
2025-08-20T19:05:30.1507764Z [00:02:28.294]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T19:05:30.1523356Z [00:02:28.296]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d # internal
2025-08-20T19:05:30.1528504Z [00:02:28.296]➜  sort
2025-08-20T19:05:30.1529064Z [00:02:28.296]➜  mkdir -p $WORK/b095/
2025-08-20T19:05:30.1530483Z [00:02:28.296]➜  errors
2025-08-20T19:05:30.1532244Z [00:02:28.297]➜  mkdir -p $WORK/b002/
2025-08-20T19:05:30.1533432Z [00:02:28.297]➜  cat >/tmp/go-build2960781988/b002/importcfg << 'EOF' # internal
2025-08-20T19:05:30.1535877Z [00:02:28.297]➜  # import config
2025-08-20T19:05:30.1536541Z [00:02:28.297]➜  packagefile internal/reflectlite=/tmp/go-build2960781988/b003/_pkg_.a
2025-08-20T19:05:30.1537740Z [00:02:28.297]➜  EOF
2025-08-20T19:05:30.1538519Z [00:02:28.297]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:30.1540745Z [00:02:28.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b002/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b002=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 095G1sRcqUaOcFo1s7gh/095G1sRcqUaOcFo1s7gh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T19:05:30.1542936Z [00:02:28.297]➜  cat >/tmp/go-build2960781988/b095/importcfg << 'EOF' # internal
2025-08-20T19:05:30.1545166Z [00:02:28.297]➜  # import config
2025-08-20T19:05:30.1545594Z [00:02:28.297]➜  packagefile internal/reflectlite=/tmp/go-build2960781988/b003/_pkg_.a
2025-08-20T19:05:30.1546079Z [00:02:28.297]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:30.1546507Z [00:02:28.297]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:30.1546815Z [00:02:28.297]➜  EOF
2025-08-20T19:05:30.1548588Z [00:02:28.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b095=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid p4KTq1vYeL3p6fuhbC28/p4KTq1vYeL3p6fuhbC28 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b095/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-20T19:05:30.1667530Z [00:02:28.310]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T19:05:30.1668515Z [00:02:28.310]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d # internal
2025-08-20T19:05:30.1669094Z [00:02:28.310]➜  internal/bisect
2025-08-20T19:05:30.1669352Z [00:02:28.310]➜  mkdir -p $WORK/b058/
2025-08-20T19:05:30.1669774Z [00:02:28.310]➜  internal/testlog
2025-08-20T19:05:30.1670123Z [00:02:28.310]➜  mkdir -p $WORK/b063/
2025-08-20T19:05:30.1678447Z [00:02:28.310]➜  cat >/tmp/go-build2960781988/b063/importcfg << 'EOF' # internal
2025-08-20T19:05:30.1679736Z [00:02:28.310]➜  # import config
2025-08-20T19:05:30.1680104Z [00:02:28.310]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:30.1680544Z [00:02:28.310]➜  packagefile sync/atomic=/tmp/go-build2960781988/b046/_pkg_.a
2025-08-20T19:05:30.1680875Z [00:02:28.310]➜  EOF
2025-08-20T19:05:30.1682508Z [00:02:28.310]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b063=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid lZKBL5EBzISAizWwsOPq/lZKBL5EBzISAizWwsOPq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b063/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T19:05:30.1695266Z [00:02:28.313]➜  cat >/tmp/go-build2960781988/b058/importcfg << 'EOF' # internal
2025-08-20T19:05:30.1696955Z [00:02:28.313]➜  # import config
2025-08-20T19:05:30.1697604Z [00:02:28.313]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:30.1698108Z [00:02:28.313]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:30.1698543Z [00:02:28.313]➜  packagefile sync/atomic=/tmp/go-build2960781988/b046/_pkg_.a
2025-08-20T19:05:30.1698871Z [00:02:28.313]➜  EOF
2025-08-20T19:05:30.1701736Z [00:02:28.314]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b058=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid l4jKZnf1JVKltmsYep8x/l4jKZnf1JVKltmsYep8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T19:05:30.1760046Z [00:02:28.319]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T19:05:30.1765260Z [00:02:28.320]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d # internal
2025-08-20T19:05:30.1788628Z [00:02:28.322]➜  strconv
2025-08-20T19:05:30.1791370Z [00:02:28.322]➜  mkdir -p $WORK/b042/
2025-08-20T19:05:30.1791768Z [00:02:28.323]➜  cat >/tmp/go-build2960781988/b042/importcfg << 'EOF' # internal
2025-08-20T19:05:30.1792119Z [00:02:28.323]➜  # import config
2025-08-20T19:05:30.1792461Z [00:02:28.323]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:30.1792918Z [00:02:28.323]➜  packagefile internal/bytealg=/tmp/go-build2960781988/b009/_pkg_.a
2025-08-20T19:05:30.1793906Z [00:02:28.323]➜  packagefile internal/stringslite=/tmp/go-build2960781988/b030/_pkg_.a
2025-08-20T19:05:30.1794379Z [00:02:28.323]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:30.1794804Z [00:02:28.323]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:30.1795251Z [00:02:28.323]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:30.1795580Z [00:02:28.323]➜  EOF
2025-08-20T19:05:30.1798371Z [00:02:28.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b042=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid -NFPF1TgPmFIp5xx8aOt/-NFPF1TgPmFIp5xx8aOt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b042/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-20T19:05:30.1900400Z [00:02:28.333]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T19:05:30.1913547Z [00:02:28.334]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d # internal
2025-08-20T19:05:30.1914233Z [00:02:28.334]➜  io
2025-08-20T19:05:30.1914464Z [00:02:28.334]➜  mkdir -p $WORK/b050/
2025-08-20T19:05:30.1914845Z [00:02:28.334]➜  cat >/tmp/go-build2960781988/b050/importcfg << 'EOF' # internal
2025-08-20T19:05:30.1915190Z [00:02:28.334]➜  # import config
2025-08-20T19:05:30.1915528Z [00:02:28.334]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:30.1915944Z [00:02:28.334]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:30.1916268Z [00:02:28.334]➜  EOF
2025-08-20T19:05:30.1918498Z [00:02:28.335]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b050=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid ymzOBahWBQSHctlSrZkw/ymzOBahWBQSHctlSrZkw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b050/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T19:05:30.2171648Z [00:02:28.361]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T19:05:30.2185239Z [00:02:28.362]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d # internal
2025-08-20T19:05:30.2195446Z [00:02:28.362]➜  internal/oserror
2025-08-20T19:05:30.2199710Z [00:02:28.363]➜  mkdir -p $WORK/b054/
2025-08-20T19:05:30.2202281Z [00:02:28.363]➜  cat >/tmp/go-build2960781988/b054/importcfg << 'EOF' # internal
2025-08-20T19:05:30.2202763Z [00:02:28.363]➜  # import config
2025-08-20T19:05:30.2203110Z [00:02:28.363]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:30.2203545Z [00:02:28.363]➜  EOF
2025-08-20T19:05:30.2205077Z [00:02:28.364]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b054=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid DkixL9Lt3mtxmevGhxjJ/DkixL9Lt3mtxmevGhxjJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b054/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T19:05:30.2290616Z [00:02:28.372]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T19:05:30.2297558Z [00:02:28.373]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d # internal
2025-08-20T19:05:30.2301907Z [00:02:28.373]➜  path
2025-08-20T19:05:30.2302282Z [00:02:28.373]➜  mkdir -p $WORK/b055/
2025-08-20T19:05:30.2303029Z [00:02:28.373]➜  cat >/tmp/go-build2960781988/b055/importcfg << 'EOF' # internal
2025-08-20T19:05:30.2303530Z [00:02:28.373]➜  # import config
2025-08-20T19:05:30.2303870Z [00:02:28.373]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:30.2304330Z [00:02:28.373]➜  packagefile internal/bytealg=/tmp/go-build2960781988/b009/_pkg_.a
2025-08-20T19:05:30.2304806Z [00:02:28.373]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:30.2305149Z [00:02:28.374]➜  EOF
2025-08-20T19:05:30.2307130Z [00:02:28.374]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b055=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid IZsxqBDjV4qmdR3qJ35o/IZsxqBDjV4qmdR3qJ35o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T19:05:30.2515629Z [00:02:28.395]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T19:05:30.2526035Z [00:02:28.396]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d # internal
2025-08-20T19:05:30.2530281Z [00:02:28.396]➜  internal/godebug
2025-08-20T19:05:30.2530619Z [00:02:28.396]➜  mkdir -p $WORK/b057/
2025-08-20T19:05:30.2530993Z [00:02:28.396]➜  cat >/tmp/go-build2960781988/b057/importcfg << 'EOF' # internal
2025-08-20T19:05:30.2531341Z [00:02:28.396]➜  # import config
2025-08-20T19:05:30.2531732Z [00:02:28.396]➜  packagefile internal/bisect=/tmp/go-build2960781988/b058/_pkg_.a
2025-08-20T19:05:30.2532226Z [00:02:28.396]➜  packagefile internal/godebugs=/tmp/go-build2960781988/b014/_pkg_.a
2025-08-20T19:05:30.2532682Z [00:02:28.396]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:30.2533113Z [00:02:28.396]➜  packagefile sync/atomic=/tmp/go-build2960781988/b046/_pkg_.a
2025-08-20T19:05:30.2533629Z [00:02:28.396]➜  EOF
2025-08-20T19:05:30.2535189Z [00:02:28.397]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b057=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid LmYiLXYZhZSnPow1X0TD/LmYiLXYZhZSnPow1X0TD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b057/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T19:05:30.2593840Z [00:02:28.403]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T19:05:30.2609628Z [00:02:28.404]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d # internal
2025-08-20T19:05:30.2634029Z [00:02:28.407]➜  syscall
2025-08-20T19:05:30.2634843Z [00:02:28.407]➜  mkdir -p $WORK/b059/
2025-08-20T19:05:30.2637168Z [00:02:28.407]➜  echo -n > $WORK/b059/go_asm.h # internal
2025-08-20T19:05:30.2646192Z [00:02:28.408]➜  cd /root/.go/src/syscall
2025-08-20T19:05:30.2665121Z [00:02:28.408]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b059=>" -I $WORK/b059/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b059/symabis ./asm_linux_arm64.s
2025-08-20T19:05:30.2668067Z [00:02:28.410]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T19:05:30.2670237Z [00:02:28.410]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d # internal
2025-08-20T19:05:30.2670843Z [00:02:28.410]➜  strings
2025-08-20T19:05:30.2671097Z [00:02:28.410]➜  mkdir -p $WORK/b064/
2025-08-20T19:05:30.2671466Z [00:02:28.410]➜  cat >/tmp/go-build2960781988/b064/importcfg << 'EOF' # internal
2025-08-20T19:05:30.2671804Z [00:02:28.410]➜  # import config
2025-08-20T19:05:30.2672141Z [00:02:28.410]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:30.2672583Z [00:02:28.410]➜  packagefile internal/abi=/tmp/go-build2960781988/b004/_pkg_.a
2025-08-20T19:05:30.2673057Z [00:02:28.410]➜  packagefile internal/bytealg=/tmp/go-build2960781988/b009/_pkg_.a
2025-08-20T19:05:30.2674180Z [00:02:28.410]➜  packagefile internal/stringslite=/tmp/go-build2960781988/b030/_pkg_.a
2025-08-20T19:05:30.2674651Z [00:02:28.410]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:30.2675052Z [00:02:28.410]➜  packagefile iter=/tmp/go-build2960781988/b039/_pkg_.a
2025-08-20T19:05:30.2675476Z [00:02:28.410]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:30.2675910Z [00:02:28.410]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:30.2676330Z [00:02:28.410]➜  packagefile unicode=/tmp/go-build2960781988/b048/_pkg_.a
2025-08-20T19:05:30.2676771Z [00:02:28.410]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:30.2677100Z [00:02:28.410]➜  EOF
2025-08-20T19:05:30.2677345Z [00:02:28.410]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:30.2679575Z [00:02:28.410]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b064=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid 7c9vJPLXfeWsNhsNR7m0/7c9vJPLXfeWsNhsNR7m0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/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-20T19:05:30.2703773Z [00:02:28.413]➜  cat >/tmp/go-build2960781988/b059/importcfg << 'EOF' # internal
2025-08-20T19:05:30.2704170Z [00:02:28.413]➜  # import config
2025-08-20T19:05:30.2704508Z [00:02:28.413]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:30.2704958Z [00:02:28.413]➜  packagefile internal/asan=/tmp/go-build2960781988/b026/_pkg_.a
2025-08-20T19:05:30.2705437Z [00:02:28.413]➜  packagefile internal/bytealg=/tmp/go-build2960781988/b009/_pkg_.a
2025-08-20T19:05:30.2705944Z [00:02:28.413]➜  packagefile internal/byteorder=/tmp/go-build2960781988/b011/_pkg_.a
2025-08-20T19:05:30.2706435Z [00:02:28.413]➜  packagefile internal/goarch=/tmp/go-build2960781988/b005/_pkg_.a
2025-08-20T19:05:30.2708637Z [00:02:28.414]➜  packagefile internal/itoa=/tmp/go-build2960781988/b038/_pkg_.a
2025-08-20T19:05:30.2709623Z [00:02:28.414]➜  packagefile internal/msan=/tmp/go-build2960781988/b027/_pkg_.a
2025-08-20T19:05:30.2710507Z [00:02:28.414]➜  packagefile internal/oserror=/tmp/go-build2960781988/b054/_pkg_.a
2025-08-20T19:05:30.2711634Z [00:02:28.414]➜  packagefile internal/race=/tmp/go-build2960781988/b028/_pkg_.a
2025-08-20T19:05:30.2712765Z [00:02:28.414]➜  packagefile internal/runtime/syscall=/tmp/go-build2960781988/b022/_pkg_.a
2025-08-20T19:05:30.2713577Z [00:02:28.414]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:30.2714068Z [00:02:28.414]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:30.2714485Z [00:02:28.414]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:30.2714942Z [00:02:28.414]➜  packagefile sync/atomic=/tmp/go-build2960781988/b046/_pkg_.a
2025-08-20T19:05:30.2715265Z [00:02:28.414]➜  EOF
2025-08-20T19:05:30.2720393Z [00:02:28.414]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b059=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid ktFerKhiYiuGIxv1i7DE/ktFerKhiYiuGIxv1i7DE -goversion go1.25.0 -symabis $WORK/b059/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack -asmhdr $WORK/b059/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-20T19:05:30.3433098Z [00:02:28.487]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T19:05:30.3452994Z [00:02:28.489]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d # internal
2025-08-20T19:05:30.3524405Z [00:02:28.496]➜  reflect
2025-08-20T19:05:30.3524940Z [00:02:28.496]➜  mkdir -p $WORK/b037/
2025-08-20T19:05:30.3535209Z [00:02:28.497]➜  echo -n > $WORK/b037/go_asm.h # internal
2025-08-20T19:05:30.3549211Z [00:02:28.498]➜  cd /root/.go/src/reflect
2025-08-20T19:05:30.3550408Z [00:02:28.498]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b037=>" -I $WORK/b037/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b037/symabis ./asm_arm64.s
2025-08-20T19:05:30.3642797Z [00:02:28.507]➜  cat >/tmp/go-build2960781988/b037/importcfg << 'EOF' # internal
2025-08-20T19:05:30.3644536Z [00:02:28.508]➜  # import config
2025-08-20T19:05:30.3645465Z [00:02:28.508]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:30.3646006Z [00:02:28.508]➜  packagefile internal/abi=/tmp/go-build2960781988/b004/_pkg_.a
2025-08-20T19:05:30.3646488Z [00:02:28.508]➜  packagefile internal/bytealg=/tmp/go-build2960781988/b009/_pkg_.a
2025-08-20T19:05:30.3646974Z [00:02:28.508]➜  packagefile internal/goarch=/tmp/go-build2960781988/b005/_pkg_.a
2025-08-20T19:05:30.3647471Z [00:02:28.508]➜  packagefile internal/itoa=/tmp/go-build2960781988/b038/_pkg_.a
2025-08-20T19:05:30.3647938Z [00:02:28.508]➜  packagefile internal/race=/tmp/go-build2960781988/b028/_pkg_.a
2025-08-20T19:05:30.3648436Z [00:02:28.508]➜  packagefile internal/runtime/maps=/tmp/go-build2960781988/b025/_pkg_.a
2025-08-20T19:05:30.3648963Z [00:02:28.508]➜  packagefile internal/runtime/sys=/tmp/go-build2960781988/b029/_pkg_.a
2025-08-20T19:05:30.3649482Z [00:02:28.508]➜  packagefile internal/unsafeheader=/tmp/go-build2960781988/b007/_pkg_.a
2025-08-20T19:05:30.3650240Z [00:02:28.508]➜  packagefile iter=/tmp/go-build2960781988/b039/_pkg_.a
2025-08-20T19:05:30.3650730Z [00:02:28.508]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:30.3651149Z [00:02:28.508]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:30.3651576Z [00:02:28.508]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:30.3651992Z [00:02:28.508]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:30.3652422Z [00:02:28.508]➜  packagefile unicode=/tmp/go-build2960781988/b048/_pkg_.a
2025-08-20T19:05:30.3652865Z [00:02:28.508]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:30.3653381Z [00:02:28.508]➜  EOF
2025-08-20T19:05:30.3653722Z [00:02:28.508]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:30.3656667Z [00:02:28.508]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b037=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid n7dc5IpgUHaURtvfKDUL/n7dc5IpgUHaURtvfKDUL -goversion go1.25.0 -symabis $WORK/b037/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack -asmhdr $WORK/b037/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-20T19:05:30.3696913Z [00:02:28.513]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T19:05:30.3745800Z [00:02:28.518]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d # internal
2025-08-20T19:05:30.3746428Z [00:02:28.518]➜  hash
2025-08-20T19:05:30.3746665Z [00:02:28.518]➜  mkdir -p $WORK/b072/
2025-08-20T19:05:30.3747062Z [00:02:28.518]➜  cat >/tmp/go-build2960781988/b072/importcfg << 'EOF' # internal
2025-08-20T19:05:30.3747433Z [00:02:28.518]➜  # import config
2025-08-20T19:05:30.3747758Z [00:02:28.518]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:30.3748061Z [00:02:28.518]➜  EOF
2025-08-20T19:05:30.3749322Z [00:02:28.518]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b072=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid 8Uee5i_pcRkHzOIsnGmB/8Uee5i_pcRkHzOIsnGmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T19:05:30.3841373Z [00:02:28.528]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T19:05:30.3862700Z [00:02:28.530]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d # internal
2025-08-20T19:05:30.3869631Z [00:02:28.530]➜  bytes
2025-08-20T19:05:30.3885202Z [00:02:28.532]➜  mkdir -p $WORK/b075/
2025-08-20T19:05:30.3885680Z [00:02:28.532]➜  cat >/tmp/go-build2960781988/b075/importcfg << 'EOF' # internal
2025-08-20T19:05:30.3886035Z [00:02:28.532]➜  # import config
2025-08-20T19:05:30.3886397Z [00:02:28.532]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:30.3886856Z [00:02:28.532]➜  packagefile internal/bytealg=/tmp/go-build2960781988/b009/_pkg_.a
2025-08-20T19:05:30.3887296Z [00:02:28.532]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:30.3887714Z [00:02:28.532]➜  packagefile iter=/tmp/go-build2960781988/b039/_pkg_.a
2025-08-20T19:05:30.3888158Z [00:02:28.532]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:30.3888589Z [00:02:28.532]➜  packagefile unicode=/tmp/go-build2960781988/b048/_pkg_.a
2025-08-20T19:05:30.3889030Z [00:02:28.532]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:30.3889360Z [00:02:28.532]➜  EOF
2025-08-20T19:05:30.3891244Z [00:02:28.532]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b075=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid ay423br3koLuVDH0_p8K/ay423br3koLuVDH0_p8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/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-20T19:05:30.3933678Z [00:02:28.537]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T19:05:30.3938504Z [00:02:28.537]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d # internal
2025-08-20T19:05:30.3939090Z [00:02:28.537]➜  crypto
2025-08-20T19:05:30.3956846Z [00:02:28.539]➜  mkdir -p $WORK/b071/
2025-08-20T19:05:30.3959153Z [00:02:28.539]➜  cat >/tmp/go-build2960781988/b071/importcfg << 'EOF' # internal
2025-08-20T19:05:30.3960555Z [00:02:28.539]➜  # import config
2025-08-20T19:05:30.3961090Z [00:02:28.539]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:30.3961874Z [00:02:28.539]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:30.3963599Z [00:02:28.539]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:30.3963987Z [00:02:28.539]➜  EOF
2025-08-20T19:05:30.3965328Z [00:02:28.540]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b071=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid dgNSfK5ZCKqEnZCelX39/dgNSfK5ZCKqEnZCelX39 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T19:05:30.4131400Z [00:02:28.557]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T19:05:30.4138788Z [00:02:28.557]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d # internal
2025-08-20T19:05:30.4140398Z [00:02:28.558]➜  crypto/internal/fips140deps/godebug
2025-08-20T19:05:30.4141309Z [00:02:28.558]➜  mkdir -p $WORK/b079/
2025-08-20T19:05:30.4145678Z [00:02:28.558]➜  cat >/tmp/go-build2960781988/b079/importcfg << 'EOF' # internal
2025-08-20T19:05:30.4146510Z [00:02:28.558]➜  # import config
2025-08-20T19:05:30.4147347Z [00:02:28.558]➜  packagefile internal/godebug=/tmp/go-build2960781988/b057/_pkg_.a
2025-08-20T19:05:30.4148079Z [00:02:28.558]➜  EOF
2025-08-20T19:05:30.4150235Z [00:02:28.558]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b079=>" -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/b079/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T19:05:30.4464562Z [00:02:28.590]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T19:05:30.4470981Z [00:02:28.591]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d # internal
2025-08-20T19:05:30.4494190Z [00:02:28.591]➜  crypto/internal/fips140
2025-08-20T19:05:30.4495713Z [00:02:28.591]➜  mkdir -p $WORK/b078/
2025-08-20T19:05:30.4496130Z [00:02:28.591]➜  cat >/tmp/go-build2960781988/b078/importcfg << 'EOF' # internal
2025-08-20T19:05:30.4496482Z [00:02:28.591]➜  # import config
2025-08-20T19:05:30.4496972Z [00:02:28.591]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2960781988/b079/_pkg_.a
2025-08-20T19:05:30.4497499Z [00:02:28.591]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:30.4497908Z [00:02:28.591]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:30.4498323Z [00:02:28.591]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:30.4498745Z [00:02:28.591]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:30.4499442Z [00:02:28.591]➜  EOF
2025-08-20T19:05:30.4501897Z [00:02:28.592]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b078=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid kjNalgJ9uA2kVbAh4fIp/kjNalgJ9uA2kVbAh4fIp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b078/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-20T19:05:30.4796699Z [00:02:28.623]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T19:05:30.4801480Z [00:02:28.623]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d # internal
2025-08-20T19:05:30.4805404Z [00:02:28.624]➜  crypto/internal/impl
2025-08-20T19:05:30.4805732Z [00:02:28.624]➜  mkdir -p $WORK/b087/
2025-08-20T19:05:30.4806139Z [00:02:28.624]➜  cat >/tmp/go-build2960781988/b087/importcfg << 'EOF' # internal
2025-08-20T19:05:30.4808542Z [00:02:28.624]➜  # import config
2025-08-20T19:05:30.4808907Z [00:02:28.624]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:30.4809225Z [00:02:28.624]➜  EOF
2025-08-20T19:05:30.4810823Z [00:02:28.624]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b087=>" -p crypto/internal/impl -lang=go1.25 -std -complete -installsuffix shared -buildid 6QumvVO52A7zozQnmsdk/6QumvVO52A7zozQnmsdk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b087/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T19:05:30.4938266Z [00:02:28.637]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T19:05:30.4939184Z [00:02:28.637]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d # internal
2025-08-20T19:05:30.4939867Z [00:02:28.637]➜  math/rand/v2
2025-08-20T19:05:30.4940257Z [00:02:28.637]➜  mkdir -p $WORK/b092/
2025-08-20T19:05:30.4940738Z [00:02:28.637]➜  cat >/tmp/go-build2960781988/b092/importcfg << 'EOF' # internal
2025-08-20T19:05:30.4941194Z [00:02:28.637]➜  # import config
2025-08-20T19:05:30.4941641Z [00:02:28.637]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:30.4942218Z [00:02:28.637]➜  packagefile internal/byteorder=/tmp/go-build2960781988/b011/_pkg_.a
2025-08-20T19:05:30.4942826Z [00:02:28.637]➜  packagefile internal/chacha8rand=/tmp/go-build2960781988/b012/_pkg_.a
2025-08-20T19:05:30.4947683Z [00:02:28.637]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:30.4948210Z [00:02:28.637]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:30.4948536Z [00:02:28.637]➜  EOF
2025-08-20T19:05:30.4950798Z [00:02:28.637]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b092=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid ZfMw8tkUidw9934lNf6V/ZfMw8tkUidw9934lNf6V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b092/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-20T19:05:30.5065666Z [00:02:28.650]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T19:05:30.5066396Z [00:02:28.650]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d # internal
2025-08-20T19:05:30.5090428Z [00:02:28.652]➜  crypto/internal/fips140/sha256
2025-08-20T19:05:30.5091486Z [00:02:28.652]➜  mkdir -p $WORK/b084/
2025-08-20T19:05:30.5092204Z [00:02:28.652]➜  echo -n > $WORK/b084/go_asm.h # internal
2025-08-20T19:05:30.5093071Z [00:02:28.653]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T19:05:30.5095215Z [00:02:28.653]➜  /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/b084=>" -I $WORK/b084/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b084/symabis ./sha256block_arm64.s
2025-08-20T19:05:30.5144459Z [00:02:28.657]➜  cat >/tmp/go-build2960781988/b084/importcfg << 'EOF' # internal
2025-08-20T19:05:30.5145575Z [00:02:28.657]➜  # import config
2025-08-20T19:05:30.5145998Z [00:02:28.657]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:30.5146495Z [00:02:28.657]➜  packagefile crypto/internal/fips140=/tmp/go-build2960781988/b078/_pkg_.a
2025-08-20T19:05:30.5147105Z [00:02:28.657]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2960781988/b085/_pkg_.a
2025-08-20T19:05:30.5147747Z [00:02:28.657]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2960781988/b086/_pkg_.a
2025-08-20T19:05:30.5148309Z [00:02:28.657]➜  packagefile crypto/internal/impl=/tmp/go-build2960781988/b087/_pkg_.a
2025-08-20T19:05:30.5148799Z [00:02:28.657]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:30.5149217Z [00:02:28.657]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:30.5149820Z [00:02:28.657]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:30.5150584Z [00:02:28.657]➜  EOF
2025-08-20T19:05:30.5150837Z [00:02:28.657]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:30.5153679Z [00:02:28.657]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b084=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid XQzWVxa3jQncItt-ppNY/XQzWVxa3jQncItt-ppNY -goversion go1.25.0 -symabis $WORK/b084/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack -asmhdr $WORK/b084/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-20T19:05:30.5502003Z [00:02:28.694]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T19:05:30.5523401Z [00:02:28.696]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d # internal
2025-08-20T19:05:30.5551024Z [00:02:28.699]➜  crypto/internal/fips140/sha3
2025-08-20T19:05:30.5551408Z [00:02:28.699]➜  mkdir -p $WORK/b088/
2025-08-20T19:05:30.5554065Z [00:02:28.699]➜  echo -n > $WORK/b088/go_asm.h # internal
2025-08-20T19:05:30.5576437Z [00:02:28.701]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T19:05:30.5577799Z [00:02:28.701]➜  /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/b088=>" -I $WORK/b088/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b088/symabis ./sha3_arm64.s
2025-08-20T19:05:30.5632989Z [00:02:28.707]➜  cat >/tmp/go-build2960781988/b088/importcfg << 'EOF' # internal
2025-08-20T19:05:30.5633892Z [00:02:28.707]➜  # import config
2025-08-20T19:05:30.5634382Z [00:02:28.707]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:30.5635776Z [00:02:28.707]➜  packagefile crypto/internal/fips140=/tmp/go-build2960781988/b078/_pkg_.a
2025-08-20T19:05:30.5636370Z [00:02:28.707]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2960781988/b089/_pkg_.a
2025-08-20T19:05:30.5637001Z [00:02:28.707]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2960781988/b085/_pkg_.a
2025-08-20T19:05:30.5637622Z [00:02:28.707]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2960781988/b086/_pkg_.a
2025-08-20T19:05:30.5638447Z [00:02:28.707]➜  packagefile crypto/internal/impl=/tmp/go-build2960781988/b087/_pkg_.a
2025-08-20T19:05:30.5639005Z [00:02:28.707]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:30.5639431Z [00:02:28.707]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:30.5639865Z [00:02:28.707]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:30.5640182Z [00:02:28.707]➜  EOF
2025-08-20T19:05:30.5640439Z [00:02:28.707]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:30.5643551Z [00:02:28.707]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b088=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid 5NyZ3zk_6nxSVqI7PXdR/5NyZ3zk_6nxSVqI7PXdR -goversion go1.25.0 -symabis $WORK/b088/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -pack -asmhdr $WORK/b088/go_asm.h /root/.go/src/crypto/internal/fips140/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-20T19:05:30.5699377Z [00:02:28.713]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T19:05:30.5703676Z [00:02:28.713]➜  /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/b084=>" -I $WORK/b084/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b084/sha256block_arm64.o ./sha256block_arm64.s
2025-08-20T19:05:30.5802214Z [00:02:28.723]➜  go tool pack r $WORK/b084/_pkg_.a $WORK/b084/sha256block_arm64.o # internal
2025-08-20T19:05:30.5806711Z [00:02:28.724]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T19:05:30.5809881Z [00:02:28.724]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d # internal
2025-08-20T19:05:30.5810545Z [00:02:28.724]➜  crypto/internal/fips140/sha512
2025-08-20T19:05:30.5810842Z [00:02:28.724]➜  mkdir -p $WORK/b090/
2025-08-20T19:05:30.5814009Z [00:02:28.725]➜  echo -n > $WORK/b090/go_asm.h # internal
2025-08-20T19:05:30.5814419Z [00:02:28.725]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T19:05:30.5816898Z [00:02:28.725]➜  /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/b090=>" -I $WORK/b090/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b090/symabis ./sha512block_arm64.s
2025-08-20T19:05:30.5861230Z [00:02:28.730]➜  cat >/tmp/go-build2960781988/b090/importcfg << 'EOF' # internal
2025-08-20T19:05:30.5863995Z [00:02:28.730]➜  # import config
2025-08-20T19:05:30.5865142Z [00:02:28.730]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:30.5865759Z [00:02:28.730]➜  packagefile crypto/internal/fips140=/tmp/go-build2960781988/b078/_pkg_.a
2025-08-20T19:05:30.5866379Z [00:02:28.730]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2960781988/b085/_pkg_.a
2025-08-20T19:05:30.5867018Z [00:02:28.730]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2960781988/b086/_pkg_.a
2025-08-20T19:05:30.5867574Z [00:02:28.730]➜  packagefile crypto/internal/impl=/tmp/go-build2960781988/b087/_pkg_.a
2025-08-20T19:05:30.5868052Z [00:02:28.730]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:30.5868463Z [00:02:28.730]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:30.5868907Z [00:02:28.730]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:30.5869228Z [00:02:28.730]➜  EOF
2025-08-20T19:05:30.5869475Z [00:02:28.730]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:30.5872499Z [00:02:28.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b090=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid vU8PREIG3jI8YOHtjSmu/vU8PREIG3jI8YOHtjSmu -goversion go1.25.0 -symabis $WORK/b090/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack -asmhdr $WORK/b090/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-20T19:05:30.5898538Z [00:02:28.732]➜  cd /root/.go/src/syscall
2025-08-20T19:05:30.5905073Z [00:02:28.732]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b059=>" -I $WORK/b059/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b059/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T19:05:30.5949676Z [00:02:28.738]➜  go tool pack r $WORK/b059/_pkg_.a $WORK/b059/asm_linux_arm64.o # internal
2025-08-20T19:05:30.5950857Z [00:02:28.738]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T19:05:30.6017490Z [00:02:28.745]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d # internal
2025-08-20T19:05:30.6018142Z [00:02:28.745]➜  time
2025-08-20T19:05:30.6018989Z [00:02:28.745]➜  mkdir -p $WORK/b056/
2025-08-20T19:05:30.6019778Z [00:02:28.745]➜  cat >/tmp/go-build2960781988/b056/importcfg << 'EOF' # internal
2025-08-20T19:05:30.6020129Z [00:02:28.745]➜  # import config
2025-08-20T19:05:30.6020466Z [00:02:28.745]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:30.6020925Z [00:02:28.745]➜  packagefile internal/bytealg=/tmp/go-build2960781988/b009/_pkg_.a
2025-08-20T19:05:30.6021411Z [00:02:28.745]➜  packagefile internal/godebug=/tmp/go-build2960781988/b057/_pkg_.a
2025-08-20T19:05:30.6021926Z [00:02:28.745]➜  packagefile internal/stringslite=/tmp/go-build2960781988/b030/_pkg_.a
2025-08-20T19:05:30.6022403Z [00:02:28.745]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:30.6022834Z [00:02:28.745]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:30.6023412Z [00:02:28.745]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:30.6023892Z [00:02:28.745]➜  packagefile syscall=/tmp/go-build2960781988/b059/_pkg_.a
2025-08-20T19:05:30.6024221Z [00:02:28.745]➜  EOF
2025-08-20T19:05:30.6024462Z [00:02:28.745]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:30.6026802Z [00:02:28.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b056=>" -p time -lang=go1.25 -std -installsuffix shared -buildid EXE43KLT6MRts9SmvSmj/EXE43KLT6MRts9SmvSmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b056/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-20T19:05:30.6034691Z [00:02:28.747]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T19:05:30.6037723Z [00:02:28.747]➜  /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/b088=>" -I $WORK/b088/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b088/sha3_arm64.o ./sha3_arm64.s
2025-08-20T19:05:30.6093556Z [00:02:28.753]➜  go tool pack r $WORK/b088/_pkg_.a $WORK/b088/sha3_arm64.o # internal
2025-08-20T19:05:30.6094571Z [00:02:28.753]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T19:05:30.6103821Z [00:02:28.754]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d # internal
2025-08-20T19:05:30.6119807Z [00:02:28.755]➜  internal/syscall/unix
2025-08-20T19:05:30.6120147Z [00:02:28.755]➜  mkdir -p $WORK/b061/
2025-08-20T19:05:30.6126081Z [00:02:28.756]➜  cat >/tmp/go-build2960781988/b061/importcfg << 'EOF' # internal
2025-08-20T19:05:30.6126938Z [00:02:28.756]➜  # import config
2025-08-20T19:05:30.6128172Z [00:02:28.756]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:30.6128656Z [00:02:28.756]➜  packagefile sync/atomic=/tmp/go-build2960781988/b046/_pkg_.a
2025-08-20T19:05:30.6129105Z [00:02:28.756]➜  packagefile syscall=/tmp/go-build2960781988/b059/_pkg_.a
2025-08-20T19:05:30.6129417Z [00:02:28.756]➜  EOF
2025-08-20T19:05:30.6129711Z [00:02:28.756]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:30.6136101Z [00:02:28.756]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b061=>" -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/b061/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-20T19:05:30.6203969Z [00:02:28.764]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T19:05:30.6205652Z [00:02:28.764]➜  /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/b090=>" -I $WORK/b090/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b090/sha512block_arm64.o ./sha512block_arm64.s
2025-08-20T19:05:30.6245893Z [00:02:28.768]➜  go tool pack r $WORK/b090/_pkg_.a $WORK/b090/sha512block_arm64.o # internal
2025-08-20T19:05:30.6246412Z [00:02:28.768]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T19:05:30.6262593Z [00:02:28.770]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d # internal
2025-08-20T19:05:30.6263344Z [00:02:28.770]➜  internal/syscall/execenv
2025-08-20T19:05:30.6263685Z [00:02:28.770]➜  mkdir -p $WORK/b062/
2025-08-20T19:05:30.6264066Z [00:02:28.770]➜  cat >/tmp/go-build2960781988/b062/importcfg << 'EOF' # internal
2025-08-20T19:05:30.6264434Z [00:02:28.770]➜  # import config
2025-08-20T19:05:30.6264779Z [00:02:28.770]➜  packagefile syscall=/tmp/go-build2960781988/b059/_pkg_.a
2025-08-20T19:05:30.6265100Z [00:02:28.770]➜  EOF
2025-08-20T19:05:30.6265339Z [00:02:28.770]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:30.6267385Z [00:02:28.770]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b062=>" -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/b062/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T19:05:30.6352266Z [00:02:28.779]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T19:05:30.6355750Z [00:02:28.779]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d # internal
2025-08-20T19:05:30.6357908Z [00:02:28.779]➜  crypto/internal/fips140/hmac
2025-08-20T19:05:30.6358216Z [00:02:28.779]➜  mkdir -p $WORK/b083/
2025-08-20T19:05:30.6388831Z [00:02:28.782]➜  cat >/tmp/go-build2960781988/b083/importcfg << 'EOF' # internal
2025-08-20T19:05:30.6389271Z [00:02:28.782]➜  # import config
2025-08-20T19:05:30.6389624Z [00:02:28.782]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:30.6390127Z [00:02:28.782]➜  packagefile crypto/internal/fips140=/tmp/go-build2960781988/b078/_pkg_.a
2025-08-20T19:05:30.6390719Z [00:02:28.782]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2960781988/b084/_pkg_.a
2025-08-20T19:05:30.6391301Z [00:02:28.782]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2960781988/b088/_pkg_.a
2025-08-20T19:05:30.6391880Z [00:02:28.782]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2960781988/b090/_pkg_.a
2025-08-20T19:05:30.6392373Z [00:02:28.782]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:30.6392797Z [00:02:28.782]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:30.6393102Z [00:02:28.782]➜  EOF
2025-08-20T19:05:30.6395183Z [00:02:28.782]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b083=>" -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/b083/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T19:05:30.6507433Z [00:02:28.794]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T19:05:30.6514242Z [00:02:28.795]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d # internal
2025-08-20T19:05:30.6516829Z [00:02:28.795]➜  crypto/internal/randutil
2025-08-20T19:05:30.6517661Z [00:02:28.795]➜  mkdir -p $WORK/b091/
2025-08-20T19:05:30.6526602Z [00:02:28.796]➜  cat >/tmp/go-build2960781988/b091/importcfg << 'EOF' # internal
2025-08-20T19:05:30.6527025Z [00:02:28.796]➜  # import config
2025-08-20T19:05:30.6527355Z [00:02:28.796]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:30.6527834Z [00:02:28.796]➜  packagefile math/rand/v2=/tmp/go-build2960781988/b092/_pkg_.a
2025-08-20T19:05:30.6528168Z [00:02:28.796]➜  EOF
2025-08-20T19:05:30.6530127Z [00:02:28.796]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b091=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid jI6rmh7sOgnLoJtpj6tm/jI6rmh7sOgnLoJtpj6tm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T19:05:30.6692294Z [00:02:28.813]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T19:05:30.6700283Z [00:02:28.813]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d # internal
2025-08-20T19:05:30.6703875Z [00:02:28.814]➜  crypto/internal/fips140/check
2025-08-20T19:05:30.6706845Z [00:02:28.814]➜  mkdir -p $WORK/b082/
2025-08-20T19:05:30.6725271Z [00:02:28.814]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T19:05:30.6726018Z [00:02:28.815]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d # internal
2025-08-20T19:05:30.6754310Z [00:02:28.818]➜  math/rand
2025-08-20T19:05:30.6754633Z [00:02:28.819]➜  mkdir -p $WORK/b098/
2025-08-20T19:05:30.6755477Z [00:02:28.819]➜  cat >/tmp/go-build2960781988/b098/importcfg << 'EOF' # internal
2025-08-20T19:05:30.6755893Z [00:02:28.819]➜  # import config
2025-08-20T19:05:30.6756287Z [00:02:28.819]➜  packagefile internal/godebug=/tmp/go-build2960781988/b057/_pkg_.a
2025-08-20T19:05:30.6757249Z [00:02:28.819]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:30.6757671Z [00:02:28.819]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:30.6758106Z [00:02:28.819]➜  packagefile sync/atomic=/tmp/go-build2960781988/b046/_pkg_.a
2025-08-20T19:05:30.6758435Z [00:02:28.819]➜  EOF
2025-08-20T19:05:30.6760271Z [00:02:28.819]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b098=>" -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/b098/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-20T19:05:30.6766541Z [00:02:28.820]➜  cat >/tmp/go-build2960781988/b082/importcfg << 'EOF' # internal
2025-08-20T19:05:30.6766965Z [00:02:28.820]➜  # import config
2025-08-20T19:05:30.6767400Z [00:02:28.820]➜  packagefile crypto/internal/fips140=/tmp/go-build2960781988/b078/_pkg_.a
2025-08-20T19:05:30.6767966Z [00:02:28.820]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2960781988/b083/_pkg_.a
2025-08-20T19:05:30.6768545Z [00:02:28.820]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2960781988/b084/_pkg_.a
2025-08-20T19:05:30.6769164Z [00:02:28.820]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2960781988/b085/_pkg_.a
2025-08-20T19:05:30.6769814Z [00:02:28.820]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2960781988/b079/_pkg_.a
2025-08-20T19:05:30.6770321Z [00:02:28.820]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:30.6770619Z [00:02:28.820]➜  EOF
2025-08-20T19:05:30.6772315Z [00:02:28.820]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b082=>" -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/b082/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T19:05:30.7166514Z [00:02:28.860]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T19:05:30.7175537Z [00:02:28.861]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d # internal
2025-08-20T19:05:30.7176518Z [00:02:28.861]➜  crypto/internal/fips140/aes
2025-08-20T19:05:30.7186558Z [00:02:28.862]➜  mkdir -p $WORK/b080/
2025-08-20T19:05:30.7189200Z [00:02:28.862]➜  echo -n > $WORK/b080/go_asm.h # internal
2025-08-20T19:05:30.7197769Z [00:02:28.863]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T19:05:30.7199139Z [00:02:28.863]➜  /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/b080=>" -I $WORK/b080/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b080/symabis ./aes_arm64.s ./ctr_arm64.s
2025-08-20T19:05:30.7364570Z [00:02:28.879]➜  cat >/tmp/go-build2960781988/b080/importcfg << 'EOF' # internal
2025-08-20T19:05:30.7365017Z [00:02:28.879]➜  # import config
2025-08-20T19:05:30.7365364Z [00:02:28.879]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:30.7365851Z [00:02:28.879]➜  packagefile crypto/internal/fips140=/tmp/go-build2960781988/b078/_pkg_.a
2025-08-20T19:05:30.7366445Z [00:02:28.879]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2960781988/b081/_pkg_.a
2025-08-20T19:05:30.7367026Z [00:02:28.879]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2960781988/b082/_pkg_.a
2025-08-20T19:05:30.7367603Z [00:02:28.879]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2960781988/b089/_pkg_.a
2025-08-20T19:05:30.7368221Z [00:02:28.879]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2960781988/b085/_pkg_.a
2025-08-20T19:05:30.7369309Z [00:02:28.879]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2960781988/b086/_pkg_.a
2025-08-20T19:05:30.7369931Z [00:02:28.879]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2960781988/b079/_pkg_.a
2025-08-20T19:05:30.7370504Z [00:02:28.879]➜  packagefile crypto/internal/impl=/tmp/go-build2960781988/b087/_pkg_.a
2025-08-20T19:05:30.7370974Z [00:02:28.879]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:30.7371416Z [00:02:28.879]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:30.7372024Z [00:02:28.879]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:30.7372344Z [00:02:28.879]➜  EOF
2025-08-20T19:05:30.7372590Z [00:02:28.879]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:30.7376291Z [00:02:28.879]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b080=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid nMw5pB3PdI_aXx7k9ui_/nMw5pB3PdI_aXx7k9ui_ -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/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-20T19:05:30.7461199Z [00:02:28.890]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T19:05:30.7477927Z [00:02:28.891]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d # internal
2025-08-20T19:05:30.7479127Z [00:02:28.891]➜  bufio
2025-08-20T19:05:30.7480498Z [00:02:28.892]➜  mkdir -p $WORK/b102/
2025-08-20T19:05:30.7485447Z [00:02:28.892]➜  cat >/tmp/go-build2960781988/b102/importcfg << 'EOF' # internal
2025-08-20T19:05:30.7485858Z [00:02:28.892]➜  # import config
2025-08-20T19:05:30.7486220Z [00:02:28.892]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:30.7487221Z [00:02:28.892]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:30.7488062Z [00:02:28.892]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:30.7488572Z [00:02:28.892]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:30.7489027Z [00:02:28.892]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:30.7489360Z [00:02:28.892]➜  EOF
2025-08-20T19:05:30.7490772Z [00:02:28.892]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b102=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid Q1p5ESaeRWXuhO4Me_H8/Q1p5ESaeRWXuhO4Me_H8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T19:05:30.8219126Z [00:02:28.965]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T19:05:30.8235268Z [00:02:28.967]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d # internal
2025-08-20T19:05:30.8243340Z [00:02:28.968]➜  encoding/base64
2025-08-20T19:05:30.8246726Z [00:02:28.968]➜  mkdir -p $WORK/b104/
2025-08-20T19:05:30.8257902Z [00:02:28.969]➜  cat >/tmp/go-build2960781988/b104/importcfg << 'EOF' # internal
2025-08-20T19:05:30.8259747Z [00:02:28.969]➜  # import config
2025-08-20T19:05:30.8261160Z [00:02:28.969]➜  packagefile internal/byteorder=/tmp/go-build2960781988/b011/_pkg_.a
2025-08-20T19:05:30.8261627Z [00:02:28.969]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:30.8262513Z [00:02:28.969]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:30.8262944Z [00:02:28.969]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:30.8269884Z [00:02:28.969]➜  EOF
2025-08-20T19:05:30.8271453Z [00:02:28.970]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b104=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid FKJwPhQaRaoMo7QhtkYl/FKJwPhQaRaoMo7QhtkYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T19:05:30.8436977Z [00:02:28.987]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T19:05:30.8453929Z [00:02:28.987]➜  /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/b080=>" -I $WORK/b080/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b080/aes_arm64.o ./aes_arm64.s
2025-08-20T19:05:30.8530393Z [00:02:28.996]➜  /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/b080=>" -I $WORK/b080/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b080/ctr_arm64.o ./ctr_arm64.s
2025-08-20T19:05:30.8601008Z [00:02:29.003]➜  go tool pack r $WORK/b080/_pkg_.a $WORK/b080/aes_arm64.o $WORK/b080/ctr_arm64.o # internal
2025-08-20T19:05:30.8601611Z [00:02:29.004]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T19:05:30.8621060Z [00:02:29.006]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d # internal
2025-08-20T19:05:30.8650873Z [00:02:29.009]➜  regexp/syntax
2025-08-20T19:05:30.8651739Z [00:02:29.009]➜  mkdir -p $WORK/b109/
2025-08-20T19:05:30.8657376Z [00:02:29.009]➜  cat >/tmp/go-build2960781988/b109/importcfg << 'EOF' # internal
2025-08-20T19:05:30.8658380Z [00:02:29.009]➜  # import config
2025-08-20T19:05:30.8659112Z [00:02:29.009]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:30.8660311Z [00:02:29.009]➜  packagefile sort=/tmp/go-build2960781988/b095/_pkg_.a
2025-08-20T19:05:30.8660745Z [00:02:29.009]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:30.8661181Z [00:02:29.009]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:30.8661905Z [00:02:29.009]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:30.8662406Z [00:02:29.009]➜  packagefile unicode=/tmp/go-build2960781988/b048/_pkg_.a
2025-08-20T19:05:30.8662854Z [00:02:29.009]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:30.8663340Z [00:02:29.009]➜  EOF
2025-08-20T19:05:30.8663675Z [00:02:29.009]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:30.8667576Z [00:02:29.010]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b109=>" -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/b109/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-20T19:05:30.8669906Z [00:02:29.010]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T19:05:30.8673754Z [00:02:29.011]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d # internal
2025-08-20T19:05:30.8675462Z [00:02:29.011]➜  hash/crc32
2025-08-20T19:05:30.8675729Z [00:02:29.011]➜  mkdir -p $WORK/b117/
2025-08-20T19:05:30.8698241Z [00:02:29.013]➜  echo -n > $WORK/b117/go_asm.h # internal
2025-08-20T19:05:30.8699366Z [00:02:29.013]➜  cd /root/.go/src/hash/crc32
2025-08-20T19:05:30.8700441Z [00:02:29.013]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b117=>" -I $WORK/b117/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b117/symabis ./crc32_arm64.s
2025-08-20T19:05:30.8782641Z [00:02:29.022]➜  cat >/tmp/go-build2960781988/b117/importcfg << 'EOF' # internal
2025-08-20T19:05:30.8795357Z [00:02:29.023]➜  # import config
2025-08-20T19:05:30.8795818Z [00:02:29.023]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:30.8796256Z [00:02:29.023]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:30.8796726Z [00:02:29.023]➜  packagefile internal/byteorder=/tmp/go-build2960781988/b011/_pkg_.a
2025-08-20T19:05:30.8797216Z [00:02:29.023]➜  packagefile internal/cpu=/tmp/go-build2960781988/b010/_pkg_.a
2025-08-20T19:05:30.8797668Z [00:02:29.023]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:30.8798101Z [00:02:29.023]➜  packagefile sync/atomic=/tmp/go-build2960781988/b046/_pkg_.a
2025-08-20T19:05:30.8798432Z [00:02:29.023]➜  EOF
2025-08-20T19:05:30.8798677Z [00:02:29.023]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:30.8800704Z [00:02:29.023]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b117=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid jqW3dDY0YLEOOFeWovmy/jqW3dDY0YLEOOFeWovmy -goversion go1.25.0 -symabis $WORK/b117/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b117/importcfg -pack -asmhdr $WORK/b117/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-20T19:05:30.9199867Z [00:02:29.063]➜  cd /root/.go/src/hash/crc32
2025-08-20T19:05:30.9201823Z [00:02:29.063]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b117=>" -I $WORK/b117/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b117/crc32_arm64.o ./crc32_arm64.s
2025-08-20T19:05:30.9226956Z [00:02:29.066]➜  go tool pack r $WORK/b117/_pkg_.a $WORK/b117/crc32_arm64.o # internal
2025-08-20T19:05:30.9227462Z [00:02:29.066]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T19:05:30.9233718Z [00:02:29.067]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d # internal
2025-08-20T19:05:30.9238464Z [00:02:29.067]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T19:05:30.9239465Z [00:02:29.067]➜  mkdir -p $WORK/b132/
2025-08-20T19:05:30.9249868Z [00:02:29.068]➜  cat >/tmp/go-build2960781988/b132/importcfg << 'EOF' # internal
2025-08-20T19:05:30.9250318Z [00:02:29.068]➜  # import config
2025-08-20T19:05:30.9250746Z [00:02:29.068]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2960781988/b082/_pkg_.a
2025-08-20T19:05:30.9251905Z [00:02:29.068]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2960781988/b089/_pkg_.a
2025-08-20T19:05:30.9252485Z [00:02:29.068]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:30.9252915Z [00:02:29.068]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:30.9253544Z [00:02:29.068]➜  EOF
2025-08-20T19:05:30.9253808Z [00:02:29.068]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:30.9258911Z [00:02:29.068]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec/fiat=>crypto/internal/fips140/nistec/fiat;$WORK/b132=>" -p crypto/internal/fips140/nistec/fiat -lang=go1.25 -std -complete -installsuffix shared -buildid IYbIrobBm91v6aBwRqJ1/IYbIrobBm91v6aBwRqJ1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b132/importcfg -pack /root/.go/src/crypto/internal/fips140/nistec/fiat/cast.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_invert.go
2025-08-20T19:05:30.9550471Z [00:02:29.098]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T19:05:30.9707125Z [00:02:29.114]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d # internal
2025-08-20T19:05:30.9735194Z [00:02:29.114]➜  io/fs
2025-08-20T19:05:30.9735496Z [00:02:29.114]➜  mkdir -p $WORK/b053/
2025-08-20T19:05:30.9735882Z [00:02:29.114]➜  cat >/tmp/go-build2960781988/b053/importcfg << 'EOF' # internal
2025-08-20T19:05:30.9736226Z [00:02:29.114]➜  # import config
2025-08-20T19:05:30.9736571Z [00:02:29.114]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:30.9737033Z [00:02:29.114]➜  packagefile internal/bytealg=/tmp/go-build2960781988/b009/_pkg_.a
2025-08-20T19:05:30.9737524Z [00:02:29.114]➜  packagefile internal/oserror=/tmp/go-build2960781988/b054/_pkg_.a
2025-08-20T19:05:30.9737983Z [00:02:29.114]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:30.9738384Z [00:02:29.114]➜  packagefile path=/tmp/go-build2960781988/b055/_pkg_.a
2025-08-20T19:05:30.9738794Z [00:02:29.114]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:30.9739203Z [00:02:29.114]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:30.9739634Z [00:02:29.114]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:30.9739974Z [00:02:29.114]➜  EOF
2025-08-20T19:05:30.9742479Z [00:02:29.114]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b053=>" -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/b053/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-20T19:05:31.0744943Z [00:02:29.218]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T19:05:31.0757757Z [00:02:29.219]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d # internal
2025-08-20T19:05:31.0758381Z [00:02:29.219]➜  internal/filepathlite
2025-08-20T19:05:31.0766228Z [00:02:29.220]➜  mkdir -p $WORK/b052/
2025-08-20T19:05:31.0769519Z [00:02:29.220]➜  cat >/tmp/go-build2960781988/b052/importcfg << 'EOF' # internal
2025-08-20T19:05:31.0770704Z [00:02:29.221]➜  # import config
2025-08-20T19:05:31.0771158Z [00:02:29.221]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.0771626Z [00:02:29.221]➜  packagefile internal/bytealg=/tmp/go-build2960781988/b009/_pkg_.a
2025-08-20T19:05:31.0772888Z [00:02:29.221]➜  packagefile internal/stringslite=/tmp/go-build2960781988/b030/_pkg_.a
2025-08-20T19:05:31.0773532Z [00:02:29.221]➜  packagefile io/fs=/tmp/go-build2960781988/b053/_pkg_.a
2025-08-20T19:05:31.0773958Z [00:02:29.221]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:31.0774267Z [00:02:29.221]➜  EOF
2025-08-20T19:05:31.0776251Z [00:02:29.221]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b052=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 3Pvg2aOousz6X6FWyKfn/3Pvg2aOousz6X6FWyKfn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/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-20T19:05:31.0947559Z [00:02:29.238]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T19:05:31.0960347Z [00:02:29.239]➜  cd /root/.go/src/reflect
2025-08-20T19:05:31.0962749Z [00:02:29.240]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b037=>" -I $WORK/b037/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b037/asm_arm64.o ./asm_arm64.s
2025-08-20T19:05:31.0988177Z [00:02:29.242]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d # internal
2025-08-20T19:05:31.1047672Z [00:02:29.248]➜  internal/poll
2025-08-20T19:05:31.1048589Z [00:02:29.248]➜  mkdir -p $WORK/b060/
2025-08-20T19:05:31.1048993Z [00:02:29.248]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T19:05:31.1049427Z [00:02:29.248]➜  cat >/tmp/go-build2960781988/b060/importcfg << 'EOF' # internal
2025-08-20T19:05:31.1049770Z [00:02:29.248]➜  # import config
2025-08-20T19:05:31.1050111Z [00:02:29.248]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.1050558Z [00:02:29.248]➜  packagefile internal/itoa=/tmp/go-build2960781988/b038/_pkg_.a
2025-08-20T19:05:31.1051081Z [00:02:29.248]➜  packagefile internal/syscall/unix=/tmp/go-build2960781988/b061/_pkg_.a
2025-08-20T19:05:31.1051540Z [00:02:29.248]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:31.1051956Z [00:02:29.248]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:31.1053397Z [00:02:29.249]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:31.1054725Z [00:02:29.249]➜  packagefile sync/atomic=/tmp/go-build2960781988/b046/_pkg_.a
2025-08-20T19:05:31.1055215Z [00:02:29.249]➜  packagefile syscall=/tmp/go-build2960781988/b059/_pkg_.a
2025-08-20T19:05:31.1055632Z [00:02:29.249]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:31.1055936Z [00:02:29.249]➜  EOF
2025-08-20T19:05:31.1056523Z [00:02:29.249]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d # internal
2025-08-20T19:05:31.1057044Z [00:02:29.249]➜  embed
2025-08-20T19:05:31.1057593Z [00:02:29.249]➜  mkdir -p $WORK/b066/
2025-08-20T19:05:31.1058053Z [00:02:29.249]➜  cat >/tmp/go-build2960781988/b066/importcfg << 'EOF' # internal
2025-08-20T19:05:31.1058395Z [00:02:29.249]➜  # import config
2025-08-20T19:05:31.1058726Z [00:02:29.249]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.1059183Z [00:02:29.249]➜  packagefile internal/bytealg=/tmp/go-build2960781988/b009/_pkg_.a
2025-08-20T19:05:31.1060882Z [00:02:29.249]➜  packagefile internal/stringslite=/tmp/go-build2960781988/b030/_pkg_.a
2025-08-20T19:05:31.1061453Z [00:02:29.249]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:31.1061868Z [00:02:29.249]➜  packagefile io/fs=/tmp/go-build2960781988/b053/_pkg_.a
2025-08-20T19:05:31.1062274Z [00:02:29.249]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:31.1062574Z [00:02:29.249]➜  EOF
2025-08-20T19:05:31.1062813Z [00:02:29.249]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:31.1064361Z [00:02:29.249]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b066=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid QFiBJLv8Lq6LyZVR1Q-x/QFiBJLv8Lq6LyZVR1Q-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T19:05:31.1065563Z [00:02:29.250]➜  cd /root/.go/src/reflect
2025-08-20T19:05:31.1065945Z [00:02:29.250]➜  go tool pack r $WORK/b037/_pkg_.a $WORK/b037/asm_arm64.o # internal
2025-08-20T19:05:31.1066664Z [00:02:29.250]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:31.1071930Z [00:02:29.250]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b060=>" -p internal/poll -lang=go1.25 -std -installsuffix shared -buildid xdd4bpnqufmBejaVtNIS/xdd4bpnqufmBejaVtNIS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b060/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-20T19:05:31.1108200Z [00:02:29.250]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T19:05:31.1148273Z [00:02:29.258]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d # internal
2025-08-20T19:05:31.1148850Z [00:02:29.258]➜  internal/fmtsort
2025-08-20T19:05:31.1149112Z [00:02:29.258]➜  mkdir -p $WORK/b035/
2025-08-20T19:05:31.1155060Z [00:02:29.259]➜  cat >/tmp/go-build2960781988/b035/importcfg << 'EOF' # internal
2025-08-20T19:05:31.1155430Z [00:02:29.259]➜  # import config
2025-08-20T19:05:31.1156912Z [00:02:29.259]➜  packagefile cmp=/tmp/go-build2960781988/b036/_pkg_.a
2025-08-20T19:05:31.1157869Z [00:02:29.259]➜  packagefile reflect=/tmp/go-build2960781988/b037/_pkg_.a
2025-08-20T19:05:31.1158538Z [00:02:29.259]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:31.1159692Z [00:02:29.259]➜  EOF
2025-08-20T19:05:31.1161637Z [00:02:29.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b035=>" -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/b035/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T19:05:31.1366396Z [00:02:29.280]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T19:05:31.1394661Z [00:02:29.281]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/52/52af8cb2a532bab302e9f7fb061655a50333958840ea22ce9b7cd81a35113a21-d # internal
2025-08-20T19:05:31.1395639Z [00:02:29.281]➜  context
2025-08-20T19:05:31.1396059Z [00:02:29.281]➜  mkdir -p $WORK/b069/
2025-08-20T19:05:31.1397131Z [00:02:29.281]➜  cat >/tmp/go-build2960781988/b069/importcfg << 'EOF' # internal
2025-08-20T19:05:31.1398062Z [00:02:29.281]➜  # import config
2025-08-20T19:05:31.1398509Z [00:02:29.281]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.1399002Z [00:02:29.281]➜  packagefile internal/reflectlite=/tmp/go-build2960781988/b003/_pkg_.a
2025-08-20T19:05:31.1399489Z [00:02:29.281]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:31.1399923Z [00:02:29.281]➜  packagefile sync/atomic=/tmp/go-build2960781988/b046/_pkg_.a
2025-08-20T19:05:31.1400351Z [00:02:29.281]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:31.1400656Z [00:02:29.281]➜  EOF
2025-08-20T19:05:31.1401978Z [00:02:29.281]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b069=>" -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/b069/importcfg -pack /root/.go/src/context/context.go
2025-08-20T19:05:31.1762680Z [00:02:29.320]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T19:05:31.1769229Z [00:02:29.320]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d # internal
2025-08-20T19:05:31.1770367Z [00:02:29.321]➜  regexp
2025-08-20T19:05:31.1796423Z [00:02:29.323]➜  mkdir -p $WORK/b108/
2025-08-20T19:05:31.1798480Z [00:02:29.323]➜  cat >/tmp/go-build2960781988/b108/importcfg << 'EOF' # internal
2025-08-20T19:05:31.1799970Z [00:02:29.323]➜  # import config
2025-08-20T19:05:31.1800653Z [00:02:29.323]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:31.1801131Z [00:02:29.323]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:31.1801613Z [00:02:29.324]➜  packagefile regexp/syntax=/tmp/go-build2960781988/b109/_pkg_.a
2025-08-20T19:05:31.1802053Z [00:02:29.324]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:31.1802473Z [00:02:29.324]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:31.1802895Z [00:02:29.324]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:31.1803495Z [00:02:29.324]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:31.1803983Z [00:02:29.324]➜  packagefile unicode=/tmp/go-build2960781988/b048/_pkg_.a
2025-08-20T19:05:31.1804431Z [00:02:29.324]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:31.1804761Z [00:02:29.324]➜  EOF
2025-08-20T19:05:31.1806425Z [00:02:29.324]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b108=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid OVCec7tSb5whGRiUe_hP/OVCec7tSb5whGRiUe_hP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b108/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-20T19:05:31.2138264Z [00:02:29.357]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T19:05:31.2166036Z [00:02:29.360]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d # internal
2025-08-20T19:05:31.2167164Z [00:02:29.360]➜  encoding/binary
2025-08-20T19:05:31.2172643Z [00:02:29.361]➜  mkdir -p $WORK/b116/
2025-08-20T19:05:31.2173247Z [00:02:29.361]➜  cat >/tmp/go-build2960781988/b116/importcfg << 'EOF' # internal
2025-08-20T19:05:31.2173665Z [00:02:29.361]➜  # import config
2025-08-20T19:05:31.2174022Z [00:02:29.361]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.2174435Z [00:02:29.361]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:31.2174867Z [00:02:29.361]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:31.2175287Z [00:02:29.361]➜  packagefile reflect=/tmp/go-build2960781988/b037/_pkg_.a
2025-08-20T19:05:31.2175706Z [00:02:29.361]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:31.2176119Z [00:02:29.361]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:31.2176423Z [00:02:29.361]➜  EOF
2025-08-20T19:05:31.2178280Z [00:02:29.361]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b116=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid NuN1vJFz0DtSsbIcH3t4/NuN1vJFz0DtSsbIcH3t4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b116/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-20T19:05:31.2248374Z [00:02:29.368]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T19:05:31.2263527Z [00:02:29.370]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d # internal
2025-08-20T19:05:31.2286804Z [00:02:29.372]➜  crypto/internal/fips140/nistec
2025-08-20T19:05:31.2287155Z [00:02:29.372]➜  mkdir -p $WORK/b131/
2025-08-20T19:05:31.2287466Z [00:02:29.372]➜  echo -n > $WORK/b131/go_asm.h # internal
2025-08-20T19:05:31.2287820Z [00:02:29.372]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T19:05:31.2289136Z [00:02:29.372]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b131=>" -I $WORK/b131/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b131/symabis ./p256_asm_arm64.s
2025-08-20T19:05:31.2400874Z [00:02:29.383]➜  cat >/tmp/go-build2960781988/b131/importcfg << 'EOF' # internal
2025-08-20T19:05:31.2401279Z [00:02:29.383]➜  # import config
2025-08-20T19:05:31.2401742Z [00:02:29.383]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2960781988/b082/_pkg_.a
2025-08-20T19:05:31.2402364Z [00:02:29.383]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build2960781988/b132/_pkg_.a
2025-08-20T19:05:31.2402983Z [00:02:29.383]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2960781988/b089/_pkg_.a
2025-08-20T19:05:31.2403885Z [00:02:29.383]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2960781988/b085/_pkg_.a
2025-08-20T19:05:31.2404431Z [00:02:29.383]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.2404862Z [00:02:29.383]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:31.2405291Z [00:02:29.383]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:31.2405706Z [00:02:29.383]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:31.2406009Z [00:02:29.383]➜  EOF
2025-08-20T19:05:31.2406373Z [00:02:29.384]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:31.2410149Z [00:02:29.384]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b131=>" -p crypto/internal/fips140/nistec -lang=go1.25 -std -installsuffix shared -buildid I6xat44r4YjCpdw5c6zD/I6xat44r4YjCpdw5c6zD -goversion go1.25.0 -symabis $WORK/b131/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b131/importcfg -pack -asmhdr $WORK/b131/go_asm.h /root/.go/src/crypto/internal/fips140/nistec/nistec.go /root/.go/src/crypto/internal/fips140/nistec/p224.go /root/.go/src/crypto/internal/fips140/nistec/p224_sqrt.go /root/.go/src/crypto/internal/fips140/nistec/p256_asm.go /root/.go/src/crypto/internal/fips140/nistec/p256_ordinv.go /root/.go/src/crypto/internal/fips140/nistec/p256_table.go /root/.go/src/crypto/internal/fips140/nistec/p384.go /root/.go/src/crypto/internal/fips140/nistec/p521.go
2025-08-20T19:05:31.2524215Z [00:02:29.396]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T19:05:31.2547599Z [00:02:29.398]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d # internal
2025-08-20T19:05:31.2592458Z [00:02:29.402]➜  os
2025-08-20T19:05:31.2592754Z [00:02:29.403]➜  mkdir -p $WORK/b051/
2025-08-20T19:05:31.2619350Z [00:02:29.405]➜  cat >/tmp/go-build2960781988/b051/importcfg << 'EOF' # internal
2025-08-20T19:05:31.2619804Z [00:02:29.405]➜  # import config
2025-08-20T19:05:31.2620183Z [00:02:29.405]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.2620644Z [00:02:29.405]➜  packagefile internal/bytealg=/tmp/go-build2960781988/b009/_pkg_.a
2025-08-20T19:05:31.2621148Z [00:02:29.405]➜  packagefile internal/byteorder=/tmp/go-build2960781988/b011/_pkg_.a
2025-08-20T19:05:31.2621667Z [00:02:29.405]➜  packagefile internal/filepathlite=/tmp/go-build2960781988/b052/_pkg_.a
2025-08-20T19:05:31.2622175Z [00:02:29.405]➜  packagefile internal/goarch=/tmp/go-build2960781988/b005/_pkg_.a
2025-08-20T19:05:31.2623036Z [00:02:29.405]➜  packagefile internal/itoa=/tmp/go-build2960781988/b038/_pkg_.a
2025-08-20T19:05:31.2623779Z [00:02:29.405]➜  packagefile internal/poll=/tmp/go-build2960781988/b060/_pkg_.a
2025-08-20T19:05:31.2624314Z [00:02:29.405]➜  packagefile internal/stringslite=/tmp/go-build2960781988/b030/_pkg_.a
2025-08-20T19:05:31.2624852Z [00:02:29.405]➜  packagefile internal/syscall/execenv=/tmp/go-build2960781988/b062/_pkg_.a
2025-08-20T19:05:31.2625400Z [00:02:29.405]➜  packagefile internal/syscall/unix=/tmp/go-build2960781988/b061/_pkg_.a
2025-08-20T19:05:31.2625900Z [00:02:29.405]➜  packagefile internal/testlog=/tmp/go-build2960781988/b063/_pkg_.a
2025-08-20T19:05:31.2626347Z [00:02:29.405]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:31.2626753Z [00:02:29.405]➜  packagefile io/fs=/tmp/go-build2960781988/b053/_pkg_.a
2025-08-20T19:05:31.2627172Z [00:02:29.405]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:31.2627603Z [00:02:29.405]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:31.2628012Z [00:02:29.405]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:31.2628443Z [00:02:29.405]➜  packagefile sync/atomic=/tmp/go-build2960781988/b046/_pkg_.a
2025-08-20T19:05:31.2628883Z [00:02:29.405]➜  packagefile syscall=/tmp/go-build2960781988/b059/_pkg_.a
2025-08-20T19:05:31.2629299Z [00:02:29.405]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:31.2629605Z [00:02:29.405]➜  EOF
2025-08-20T19:05:31.2637233Z [00:02:29.407]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b051=>" -p os -lang=go1.25 -std -installsuffix shared -buildid oUESCsCAy6GOzPyYrhiS/oUESCsCAy6GOzPyYrhiS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/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-20T19:05:31.3932652Z [00:02:29.537]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T19:05:31.3973610Z [00:02:29.541]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d # internal
2025-08-20T19:05:31.3974685Z [00:02:29.541]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T19:05:31.3975185Z [00:02:29.541]➜  mkdir -p $WORK/b133/
2025-08-20T19:05:31.4001928Z [00:02:29.544]➜  cat >/tmp/go-build2960781988/b133/importcfg << 'EOF' # internal
2025-08-20T19:05:31.4002653Z [00:02:29.544]➜  # import config
2025-08-20T19:05:31.4003352Z [00:02:29.544]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2960781988/b082/_pkg_.a
2025-08-20T19:05:31.4004991Z [00:02:29.544]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2960781988/b089/_pkg_.a
2025-08-20T19:05:31.4005687Z [00:02:29.544]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2960781988/b085/_pkg_.a
2025-08-20T19:05:31.4006664Z [00:02:29.544]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.4007098Z [00:02:29.544]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:31.4007421Z [00:02:29.544]➜  EOF
2025-08-20T19:05:31.4009953Z [00:02:29.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b133=>" -p crypto/internal/fips140/edwards25519/field -lang=go1.25 -std -complete -installsuffix shared -buildid IphQMC9eTQKq58morZAk/IphQMC9eTQKq58morZAk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b133/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/field/fe.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_amd64_noasm.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_generic.go
2025-08-20T19:05:31.4059448Z [00:02:29.549]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T19:05:31.4087466Z [00:02:29.552]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d # internal
2025-08-20T19:05:31.4095007Z [00:02:29.553]➜  crypto/internal/fips140/bigmod
2025-08-20T19:05:31.4096076Z [00:02:29.553]➜  mkdir -p $WORK/b138/
2025-08-20T19:05:31.4104514Z [00:02:29.554]➜  echo -n > $WORK/b138/go_asm.h # internal
2025-08-20T19:05:31.4111658Z [00:02:29.555]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T19:05:31.4113596Z [00:02:29.555]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b138=>" -I $WORK/b138/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b138/symabis ./nat_arm64.s
2025-08-20T19:05:31.4173347Z [00:02:29.561]➜  cat >/tmp/go-build2960781988/b138/importcfg << 'EOF' # internal
2025-08-20T19:05:31.4174517Z [00:02:29.561]➜  # import config
2025-08-20T19:05:31.4175522Z [00:02:29.561]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2960781988/b082/_pkg_.a
2025-08-20T19:05:31.4176418Z [00:02:29.561]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2960781988/b085/_pkg_.a
2025-08-20T19:05:31.4177668Z [00:02:29.561]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2960781988/b086/_pkg_.a
2025-08-20T19:05:31.4178758Z [00:02:29.561]➜  packagefile crypto/internal/impl=/tmp/go-build2960781988/b087/_pkg_.a
2025-08-20T19:05:31.4179633Z [00:02:29.561]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.4180128Z [00:02:29.561]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:31.4180457Z [00:02:29.561]➜  EOF
2025-08-20T19:05:31.4186547Z [00:02:29.562]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:31.4189039Z [00:02:29.562]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b138/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b138=>" -p crypto/internal/fips140/bigmod -lang=go1.25 -std -installsuffix shared -buildid d01bEfxgoen9rA0aoqkj/d01bEfxgoen9rA0aoqkj -goversion go1.25.0 -symabis $WORK/b138/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b138/importcfg -pack -asmhdr $WORK/b138/go_asm.h /root/.go/src/crypto/internal/fips140/bigmod/nat.go /root/.go/src/crypto/internal/fips140/bigmod/nat_asm.go
2025-08-20T19:05:31.4770364Z [00:02:29.620]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T19:05:31.4789194Z [00:02:29.622]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d # internal
2025-08-20T19:05:31.4791635Z [00:02:29.623]➜  crypto/internal/fips140cache
2025-08-20T19:05:31.4793432Z [00:02:29.623]➜  mkdir -p $WORK/b139/
2025-08-20T19:05:31.4800870Z [00:02:29.624]➜  cat >/tmp/go-build2960781988/b139/importcfg << 'EOF' # internal
2025-08-20T19:05:31.4801921Z [00:02:29.624]➜  # import config
2025-08-20T19:05:31.4802446Z [00:02:29.624]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:31.4804127Z [00:02:29.624]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:31.4804554Z [00:02:29.624]➜  packagefile weak=/tmp/go-build2960781988/b140/_pkg_.a
2025-08-20T19:05:31.4804866Z [00:02:29.624]➜  EOF
2025-08-20T19:05:31.4806583Z [00:02:29.624]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b139/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140cache=>crypto/internal/fips140cache;$WORK/b139=>" -p crypto/internal/fips140cache -lang=go1.25 -std -complete -installsuffix shared -buildid mOJ69xxADTyI1M8QoAOK/mOJ69xxADTyI1M8QoAOK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b139/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T19:05:31.4994274Z [00:02:29.643]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T19:05:31.5004470Z [00:02:29.644]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d # internal
2025-08-20T19:05:31.5005383Z [00:02:29.644]➜  crypto/sha3
2025-08-20T19:05:31.5005811Z [00:02:29.644]➜  mkdir -p $WORK/b142/
2025-08-20T19:05:31.5007251Z [00:02:29.644]➜  cat >/tmp/go-build2960781988/b142/importcfg << 'EOF' # internal
2025-08-20T19:05:31.5007616Z [00:02:29.644]➜  # import config
2025-08-20T19:05:31.5007961Z [00:02:29.644]➜  packagefile crypto=/tmp/go-build2960781988/b071/_pkg_.a
2025-08-20T19:05:31.5008488Z [00:02:29.644]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2960781988/b088/_pkg_.a
2025-08-20T19:05:31.5008978Z [00:02:29.644]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:31.5009286Z [00:02:29.644]➜  EOF
2025-08-20T19:05:31.5010673Z [00:02:29.644]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/.go/src/crypto/sha3=>crypto/sha3;$WORK/b142=>" -p crypto/sha3 -lang=go1.25 -std -complete -installsuffix shared -buildid W_YWW6j20GnVUuObQInA/W_YWW6j20GnVUuObQInA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b142/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T19:05:31.5228176Z [00:02:29.666]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T19:05:31.5230637Z [00:02:29.666]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b138=>" -I $WORK/b138/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b138/nat_arm64.o ./nat_arm64.s
2025-08-20T19:05:31.5342812Z [00:02:29.678]➜  go tool pack r $WORK/b138/_pkg_.a $WORK/b138/nat_arm64.o # internal
2025-08-20T19:05:31.5343570Z [00:02:29.678]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T19:05:31.5353059Z [00:02:29.679]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d # internal
2025-08-20T19:05:31.5354547Z [00:02:29.679]➜  crypto/internal/fips140/edwards25519
2025-08-20T19:05:31.5354930Z [00:02:29.679]➜  mkdir -p $WORK/b149/
2025-08-20T19:05:31.5366341Z [00:02:29.680]➜  cat >/tmp/go-build2960781988/b149/importcfg << 'EOF' # internal
2025-08-20T19:05:31.5367040Z [00:02:29.680]➜  # import config
2025-08-20T19:05:31.5367674Z [00:02:29.680]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2960781988/b082/_pkg_.a
2025-08-20T19:05:31.5369799Z [00:02:29.680]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build2960781988/b133/_pkg_.a
2025-08-20T19:05:31.5370515Z [00:02:29.680]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2960781988/b089/_pkg_.a
2025-08-20T19:05:31.5371142Z [00:02:29.680]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2960781988/b085/_pkg_.a
2025-08-20T19:05:31.5371667Z [00:02:29.680]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.5372097Z [00:02:29.680]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:31.5372894Z [00:02:29.680]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:31.5373401Z [00:02:29.680]➜  EOF
2025-08-20T19:05:31.5373685Z [00:02:29.680]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:31.5376871Z [00:02:29.680]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b149=>" -p crypto/internal/fips140/edwards25519 -lang=go1.25 -std -complete -installsuffix shared -buildid 43DwD2TM_46EvNt2sEHy/43DwD2TM_46EvNt2sEHy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/doc.go /root/.go/src/crypto/internal/fips140/edwards25519/edwards25519.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar_fiat.go /root/.go/src/crypto/internal/fips140/edwards25519/scalarmult.go /root/.go/src/crypto/internal/fips140/edwards25519/tables.go
2025-08-20T19:05:31.5381745Z [00:02:29.681]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T19:05:31.5382406Z [00:02:29.681]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d # internal
2025-08-20T19:05:31.5390049Z [00:02:29.682]➜  crypto/internal/fips140hash
2025-08-20T19:05:31.5393316Z [00:02:29.683]➜  mkdir -p $WORK/b141/
2025-08-20T19:05:31.5393808Z [00:02:29.683]➜  cat >/tmp/go-build2960781988/b141/importcfg << 'EOF' # internal
2025-08-20T19:05:31.5394840Z [00:02:29.683]➜  # import config
2025-08-20T19:05:31.5395602Z [00:02:29.683]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2960781988/b088/_pkg_.a
2025-08-20T19:05:31.5397158Z [00:02:29.683]➜  packagefile crypto/sha3=/tmp/go-build2960781988/b142/_pkg_.a
2025-08-20T19:05:31.5397744Z [00:02:29.683]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:31.5398072Z [00:02:29.683]➜  EOF
2025-08-20T19:05:31.5399758Z [00:02:29.683]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140hash=>crypto/internal/fips140hash;$WORK/b141=>" -p crypto/internal/fips140hash -lang=go1.25 -std -complete -installsuffix shared -buildid 6XBZ2k4E8iuwnCWRrN-E/6XBZ2k4E8iuwnCWRrN-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T19:05:31.5696888Z [00:02:29.713]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T19:05:31.5705172Z [00:02:29.714]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d # internal
2025-08-20T19:05:31.5709059Z [00:02:29.714]➜  crypto/internal/fips140/hkdf
2025-08-20T19:05:31.5710454Z [00:02:29.715]➜  mkdir -p $WORK/b151/
2025-08-20T19:05:31.5717526Z [00:02:29.715]➜  cat >/tmp/go-build2960781988/b151/importcfg << 'EOF' # internal
2025-08-20T19:05:31.5718190Z [00:02:29.715]➜  # import config
2025-08-20T19:05:31.5718742Z [00:02:29.715]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:31.5719913Z [00:02:29.715]➜  packagefile crypto/internal/fips140=/tmp/go-build2960781988/b078/_pkg_.a
2025-08-20T19:05:31.5720791Z [00:02:29.715]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2960781988/b082/_pkg_.a
2025-08-20T19:05:31.5721825Z [00:02:29.715]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2960781988/b083/_pkg_.a
2025-08-20T19:05:31.5722737Z [00:02:29.715]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2960781988/b084/_pkg_.a
2025-08-20T19:05:31.5723995Z [00:02:29.715]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.5724722Z [00:02:29.715]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:31.5725236Z [00:02:29.715]➜  EOF
2025-08-20T19:05:31.5727346Z [00:02:29.715]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hkdf=>crypto/internal/fips140/hkdf;$WORK/b151=>" -p crypto/internal/fips140/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid bQq8kK-sRD2qWI2UGSWz/bQq8kK-sRD2qWI2UGSWz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/importcfg -pack /root/.go/src/crypto/internal/fips140/hkdf/cast.go /root/.go/src/crypto/internal/fips140/hkdf/hkdf.go
2025-08-20T19:05:31.5899234Z [00:02:29.733]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T19:05:31.5901394Z [00:02:29.733]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b131=>" -I $WORK/b131/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b131/p256_asm_arm64.o ./p256_asm_arm64.s
2025-08-20T19:05:31.5951331Z [00:02:29.739]➜  go tool pack r $WORK/b131/_pkg_.a $WORK/b131/p256_asm_arm64.o # internal
2025-08-20T19:05:31.5954026Z [00:02:29.739]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T19:05:31.5976243Z [00:02:29.741]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d # internal
2025-08-20T19:05:31.5978145Z [00:02:29.741]➜  crypto/internal/fips140/tls12
2025-08-20T19:05:31.5982865Z [00:02:29.742]➜  mkdir -p $WORK/b154/
2025-08-20T19:05:31.5983598Z [00:02:29.742]➜  cat >/tmp/go-build2960781988/b154/importcfg << 'EOF' # internal
2025-08-20T19:05:31.5984637Z [00:02:29.742]➜  # import config
2025-08-20T19:05:31.5985282Z [00:02:29.742]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:31.5986254Z [00:02:29.742]➜  packagefile crypto/internal/fips140=/tmp/go-build2960781988/b078/_pkg_.a
2025-08-20T19:05:31.5987336Z [00:02:29.742]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2960781988/b082/_pkg_.a
2025-08-20T19:05:31.5988178Z [00:02:29.742]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2960781988/b083/_pkg_.a
2025-08-20T19:05:31.5989256Z [00:02:29.742]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2960781988/b084/_pkg_.a
2025-08-20T19:05:31.5990230Z [00:02:29.742]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2960781988/b090/_pkg_.a
2025-08-20T19:05:31.5991269Z [00:02:29.742]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.5992443Z [00:02:29.742]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:31.5993063Z [00:02:29.742]➜  EOF
2025-08-20T19:05:31.5993841Z [00:02:29.742]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:31.5996487Z [00:02:29.742]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls12=>crypto/internal/fips140/tls12;$WORK/b154=>" -p crypto/internal/fips140/tls12 -lang=go1.25 -std -complete -installsuffix shared -buildid riSwBUQK0g9rKDJhvxyr/riSwBUQK0g9rKDJhvxyr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b154/importcfg -pack /root/.go/src/crypto/internal/fips140/tls12/cast.go /root/.go/src/crypto/internal/fips140/tls12/tls12.go
2025-08-20T19:05:31.6133422Z [00:02:29.757]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T19:05:31.6138954Z [00:02:29.757]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d # internal
2025-08-20T19:05:31.6140251Z [00:02:29.758]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T19:05:31.6142734Z [00:02:29.758]➜  mkdir -p $WORK/b160/
2025-08-20T19:05:31.6145086Z [00:02:29.758]➜  cat >/tmp/go-build2960781988/b160/importcfg << 'EOF' # internal
2025-08-20T19:05:31.6145930Z [00:02:29.758]➜  # import config
2025-08-20T19:05:31.6147179Z [00:02:29.758]➜  packagefile crypto/subtle=/tmp/go-build2960781988/b123/_pkg_.a
2025-08-20T19:05:31.6149544Z [00:02:29.758]➜  packagefile encoding/binary=/tmp/go-build2960781988/b116/_pkg_.a
2025-08-20T19:05:31.6150705Z [00:02:29.758]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:31.6151498Z [00:02:29.758]➜  EOF
2025-08-20T19:05:31.6177277Z [00:02:29.761]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T19:05:31.6178429Z [00:02:29.761]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T19:05:31.6179543Z [00:02:29.761]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d # internal
2025-08-20T19:05:31.6180423Z [00:02:29.761]➜  crypto/internal/fips140/tls13
2025-08-20T19:05:31.6181774Z [00:02:29.761]➜  mkdir -p $WORK/b155/
2025-08-20T19:05:31.6182301Z [00:02:29.761]➜  cat >/tmp/go-build2960781988/b155/importcfg << 'EOF' # internal
2025-08-20T19:05:31.6182674Z [00:02:29.761]➜  # import config
2025-08-20T19:05:31.6183014Z [00:02:29.761]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:31.6183782Z [00:02:29.761]➜  packagefile crypto/internal/fips140=/tmp/go-build2960781988/b078/_pkg_.a
2025-08-20T19:05:31.6187136Z [00:02:29.761]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2960781988/b082/_pkg_.a
2025-08-20T19:05:31.6187918Z [00:02:29.761]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build2960781988/b151/_pkg_.a
2025-08-20T19:05:31.6188631Z [00:02:29.761]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2960781988/b084/_pkg_.a
2025-08-20T19:05:31.6189308Z [00:02:29.761]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2960781988/b085/_pkg_.a
2025-08-20T19:05:31.6189835Z [00:02:29.761]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.6190249Z [00:02:29.761]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:31.6190553Z [00:02:29.761]➜  EOF
2025-08-20T19:05:31.6194780Z [00:02:29.761]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls13=>crypto/internal/fips140/tls13;$WORK/b155=>" -p crypto/internal/fips140/tls13 -lang=go1.25 -std -complete -installsuffix shared -buildid HdcjQUsc722trmK-PCnO/HdcjQUsc722trmK-PCnO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack /root/.go/src/crypto/internal/fips140/tls13/cast.go /root/.go/src/crypto/internal/fips140/tls13/tls13.go
2025-08-20T19:05:31.6199843Z [00:02:29.761]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b160=>" -p vendor/golang.org/x/crypto/internal/poly1305 -lang=go1.25 -std -complete -installsuffix shared -buildid rwaYiG88Dovpw4-wiOWd/rwaYiG88Dovpw4-wiOWd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b160/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/mac_noasm.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go
2025-08-20T19:05:31.6202463Z [00:02:29.763]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d # internal
2025-08-20T19:05:31.6237067Z [00:02:29.767]➜  crypto/fips140
2025-08-20T19:05:31.6241760Z [00:02:29.767]➜  mkdir -p $WORK/b167/
2025-08-20T19:05:31.6244597Z [00:02:29.768]➜  cat >/tmp/go-build2960781988/b167/importcfg << 'EOF' # internal
2025-08-20T19:05:31.6245566Z [00:02:29.768]➜  # import config
2025-08-20T19:05:31.6246335Z [00:02:29.768]➜  packagefile crypto/internal/fips140=/tmp/go-build2960781988/b078/_pkg_.a
2025-08-20T19:05:31.6247146Z [00:02:29.768]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2960781988/b082/_pkg_.a
2025-08-20T19:05:31.6248036Z [00:02:29.768]➜  EOF
2025-08-20T19:05:31.6249684Z [00:02:29.768]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b167=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid UVWRQBKknR7nlw0IEp2a/UVWRQBKknR7nlw0IEp2a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T19:05:31.6284482Z [00:02:29.772]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T19:05:31.6338791Z [00:02:29.777]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d # internal
2025-08-20T19:05:31.6339403Z [00:02:29.777]➜  fmt
2025-08-20T19:05:31.6340500Z [00:02:29.778]➜  mkdir -p $WORK/b034/
2025-08-20T19:05:31.6345522Z [00:02:29.778]➜  cat >/tmp/go-build2960781988/b034/importcfg << 'EOF' # internal
2025-08-20T19:05:31.6346320Z [00:02:29.778]➜  # import config
2025-08-20T19:05:31.6346726Z [00:02:29.778]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.6347221Z [00:02:29.778]➜  packagefile internal/fmtsort=/tmp/go-build2960781988/b035/_pkg_.a
2025-08-20T19:05:31.6349357Z [00:02:29.778]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:31.6349763Z [00:02:29.778]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:31.6350166Z [00:02:29.778]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:31.6350599Z [00:02:29.778]➜  packagefile reflect=/tmp/go-build2960781988/b037/_pkg_.a
2025-08-20T19:05:31.6351045Z [00:02:29.778]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:31.6351463Z [00:02:29.778]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:31.6351877Z [00:02:29.778]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:31.6352308Z [00:02:29.778]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:31.6352637Z [00:02:29.778]➜  EOF
2025-08-20T19:05:31.6352940Z [00:02:29.778]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T19:05:31.6353774Z [00:02:29.779]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d # internal
2025-08-20T19:05:31.6355749Z [00:02:29.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b034=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid KK0d2mAdBMirocFQerGP/KK0d2mAdBMirocFQerGP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/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-20T19:05:31.6357220Z [00:02:29.779]➜  crypto/internal/sysrand
2025-08-20T19:05:31.6364544Z [00:02:29.780]➜  mkdir -p $WORK/b077/
2025-08-20T19:05:31.6364995Z [00:02:29.780]➜  cat >/tmp/go-build2960781988/b077/importcfg << 'EOF' # internal
2025-08-20T19:05:31.6365344Z [00:02:29.780]➜  # import config
2025-08-20T19:05:31.6366013Z [00:02:29.780]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.6366576Z [00:02:29.780]➜  packagefile internal/syscall/unix=/tmp/go-build2960781988/b061/_pkg_.a
2025-08-20T19:05:31.6367041Z [00:02:29.780]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:31.6367443Z [00:02:29.780]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:31.6367855Z [00:02:29.780]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:31.6368280Z [00:02:29.780]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:31.6368712Z [00:02:29.780]➜  packagefile sync/atomic=/tmp/go-build2960781988/b046/_pkg_.a
2025-08-20T19:05:31.6369151Z [00:02:29.780]➜  packagefile syscall=/tmp/go-build2960781988/b059/_pkg_.a
2025-08-20T19:05:31.6369568Z [00:02:29.780]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:31.6369873Z [00:02:29.780]➜  EOF
2025-08-20T19:05:31.6371688Z [00:02:29.780]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b077=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid mnJYHg0KzS7cWivVHp2O/mnJYHg0KzS7cWivVHp2O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T19:05:31.6552827Z [00:02:29.799]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T19:05:31.6564642Z [00:02:29.800]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d # internal
2025-08-20T19:05:31.6565285Z [00:02:29.800]➜  io/ioutil
2025-08-20T19:05:31.6565537Z [00:02:29.800]➜  mkdir -p $WORK/b097/
2025-08-20T19:05:31.6565907Z [00:02:29.800]➜  cat >/tmp/go-build2960781988/b097/importcfg << 'EOF' # internal
2025-08-20T19:05:31.6566253Z [00:02:29.800]➜  # import config
2025-08-20T19:05:31.6566602Z [00:02:29.800]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:31.6567008Z [00:02:29.800]➜  packagefile io/fs=/tmp/go-build2960781988/b053/_pkg_.a
2025-08-20T19:05:31.6567414Z [00:02:29.800]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:31.6567822Z [00:02:29.800]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:31.6568238Z [00:02:29.800]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:31.6568568Z [00:02:29.800]➜  EOF
2025-08-20T19:05:31.6570068Z [00:02:29.800]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b097=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid 1THy3quLs4RypiYbEiwj/1THy3quLs4RypiYbEiwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T19:05:31.6577893Z [00:02:29.800]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T19:05:31.6578847Z [00:02:29.801]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d # internal
2025-08-20T19:05:31.6579438Z [00:02:29.801]➜  path/filepath
2025-08-20T19:05:31.6579689Z [00:02:29.801]➜  mkdir -p $WORK/b099/
2025-08-20T19:05:31.6582686Z [00:02:29.802]➜  cat >/tmp/go-build2960781988/b099/importcfg << 'EOF' # internal
2025-08-20T19:05:31.6583465Z [00:02:29.802]➜  # import config
2025-08-20T19:05:31.6583975Z [00:02:29.802]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.6584569Z [00:02:29.802]➜  packagefile internal/bytealg=/tmp/go-build2960781988/b009/_pkg_.a
2025-08-20T19:05:31.6585100Z [00:02:29.802]➜  packagefile internal/filepathlite=/tmp/go-build2960781988/b052/_pkg_.a
2025-08-20T19:05:31.6585669Z [00:02:29.802]➜  packagefile io/fs=/tmp/go-build2960781988/b053/_pkg_.a
2025-08-20T19:05:31.6586090Z [00:02:29.802]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:31.6586550Z [00:02:29.802]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:31.6586969Z [00:02:29.802]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:31.6587389Z [00:02:29.802]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:31.6587925Z [00:02:29.802]➜  packagefile syscall=/tmp/go-build2960781988/b059/_pkg_.a
2025-08-20T19:05:31.6588400Z [00:02:29.802]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:31.6589143Z [00:02:29.802]➜  EOF
2025-08-20T19:05:31.6591347Z [00:02:29.802]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b099=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid opMDk0VgiCmU5a1iZkch/opMDk0VgiCmU5a1iZkch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b099/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-20T19:05:31.6593613Z [00:02:29.803]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T19:05:31.6599248Z [00:02:29.803]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d # internal
2025-08-20T19:05:31.6601136Z [00:02:29.804]➜  crypto/internal/entropy
2025-08-20T19:05:31.6601450Z [00:02:29.804]➜  mkdir -p $WORK/b076/
2025-08-20T19:05:31.6610188Z [00:02:29.804]➜  cat >/tmp/go-build2960781988/b076/importcfg << 'EOF' # internal
2025-08-20T19:05:31.6610622Z [00:02:29.804]➜  # import config
2025-08-20T19:05:31.6611026Z [00:02:29.804]➜  packagefile crypto/internal/sysrand=/tmp/go-build2960781988/b077/_pkg_.a
2025-08-20T19:05:31.6611395Z [00:02:29.804]➜  EOF
2025-08-20T19:05:31.6613022Z [00:02:29.804]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b076=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid uyN8ZSB0PiltA8jeC8ce/uyN8ZSB0PiltA8jeC8ce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T19:05:31.6697856Z [00:02:29.813]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T19:05:31.6701697Z [00:02:29.813]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d # internal
2025-08-20T19:05:31.6702384Z [00:02:29.813]➜  crypto/internal/fips140/drbg
2025-08-20T19:05:31.6702681Z [00:02:29.813]➜  mkdir -p $WORK/b074/
2025-08-20T19:05:31.6703051Z [00:02:29.813]➜  cat >/tmp/go-build2960781988/b074/importcfg << 'EOF' # internal
2025-08-20T19:05:31.6703579Z [00:02:29.813]➜  # import config
2025-08-20T19:05:31.6703918Z [00:02:29.813]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:31.6704716Z [00:02:29.813]➜  packagefile crypto/internal/entropy=/tmp/go-build2960781988/b076/_pkg_.a
2025-08-20T19:05:31.6705368Z [00:02:29.813]➜  packagefile crypto/internal/fips140=/tmp/go-build2960781988/b078/_pkg_.a
2025-08-20T19:05:31.6705922Z [00:02:29.813]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2960781988/b080/_pkg_.a
2025-08-20T19:05:31.6706507Z [00:02:29.813]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2960781988/b082/_pkg_.a
2025-08-20T19:05:31.6707098Z [00:02:29.813]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2960781988/b089/_pkg_.a
2025-08-20T19:05:31.6707717Z [00:02:29.813]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2960781988/b085/_pkg_.a
2025-08-20T19:05:31.6708308Z [00:02:29.813]➜  packagefile crypto/internal/randutil=/tmp/go-build2960781988/b091/_pkg_.a
2025-08-20T19:05:31.6708846Z [00:02:29.813]➜  packagefile crypto/internal/sysrand=/tmp/go-build2960781988/b077/_pkg_.a
2025-08-20T19:05:31.6709332Z [00:02:29.813]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.6709738Z [00:02:29.813]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:31.6710157Z [00:02:29.813]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:31.6710579Z [00:02:29.813]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:31.6710882Z [00:02:29.813]➜  EOF
2025-08-20T19:05:31.6712980Z [00:02:29.813]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b074=>" -p crypto/internal/fips140/drbg -lang=go1.25 -std -complete -installsuffix shared -buildid 2bhr8WQOGW7jzWbzCEFo/2bhr8WQOGW7jzWbzCEFo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b074/importcfg -pack /root/.go/src/crypto/internal/fips140/drbg/cast.go /root/.go/src/crypto/internal/fips140/drbg/ctrdrbg.go /root/.go/src/crypto/internal/fips140/drbg/rand.go
2025-08-20T19:05:31.7013612Z [00:02:29.845]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T19:05:31.7050325Z [00:02:29.848]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d # internal
2025-08-20T19:05:31.7051006Z [00:02:29.848]➜  crypto/tls/internal/fips140tls
2025-08-20T19:05:31.7075803Z [00:02:29.848]➜  mkdir -p $WORK/b166/
2025-08-20T19:05:31.7078486Z [00:02:29.848]➜  cat >/tmp/go-build2960781988/b166/importcfg << 'EOF' # internal
2025-08-20T19:05:31.7079345Z [00:02:29.848]➜  # import config
2025-08-20T19:05:31.7079804Z [00:02:29.848]➜  packagefile crypto/fips140=/tmp/go-build2960781988/b167/_pkg_.a
2025-08-20T19:05:31.7080286Z [00:02:29.848]➜  packagefile sync/atomic=/tmp/go-build2960781988/b046/_pkg_.a
2025-08-20T19:05:31.7080623Z [00:02:29.848]➜  EOF
2025-08-20T19:05:31.7082353Z [00:02:29.848]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b166=>" -p crypto/tls/internal/fips140tls -lang=go1.25 -std -complete -installsuffix shared -buildid -_aiYtR8X7izFgsp_Aw4/-_aiYtR8X7izFgsp_Aw4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T19:05:31.7189595Z [00:02:29.862]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T19:05:31.7199850Z [00:02:29.863]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d # internal
2025-08-20T19:05:31.7201469Z [00:02:29.864]➜  github.com/google/renameio/v2
2025-08-20T19:05:31.7201840Z [00:02:29.864]➜  mkdir -p $WORK/b096/
2025-08-20T19:05:31.7207396Z [00:02:29.864]➜  cat >/tmp/go-build2960781988/b096/importcfg << 'EOF' # internal
2025-08-20T19:05:31.7208425Z [00:02:29.864]➜  # import config
2025-08-20T19:05:31.7209120Z [00:02:29.864]➜  packagefile io/ioutil=/tmp/go-build2960781988/b097/_pkg_.a
2025-08-20T19:05:31.7209619Z [00:02:29.864]➜  packagefile math/rand=/tmp/go-build2960781988/b098/_pkg_.a
2025-08-20T19:05:31.7210294Z [00:02:29.864]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:31.7210843Z [00:02:29.864]➜  packagefile path/filepath=/tmp/go-build2960781988/b099/_pkg_.a
2025-08-20T19:05:31.7211306Z [00:02:29.864]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:31.7211623Z [00:02:29.864]➜  EOF
2025-08-20T19:05:31.7214270Z [00:02:29.864]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/renameio/v2@v2.0.0=>github.com/google/renameio/v2@v2.0.0;$WORK/b096=>" -p github.com/google/renameio/v2 -lang=go1.13 -complete -installsuffix shared -buildid f9QIwePsSpZrxbJzo94Q/f9QIwePsSpZrxbJzo94Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack /root/go/pkg/mod/github.com/google/renameio/v2@v2.0.0/doc.go /root/go/pkg/mod/github.com/google/renameio/v2@v2.0.0/option.go /root/go/pkg/mod/github.com/google/renameio/v2@v2.0.0/tempfile.go /root/go/pkg/mod/github.com/google/renameio/v2@v2.0.0/writefile.go
2025-08-20T19:05:31.7250685Z [00:02:29.869]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T19:05:31.7283520Z [00:02:29.872]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T19:05:31.7289708Z [00:02:29.872]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d # internal
2025-08-20T19:05:31.7290670Z [00:02:29.872]➜  crypto/internal/fips140only
2025-08-20T19:05:31.7292410Z [00:02:29.872]➜  mkdir -p $WORK/b073/
2025-08-20T19:05:31.7293053Z [00:02:29.873]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d # internal
2025-08-20T19:05:31.7297521Z [00:02:29.873]➜  crypto/internal/fips140/aes/gcm
2025-08-20T19:05:31.7298428Z [00:02:29.873]➜  mkdir -p $WORK/b122/
2025-08-20T19:05:31.7302947Z [00:02:29.874]➜  echo -n > $WORK/b122/go_asm.h # internal
2025-08-20T19:05:31.7305845Z [00:02:29.874]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T19:05:31.7337515Z [00:02:29.877]➜  /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/b122=>" -I $WORK/b122/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b122/symabis ./gcm_arm64.s
2025-08-20T19:05:31.7342916Z [00:02:29.878]➜  cat >/tmp/go-build2960781988/b073/importcfg << 'EOF' # internal
2025-08-20T19:05:31.7343464Z [00:02:29.878]➜  # import config
2025-08-20T19:05:31.7345645Z [00:02:29.878]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2960781988/b074/_pkg_.a
2025-08-20T19:05:31.7346239Z [00:02:29.878]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2960781988/b084/_pkg_.a
2025-08-20T19:05:31.7346820Z [00:02:29.878]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2960781988/b088/_pkg_.a
2025-08-20T19:05:31.7347413Z [00:02:29.878]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2960781988/b090/_pkg_.a
2025-08-20T19:05:31.7347899Z [00:02:29.878]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:31.7348351Z [00:02:29.878]➜  packagefile internal/godebug=/tmp/go-build2960781988/b057/_pkg_.a
2025-08-20T19:05:31.7348795Z [00:02:29.878]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:31.7349095Z [00:02:29.878]➜  EOF
2025-08-20T19:05:31.7349355Z [00:02:29.878]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:31.7351734Z [00:02:29.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b073=>" -p crypto/internal/fips140only -lang=go1.25 -std -complete -installsuffix shared -buildid g0InnHkhLGhIIw-Lc_FU/g0InnHkhLGhIIw-Lc_FU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T19:05:31.7430894Z [00:02:29.886]➜  cat >/tmp/go-build2960781988/b122/importcfg << 'EOF' # internal
2025-08-20T19:05:31.7431725Z [00:02:29.886]➜  # import config
2025-08-20T19:05:31.7432327Z [00:02:29.886]➜  packagefile crypto/internal/fips140=/tmp/go-build2960781988/b078/_pkg_.a
2025-08-20T19:05:31.7445226Z [00:02:29.886]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2960781988/b080/_pkg_.a
2025-08-20T19:05:31.7445865Z [00:02:29.886]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2960781988/b081/_pkg_.a
2025-08-20T19:05:31.7446476Z [00:02:29.886]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2960781988/b082/_pkg_.a
2025-08-20T19:05:31.7447056Z [00:02:29.886]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2960781988/b074/_pkg_.a
2025-08-20T19:05:31.7447635Z [00:02:29.886]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2960781988/b089/_pkg_.a
2025-08-20T19:05:31.7448252Z [00:02:29.886]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2960781988/b085/_pkg_.a
2025-08-20T19:05:31.7448883Z [00:02:29.886]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2960781988/b086/_pkg_.a
2025-08-20T19:05:31.7449439Z [00:02:29.886]➜  packagefile crypto/internal/impl=/tmp/go-build2960781988/b087/_pkg_.a
2025-08-20T19:05:31.7449906Z [00:02:29.886]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.7450317Z [00:02:29.886]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:31.7450619Z [00:02:29.886]➜  EOF
2025-08-20T19:05:31.7454555Z [00:02:29.887]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b122=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid RrjrLvctw9Bw7sArM-0F/RrjrLvctw9Bw7sArM-0F -goversion go1.25.0 -symabis $WORK/b122/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack -asmhdr $WORK/b122/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-20T19:05:31.7625242Z [00:02:29.906]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T19:05:31.7634320Z [00:02:29.906]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d # internal
2025-08-20T19:05:31.7634908Z [00:02:29.906]➜  crypto/md5
2025-08-20T19:05:31.7635160Z [00:02:29.906]➜  mkdir -p $WORK/b070/
2025-08-20T19:05:31.7635467Z [00:02:29.907]➜  echo -n > $WORK/b070/go_asm.h # internal
2025-08-20T19:05:31.7636370Z [00:02:29.907]➜  cd /root/.go/src/crypto/md5
2025-08-20T19:05:31.7637838Z [00:02:29.907]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b070=>" -I $WORK/b070/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b070/symabis ./md5block_arm64.s
2025-08-20T19:05:31.7707390Z [00:02:29.914]➜  cat >/tmp/go-build2960781988/b070/importcfg << 'EOF' # internal
2025-08-20T19:05:31.7708085Z [00:02:29.914]➜  # import config
2025-08-20T19:05:31.7708608Z [00:02:29.914]➜  packagefile crypto=/tmp/go-build2960781988/b071/_pkg_.a
2025-08-20T19:05:31.7709795Z [00:02:29.914]➜  packagefile crypto/internal/fips140only=/tmp/go-build2960781988/b073/_pkg_.a
2025-08-20T19:05:31.7711165Z [00:02:29.914]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.7711589Z [00:02:29.914]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:31.7712049Z [00:02:29.914]➜  packagefile internal/byteorder=/tmp/go-build2960781988/b011/_pkg_.a
2025-08-20T19:05:31.7712521Z [00:02:29.914]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:31.7712840Z [00:02:29.914]➜  EOF
2025-08-20T19:05:31.7713530Z [00:02:29.914]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:31.7715545Z [00:02:29.914]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b070=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid bDTVyBGdsUxgSuJoa3w1/bDTVyBGdsUxgSuJoa3w1 -goversion go1.25.0 -symabis $WORK/b070/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack -asmhdr $WORK/b070/go_asm.h /root/.go/src/crypto/md5/md5.go /root/.go/src/crypto/md5/md5block.go /root/.go/src/crypto/md5/md5block_decl.go
2025-08-20T19:05:31.7917986Z [00:02:29.935]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T19:05:31.7946043Z [00:02:29.938]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/67/676f08c524cbd70eec825be58c45404160a94ac097976b14a265c476286e8505-d # internal
2025-08-20T19:05:31.7964609Z [00:02:29.938]➜  crypto/internal/fips140/ecdh
2025-08-20T19:05:31.7964968Z [00:02:29.938]➜  mkdir -p $WORK/b130/
2025-08-20T19:05:31.7965386Z [00:02:29.939]➜  cat >/tmp/go-build2960781988/b130/importcfg << 'EOF' # internal
2025-08-20T19:05:31.7965735Z [00:02:29.939]➜  # import config
2025-08-20T19:05:31.7966069Z [00:02:29.939]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:31.7966550Z [00:02:29.939]➜  packagefile crypto/internal/fips140=/tmp/go-build2960781988/b078/_pkg_.a
2025-08-20T19:05:31.7967115Z [00:02:29.939]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2960781988/b082/_pkg_.a
2025-08-20T19:05:31.7968107Z [00:02:29.939]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2960781988/b074/_pkg_.a
2025-08-20T19:05:31.7968692Z [00:02:29.939]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2960781988/b131/_pkg_.a
2025-08-20T19:05:31.7969307Z [00:02:29.939]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2960781988/b085/_pkg_.a
2025-08-20T19:05:31.7969828Z [00:02:29.939]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.7970247Z [00:02:29.939]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:31.7970663Z [00:02:29.939]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:31.7971085Z [00:02:29.939]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:31.7971391Z [00:02:29.939]➜  EOF
2025-08-20T19:05:31.7973446Z [00:02:29.939]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdh=>crypto/internal/fips140/ecdh;$WORK/b130=>" -p crypto/internal/fips140/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid R8Mx55QHRizxqaWLETEj/R8Mx55QHRizxqaWLETEj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdh/cast.go /root/.go/src/crypto/internal/fips140/ecdh/ecdh.go
2025-08-20T19:05:31.8171077Z [00:02:29.960]➜  cd /root/.go/src/crypto/md5
2025-08-20T19:05:31.8175070Z [00:02:29.960]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b070=>" -I $WORK/b070/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b070/md5block_arm64.o ./md5block_arm64.s
2025-08-20T19:05:31.8199019Z [00:02:29.963]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T19:05:31.8203316Z [00:02:29.963]➜  /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/b122=>" -I $WORK/b122/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b122/gcm_arm64.o ./gcm_arm64.s
2025-08-20T19:05:31.8244651Z [00:02:29.968]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T19:05:31.8247114Z [00:02:29.968]➜  cd /root/.go/src/crypto/md5
2025-08-20T19:05:31.8247859Z [00:02:29.968]➜  go tool pack r $WORK/b070/_pkg_.a $WORK/b070/md5block_arm64.o # internal
2025-08-20T19:05:31.8255280Z [00:02:29.969]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T19:05:31.8256757Z [00:02:29.969]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d # internal
2025-08-20T19:05:31.8259627Z [00:02:29.969]➜  crypto/internal/fips140/ecdsa
2025-08-20T19:05:31.8264227Z [00:02:29.969]➜  mkdir -p $WORK/b137/
2025-08-20T19:05:31.8265892Z [00:02:29.970]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d # internal
2025-08-20T19:05:31.8266790Z [00:02:29.970]➜  crypto/internal/fips140/ed25519
2025-08-20T19:05:31.8267278Z [00:02:29.970]➜  mkdir -p $WORK/b148/
2025-08-20T19:05:31.8267823Z [00:02:29.970]➜  cat >/tmp/go-build2960781988/b148/importcfg << 'EOF' # internal
2025-08-20T19:05:31.8268289Z [00:02:29.970]➜  # import config
2025-08-20T19:05:31.8268764Z [00:02:29.970]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:31.8269348Z [00:02:29.970]➜  packagefile crypto/internal/fips140=/tmp/go-build2960781988/b078/_pkg_.a
2025-08-20T19:05:31.8270118Z [00:02:29.970]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2960781988/b082/_pkg_.a
2025-08-20T19:05:31.8270889Z [00:02:29.970]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2960781988/b074/_pkg_.a
2025-08-20T19:05:31.8271602Z [00:02:29.970]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build2960781988/b149/_pkg_.a
2025-08-20T19:05:31.8273429Z [00:02:29.970]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2960781988/b090/_pkg_.a
2025-08-20T19:05:31.8274446Z [00:02:29.970]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.8274872Z [00:02:29.970]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:31.8275286Z [00:02:29.970]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:31.8275592Z [00:02:29.970]➜  EOF
2025-08-20T19:05:31.8275830Z [00:02:29.970]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:31.8277867Z [00:02:29.970]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b148=>" -p crypto/internal/fips140/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid unbye3IrmxVyBiMgNX5o/unbye3IrmxVyBiMgNX5o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b148/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T19:05:31.8285116Z [00:02:29.970]➜  cat >/tmp/go-build2960781988/b137/importcfg << 'EOF' # internal
2025-08-20T19:05:31.8285546Z [00:02:29.970]➜  # import config
2025-08-20T19:05:31.8285885Z [00:02:29.970]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:31.8286364Z [00:02:29.970]➜  packagefile crypto/internal/fips140=/tmp/go-build2960781988/b078/_pkg_.a
2025-08-20T19:05:31.8286930Z [00:02:29.970]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2960781988/b138/_pkg_.a
2025-08-20T19:05:31.8287524Z [00:02:29.970]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2960781988/b082/_pkg_.a
2025-08-20T19:05:31.8288098Z [00:02:29.970]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2960781988/b074/_pkg_.a
2025-08-20T19:05:31.8288668Z [00:02:29.970]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2960781988/b083/_pkg_.a
2025-08-20T19:05:31.8289245Z [00:02:29.970]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2960781988/b131/_pkg_.a
2025-08-20T19:05:31.8289821Z [00:02:29.970]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2960781988/b090/_pkg_.a
2025-08-20T19:05:31.8290321Z [00:02:29.970]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.8290730Z [00:02:29.970]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:31.8291124Z [00:02:29.970]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:31.8291517Z [00:02:29.970]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:31.8291820Z [00:02:29.970]➜  EOF
2025-08-20T19:05:31.8294594Z [00:02:29.970]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdsa=>crypto/internal/fips140/ecdsa;$WORK/b137=>" -p crypto/internal/fips140/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid HdvRbXigLOCyZkMS7U9j/HdvRbXigLOCyZkMS7U9j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b137/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdsa/cast.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa_noasm.go /root/.go/src/crypto/internal/fips140/ecdsa/hmacdrbg.go
2025-08-20T19:05:31.8296809Z [00:02:29.972]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T19:05:31.8297235Z [00:02:29.972]➜  go tool pack r $WORK/b122/_pkg_.a $WORK/b122/gcm_arm64.o # internal
2025-08-20T19:05:31.8297645Z [00:02:29.972]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T19:05:31.8308746Z [00:02:29.973]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d # internal
2025-08-20T19:05:31.8309424Z [00:02:29.974]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T19:05:31.8315110Z [00:02:29.975]➜  crypto/cipher
2025-08-20T19:05:31.8315430Z [00:02:29.975]➜  mkdir -p $WORK/b121/
2025-08-20T19:05:31.8319349Z [00:02:29.975]➜  cat >/tmp/go-build2960781988/b121/importcfg << 'EOF' # internal
2025-08-20T19:05:31.8319819Z [00:02:29.975]➜  # import config
2025-08-20T19:05:31.8320951Z [00:02:29.975]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:31.8322292Z [00:02:29.975]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2960781988/b080/_pkg_.a
2025-08-20T19:05:31.8323242Z [00:02:29.975]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build2960781988/b122/_pkg_.a
2025-08-20T19:05:31.8324002Z [00:02:29.975]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2960781988/b081/_pkg_.a
2025-08-20T19:05:31.8325026Z [00:02:29.975]➜  packagefile crypto/internal/fips140only=/tmp/go-build2960781988/b073/_pkg_.a
2025-08-20T19:05:31.8326362Z [00:02:29.975]➜  packagefile crypto/subtle=/tmp/go-build2960781988/b123/_pkg_.a
2025-08-20T19:05:31.8326825Z [00:02:29.975]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.8327286Z [00:02:29.975]➜  packagefile internal/byteorder=/tmp/go-build2960781988/b011/_pkg_.a
2025-08-20T19:05:31.8327734Z [00:02:29.975]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:31.8328049Z [00:02:29.975]➜  EOF
2025-08-20T19:05:31.8328293Z [00:02:29.976]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:31.8330526Z [00:02:29.976]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b121=>" -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/b121/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-20T19:05:31.8333517Z [00:02:29.977]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d # internal
2025-08-20T19:05:31.8336648Z [00:02:29.977]➜  flag
2025-08-20T19:05:31.8337159Z [00:02:29.977]➜  mkdir -p $WORK/b032/
2025-08-20T19:05:31.8338614Z [00:02:29.977]➜  cat >/tmp/go-build2960781988/b032/importcfg << 'EOF' # internal
2025-08-20T19:05:31.8339237Z [00:02:29.977]➜  # import config
2025-08-20T19:05:31.8339700Z [00:02:29.977]➜  packagefile encoding=/tmp/go-build2960781988/b033/_pkg_.a
2025-08-20T19:05:31.8365784Z [00:02:29.977]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.8366779Z [00:02:29.977]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:31.8367581Z [00:02:29.977]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:31.8368060Z [00:02:29.977]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:31.8368480Z [00:02:29.977]➜  packagefile reflect=/tmp/go-build2960781988/b037/_pkg_.a
2025-08-20T19:05:31.8368908Z [00:02:29.977]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:31.8369334Z [00:02:29.977]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:31.8369770Z [00:02:29.977]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:31.8370195Z [00:02:29.977]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:31.8370612Z [00:02:29.977]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:31.8370917Z [00:02:29.977]➜  EOF
2025-08-20T19:05:31.8372201Z [00:02:29.977]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b032=>" -p flag -lang=go1.25 -std -complete -installsuffix shared -buildid TAyvud_rBhb0cdgz5-RI/TAyvud_rBhb0cdgz5-RI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T19:05:31.8652368Z [00:02:30.009]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T19:05:31.8661787Z [00:02:30.010]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d # internal
2025-08-20T19:05:31.8662466Z [00:02:30.010]➜  github.com/aretext/aretext/text
2025-08-20T19:05:31.8663427Z [00:02:30.010]➜  mkdir -p $WORK/b093/
2025-08-20T19:05:31.8671451Z [00:02:30.010]➜  cat >/tmp/go-build2960781988/b093/importcfg << 'EOF' # internal
2025-08-20T19:05:31.8674480Z [00:02:30.011]➜  # import config
2025-08-20T19:05:31.8675501Z [00:02:30.011]➜  packagefile crypto/md5=/tmp/go-build2960781988/b070/_pkg_.a
2025-08-20T19:05:31.8676565Z [00:02:30.011]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:31.8677127Z [00:02:30.011]➜  packagefile github.com/aretext/aretext/text/utf8=/tmp/go-build2960781988/b094/_pkg_.a
2025-08-20T19:05:31.8677634Z [00:02:30.011]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:31.8678037Z [00:02:30.011]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:31.8678449Z [00:02:30.011]➜  packagefile sort=/tmp/go-build2960781988/b095/_pkg_.a
2025-08-20T19:05:31.8678865Z [00:02:30.011]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:31.8679305Z [00:02:30.011]➜  packagefile unicode=/tmp/go-build2960781988/b048/_pkg_.a
2025-08-20T19:05:31.8679749Z [00:02:30.011]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:31.8680082Z [00:02:30.011]➜  EOF
2025-08-20T19:05:31.8686044Z [00:02:30.011]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b093/_pkg_.a -trimpath "/tmp/tmp.nglcQx2wbq/TEMPREPO/text=>github.com/aretext/aretext/text;$WORK/b093=>" -p github.com/aretext/aretext/text -lang=go1.23 -complete -installsuffix shared -buildid fN9XEinpgx3tEcOH7pIS/fN9XEinpgx3tEcOH7pIS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack ./text/align.go ./text/case.go ./text/reader.go ./text/runestack.go ./text/search.go ./text/testutil.go ./text/tree.go
2025-08-20T19:05:31.9098217Z [00:02:30.053]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T19:05:31.9099606Z [00:02:30.053]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d # internal
2025-08-20T19:05:31.9100269Z [00:02:30.053]➜  encoding/json
2025-08-20T19:05:31.9100524Z [00:02:30.053]➜  mkdir -p $WORK/b103/
2025-08-20T19:05:31.9100895Z [00:02:30.053]➜  cat >/tmp/go-build2960781988/b103/importcfg << 'EOF' # internal
2025-08-20T19:05:31.9101242Z [00:02:30.053]➜  # import config
2025-08-20T19:05:31.9101579Z [00:02:30.053]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:31.9101991Z [00:02:30.053]➜  packagefile cmp=/tmp/go-build2960781988/b036/_pkg_.a
2025-08-20T19:05:31.9102821Z [00:02:30.053]➜  packagefile encoding=/tmp/go-build2960781988/b033/_pkg_.a
2025-08-20T19:05:31.9103530Z [00:02:30.053]➜  packagefile encoding/base64=/tmp/go-build2960781988/b104/_pkg_.a
2025-08-20T19:05:31.9104001Z [00:02:30.053]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.9104409Z [00:02:30.053]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:31.9104811Z [00:02:30.053]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:31.9105239Z [00:02:30.053]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:31.9105657Z [00:02:30.053]➜  packagefile reflect=/tmp/go-build2960781988/b037/_pkg_.a
2025-08-20T19:05:31.9106076Z [00:02:30.053]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:31.9106493Z [00:02:30.053]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:31.9106914Z [00:02:30.053]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:31.9107336Z [00:02:30.053]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:31.9107751Z [00:02:30.053]➜  packagefile unicode=/tmp/go-build2960781988/b048/_pkg_.a
2025-08-20T19:05:31.9108197Z [00:02:30.053]➜  packagefile unicode/utf16=/tmp/go-build2960781988/b105/_pkg_.a
2025-08-20T19:05:31.9108657Z [00:02:30.053]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:31.9108987Z [00:02:30.053]➜  EOF
2025-08-20T19:05:31.9111703Z [00:02:30.053]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b103=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid LVFDRKtEsWkoES0oPVFq/LVFDRKtEsWkoES0oPVFq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b103/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-20T19:05:31.9248917Z [00:02:30.068]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T19:05:31.9280189Z [00:02:30.071]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d # internal
2025-08-20T19:05:31.9281712Z [00:02:30.072]➜  encoding/hex
2025-08-20T19:05:31.9283753Z [00:02:30.072]➜  mkdir -p $WORK/b107/
2025-08-20T19:05:31.9291334Z [00:02:30.073]➜  cat >/tmp/go-build2960781988/b107/importcfg << 'EOF' # internal
2025-08-20T19:05:31.9291784Z [00:02:30.073]➜  # import config
2025-08-20T19:05:31.9292131Z [00:02:30.073]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.9292546Z [00:02:30.073]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:31.9292957Z [00:02:30.073]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:31.9293548Z [00:02:30.073]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:31.9293977Z [00:02:30.073]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:31.9294291Z [00:02:30.073]➜  EOF
2025-08-20T19:05:31.9298741Z [00:02:30.073]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b107=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid iWEB8UeCwiqQ43IOsso9/iWEB8UeCwiqQ43IOsso9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T19:05:31.9554561Z [00:02:30.099]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T19:05:31.9568833Z [00:02:30.100]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T19:05:31.9579228Z [00:02:30.101]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d # internal
2025-08-20T19:05:31.9580791Z [00:02:30.102]➜  github.com/davecgh/go-spew/spew
2025-08-20T19:05:31.9585334Z [00:02:30.102]➜  mkdir -p $WORK/b106/
2025-08-20T19:05:31.9588248Z [00:02:30.102]➜  cat >/tmp/go-build2960781988/b106/importcfg << 'EOF' # internal
2025-08-20T19:05:31.9588817Z [00:02:30.102]➜  # import config
2025-08-20T19:05:31.9589172Z [00:02:30.102]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:31.9589741Z [00:02:30.102]➜  packagefile encoding/hex=/tmp/go-build2960781988/b107/_pkg_.a
2025-08-20T19:05:31.9590206Z [00:02:30.102]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:31.9590608Z [00:02:30.102]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:31.9591007Z [00:02:30.102]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:31.9591424Z [00:02:30.102]➜  packagefile reflect=/tmp/go-build2960781988/b037/_pkg_.a
2025-08-20T19:05:31.9591851Z [00:02:30.102]➜  packagefile regexp=/tmp/go-build2960781988/b108/_pkg_.a
2025-08-20T19:05:31.9592279Z [00:02:30.102]➜  packagefile sort=/tmp/go-build2960781988/b095/_pkg_.a
2025-08-20T19:05:31.9592697Z [00:02:30.102]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:31.9593119Z [00:02:30.102]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:31.9593644Z [00:02:30.102]➜  EOF
2025-08-20T19:05:31.9600544Z [00:02:30.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew=>github.com/davecgh/go-spew@v1.1.1/spew;$WORK/b106=>" -p github.com/davecgh/go-spew/spew -lang=go1.16 -complete -installsuffix shared -buildid 5MMwxagJ8Je0LPw5fMFX/5MMwxagJ8Je0LPw5fMFX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -pack /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew/bypass.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew/common.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew/config.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew/doc.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew/dump.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew/format.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew/spew.go
2025-08-20T19:05:31.9606818Z [00:02:30.103]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T19:05:31.9607647Z [00:02:30.104]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/c6/c62dc280b42e6dfdf9ee95e3d627f140820a27f031eb495a4609a7c78f99f18f-d # internal
2025-08-20T19:05:31.9608564Z [00:02:30.104]➜  github.com/pmezard/go-difflib/difflib
2025-08-20T19:05:31.9609581Z [00:02:30.104]➜  mkdir -p $WORK/b110/
2025-08-20T19:05:31.9610726Z [00:02:30.104]➜  cat >/tmp/go-build2960781988/b110/importcfg << 'EOF' # internal
2025-08-20T19:05:31.9611146Z [00:02:30.104]➜  # import config
2025-08-20T19:05:31.9612670Z [00:02:30.105]➜  packagefile bufio=/tmp/go-build2960781988/b102/_pkg_.a
2025-08-20T19:05:31.9613099Z [00:02:30.105]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:31.9613658Z [00:02:30.105]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:31.9614065Z [00:02:30.105]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:31.9614479Z [00:02:30.105]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:31.9614793Z [00:02:30.105]➜  EOF
2025-08-20T19:05:31.9615374Z [00:02:30.105]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d # internal
2025-08-20T19:05:31.9617574Z [00:02:30.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b110/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pmezard/go-difflib@v1.0.0/difflib=>github.com/pmezard/go-difflib@v1.0.0/difflib;$WORK/b110=>" -p github.com/pmezard/go-difflib/difflib -lang=go1.16 -complete -installsuffix shared -buildid 3pketKh8jjT-G2X3DB-Z/3pketKh8jjT-G2X3DB-Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack /root/go/pkg/mod/github.com/pmezard/go-difflib@v1.0.0/difflib/difflib.go
2025-08-20T19:05:31.9626382Z [00:02:30.106]➜  gopkg.in/yaml.v3
2025-08-20T19:05:31.9626772Z [00:02:30.106]➜  mkdir -p $WORK/b112/
2025-08-20T19:05:31.9637474Z [00:02:30.107]➜  cat >/tmp/go-build2960781988/b112/importcfg << 'EOF' # internal
2025-08-20T19:05:31.9637906Z [00:02:30.107]➜  # import config
2025-08-20T19:05:31.9638246Z [00:02:30.107]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:31.9638682Z [00:02:30.107]➜  packagefile encoding=/tmp/go-build2960781988/b033/_pkg_.a
2025-08-20T19:05:31.9639163Z [00:02:30.107]➜  packagefile encoding/base64=/tmp/go-build2960781988/b104/_pkg_.a
2025-08-20T19:05:31.9639609Z [00:02:30.107]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:31.9640022Z [00:02:30.107]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:31.9640416Z [00:02:30.107]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:31.9640816Z [00:02:30.107]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:31.9641241Z [00:02:30.107]➜  packagefile reflect=/tmp/go-build2960781988/b037/_pkg_.a
2025-08-20T19:05:31.9641662Z [00:02:30.107]➜  packagefile regexp=/tmp/go-build2960781988/b108/_pkg_.a
2025-08-20T19:05:31.9642072Z [00:02:30.107]➜  packagefile sort=/tmp/go-build2960781988/b095/_pkg_.a
2025-08-20T19:05:31.9642487Z [00:02:30.107]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:31.9642910Z [00:02:30.107]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:31.9643918Z [00:02:30.107]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:31.9644335Z [00:02:30.107]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:31.9644751Z [00:02:30.107]➜  packagefile unicode=/tmp/go-build2960781988/b048/_pkg_.a
2025-08-20T19:05:31.9645193Z [00:02:30.107]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:31.9645523Z [00:02:30.107]➜  EOF
2025-08-20T19:05:31.9649115Z [00:02:30.107]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1=>gopkg.in/yaml.v3@v3.0.1;$WORK/b112=>" -p gopkg.in/yaml.v3 -lang=go1.16 -complete -installsuffix shared -buildid f90Ix7u7NR8rzVeZHFOG/f90Ix7u7NR8rzVeZHFOG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b112/importcfg -pack /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/apic.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/decode.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/emitterc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/encode.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/parserc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/readerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/resolve.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/scannerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/sorter.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/writerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yaml.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yamlh.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yamlprivateh.go
2025-08-20T19:05:32.0184332Z [00:02:30.160]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T19:05:32.0185168Z [00:02:30.161]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/54/5456f21ab865b6b52d710bb2dc864ea611952b57d454168d1f9b7d6aba3c3272-d # internal
2025-08-20T19:05:32.0185710Z [00:02:30.161]➜  compress/flate
2025-08-20T19:05:32.0185964Z [00:02:30.161]➜  mkdir -p $WORK/b115/
2025-08-20T19:05:32.0186347Z [00:02:30.162]➜  cat >/tmp/go-build2960781988/b115/importcfg << 'EOF' # internal
2025-08-20T19:05:32.0186716Z [00:02:30.162]➜  # import config
2025-08-20T19:05:32.0187056Z [00:02:30.162]➜  packagefile bufio=/tmp/go-build2960781988/b102/_pkg_.a
2025-08-20T19:05:32.0187477Z [00:02:30.162]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.0187891Z [00:02:30.162]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:32.0188292Z [00:02:30.162]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:32.0188700Z [00:02:30.162]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:32.0189470Z [00:02:30.162]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:32.0196338Z [00:02:30.162]➜  packagefile sort=/tmp/go-build2960781988/b095/_pkg_.a
2025-08-20T19:05:32.0196965Z [00:02:30.163]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:32.0197513Z [00:02:30.163]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:32.0197920Z [00:02:30.163]➜  EOF
2025-08-20T19:05:32.0200532Z [00:02:30.163]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b115=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid ilfncTBnkA4QKWtYPm5O/ilfncTBnkA4QKWtYPm5O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b115/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-20T19:05:32.0919913Z [00:02:30.235]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T19:05:32.0937655Z [00:02:30.237]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/09/0960c6408a9a237b4026fa388ca59bfed909835b353930c3c1abfdae5c34aadc-d # internal
2025-08-20T19:05:32.0942876Z [00:02:30.238]➜  crypto/internal/boring
2025-08-20T19:05:32.0946791Z [00:02:30.238]➜  mkdir -p $WORK/b120/
2025-08-20T19:05:32.0958006Z [00:02:30.239]➜  cat >/tmp/go-build2960781988/b120/importcfg << 'EOF' # internal
2025-08-20T19:05:32.0959750Z [00:02:30.239]➜  # import config
2025-08-20T19:05:32.0963447Z [00:02:30.239]➜  packagefile crypto=/tmp/go-build2960781988/b071/_pkg_.a
2025-08-20T19:05:32.0963979Z [00:02:30.239]➜  packagefile crypto/cipher=/tmp/go-build2960781988/b121/_pkg_.a
2025-08-20T19:05:32.0964507Z [00:02:30.239]➜  packagefile crypto/internal/boring/sig=/tmp/go-build2960781988/b124/_pkg_.a
2025-08-20T19:05:32.0965016Z [00:02:30.239]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:32.0965329Z [00:02:30.239]➜  EOF
2025-08-20T19:05:32.0967082Z [00:02:30.240]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b120=>" -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/b120/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T19:05:32.1215565Z [00:02:30.262]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T19:05:32.1217785Z [00:02:30.263]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d # internal
2025-08-20T19:05:32.1244937Z [00:02:30.268]➜  math/big
2025-08-20T19:05:32.1252229Z [00:02:30.269]➜  mkdir -p $WORK/b125/
2025-08-20T19:05:32.1253838Z [00:02:30.269]➜  echo -n > $WORK/b125/go_asm.h # internal
2025-08-20T19:05:32.1254531Z [00:02:30.269]➜  cd /root/.go/src/math/big
2025-08-20T19:05:32.1256541Z [00:02:30.269]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b125=>" -I $WORK/b125/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b125/symabis ./arith_arm64.s
2025-08-20T19:05:32.1287645Z [00:02:30.272]➜  cat >/tmp/go-build2960781988/b125/importcfg << 'EOF' # internal
2025-08-20T19:05:32.1288378Z [00:02:30.272]➜  # import config
2025-08-20T19:05:32.1289286Z [00:02:30.272]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:32.1289952Z [00:02:30.272]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.1290579Z [00:02:30.272]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:32.1291523Z [00:02:30.272]➜  packagefile internal/byteorder=/tmp/go-build2960781988/b011/_pkg_.a
2025-08-20T19:05:32.1292267Z [00:02:30.272]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:32.1293005Z [00:02:30.272]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:32.1293941Z [00:02:30.272]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:32.1295517Z [00:02:30.272]➜  packagefile math/rand=/tmp/go-build2960781988/b098/_pkg_.a
2025-08-20T19:05:32.1296006Z [00:02:30.272]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:32.1296429Z [00:02:30.272]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:32.1296853Z [00:02:30.272]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:32.1297269Z [00:02:30.272]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:32.1297575Z [00:02:30.272]➜  EOF
2025-08-20T19:05:32.1297830Z [00:02:30.272]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:32.1311825Z [00:02:30.273]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b125=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid ckCotv1-eUY3z3WtniLs/ckCotv1-eUY3z3WtniLs -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/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-20T19:05:32.1491045Z [00:02:30.293]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T19:05:32.1509483Z [00:02:30.294]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d # internal
2025-08-20T19:05:32.1557804Z [00:02:30.299]➜  compress/gzip
2025-08-20T19:05:32.1559623Z [00:02:30.299]➜  mkdir -p $WORK/b114/
2025-08-20T19:05:32.1561776Z [00:02:30.300]➜  cat >/tmp/go-build2960781988/b114/importcfg << 'EOF' # internal
2025-08-20T19:05:32.1562308Z [00:02:30.300]➜  # import config
2025-08-20T19:05:32.1562798Z [00:02:30.300]➜  packagefile bufio=/tmp/go-build2960781988/b102/_pkg_.a
2025-08-20T19:05:32.1563529Z [00:02:30.300]➜  packagefile compress/flate=/tmp/go-build2960781988/b115/_pkg_.a
2025-08-20T19:05:32.1564166Z [00:02:30.300]➜  packagefile encoding/binary=/tmp/go-build2960781988/b116/_pkg_.a
2025-08-20T19:05:32.1564835Z [00:02:30.300]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.1565397Z [00:02:30.300]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:32.1565914Z [00:02:30.300]➜  packagefile hash/crc32=/tmp/go-build2960781988/b117/_pkg_.a
2025-08-20T19:05:32.1566426Z [00:02:30.300]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:32.1566955Z [00:02:30.300]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:32.1567370Z [00:02:30.300]➜  EOF
2025-08-20T19:05:32.1568993Z [00:02:30.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b114/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b114=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid QZrYBpMOEIxYc1KN8cnf/QZrYBpMOEIxYc1KN8cnf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b114/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T19:05:32.2035897Z [00:02:30.347]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T19:05:32.2047287Z [00:02:30.348]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d # internal
2025-08-20T19:05:32.2047921Z [00:02:30.348]➜  crypto/aes
2025-08-20T19:05:32.2048184Z [00:02:30.348]➜  mkdir -p $WORK/b127/
2025-08-20T19:05:32.2049109Z [00:02:30.348]➜  cat >/tmp/go-build2960781988/b127/importcfg << 'EOF' # internal
2025-08-20T19:05:32.2049491Z [00:02:30.348]➜  # import config
2025-08-20T19:05:32.2049853Z [00:02:30.348]➜  packagefile crypto/cipher=/tmp/go-build2960781988/b121/_pkg_.a
2025-08-20T19:05:32.2050363Z [00:02:30.348]➜  packagefile crypto/internal/boring=/tmp/go-build2960781988/b120/_pkg_.a
2025-08-20T19:05:32.2050912Z [00:02:30.348]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2960781988/b080/_pkg_.a
2025-08-20T19:05:32.2051407Z [00:02:30.348]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:32.2051721Z [00:02:30.348]➜  EOF
2025-08-20T19:05:32.2053419Z [00:02:30.349]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/.go/src/crypto/aes=>crypto/aes;$WORK/b127=>" -p crypto/aes -lang=go1.25 -std -complete -installsuffix shared -buildid NIrY2sXihKc0NX5_sWAT/NIrY2sXihKc0NX5_sWAT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b127/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T19:05:32.2155928Z [00:02:30.359]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T19:05:32.2159316Z [00:02:30.359]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d # internal
2025-08-20T19:05:32.2160646Z [00:02:30.360]➜  crypto/des
2025-08-20T19:05:32.2184014Z [00:02:30.360]➜  mkdir -p $WORK/b128/
2025-08-20T19:05:32.2184639Z [00:02:30.360]➜  cat >/tmp/go-build2960781988/b128/importcfg << 'EOF' # internal
2025-08-20T19:05:32.2185115Z [00:02:30.360]➜  # import config
2025-08-20T19:05:32.2185682Z [00:02:30.360]➜  packagefile crypto/cipher=/tmp/go-build2960781988/b121/_pkg_.a
2025-08-20T19:05:32.2186360Z [00:02:30.360]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2960781988/b081/_pkg_.a
2025-08-20T19:05:32.2187074Z [00:02:30.360]➜  packagefile crypto/internal/fips140only=/tmp/go-build2960781988/b073/_pkg_.a
2025-08-20T19:05:32.2187701Z [00:02:30.360]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.2188300Z [00:02:30.360]➜  packagefile internal/byteorder=/tmp/go-build2960781988/b011/_pkg_.a
2025-08-20T19:05:32.2188951Z [00:02:30.360]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:32.2189488Z [00:02:30.360]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:32.2189910Z [00:02:30.360]➜  EOF
2025-08-20T19:05:32.2191657Z [00:02:30.360]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/.go/src/crypto/des=>crypto/des;$WORK/b128=>" -p crypto/des -lang=go1.25 -std -complete -installsuffix shared -buildid V3t-4XrzLvRnqQjloiZp/V3t-4XrzLvRnqQjloiZp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack /root/.go/src/crypto/des/block.go /root/.go/src/crypto/des/cipher.go /root/.go/src/crypto/des/const.go
2025-08-20T19:05:32.2463799Z [00:02:30.390]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T19:05:32.2476131Z [00:02:30.390]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d # internal
2025-08-20T19:05:32.2481390Z [00:02:30.391]➜  crypto/ecdh
2025-08-20T19:05:32.2481660Z [00:02:30.391]➜  mkdir -p $WORK/b129/
2025-08-20T19:05:32.2482037Z [00:02:30.391]➜  cat >/tmp/go-build2960781988/b129/importcfg << 'EOF' # internal
2025-08-20T19:05:32.2482377Z [00:02:30.391]➜  # import config
2025-08-20T19:05:32.2482714Z [00:02:30.391]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:32.2483132Z [00:02:30.391]➜  packagefile crypto=/tmp/go-build2960781988/b071/_pkg_.a
2025-08-20T19:05:32.2484118Z [00:02:30.391]➜  packagefile crypto/internal/boring=/tmp/go-build2960781988/b120/_pkg_.a
2025-08-20T19:05:32.2484771Z [00:02:30.391]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build2960781988/b130/_pkg_.a
2025-08-20T19:05:32.2485408Z [00:02:30.391]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build2960781988/b133/_pkg_.a
2025-08-20T19:05:32.2486028Z [00:02:30.391]➜  packagefile crypto/internal/fips140only=/tmp/go-build2960781988/b073/_pkg_.a
2025-08-20T19:05:32.2486597Z [00:02:30.391]➜  packagefile crypto/internal/randutil=/tmp/go-build2960781988/b091/_pkg_.a
2025-08-20T19:05:32.2487102Z [00:02:30.391]➜  packagefile crypto/subtle=/tmp/go-build2960781988/b123/_pkg_.a
2025-08-20T19:05:32.2487544Z [00:02:30.391]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.2487949Z [00:02:30.391]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:32.2488252Z [00:02:30.391]➜  EOF
2025-08-20T19:05:32.2489913Z [00:02:30.391]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/crypto/ecdh=>crypto/ecdh;$WORK/b129=>" -p crypto/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid CeLS31ovxjiZUv3X6PYl/CeLS31ovxjiZUv3X6PYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack /root/.go/src/crypto/ecdh/ecdh.go /root/.go/src/crypto/ecdh/nist.go /root/.go/src/crypto/ecdh/x25519.go
2025-08-20T19:05:32.3250829Z [00:02:30.468]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T19:05:32.3264190Z [00:02:30.470]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d # internal
2025-08-20T19:05:32.3276338Z [00:02:30.470]➜  crypto/sha512
2025-08-20T19:05:32.3276782Z [00:02:30.471]➜  mkdir -p $WORK/b143/
2025-08-20T19:05:32.3281033Z [00:02:30.471]➜  cat >/tmp/go-build2960781988/b143/importcfg << 'EOF' # internal
2025-08-20T19:05:32.3281587Z [00:02:30.471]➜  # import config
2025-08-20T19:05:32.3282078Z [00:02:30.471]➜  packagefile crypto=/tmp/go-build2960781988/b071/_pkg_.a
2025-08-20T19:05:32.3282707Z [00:02:30.471]➜  packagefile crypto/internal/boring=/tmp/go-build2960781988/b120/_pkg_.a
2025-08-20T19:05:32.3283511Z [00:02:30.471]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2960781988/b090/_pkg_.a
2025-08-20T19:05:32.3284141Z [00:02:30.471]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:32.3284599Z [00:02:30.471]➜  EOF
2025-08-20T19:05:32.3286165Z [00:02:30.472]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b143/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b143=>" -p crypto/sha512 -lang=go1.25 -std -complete -installsuffix shared -buildid l_784h4NNARlOp1RaqZi/l_784h4NNARlOp1RaqZi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T19:05:32.3435601Z [00:02:30.486]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T19:05:32.3503912Z [00:02:30.493]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d # internal
2025-08-20T19:05:32.3504645Z [00:02:30.493]➜  crypto/hkdf
2025-08-20T19:05:32.3504965Z [00:02:30.493]➜  mkdir -p $WORK/b150/
2025-08-20T19:05:32.3505345Z [00:02:30.493]➜  cat >/tmp/go-build2960781988/b150/importcfg << 'EOF' # internal
2025-08-20T19:05:32.3505685Z [00:02:30.493]➜  # import config
2025-08-20T19:05:32.3506105Z [00:02:30.493]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build2960781988/b151/_pkg_.a
2025-08-20T19:05:32.3506696Z [00:02:30.493]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2960781988/b141/_pkg_.a
2025-08-20T19:05:32.3507259Z [00:02:30.493]➜  packagefile crypto/internal/fips140only=/tmp/go-build2960781988/b073/_pkg_.a
2025-08-20T19:05:32.3507743Z [00:02:30.493]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.3508154Z [00:02:30.493]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:32.3508455Z [00:02:30.493]➜  EOF
2025-08-20T19:05:32.3510197Z [00:02:30.493]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/crypto/hkdf=>crypto/hkdf;$WORK/b150=>" -p crypto/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid le8lku1Ns3Um0BHAqMkZ/le8lku1Ns3Um0BHAqMkZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b150/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T19:05:32.3563678Z [00:02:30.500]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T19:05:32.3567080Z [00:02:30.500]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d # internal
2025-08-20T19:05:32.3567650Z [00:02:30.500]➜  crypto/hmac
2025-08-20T19:05:32.3572306Z [00:02:30.500]➜  mkdir -p $WORK/b152/
2025-08-20T19:05:32.3576956Z [00:02:30.500]➜  cat >/tmp/go-build2960781988/b152/importcfg << 'EOF' # internal
2025-08-20T19:05:32.3577751Z [00:02:30.500]➜  # import config
2025-08-20T19:05:32.3578579Z [00:02:30.500]➜  packagefile crypto/internal/boring=/tmp/go-build2960781988/b120/_pkg_.a
2025-08-20T19:05:32.3579622Z [00:02:30.500]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2960781988/b083/_pkg_.a
2025-08-20T19:05:32.3580254Z [00:02:30.500]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2960781988/b141/_pkg_.a
2025-08-20T19:05:32.3580827Z [00:02:30.500]➜  packagefile crypto/internal/fips140only=/tmp/go-build2960781988/b073/_pkg_.a
2025-08-20T19:05:32.3581346Z [00:02:30.500]➜  packagefile crypto/subtle=/tmp/go-build2960781988/b123/_pkg_.a
2025-08-20T19:05:32.3582184Z [00:02:30.500]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:32.3582493Z [00:02:30.500]➜  EOF
2025-08-20T19:05:32.3586400Z [00:02:30.502]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T19:05:32.3592664Z [00:02:30.503]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d # internal
2025-08-20T19:05:32.3594286Z [00:02:30.503]➜  crypto/internal/fips140/mlkem
2025-08-20T19:05:32.3594644Z [00:02:30.503]➜  mkdir -p $WORK/b153/
2025-08-20T19:05:32.3595046Z [00:02:30.503]➜  cat >/tmp/go-build2960781988/b153/importcfg << 'EOF' # internal
2025-08-20T19:05:32.3595393Z [00:02:30.503]➜  # import config
2025-08-20T19:05:32.3595730Z [00:02:30.503]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:32.3596213Z [00:02:30.503]➜  packagefile crypto/internal/fips140=/tmp/go-build2960781988/b078/_pkg_.a
2025-08-20T19:05:32.3596791Z [00:02:30.503]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2960781988/b082/_pkg_.a
2025-08-20T19:05:32.3597367Z [00:02:30.503]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2960781988/b074/_pkg_.a
2025-08-20T19:05:32.3597935Z [00:02:30.503]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2960781988/b088/_pkg_.a
2025-08-20T19:05:32.3598511Z [00:02:30.503]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2960781988/b089/_pkg_.a
2025-08-20T19:05:32.3599396Z [00:02:30.503]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2960781988/b085/_pkg_.a
2025-08-20T19:05:32.3600005Z [00:02:30.503]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.3600319Z [00:02:30.503]➜  EOF
2025-08-20T19:05:32.3602690Z [00:02:30.503]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/mlkem=>crypto/internal/fips140/mlkem;$WORK/b153=>" -p crypto/internal/fips140/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid dtpPPng82mXKfRgXsEIR/dtpPPng82mXKfRgXsEIR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack /root/.go/src/crypto/internal/fips140/mlkem/cast.go /root/.go/src/crypto/internal/fips140/mlkem/field.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem1024.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem768.go
2025-08-20T19:05:32.3616501Z [00:02:30.504]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b152=>" -p crypto/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid 549e95ZYMU_qbfhVYNI1/549e95ZYMU_qbfhVYNI1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T19:05:32.3802677Z [00:02:30.524]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T19:05:32.3813508Z [00:02:30.525]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d # internal
2025-08-20T19:05:32.3814948Z [00:02:30.525]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T19:05:32.3815576Z [00:02:30.525]➜  mkdir -p $WORK/b158/
2025-08-20T19:05:32.3822884Z [00:02:30.526]➜  echo -n > $WORK/b158/go_asm.h # internal
2025-08-20T19:05:32.3825421Z [00:02:30.526]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T19:05:32.3826853Z [00:02:30.526]➜  /root/.go/pkg/tool/linux_arm64/asm -p vendor/golang.org/x/crypto/chacha20 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b158=>" -I $WORK/b158/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b158/symabis ./chacha_arm64.s
2025-08-20T19:05:32.3881362Z [00:02:30.531]➜  cat >/tmp/go-build2960781988/b158/importcfg << 'EOF' # internal
2025-08-20T19:05:32.3882279Z [00:02:30.531]➜  # import config
2025-08-20T19:05:32.3883123Z [00:02:30.531]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T19:05:32.3894502Z [00:02:30.531]➜  packagefile crypto/cipher=/tmp/go-build2960781988/b121/_pkg_.a
2025-08-20T19:05:32.3895314Z [00:02:30.531]➜  packagefile encoding/binary=/tmp/go-build2960781988/b116/_pkg_.a
2025-08-20T19:05:32.3896096Z [00:02:30.531]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.3896980Z [00:02:30.531]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build2960781988/b159/_pkg_.a
2025-08-20T19:05:32.3898072Z [00:02:30.531]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:32.3898873Z [00:02:30.531]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:32.3899338Z [00:02:30.531]➜  EOF
2025-08-20T19:05:32.3899830Z [00:02:30.532]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:32.3902627Z [00:02:30.532]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b158=>" -p vendor/golang.org/x/crypto/chacha20 -lang=go1.25 -std -installsuffix shared -buildid uM0VDGLk5oDbYrNXo2Np/uM0VDGLk5oDbYrNXo2Np -goversion go1.25.0 -symabis $WORK/b158/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b158/importcfg -pack -asmhdr $WORK/b158/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_arm64.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/xor.go
2025-08-20T19:05:32.4769454Z [00:02:30.620]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T19:05:32.4771628Z [00:02:30.620]➜  /root/.go/pkg/tool/linux_arm64/asm -p vendor/golang.org/x/crypto/chacha20 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b158=>" -I $WORK/b158/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b158/chacha_arm64.o ./chacha_arm64.s
2025-08-20T19:05:32.4917226Z [00:02:30.635]➜  go tool pack r $WORK/b158/_pkg_.a $WORK/b158/chacha_arm64.o # internal
2025-08-20T19:05:32.4918172Z [00:02:30.635]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T19:05:32.4923412Z [00:02:30.636]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d # internal
2025-08-20T19:05:32.4933970Z [00:02:30.636]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T19:05:32.4934946Z [00:02:30.636]➜  mkdir -p $WORK/b157/
2025-08-20T19:05:32.4935698Z [00:02:30.636]➜  cat >/tmp/go-build2960781988/b157/importcfg << 'EOF' # internal
2025-08-20T19:05:32.4936348Z [00:02:30.636]➜  # import config
2025-08-20T19:05:32.4937041Z [00:02:30.636]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T19:05:32.4938194Z [00:02:30.636]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T19:05:32.4938951Z [00:02:30.636]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T19:05:32.4939539Z [00:02:30.636]➜  packagefile crypto/cipher=/tmp/go-build2960781988/b121/_pkg_.a
2025-08-20T19:05:32.4940453Z [00:02:30.636]➜  packagefile encoding/binary=/tmp/go-build2960781988/b116/_pkg_.a
2025-08-20T19:05:32.4940913Z [00:02:30.636]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.4941451Z [00:02:30.636]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build2960781988/b158/_pkg_.a
2025-08-20T19:05:32.4942096Z [00:02:30.636]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build2960781988/b159/_pkg_.a
2025-08-20T19:05:32.4942788Z [00:02:30.636]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build2960781988/b160/_pkg_.a
2025-08-20T19:05:32.4943397Z [00:02:30.636]➜  EOF
2025-08-20T19:05:32.4943658Z [00:02:30.636]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:32.4946744Z [00:02:30.636]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b157=>" -p vendor/golang.org/x/crypto/chacha20poly1305 -lang=go1.25 -std -complete -installsuffix shared -buildid PtXt1W2VBM9XbqSI4dsx/PtXt1W2VBM9XbqSI4dsx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go
2025-08-20T19:05:32.5096090Z [00:02:30.653]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T19:05:32.5110748Z [00:02:30.654]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d # internal
2025-08-20T19:05:32.5111385Z [00:02:30.655]➜  crypto/rc4
2025-08-20T19:05:32.5111639Z [00:02:30.655]➜  mkdir -p $WORK/b161/
2025-08-20T19:05:32.5133729Z [00:02:30.657]➜  cat >/tmp/go-build2960781988/b161/importcfg << 'EOF' # internal
2025-08-20T19:05:32.5134341Z [00:02:30.657]➜  # import config
2025-08-20T19:05:32.5134949Z [00:02:30.657]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2960781988/b081/_pkg_.a
2025-08-20T19:05:32.5135640Z [00:02:30.657]➜  packagefile crypto/internal/fips140only=/tmp/go-build2960781988/b073/_pkg_.a
2025-08-20T19:05:32.5136277Z [00:02:30.657]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.5137151Z [00:02:30.657]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:32.5137702Z [00:02:30.657]➜  EOF
2025-08-20T19:05:32.5139112Z [00:02:30.657]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b161=>" -p crypto/rc4 -lang=go1.25 -std -complete -installsuffix shared -buildid 1zqoT4OvkccO8S9B-3Ss/1zqoT4OvkccO8S9B-3Ss -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b161/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T19:05:32.5355324Z [00:02:30.679]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T19:05:32.5378144Z [00:02:30.681]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d # internal
2025-08-20T19:05:32.5393553Z [00:02:30.683]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T19:05:32.5400305Z [00:02:30.683]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d # internal
2025-08-20T19:05:32.5400959Z [00:02:30.683]➜  crypto/sha1
2025-08-20T19:05:32.5405885Z [00:02:30.684]➜  mkdir -p $WORK/b164/
2025-08-20T19:05:32.5408994Z [00:02:30.684]➜  echo -n > $WORK/b164/go_asm.h # internal
2025-08-20T19:05:32.5409978Z [00:02:30.685]➜  cd /root/.go/src/crypto/sha1
2025-08-20T19:05:32.5412119Z [00:02:30.685]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b164=>" -I $WORK/b164/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b164/symabis ./sha1block_arm64.s
2025-08-20T19:05:32.5428396Z [00:02:30.686]➜  crypto/internal/fips140/rsa
2025-08-20T19:05:32.5429223Z [00:02:30.686]➜  mkdir -p $WORK/b163/
2025-08-20T19:05:32.5439364Z [00:02:30.687]➜  cat >/tmp/go-build2960781988/b163/importcfg << 'EOF' # internal
2025-08-20T19:05:32.5439760Z [00:02:30.687]➜  # import config
2025-08-20T19:05:32.5440100Z [00:02:30.687]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:32.5440603Z [00:02:30.687]➜  packagefile crypto/internal/fips140=/tmp/go-build2960781988/b078/_pkg_.a
2025-08-20T19:05:32.5441173Z [00:02:30.687]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2960781988/b138/_pkg_.a
2025-08-20T19:05:32.5441754Z [00:02:30.687]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2960781988/b082/_pkg_.a
2025-08-20T19:05:32.5442328Z [00:02:30.687]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2960781988/b074/_pkg_.a
2025-08-20T19:05:32.5442915Z [00:02:30.687]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2960781988/b084/_pkg_.a
2025-08-20T19:05:32.5443690Z [00:02:30.687]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2960781988/b088/_pkg_.a
2025-08-20T19:05:32.5444268Z [00:02:30.687]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2960781988/b090/_pkg_.a
2025-08-20T19:05:32.5444847Z [00:02:30.687]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2960781988/b089/_pkg_.a
2025-08-20T19:05:32.5445348Z [00:02:30.687]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.5445760Z [00:02:30.687]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:32.5446164Z [00:02:30.687]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:32.5446566Z [00:02:30.687]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:32.5446870Z [00:02:30.687]➜  EOF
2025-08-20T19:05:32.5466639Z [00:02:30.690]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:32.5472071Z [00:02:30.690]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b163=>" -p crypto/internal/fips140/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid OvegTzCjjcLC3qIlw50G/OvegTzCjjcLC3qIlw50G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack /root/.go/src/crypto/internal/fips140/rsa/cast.go /root/.go/src/crypto/internal/fips140/rsa/keygen.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v15.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v22.go /root/.go/src/crypto/internal/fips140/rsa/rsa.go
2025-08-20T19:05:32.5495848Z [00:02:30.693]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T19:05:32.5507957Z [00:02:30.694]➜  cat >/tmp/go-build2960781988/b164/importcfg << 'EOF' # internal
2025-08-20T19:05:32.5508730Z [00:02:30.694]➜  # import config
2025-08-20T19:05:32.5509339Z [00:02:30.694]➜  packagefile crypto=/tmp/go-build2960781988/b071/_pkg_.a
2025-08-20T19:05:32.5510143Z [00:02:30.694]➜  packagefile crypto/internal/boring=/tmp/go-build2960781988/b120/_pkg_.a
2025-08-20T19:05:32.5511493Z [00:02:30.694]➜  packagefile crypto/internal/fips140only=/tmp/go-build2960781988/b073/_pkg_.a
2025-08-20T19:05:32.5512067Z [00:02:30.694]➜  packagefile crypto/internal/impl=/tmp/go-build2960781988/b087/_pkg_.a
2025-08-20T19:05:32.5512540Z [00:02:30.694]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.5512953Z [00:02:30.694]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:32.5513613Z [00:02:30.694]➜  packagefile internal/byteorder=/tmp/go-build2960781988/b011/_pkg_.a
2025-08-20T19:05:32.5514099Z [00:02:30.694]➜  packagefile internal/cpu=/tmp/go-build2960781988/b010/_pkg_.a
2025-08-20T19:05:32.5514550Z [00:02:30.694]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:32.5514869Z [00:02:30.694]➜  EOF
2025-08-20T19:05:32.5525179Z [00:02:30.694]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b164=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid 8Z_kqFRDVoFSVE0DDi_T/8Z_kqFRDVoFSVE0DDi_T -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/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_arm64.go
2025-08-20T19:05:32.5556933Z [00:02:30.699]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/2b/2b7553427a1a7b3e65f6e2e3dae9361a3b29cf3680a7491f4ffd192b04c764a9-d # internal
2025-08-20T19:05:32.5559193Z [00:02:30.699]➜  github.com/stretchr/testify/assert/yaml
2025-08-20T19:05:32.5560882Z [00:02:30.699]➜  mkdir -p $WORK/b111/
2025-08-20T19:05:32.5572418Z [00:02:30.701]➜  cat >/tmp/go-build2960781988/b111/importcfg << 'EOF' # internal
2025-08-20T19:05:32.5574993Z [00:02:30.701]➜  # import config
2025-08-20T19:05:32.5575503Z [00:02:30.701]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build2960781988/b112/_pkg_.a
2025-08-20T19:05:32.5575868Z [00:02:30.701]➜  EOF
2025-08-20T19:05:32.5577859Z [00:02:30.701]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/yaml=>github.com/stretchr/testify@v1.10.0/assert/yaml;$WORK/b111=>" -p github.com/stretchr/testify/assert/yaml -lang=go1.17 -complete -installsuffix shared -buildid N623NhrplYinqPYybq94/N623NhrplYinqPYybq94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b111/importcfg -pack /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/yaml/yaml_default.go
2025-08-20T19:05:32.5681230Z [00:02:30.711]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T19:05:32.5689200Z [00:02:30.712]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/a6/a6a123f31c163502ed15fc1b179140c8ab5897d6cbf14ea8a214c3397f2818a5-d # internal
2025-08-20T19:05:32.5691556Z [00:02:30.712]➜  crypto/sha256
2025-08-20T19:05:32.5692219Z [00:02:30.712]➜  mkdir -p $WORK/b165/
2025-08-20T19:05:32.5704909Z [00:02:30.714]➜  cat >/tmp/go-build2960781988/b165/importcfg << 'EOF' # internal
2025-08-20T19:05:32.5705655Z [00:02:30.714]➜  # import config
2025-08-20T19:05:32.5706411Z [00:02:30.714]➜  packagefile crypto=/tmp/go-build2960781988/b071/_pkg_.a
2025-08-20T19:05:32.5707982Z [00:02:30.714]➜  packagefile crypto/internal/boring=/tmp/go-build2960781988/b120/_pkg_.a
2025-08-20T19:05:32.5708569Z [00:02:30.714]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2960781988/b084/_pkg_.a
2025-08-20T19:05:32.5709390Z [00:02:30.714]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:32.5709766Z [00:02:30.714]➜  EOF
2025-08-20T19:05:32.5711212Z [00:02:30.714]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b165=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid RmStr0QK9Mz1kZnAomE3/RmStr0QK9Mz1kZnAomE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b165/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T19:05:32.5907099Z [00:02:30.734]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T19:05:32.5909475Z [00:02:30.734]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d # internal
2025-08-20T19:05:32.5912873Z [00:02:30.735]➜  encoding/pem
2025-08-20T19:05:32.5914705Z [00:02:30.735]➜  mkdir -p $WORK/b171/
2025-08-20T19:05:32.5915570Z [00:02:30.735]➜  cd /root/.go/src/crypto/sha1
2025-08-20T19:05:32.5918526Z [00:02:30.735]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b164=>" -I $WORK/b164/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b164/sha1block_arm64.o ./sha1block_arm64.s
2025-08-20T19:05:32.5919593Z [00:02:30.735]➜  cat >/tmp/go-build2960781988/b171/importcfg << 'EOF' # internal
2025-08-20T19:05:32.5919939Z [00:02:30.735]➜  # import config
2025-08-20T19:05:32.5920700Z [00:02:30.735]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:32.5921160Z [00:02:30.735]➜  packagefile encoding/base64=/tmp/go-build2960781988/b104/_pkg_.a
2025-08-20T19:05:32.5921607Z [00:02:30.735]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.5922019Z [00:02:30.735]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:32.5922422Z [00:02:30.735]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:32.5922856Z [00:02:30.735]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:32.5923319Z [00:02:30.735]➜  EOF
2025-08-20T19:05:32.5923630Z [00:02:30.735]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:32.5925102Z [00:02:30.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b171=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid IAl9BknR8ABaNGAVZQ94/IAl9BknR8ABaNGAVZQ94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T19:05:32.5962686Z [00:02:30.740]➜  cd /root/.go/src/math/big
2025-08-20T19:05:32.5967402Z [00:02:30.740]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b125=>" -I $WORK/b125/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b125/arith_arm64.o ./arith_arm64.s
2025-08-20T19:05:32.6015411Z [00:02:30.743]➜  go tool pack r $WORK/b125/_pkg_.a $WORK/b125/arith_arm64.o # internal
2025-08-20T19:05:32.6016956Z [00:02:30.743]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T19:05:32.6017323Z [00:02:30.744]➜  cd /root/.go/src/crypto/sha1
2025-08-20T19:05:32.6017736Z [00:02:30.744]➜  go tool pack r $WORK/b164/_pkg_.a $WORK/b164/sha1block_arm64.o # internal
2025-08-20T19:05:32.6018169Z [00:02:30.744]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T19:05:32.6018823Z [00:02:30.745]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d # internal
2025-08-20T19:05:32.6027139Z [00:02:30.746]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T19:05:32.6028060Z [00:02:30.746]➜  mkdir -p $WORK/b174/
2025-08-20T19:05:32.6029078Z [00:02:30.746]➜  cat >/tmp/go-build2960781988/b174/importcfg << 'EOF' # internal
2025-08-20T19:05:32.6029518Z [00:02:30.746]➜  # import config
2025-08-20T19:05:32.6029863Z [00:02:30.746]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.6030536Z [00:02:30.746]➜  EOF
2025-08-20T19:05:32.6030858Z [00:02:30.746]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:32.6032783Z [00:02:30.746]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b174=>" -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/b174/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T19:05:32.6116499Z [00:02:30.755]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d # internal
2025-08-20T19:05:32.6136167Z [00:02:30.757]➜  crypto/rand
2025-08-20T19:05:32.6136736Z [00:02:30.757]➜  mkdir -p $WORK/b119/
2025-08-20T19:05:32.6146503Z [00:02:30.758]➜  cat >/tmp/go-build2960781988/b119/importcfg << 'EOF' # internal
2025-08-20T19:05:32.6147186Z [00:02:30.758]➜  # import config
2025-08-20T19:05:32.6147850Z [00:02:30.758]➜  packagefile crypto/internal/boring=/tmp/go-build2960781988/b120/_pkg_.a
2025-08-20T19:05:32.6154923Z [00:02:30.758]➜  packagefile crypto/internal/fips140=/tmp/go-build2960781988/b078/_pkg_.a
2025-08-20T19:05:32.6155551Z [00:02:30.758]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2960781988/b074/_pkg_.a
2025-08-20T19:05:32.6156524Z [00:02:30.758]➜  packagefile crypto/internal/fips140only=/tmp/go-build2960781988/b073/_pkg_.a
2025-08-20T19:05:32.6157084Z [00:02:30.758]➜  packagefile crypto/internal/randutil=/tmp/go-build2960781988/b091/_pkg_.a
2025-08-20T19:05:32.6157630Z [00:02:30.758]➜  packagefile crypto/internal/sysrand=/tmp/go-build2960781988/b077/_pkg_.a
2025-08-20T19:05:32.6158106Z [00:02:30.758]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.6158518Z [00:02:30.758]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:32.6158947Z [00:02:30.758]➜  packagefile math/big=/tmp/go-build2960781988/b125/_pkg_.a
2025-08-20T19:05:32.6159270Z [00:02:30.758]➜  EOF
2025-08-20T19:05:32.6160917Z [00:02:30.758]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/.go/src/crypto/rand=>crypto/rand;$WORK/b119=>" -p crypto/rand -lang=go1.25 -std -complete -installsuffix shared -buildid A38w9Mg8qJS5LJrKaVFx/A38w9Mg8qJS5LJrKaVFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b119/importcfg -pack /root/.go/src/crypto/rand/rand.go /root/.go/src/crypto/rand/text.go /root/.go/src/crypto/rand/util.go
2025-08-20T19:05:32.6392409Z [00:02:30.782]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T19:05:32.6393374Z [00:02:30.782]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d # internal
2025-08-20T19:05:32.6393977Z [00:02:30.782]➜  crypto/elliptic
2025-08-20T19:05:32.6394237Z [00:02:30.783]➜  mkdir -p $WORK/b135/
2025-08-20T19:05:32.6394657Z [00:02:30.783]➜  cat >/tmp/go-build2960781988/b135/importcfg << 'EOF' # internal
2025-08-20T19:05:32.6394998Z [00:02:30.783]➜  # import config
2025-08-20T19:05:32.6395425Z [00:02:30.783]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2960781988/b131/_pkg_.a
2025-08-20T19:05:32.6395922Z [00:02:30.783]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.6396330Z [00:02:30.783]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:32.6396761Z [00:02:30.783]➜  packagefile math/big=/tmp/go-build2960781988/b125/_pkg_.a
2025-08-20T19:05:32.6397177Z [00:02:30.783]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:32.6397482Z [00:02:30.783]➜  EOF
2025-08-20T19:05:32.6399614Z [00:02:30.783]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/.go/src/crypto/elliptic=>crypto/elliptic;$WORK/b135=>" -p crypto/elliptic -lang=go1.25 -std -complete -installsuffix shared -buildid 1H0eO7wkpv4CFuI8AScz/1H0eO7wkpv4CFuI8AScz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b135/importcfg -pack /root/.go/src/crypto/elliptic/elliptic.go /root/.go/src/crypto/elliptic/nistec.go /root/.go/src/crypto/elliptic/params.go
2025-08-20T19:05:32.6447994Z [00:02:30.788]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T19:05:32.6458785Z [00:02:30.789]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d # internal
2025-08-20T19:05:32.6464039Z [00:02:30.789]➜  crypto/internal/boring/bbig
2025-08-20T19:05:32.6464442Z [00:02:30.789]➜  mkdir -p $WORK/b136/
2025-08-20T19:05:32.6464862Z [00:02:30.789]➜  cat >/tmp/go-build2960781988/b136/importcfg << 'EOF' # internal
2025-08-20T19:05:32.6465216Z [00:02:30.789]➜  # import config
2025-08-20T19:05:32.6465632Z [00:02:30.789]➜  packagefile crypto/internal/boring=/tmp/go-build2960781988/b120/_pkg_.a
2025-08-20T19:05:32.6466116Z [00:02:30.789]➜  packagefile math/big=/tmp/go-build2960781988/b125/_pkg_.a
2025-08-20T19:05:32.6466452Z [00:02:30.789]➜  EOF
2025-08-20T19:05:32.6468111Z [00:02:30.789]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b136/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/bbig=>crypto/internal/boring/bbig;$WORK/b136=>" -p crypto/internal/boring/bbig -lang=go1.25 -std -complete -installsuffix shared -buildid uLuL3fdmLM1-eRuYX6XK/uLuL3fdmLM1-eRuYX6XK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b136/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T19:05:32.6471116Z [00:02:30.790]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T19:05:32.6478221Z [00:02:30.791]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d # internal
2025-08-20T19:05:32.6478829Z [00:02:30.791]➜  encoding/asn1
2025-08-20T19:05:32.6479081Z [00:02:30.791]➜  mkdir -p $WORK/b145/
2025-08-20T19:05:32.6489965Z [00:02:30.792]➜  cat >/tmp/go-build2960781988/b145/importcfg << 'EOF' # internal
2025-08-20T19:05:32.6494782Z [00:02:30.792]➜  # import config
2025-08-20T19:05:32.6495152Z [00:02:30.792]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:32.6495571Z [00:02:30.792]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.6495980Z [00:02:30.792]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:32.6496382Z [00:02:30.792]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:32.6496814Z [00:02:30.792]➜  packagefile math/big=/tmp/go-build2960781988/b125/_pkg_.a
2025-08-20T19:05:32.6497240Z [00:02:30.792]➜  packagefile reflect=/tmp/go-build2960781988/b037/_pkg_.a
2025-08-20T19:05:32.6497662Z [00:02:30.792]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:32.6498079Z [00:02:30.792]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:32.6498504Z [00:02:30.792]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:32.6498926Z [00:02:30.792]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:32.6499369Z [00:02:30.792]➜  packagefile unicode/utf16=/tmp/go-build2960781988/b105/_pkg_.a
2025-08-20T19:05:32.6499829Z [00:02:30.792]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:32.6500161Z [00:02:30.792]➜  EOF
2025-08-20T19:05:32.6501858Z [00:02:30.792]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/.go/src/encoding/asn1=>encoding/asn1;$WORK/b145=>" -p encoding/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid gw_QiJhDAJhYzCghGh4Q/gw_QiJhDAJhYzCghGh4Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack /root/.go/src/encoding/asn1/asn1.go /root/.go/src/encoding/asn1/common.go /root/.go/src/encoding/asn1/marshal.go
2025-08-20T19:05:32.6601455Z [00:02:30.803]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T19:05:32.6618145Z [00:02:30.804]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d # internal
2025-08-20T19:05:32.6619502Z [00:02:30.804]➜  crypto/ed25519
2025-08-20T19:05:32.6621504Z [00:02:30.804]➜  mkdir -p $WORK/b147/
2025-08-20T19:05:32.6621984Z [00:02:30.804]➜  cat >/tmp/go-build2960781988/b147/importcfg << 'EOF' # internal
2025-08-20T19:05:32.6622338Z [00:02:30.804]➜  # import config
2025-08-20T19:05:32.6622679Z [00:02:30.804]➜  packagefile crypto=/tmp/go-build2960781988/b071/_pkg_.a
2025-08-20T19:05:32.6623344Z [00:02:30.804]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build2960781988/b148/_pkg_.a
2025-08-20T19:05:32.6623993Z [00:02:30.804]➜  packagefile crypto/internal/fips140cache=/tmp/go-build2960781988/b139/_pkg_.a
2025-08-20T19:05:32.6624567Z [00:02:30.804]➜  packagefile crypto/internal/fips140only=/tmp/go-build2960781988/b073/_pkg_.a
2025-08-20T19:05:32.6625072Z [00:02:30.804]➜  packagefile crypto/rand=/tmp/go-build2960781988/b119/_pkg_.a
2025-08-20T19:05:32.6625528Z [00:02:30.804]➜  packagefile crypto/subtle=/tmp/go-build2960781988/b123/_pkg_.a
2025-08-20T19:05:32.6625981Z [00:02:30.804]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.6626385Z [00:02:30.804]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:32.6626795Z [00:02:30.804]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:32.6627107Z [00:02:30.804]➜  EOF
2025-08-20T19:05:32.6628566Z [00:02:30.805]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b147=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid ubc8QILqzxwNY9uAXovg/ubc8QILqzxwNY9uAXovg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b147/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T19:05:32.7517529Z [00:02:30.895]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T19:05:32.7530919Z [00:02:30.896]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d # internal
2025-08-20T19:05:32.7531554Z [00:02:30.897]➜  crypto/internal/hpke
2025-08-20T19:05:32.7531824Z [00:02:30.897]➜  mkdir -p $WORK/b156/
2025-08-20T19:05:32.7557959Z [00:02:30.899]➜  cat >/tmp/go-build2960781988/b156/importcfg << 'EOF' # internal
2025-08-20T19:05:32.7558385Z [00:02:30.899]➜  # import config
2025-08-20T19:05:32.7558892Z [00:02:30.899]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T19:05:32.7559469Z [00:02:30.899]➜  packagefile crypto=/tmp/go-build2960781988/b071/_pkg_.a
2025-08-20T19:05:32.7559907Z [00:02:30.899]➜  packagefile crypto/aes=/tmp/go-build2960781988/b127/_pkg_.a
2025-08-20T19:05:32.7560368Z [00:02:30.899]➜  packagefile crypto/cipher=/tmp/go-build2960781988/b121/_pkg_.a
2025-08-20T19:05:32.7560877Z [00:02:30.899]➜  packagefile crypto/ecdh=/tmp/go-build2960781988/b129/_pkg_.a
2025-08-20T19:05:32.7561336Z [00:02:30.899]➜  packagefile crypto/hkdf=/tmp/go-build2960781988/b150/_pkg_.a
2025-08-20T19:05:32.7561805Z [00:02:30.899]➜  packagefile crypto/rand=/tmp/go-build2960781988/b119/_pkg_.a
2025-08-20T19:05:32.7562239Z [00:02:30.899]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.7562792Z [00:02:30.899]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build2960781988/b157/_pkg_.a
2025-08-20T19:05:32.7563538Z [00:02:30.899]➜  packagefile internal/byteorder=/tmp/go-build2960781988/b011/_pkg_.a
2025-08-20T19:05:32.7564029Z [00:02:30.899]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:32.7564349Z [00:02:30.899]➜  EOF
2025-08-20T19:05:32.7565902Z [00:02:30.899]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/.go/src/crypto/internal/hpke=>crypto/internal/hpke;$WORK/b156=>" -p crypto/internal/hpke -lang=go1.25 -std -complete -installsuffix shared -buildid LLbop9o7yLjyEdHS5Pgg/LLbop9o7yLjyEdHS5Pgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b156/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T19:05:32.7773719Z [00:02:30.921]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T19:05:32.7826301Z [00:02:30.926]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d # internal
2025-08-20T19:05:32.7827027Z [00:02:30.926]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T19:05:32.7850405Z [00:02:30.928]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d # internal
2025-08-20T19:05:32.7851043Z [00:02:30.928]➜  crypto/dsa
2025-08-20T19:05:32.7851295Z [00:02:30.929]➜  mkdir -p $WORK/b169/
2025-08-20T19:05:32.7852138Z [00:02:30.929]➜  crypto/rsa
2025-08-20T19:05:32.7852382Z [00:02:30.929]➜  mkdir -p $WORK/b162/
2025-08-20T19:05:32.7888588Z [00:02:30.932]➜  cat >/tmp/go-build2960781988/b162/importcfg << 'EOF' # internal
2025-08-20T19:05:32.7899668Z [00:02:30.932]➜  # import config
2025-08-20T19:05:32.7900108Z [00:02:30.932]➜  packagefile crypto=/tmp/go-build2960781988/b071/_pkg_.a
2025-08-20T19:05:32.7900612Z [00:02:30.932]➜  packagefile crypto/internal/boring=/tmp/go-build2960781988/b120/_pkg_.a
2025-08-20T19:05:32.7901173Z [00:02:30.932]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build2960781988/b136/_pkg_.a
2025-08-20T19:05:32.7901755Z [00:02:30.932]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2960781988/b138/_pkg_.a
2025-08-20T19:05:32.7902330Z [00:02:30.932]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build2960781988/b163/_pkg_.a
2025-08-20T19:05:32.7903538Z [00:02:30.932]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2960781988/b141/_pkg_.a
2025-08-20T19:05:32.7904143Z [00:02:30.932]➜  packagefile crypto/internal/fips140only=/tmp/go-build2960781988/b073/_pkg_.a
2025-08-20T19:05:32.7904704Z [00:02:30.932]➜  packagefile crypto/internal/randutil=/tmp/go-build2960781988/b091/_pkg_.a
2025-08-20T19:05:32.7905205Z [00:02:30.932]➜  packagefile crypto/rand=/tmp/go-build2960781988/b119/_pkg_.a
2025-08-20T19:05:32.7905682Z [00:02:30.932]➜  packagefile crypto/subtle=/tmp/go-build2960781988/b123/_pkg_.a
2025-08-20T19:05:32.7906125Z [00:02:30.932]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.7906536Z [00:02:30.932]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:32.7906934Z [00:02:30.932]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:32.7907383Z [00:02:30.932]➜  packagefile internal/godebug=/tmp/go-build2960781988/b057/_pkg_.a
2025-08-20T19:05:32.7907834Z [00:02:30.932]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:32.7908236Z [00:02:30.932]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:32.7908653Z [00:02:30.932]➜  packagefile math/big=/tmp/go-build2960781988/b125/_pkg_.a
2025-08-20T19:05:32.7908967Z [00:02:30.932]➜  EOF
2025-08-20T19:05:32.7910734Z [00:02:30.932]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b162=>" -p crypto/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid JTexBd_D0Nz1-drfuDKA/JTexBd_D0Nz1-drfuDKA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack /root/.go/src/crypto/rsa/fips.go /root/.go/src/crypto/rsa/notboring.go /root/.go/src/crypto/rsa/pkcs1v15.go /root/.go/src/crypto/rsa/rsa.go
2025-08-20T19:05:32.7916637Z [00:02:30.935]➜  cat >/tmp/go-build2960781988/b169/importcfg << 'EOF' # internal
2025-08-20T19:05:32.7917059Z [00:02:30.935]➜  # import config
2025-08-20T19:05:32.7917483Z [00:02:30.935]➜  packagefile crypto/internal/fips140only=/tmp/go-build2960781988/b073/_pkg_.a
2025-08-20T19:05:32.7918044Z [00:02:30.935]➜  packagefile crypto/internal/randutil=/tmp/go-build2960781988/b091/_pkg_.a
2025-08-20T19:05:32.7918525Z [00:02:30.935]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.7918929Z [00:02:30.935]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:32.7919650Z [00:02:30.935]➜  packagefile math/big=/tmp/go-build2960781988/b125/_pkg_.a
2025-08-20T19:05:32.7920034Z [00:02:30.935]➜  EOF
2025-08-20T19:05:32.7921424Z [00:02:30.935]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b169=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid CRgkcrHysHqpZTiOvdzM/CRgkcrHysHqpZTiOvdzM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b169/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T19:05:32.8114385Z [00:02:30.955]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T19:05:32.8187763Z [00:02:30.962]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d # internal
2025-08-20T19:05:32.8192254Z [00:02:30.963]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T19:05:32.8195631Z [00:02:30.963]➜  mkdir -p $WORK/b144/
2025-08-20T19:05:32.8208512Z [00:02:30.964]➜  cat >/tmp/go-build2960781988/b144/importcfg << 'EOF' # internal
2025-08-20T19:05:32.8209393Z [00:02:30.964]➜  # import config
2025-08-20T19:05:32.8209943Z [00:02:30.964]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T19:05:32.8210523Z [00:02:30.964]➜  packagefile encoding/asn1=/tmp/go-build2960781988/b145/_pkg_.a
2025-08-20T19:05:32.8210974Z [00:02:30.964]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.8211391Z [00:02:30.964]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:32.8212343Z [00:02:30.964]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2960781988/b146/_pkg_.a
2025-08-20T19:05:32.8212897Z [00:02:30.964]➜  packagefile math/big=/tmp/go-build2960781988/b125/_pkg_.a
2025-08-20T19:05:32.8213502Z [00:02:30.964]➜  packagefile reflect=/tmp/go-build2960781988/b037/_pkg_.a
2025-08-20T19:05:32.8213932Z [00:02:30.964]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:32.8214234Z [00:02:30.964]➜  EOF
2025-08-20T19:05:32.8216623Z [00:02:30.964]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte=>vendor/golang.org/x/crypto/cryptobyte;$WORK/b144=>" -p vendor/golang.org/x/crypto/cryptobyte -lang=go1.25 -std -complete -installsuffix shared -buildid oRvOipY8qVEQF5KC7uVV/oRvOipY8qVEQF5KC7uVV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/builder.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/string.go
2025-08-20T19:05:32.8222607Z [00:02:30.966]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T19:05:32.8223437Z [00:02:30.966]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d # internal
2025-08-20T19:05:32.8224066Z [00:02:30.966]➜  crypto/x509/pkix
2025-08-20T19:05:32.8224339Z [00:02:30.966]➜  mkdir -p $WORK/b170/
2025-08-20T19:05:32.8224725Z [00:02:30.966]➜  cat >/tmp/go-build2960781988/b170/importcfg << 'EOF' # internal
2025-08-20T19:05:32.8225065Z [00:02:30.966]➜  # import config
2025-08-20T19:05:32.8225425Z [00:02:30.966]➜  packagefile encoding/asn1=/tmp/go-build2960781988/b145/_pkg_.a
2025-08-20T19:05:32.8225888Z [00:02:30.966]➜  packagefile encoding/hex=/tmp/go-build2960781988/b107/_pkg_.a
2025-08-20T19:05:32.8226321Z [00:02:30.966]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:32.8226750Z [00:02:30.966]➜  packagefile math/big=/tmp/go-build2960781988/b125/_pkg_.a
2025-08-20T19:05:32.8227167Z [00:02:30.966]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:32.8227469Z [00:02:30.966]➜  EOF
2025-08-20T19:05:32.8229211Z [00:02:30.966]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b170=>" -p crypto/x509/pkix -lang=go1.25 -std -complete -installsuffix shared -buildid o8QYJTPZ2keH1_3HaYX-/o8QYJTPZ2keH1_3HaYX- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b170/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T19:05:32.8294370Z [00:02:30.973]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T19:05:32.8304795Z [00:02:30.974]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d # internal
2025-08-20T19:05:32.8305830Z [00:02:30.974]➜  internal/singleflight
2025-08-20T19:05:32.8306198Z [00:02:30.974]➜  mkdir -p $WORK/b176/
2025-08-20T19:05:32.8306579Z [00:02:30.974]➜  cat >/tmp/go-build2960781988/b176/importcfg << 'EOF' # internal
2025-08-20T19:05:32.8306932Z [00:02:30.974]➜  # import config
2025-08-20T19:05:32.8307271Z [00:02:30.974]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:32.8307579Z [00:02:30.974]➜  EOF
2025-08-20T19:05:32.8309201Z [00:02:30.974]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b176=>" -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/b176/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T19:05:32.8477679Z [00:02:30.991]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T19:05:32.8486636Z [00:02:30.992]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d # internal
2025-08-20T19:05:32.8488773Z [00:02:30.992]➜  unique
2025-08-20T19:05:32.8489076Z [00:02:30.992]➜  mkdir -p $WORK/b178/
2025-08-20T19:05:32.8519012Z [00:02:30.995]➜  cat >/tmp/go-build2960781988/b178/importcfg << 'EOF' # internal
2025-08-20T19:05:32.8519933Z [00:02:30.995]➜  # import config
2025-08-20T19:05:32.8520387Z [00:02:30.995]➜  packagefile internal/abi=/tmp/go-build2960781988/b004/_pkg_.a
2025-08-20T19:05:32.8520903Z [00:02:30.995]➜  packagefile internal/goarch=/tmp/go-build2960781988/b005/_pkg_.a
2025-08-20T19:05:32.8521413Z [00:02:30.995]➜  packagefile internal/stringslite=/tmp/go-build2960781988/b030/_pkg_.a
2025-08-20T19:05:32.8521914Z [00:02:30.995]➜  packagefile internal/sync=/tmp/go-build2960781988/b045/_pkg_.a
2025-08-20T19:05:32.8522361Z [00:02:30.995]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:32.8522778Z [00:02:30.995]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:32.8523361Z [00:02:30.995]➜  packagefile sync/atomic=/tmp/go-build2960781988/b046/_pkg_.a
2025-08-20T19:05:32.8523853Z [00:02:30.995]➜  packagefile weak=/tmp/go-build2960781988/b140/_pkg_.a
2025-08-20T19:05:32.8524157Z [00:02:30.995]➜  EOF
2025-08-20T19:05:32.8525856Z [00:02:30.995]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b178=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid l2dWsOAjPHs0NzjmsNFx/l2dWsOAjPHs0NzjmsNFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b178/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-20T19:05:32.8569607Z [00:02:31.000]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T19:05:32.8572873Z [00:02:31.001]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d # internal
2025-08-20T19:05:32.8615917Z [00:02:31.005]➜  runtime/cgo
2025-08-20T19:05:32.8616294Z [00:02:31.005]➜  mkdir -p $WORK/b179/
2025-08-20T19:05:32.8622202Z [00:02:31.006]➜  echo -n > $WORK/b179/preferlinkext # internal
2025-08-20T19:05:32.8622616Z [00:02:31.006]➜  cd /root/.go/src/runtime/cgo
2025-08-20T19:05:32.8624356Z [00:02:31.006]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b179/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b179/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T19:05:32.8672286Z [00:02:31.010]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T19:05:32.8686538Z [00:02:31.012]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d # internal
2025-08-20T19:05:32.8689011Z [00:02:31.012]➜  net/url
2025-08-20T19:05:32.8689324Z [00:02:31.012]➜  mkdir -p $WORK/b180/
2025-08-20T19:05:32.8694029Z [00:02:31.013]➜  cat >/tmp/go-build2960781988/b180/importcfg << 'EOF' # internal
2025-08-20T19:05:32.8694922Z [00:02:31.013]➜  # import config
2025-08-20T19:05:32.8695345Z [00:02:31.013]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.8695778Z [00:02:31.013]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:32.8696191Z [00:02:31.013]➜  packagefile maps=/tmp/go-build2960781988/b172/_pkg_.a
2025-08-20T19:05:32.8696626Z [00:02:31.013]➜  packagefile path=/tmp/go-build2960781988/b055/_pkg_.a
2025-08-20T19:05:32.8697052Z [00:02:31.013]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:32.8697482Z [00:02:31.013]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:32.8697911Z [00:02:31.013]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:32.8698230Z [00:02:31.013]➜  EOF
2025-08-20T19:05:32.8698484Z [00:02:31.013]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:32.8700301Z [00:02:31.013]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b180=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid A8RFegZZZybLED1GbpJw/A8RFegZZZybLED1GbpJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T19:05:32.8788999Z [00:02:31.022]➜  cd $WORK/b179
2025-08-20T19:05:32.8790679Z [00:02:31.022]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b179=/tmp/go-build -gno-record-gcc-switches -I $WORK/b179/ -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/b179/_x001.o -c _cgo_export.c
2025-08-20T19:05:32.8957919Z [00:02:31.039]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b179=/tmp/go-build -gno-record-gcc-switches -I $WORK/b179/ -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/b179/_x002.o -c cgo.cgo2.c
2025-08-20T19:05:32.9133089Z [00:02:31.057]➜  cd /root/.go/src/runtime/cgo
2025-08-20T19:05:32.9135609Z [00:02:31.057]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b179=/tmp/go-build -gno-record-gcc-switches -I $WORK/b179/ -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/b179/_x003.o -c gcc_context.c
2025-08-20T19:05:32.9332905Z [00:02:31.077]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b179=/tmp/go-build -gno-record-gcc-switches -I $WORK/b179/ -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/b179/_x004.o -c gcc_fatalf.c
2025-08-20T19:05:32.9460753Z [00:02:31.090]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T19:05:32.9486474Z [00:02:31.092]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d # internal
2025-08-20T19:05:32.9487349Z [00:02:31.092]➜  net/netip
2025-08-20T19:05:32.9488042Z [00:02:31.092]➜  mkdir -p $WORK/b177/
2025-08-20T19:05:32.9498162Z [00:02:31.093]➜  cat >/tmp/go-build2960781988/b177/importcfg << 'EOF' # internal
2025-08-20T19:05:32.9498797Z [00:02:31.093]➜  # import config
2025-08-20T19:05:32.9499334Z [00:02:31.093]➜  packagefile cmp=/tmp/go-build2960781988/b036/_pkg_.a
2025-08-20T19:05:32.9500396Z [00:02:31.093]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.9501861Z [00:02:31.093]➜  packagefile internal/bytealg=/tmp/go-build2960781988/b009/_pkg_.a
2025-08-20T19:05:32.9502928Z [00:02:31.093]➜  packagefile internal/byteorder=/tmp/go-build2960781988/b011/_pkg_.a
2025-08-20T19:05:32.9504287Z [00:02:31.093]➜  packagefile internal/itoa=/tmp/go-build2960781988/b038/_pkg_.a
2025-08-20T19:05:32.9505388Z [00:02:31.093]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:32.9506315Z [00:02:31.093]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:32.9507220Z [00:02:31.093]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:32.9508024Z [00:02:31.093]➜  packagefile unique=/tmp/go-build2960781988/b178/_pkg_.a
2025-08-20T19:05:32.9508741Z [00:02:31.093]➜  EOF
2025-08-20T19:05:32.9509401Z [00:02:31.093]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:32.9511496Z [00:02:31.093]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b177=>" -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/b177/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T19:05:32.9538310Z [00:02:31.097]➜  cd /root/.go/src/runtime/cgo
2025-08-20T19:05:32.9540258Z [00:02:31.097]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b179=/tmp/go-build -gno-record-gcc-switches -I $WORK/b179/ -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/b179/_x005.o -c gcc_libinit.c
2025-08-20T19:05:32.9554052Z [00:02:31.099]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T19:05:32.9639402Z [00:02:31.107]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d # internal
2025-08-20T19:05:32.9640388Z [00:02:31.107]➜  crypto/ecdsa
2025-08-20T19:05:32.9640806Z [00:02:31.107]➜  mkdir -p $WORK/b134/
2025-08-20T19:05:32.9658630Z [00:02:31.109]➜  cat >/tmp/go-build2960781988/b134/importcfg << 'EOF' # internal
2025-08-20T19:05:32.9659014Z [00:02:31.109]➜  # import config
2025-08-20T19:05:32.9659460Z [00:02:31.109]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T19:05:32.9660093Z [00:02:31.109]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T19:05:32.9660646Z [00:02:31.109]➜  packagefile crypto=/tmp/go-build2960781988/b071/_pkg_.a
2025-08-20T19:05:32.9661093Z [00:02:31.109]➜  packagefile crypto/ecdh=/tmp/go-build2960781988/b129/_pkg_.a
2025-08-20T19:05:32.9661567Z [00:02:31.109]➜  packagefile crypto/elliptic=/tmp/go-build2960781988/b135/_pkg_.a
2025-08-20T19:05:32.9662083Z [00:02:31.109]➜  packagefile crypto/internal/boring=/tmp/go-build2960781988/b120/_pkg_.a
2025-08-20T19:05:32.9662632Z [00:02:31.109]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build2960781988/b136/_pkg_.a
2025-08-20T19:05:32.9663406Z [00:02:31.109]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build2960781988/b137/_pkg_.a
2025-08-20T19:05:32.9664065Z [00:02:31.109]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2960781988/b131/_pkg_.a
2025-08-20T19:05:32.9664651Z [00:02:31.109]➜  packagefile crypto/internal/fips140cache=/tmp/go-build2960781988/b139/_pkg_.a
2025-08-20T19:05:32.9665570Z [00:02:31.109]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2960781988/b141/_pkg_.a
2025-08-20T19:05:32.9666334Z [00:02:31.109]➜  packagefile crypto/internal/fips140only=/tmp/go-build2960781988/b073/_pkg_.a
2025-08-20T19:05:32.9666897Z [00:02:31.109]➜  packagefile crypto/internal/randutil=/tmp/go-build2960781988/b091/_pkg_.a
2025-08-20T19:05:32.9667401Z [00:02:31.109]➜  packagefile crypto/sha512=/tmp/go-build2960781988/b143/_pkg_.a
2025-08-20T19:05:32.9667864Z [00:02:31.109]➜  packagefile crypto/subtle=/tmp/go-build2960781988/b123/_pkg_.a
2025-08-20T19:05:32.9668321Z [00:02:31.109]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.9668862Z [00:02:31.109]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2960781988/b144/_pkg_.a
2025-08-20T19:05:32.9669514Z [00:02:31.109]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2960781988/b146/_pkg_.a
2025-08-20T19:05:32.9670033Z [00:02:31.109]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:32.9670455Z [00:02:31.109]➜  packagefile math/big=/tmp/go-build2960781988/b125/_pkg_.a
2025-08-20T19:05:32.9670899Z [00:02:31.109]➜  packagefile math/rand/v2=/tmp/go-build2960781988/b092/_pkg_.a
2025-08-20T19:05:32.9671231Z [00:02:31.109]➜  EOF
2025-08-20T19:05:32.9671486Z [00:02:31.109]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:32.9673455Z [00:02:31.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/.go/src/crypto/ecdsa=>crypto/ecdsa;$WORK/b134=>" -p crypto/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid RMncMWtMn5o5fs9EVDuT/RMncMWtMn5o5fs9EVDuT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b134/importcfg -pack /root/.go/src/crypto/ecdsa/ecdsa.go /root/.go/src/crypto/ecdsa/ecdsa_legacy.go /root/.go/src/crypto/ecdsa/notboring.go
2025-08-20T19:05:32.9718520Z [00:02:31.115]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T19:05:32.9733053Z [00:02:31.116]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d # internal
2025-08-20T19:05:32.9764397Z [00:02:31.117]➜  vendor/golang.org/x/text/transform
2025-08-20T19:05:32.9764764Z [00:02:31.117]➜  mkdir -p $WORK/b184/
2025-08-20T19:05:32.9766242Z [00:02:31.117]➜  cat >/tmp/go-build2960781988/b184/importcfg << 'EOF' # internal
2025-08-20T19:05:32.9767886Z [00:02:31.117]➜  # import config
2025-08-20T19:05:32.9769727Z [00:02:31.117]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:32.9770206Z [00:02:31.117]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:32.9770620Z [00:02:31.117]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:32.9771054Z [00:02:31.117]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:32.9771387Z [00:02:31.117]➜  EOF
2025-08-20T19:05:32.9773272Z [00:02:31.117]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b184=>" -p vendor/golang.org/x/text/transform -lang=go1.25 -std -complete -installsuffix shared -buildid BSrY3R4O6tQ1u6yl32u_/BSrY3R4O6tQ1u6yl32u_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T19:05:32.9861992Z [00:02:31.130]➜  cd /root/.go/src/runtime/cgo
2025-08-20T19:05:32.9863707Z [00:02:31.130]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b179=/tmp/go-build -gno-record-gcc-switches -I $WORK/b179/ -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/b179/_x006.o -c gcc_linux_arm64.c
2025-08-20T19:05:33.0064600Z [00:02:31.150]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T19:05:33.0072877Z [00:02:31.151]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d # internal
2025-08-20T19:05:33.0075068Z [00:02:31.151]➜  log
2025-08-20T19:05:33.0075382Z [00:02:31.151]➜  mkdir -p $WORK/b186/
2025-08-20T19:05:33.0077836Z [00:02:31.151]➜  cat >/tmp/go-build2960781988/b186/importcfg << 'EOF' # internal
2025-08-20T19:05:33.0078482Z [00:02:31.151]➜  # import config
2025-08-20T19:05:33.0078829Z [00:02:31.151]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:33.0079624Z [00:02:31.151]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:33.0084643Z [00:02:31.151]➜  packagefile log/internal=/tmp/go-build2960781988/b187/_pkg_.a
2025-08-20T19:05:33.0085095Z [00:02:31.151]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:33.0085508Z [00:02:31.151]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:33.0085927Z [00:02:31.151]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:33.0086362Z [00:02:31.151]➜  packagefile sync/atomic=/tmp/go-build2960781988/b046/_pkg_.a
2025-08-20T19:05:33.0086813Z [00:02:31.151]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:33.0087117Z [00:02:31.151]➜  EOF
2025-08-20T19:05:33.0087377Z [00:02:31.151]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:33.0088704Z [00:02:31.152]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b186=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid jPprHZI6Qsaa_ihmkgSu/jPprHZI6Qsaa_ihmkgSu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b186/importcfg -pack /root/.go/src/log/log.go
2025-08-20T19:05:33.0135812Z [00:02:31.157]➜  cd /root/.go/src/runtime/cgo
2025-08-20T19:05:33.0137388Z [00:02:31.157]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b179=/tmp/go-build -gno-record-gcc-switches -I $WORK/b179/ -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/b179/_x007.o -c gcc_mmap.c
2025-08-20T19:05:33.0367459Z [00:02:31.180]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b179=/tmp/go-build -gno-record-gcc-switches -I $WORK/b179/ -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/b179/_x008.o -c gcc_setenv.c
2025-08-20T19:05:33.0734275Z [00:02:31.217]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T19:05:33.0745573Z [00:02:31.218]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d # internal
2025-08-20T19:05:33.0749158Z [00:02:31.218]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T19:05:33.0755740Z [00:02:31.219]➜  mkdir -p $WORK/b185/
2025-08-20T19:05:33.0759630Z [00:02:31.219]➜  cat >/tmp/go-build2960781988/b185/importcfg << 'EOF' # internal
2025-08-20T19:05:33.0760609Z [00:02:31.219]➜  # import config
2025-08-20T19:05:33.0762276Z [00:02:31.219]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:33.0762811Z [00:02:31.219]➜  packagefile container/list=/tmp/go-build2960781988/b118/_pkg_.a
2025-08-20T19:05:33.0763348Z [00:02:31.219]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:33.0763808Z [00:02:31.219]➜  packagefile log=/tmp/go-build2960781988/b186/_pkg_.a
2025-08-20T19:05:33.0764250Z [00:02:31.219]➜  packagefile sort=/tmp/go-build2960781988/b095/_pkg_.a
2025-08-20T19:05:33.0764692Z [00:02:31.219]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:33.0765023Z [00:02:31.219]➜  EOF
2025-08-20T19:05:33.0765290Z [00:02:31.220]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:33.0780768Z [00:02:31.221]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b185=>" -p vendor/golang.org/x/text/unicode/bidi -lang=go1.25 -std -complete -installsuffix shared -buildid aTuuQ1ywASEnKgawejoF/aTuuQ1ywASEnKgawejoF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b185/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bidi.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bracket.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/core.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/prop.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/trieval.go
2025-08-20T19:05:33.0785963Z [00:02:31.221]➜  cd /root/.go/src/runtime/cgo
2025-08-20T19:05:33.0787475Z [00:02:31.221]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b179=/tmp/go-build -gno-record-gcc-switches -I $WORK/b179/ -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/b179/_x009.o -c gcc_sigaction.c
2025-08-20T19:05:33.1374672Z [00:02:31.281]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b179=/tmp/go-build -gno-record-gcc-switches -I $WORK/b179/ -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/b179/_x010.o -c gcc_stack_unix.c
2025-08-20T19:05:33.1604986Z [00:02:31.304]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b179=/tmp/go-build -gno-record-gcc-switches -I $WORK/b179/ -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/b179/_x011.o -c gcc_traceback.c
2025-08-20T19:05:33.1948763Z [00:02:31.338]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b179=/tmp/go-build -gno-record-gcc-switches -I $WORK/b179/ -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/b179/_x012.o -c gcc_util.c
2025-08-20T19:05:33.2266456Z [00:02:31.370]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b179=/tmp/go-build -gno-record-gcc-switches -I $WORK/b179/ -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/b179/_x013.o -c linux_syscall.c
2025-08-20T19:05:33.2377061Z [00:02:31.381]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T19:05:33.2393065Z [00:02:31.383]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d # internal
2025-08-20T19:05:33.2393838Z [00:02:31.383]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T19:05:33.2394165Z [00:02:31.383]➜  mkdir -p $WORK/b183/
2025-08-20T19:05:33.2399015Z [00:02:31.383]➜  cat >/tmp/go-build2960781988/b183/importcfg << 'EOF' # internal
2025-08-20T19:05:33.2399377Z [00:02:31.383]➜  # import config
2025-08-20T19:05:33.2399781Z [00:02:31.383]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T19:05:33.2400374Z [00:02:31.383]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T19:05:33.2400874Z [00:02:31.383]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:33.2401401Z [00:02:31.383]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build2960781988/b184/_pkg_.a
2025-08-20T19:05:33.2402025Z [00:02:31.383]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build2960781988/b185/_pkg_.a
2025-08-20T19:05:33.2402969Z [00:02:31.383]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:33.2403551Z [00:02:31.383]➜  EOF
2025-08-20T19:05:33.2403803Z [00:02:31.383]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:33.2406058Z [00:02:31.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b183=>" -p vendor/golang.org/x/text/secure/bidirule -lang=go1.25 -std -complete -installsuffix shared -buildid iYTtLRk29tX9cYfXA5ms/iYTtLRk29tX9cYfXA5ms -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b183/importcfg -pack /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule.go /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go
2025-08-20T19:05:33.2444368Z [00:02:31.388]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T19:05:33.2489453Z [00:02:31.392]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d # internal
2025-08-20T19:05:33.2495085Z [00:02:31.393]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T19:05:33.2495803Z [00:02:31.393]➜  mkdir -p $WORK/b188/
2025-08-20T19:05:33.2499640Z [00:02:31.393]➜  cat >/tmp/go-build2960781988/b188/importcfg << 'EOF' # internal
2025-08-20T19:05:33.2501236Z [00:02:31.393]➜  # import config
2025-08-20T19:05:33.2501654Z [00:02:31.393]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T19:05:33.2502618Z [00:02:31.393]➜  packagefile encoding/binary=/tmp/go-build2960781988/b116/_pkg_.a
2025-08-20T19:05:33.2503079Z [00:02:31.393]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:33.2503750Z [00:02:31.393]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build2960781988/b184/_pkg_.a
2025-08-20T19:05:33.2504254Z [00:02:31.393]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:33.2504658Z [00:02:31.393]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:33.2505107Z [00:02:31.393]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:33.2505438Z [00:02:31.393]➜  EOF
2025-08-20T19:05:33.2509257Z [00:02:31.394]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b188=>" -p vendor/golang.org/x/text/unicode/norm -lang=go1.25 -std -complete -installsuffix shared -buildid HIQaXrGp6qScwX9GSuHd/HIQaXrGp6qScwX9GSuHd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b188/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/norm/composition.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/forminfo.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/input.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/iter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/normalize.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/readwriter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/transform.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/trie.go
2025-08-20T19:05:33.2628527Z [00:02:31.405]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T19:05:33.2641400Z [00:02:31.406]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d # internal
2025-08-20T19:05:33.2642055Z [00:02:31.406]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T19:05:33.2642377Z [00:02:31.406]➜  mkdir -p $WORK/b191/
2025-08-20T19:05:33.2642752Z [00:02:31.406]➜  cat >/tmp/go-build2960781988/b191/importcfg << 'EOF' # internal
2025-08-20T19:05:33.2643095Z [00:02:31.406]➜  # import config
2025-08-20T19:05:33.2643695Z [00:02:31.406]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:33.2644118Z [00:02:31.406]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:33.2644531Z [00:02:31.406]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:33.2645226Z [00:02:31.406]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:33.2645739Z [00:02:31.406]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:33.2646046Z [00:02:31.406]➜  EOF
2025-08-20T19:05:33.2648758Z [00:02:31.406]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b191=>" -p vendor/golang.org/x/net/http2/hpack -lang=go1.25 -std -complete -installsuffix shared -buildid 097bK01DbOlXZCQSVAdy/097bK01DbOlXZCQSVAdy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b191/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http2/hpack/encode.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/hpack.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/huffman.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/static_table.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/tables.go
2025-08-20T19:05:33.2651393Z [00:02:31.407]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T19:05:33.2684119Z [00:02:31.412]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d # internal
2025-08-20T19:05:33.2691390Z [00:02:31.412]➜  mime
2025-08-20T19:05:33.2691653Z [00:02:31.412]➜  mkdir -p $WORK/b192/
2025-08-20T19:05:33.2692030Z [00:02:31.412]➜  cat >/tmp/go-build2960781988/b192/importcfg << 'EOF' # internal
2025-08-20T19:05:33.2692393Z [00:02:31.412]➜  # import config
2025-08-20T19:05:33.2692722Z [00:02:31.412]➜  packagefile bufio=/tmp/go-build2960781988/b102/_pkg_.a
2025-08-20T19:05:33.2693134Z [00:02:31.412]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:33.2693760Z [00:02:31.412]➜  packagefile encoding/base64=/tmp/go-build2960781988/b104/_pkg_.a
2025-08-20T19:05:33.2694210Z [00:02:31.412]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:33.2694618Z [00:02:31.412]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:33.2695026Z [00:02:31.412]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:33.2695430Z [00:02:31.412]➜  packagefile maps=/tmp/go-build2960781988/b172/_pkg_.a
2025-08-20T19:05:33.2695831Z [00:02:31.412]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:33.2696235Z [00:02:31.412]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:33.2696651Z [00:02:31.412]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:33.2697075Z [00:02:31.412]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:33.2697487Z [00:02:31.412]➜  packagefile unicode=/tmp/go-build2960781988/b048/_pkg_.a
2025-08-20T19:05:33.2697927Z [00:02:31.412]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:33.2698255Z [00:02:31.412]➜  EOF
2025-08-20T19:05:33.2700383Z [00:02:31.412]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b192=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid I4kIffXijneyMNNmoBLE/I4kIffXijneyMNNmoBLE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b192/importcfg -pack /root/.go/src/mime/encodedword.go /root/.go/src/mime/grammar.go /root/.go/src/mime/mediatype.go /root/.go/src/mime/type.go /root/.go/src/mime/type_unix.go
2025-08-20T19:05:33.2703721Z [00:02:31.414]➜  cd /root/.go/src/runtime/cgo
2025-08-20T19:05:33.2705341Z [00:02:31.414]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b179=/tmp/go-build -gno-record-gcc-switches -I $WORK/b179/ -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/b179/_x014.o -c gcc_arm64.S
2025-08-20T19:05:33.2832637Z [00:02:31.426]➜  cd $WORK/b179
2025-08-20T19:05:33.2834373Z [00:02:31.426]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b179=/tmp/go-build -gno-record-gcc-switches -I $WORK/b179/ -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/b179/_cgo_main.o -c _cgo_main.c
2025-08-20T19:05:33.3088023Z [00:02:31.452]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:33.3090012Z [00:02:31.452]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b179=/tmp/go-build -gno-record-gcc-switches -o $WORK/b179/_cgo_.o $WORK/b179/_cgo_main.o $WORK/b179/preferlinkext $WORK/b179/_x001.o $WORK/b179/_x002.o $WORK/b179/_x003.o $WORK/b179/_x004.o $WORK/b179/_x005.o $WORK/b179/_x006.o $WORK/b179/_x007.o $WORK/b179/_x008.o $WORK/b179/_x009.o $WORK/b179/_x010.o $WORK/b179/_x011.o $WORK/b179/_x012.o $WORK/b179/_x013.o $WORK/b179/_x014.o -O2 -g -lpthread
2025-08-20T19:05:33.3227639Z [00:02:31.466]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T19:05:33.3289507Z [00:02:31.472]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d # internal
2025-08-20T19:05:33.3315160Z [00:02:31.475]➜  mime/quotedprintable
2025-08-20T19:05:33.3315544Z [00:02:31.475]➜  mkdir -p $WORK/b194/
2025-08-20T19:05:33.3320290Z [00:02:31.476]➜  cat >/tmp/go-build2960781988/b194/importcfg << 'EOF' # internal
2025-08-20T19:05:33.3320693Z [00:02:31.476]➜  # import config
2025-08-20T19:05:33.3321047Z [00:02:31.476]➜  packagefile bufio=/tmp/go-build2960781988/b102/_pkg_.a
2025-08-20T19:05:33.3321462Z [00:02:31.476]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:33.3321867Z [00:02:31.476]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:33.3322263Z [00:02:31.476]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:33.3322565Z [00:02:31.476]➜  EOF
2025-08-20T19:05:33.3324434Z [00:02:31.476]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b194=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid E46iEalzJcETRtFu1tSk/E46iEalzJcETRtFu1tSk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T19:05:33.3797161Z [00:02:31.523]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T19:05:33.3798580Z [00:02:31.523]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d # internal
2025-08-20T19:05:33.3799191Z [00:02:31.523]➜  net/http/internal
2025-08-20T19:05:33.3799460Z [00:02:31.523]➜  mkdir -p $WORK/b196/
2025-08-20T19:05:33.3799829Z [00:02:31.523]➜  cat >/tmp/go-build2960781988/b196/importcfg << 'EOF' # internal
2025-08-20T19:05:33.3800171Z [00:02:31.523]➜  # import config
2025-08-20T19:05:33.3800889Z [00:02:31.523]➜  packagefile bufio=/tmp/go-build2960781988/b102/_pkg_.a
2025-08-20T19:05:33.3801386Z [00:02:31.523]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:33.3801803Z [00:02:31.523]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:33.3802211Z [00:02:31.523]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:33.3802608Z [00:02:31.523]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:33.3802928Z [00:02:31.523]➜  EOF
2025-08-20T19:05:33.3804717Z [00:02:31.523]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b196=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid vHdEEpk9aalnU7c9Q2CQ/vHdEEpk9aalnU7c9Q2CQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T19:05:33.4155320Z [00:02:31.559]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T19:05:33.4164825Z [00:02:31.560]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d # internal
2025-08-20T19:05:33.4165438Z [00:02:31.560]➜  net/http/internal/ascii
2025-08-20T19:05:33.4165722Z [00:02:31.560]➜  mkdir -p $WORK/b197/
2025-08-20T19:05:33.4175207Z [00:02:31.561]➜  cat >/tmp/go-build2960781988/b197/importcfg << 'EOF' # internal
2025-08-20T19:05:33.4177230Z [00:02:31.561]➜  # import config
2025-08-20T19:05:33.4178969Z [00:02:31.561]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:33.4179447Z [00:02:31.561]➜  packagefile unicode=/tmp/go-build2960781988/b048/_pkg_.a
2025-08-20T19:05:33.4179763Z [00:02:31.561]➜  EOF
2025-08-20T19:05:33.4181501Z [00:02:31.561]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b197=>" -p net/http/internal/ascii -lang=go1.25 -std -complete -installsuffix shared -buildid Sz7mY_P9tDOtwBMvD0b9/Sz7mY_P9tDOtwBMvD0b9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T19:05:33.4235171Z [00:02:31.567]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T19:05:33.4267874Z [00:02:31.570]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d # internal
2025-08-20T19:05:33.4269098Z [00:02:31.570]➜  net/http/internal/testcert
2025-08-20T19:05:33.4270992Z [00:02:31.571]➜  mkdir -p $WORK/b200/
2025-08-20T19:05:33.4274861Z [00:02:31.571]➜  cat >/tmp/go-build2960781988/b200/importcfg << 'EOF' # internal
2025-08-20T19:05:33.4275229Z [00:02:31.571]➜  # import config
2025-08-20T19:05:33.4275576Z [00:02:31.571]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:33.4277302Z [00:02:31.571]➜  EOF
2025-08-20T19:05:33.4279116Z [00:02:31.571]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/.go/src/net/http/internal/testcert=>net/http/internal/testcert;$WORK/b200=>" -p net/http/internal/testcert -lang=go1.25 -std -complete -installsuffix shared -buildid SpYyhhnbRaynBHayFk8q/SpYyhhnbRaynBHayFk8q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/importcfg -pack /root/.go/src/net/http/internal/testcert/testcert.go
2025-08-20T19:05:33.4380616Z [00:02:31.580]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T19:05:33.4382074Z [00:02:31.580]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/08/08ad8c82150ed63fc443672a4ea4c4bc71d94579c6e0210a4df94ae72540ebde-d # internal
2025-08-20T19:05:33.4383681Z [00:02:31.580]➜  runtime/debug
2025-08-20T19:05:33.4383961Z [00:02:31.580]➜  mkdir -p $WORK/b201/
2025-08-20T19:05:33.4384280Z [00:02:31.580]➜  echo -n > $WORK/b201/go_asm.h # internal
2025-08-20T19:05:33.4384599Z [00:02:31.580]➜  cd /root/.go/src/runtime/debug
2025-08-20T19:05:33.4385919Z [00:02:31.580]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b201=>" -I $WORK/b201/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b201/symabis ./debug.s
2025-08-20T19:05:33.4397457Z [00:02:31.583]➜  cat >/tmp/go-build2960781988/b201/importcfg << 'EOF' # internal
2025-08-20T19:05:33.4398468Z [00:02:31.583]➜  # import config
2025-08-20T19:05:33.4399454Z [00:02:31.583]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:33.4400533Z [00:02:31.583]➜  packagefile internal/poll=/tmp/go-build2960781988/b060/_pkg_.a
2025-08-20T19:05:33.4401035Z [00:02:31.583]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:33.4401463Z [00:02:31.583]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:33.4401893Z [00:02:31.583]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:33.4402319Z [00:02:31.583]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:33.4402764Z [00:02:31.583]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:33.4403378Z [00:02:31.583]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:33.4403770Z [00:02:31.583]➜  EOF
2025-08-20T19:05:33.4404050Z [00:02:31.583]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:33.4406152Z [00:02:31.584]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b201=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid mxuhknRyDyMkG_Bz4Oci/mxuhknRyDyMkG_Bz4Oci -goversion go1.25.0 -symabis $WORK/b201/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b201/importcfg -pack -asmhdr $WORK/b201/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-20T19:05:33.4453768Z [00:02:31.589]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T19:05:33.4464829Z [00:02:31.590]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d # internal
2025-08-20T19:05:33.4470522Z [00:02:31.591]➜  internal/sysinfo
2025-08-20T19:05:33.4474146Z [00:02:31.591]➜  mkdir -p $WORK/b203/
2025-08-20T19:05:33.4486002Z [00:02:31.592]➜  cat >/tmp/go-build2960781988/b203/importcfg << 'EOF' # internal
2025-08-20T19:05:33.4486914Z [00:02:31.592]➜  # import config
2025-08-20T19:05:33.4487341Z [00:02:31.592]➜  packagefile bufio=/tmp/go-build2960781988/b102/_pkg_.a
2025-08-20T19:05:33.4487770Z [00:02:31.592]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:33.4488215Z [00:02:31.592]➜  packagefile internal/cpu=/tmp/go-build2960781988/b010/_pkg_.a
2025-08-20T19:05:33.4488649Z [00:02:31.592]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:33.4489043Z [00:02:31.592]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:33.4489453Z [00:02:31.592]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:33.4489883Z [00:02:31.592]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:33.4490188Z [00:02:31.592]➜  EOF
2025-08-20T19:05:33.4506858Z [00:02:31.594]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/.go/src/internal/sysinfo=>internal/sysinfo;$WORK/b203=>" -p internal/sysinfo -lang=go1.25 -std -complete -installsuffix shared -buildid ZcoUpv8G6BmM7b04fWaG/ZcoUpv8G6BmM7b04fWaG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/importcfg -pack /root/.go/src/internal/sysinfo/cpuinfo_linux.go /root/.go/src/internal/sysinfo/sysinfo.go
2025-08-20T19:05:33.4634693Z [00:02:31.606]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b179=/tmp/go-build -gno-record-gcc-switches -o $WORK/b179/_cgo_.o $WORK/b179/_cgo_main.o $WORK/b179/preferlinkext $WORK/b179/_x001.o $WORK/b179/_x002.o $WORK/b179/_x003.o $WORK/b179/_x004.o $WORK/b179/_x005.o $WORK/b179/_x006.o $WORK/b179/_x007.o $WORK/b179/_x008.o $WORK/b179/_x009.o $WORK/b179/_x010.o $WORK/b179/_x011.o $WORK/b179/_x012.o $WORK/b179/_x013.o $WORK/b179/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T19:05:33.4636837Z [00:02:31.607]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage cgo -dynimport $WORK/b179/_cgo_.o -dynout $WORK/b179/_cgo_import.go -dynlinker
2025-08-20T19:05:33.4682005Z [00:02:31.611]➜  echo -n > $WORK/b179/go_asm.h # internal
2025-08-20T19:05:33.4682427Z [00:02:31.612]➜  cd /root/.go/src/runtime/cgo
2025-08-20T19:05:33.4683538Z [00:02:31.612]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b179=>" -I $WORK/b179/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b179/symabis ./asm_arm64.s
2025-08-20T19:05:33.4759102Z [00:02:31.619]➜  cat >/tmp/go-build2960781988/b179/importcfg << 'EOF' # internal
2025-08-20T19:05:33.4759553Z [00:02:31.619]➜  # import config
2025-08-20T19:05:33.4759976Z [00:02:31.619]➜  packagefile internal/runtime/sys=/tmp/go-build2960781988/b029/_pkg_.a
2025-08-20T19:05:33.4760451Z [00:02:31.619]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:33.4760927Z [00:02:31.619]➜  packagefile sync/atomic=/tmp/go-build2960781988/b046/_pkg_.a
2025-08-20T19:05:33.4761255Z [00:02:31.619]➜  EOF
2025-08-20T19:05:33.4761503Z [00:02:31.619]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:33.4764932Z [00:02:31.619]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b179=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid TGVioR3yNDWRnEGdnH6m/TGVioR3yNDWRnEGdnH6m -goversion go1.25.0 -symabis $WORK/b179/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack -asmhdr $WORK/b179/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/b179/_cgo_gotypes.go $WORK/b179/cgo.cgo1.go $WORK/b179/_cgo_import.go
2025-08-20T19:05:33.4829909Z [00:02:31.626]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T19:05:33.4854538Z [00:02:31.629]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/b7/b710efaea7491c4eda7d40adeebe7092acb5cc1c43d713ee0c1a74bdff66e47a-d # internal
2025-08-20T19:05:33.4855431Z [00:02:31.629]➜  runtime/trace
2025-08-20T19:05:33.4855833Z [00:02:31.629]➜  mkdir -p $WORK/b204/
2025-08-20T19:05:33.4857996Z [00:02:31.629]➜  cat >/tmp/go-build2960781988/b204/importcfg << 'EOF' # internal
2025-08-20T19:05:33.4859499Z [00:02:31.629]➜  # import config
2025-08-20T19:05:33.4859893Z [00:02:31.629]➜  packagefile context=/tmp/go-build2960781988/b069/_pkg_.a
2025-08-20T19:05:33.4860320Z [00:02:31.629]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:33.4860751Z [00:02:31.629]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:33.4861223Z [00:02:31.629]➜  packagefile internal/trace/tracev2=/tmp/go-build2960781988/b031/_pkg_.a
2025-08-20T19:05:33.4861682Z [00:02:31.629]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:33.4862096Z [00:02:31.629]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:33.4862515Z [00:02:31.629]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:33.4862939Z [00:02:31.629]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:33.4863560Z [00:02:31.629]➜  packagefile sync/atomic=/tmp/go-build2960781988/b046/_pkg_.a
2025-08-20T19:05:33.4863997Z [00:02:31.629]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:33.4864300Z [00:02:31.629]➜  EOF
2025-08-20T19:05:33.4866967Z [00:02:31.629]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/.go/src/runtime/trace=>runtime/trace;$WORK/b204=>" -p runtime/trace -lang=go1.25 -std -installsuffix shared -buildid XwdYjLEyjBDAe0Dn4dqx/XwdYjLEyjBDAe0Dn4dqx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack /root/.go/src/runtime/trace/annotation.go /root/.go/src/runtime/trace/batch.go /root/.go/src/runtime/trace/encoding.go /root/.go/src/runtime/trace/flightrecorder.go /root/.go/src/runtime/trace/recorder.go /root/.go/src/runtime/trace/subscribe.go /root/.go/src/runtime/trace/trace.go
2025-08-20T19:05:33.4869145Z [00:02:31.629]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T19:05:33.4881329Z [00:02:31.632]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d # internal
2025-08-20T19:05:33.4882470Z [00:02:31.632]➜  vendor/golang.org/x/net/idna
2025-08-20T19:05:33.4882874Z [00:02:31.632]➜  mkdir -p $WORK/b182/
2025-08-20T19:05:33.4885236Z [00:02:31.632]➜  cat >/tmp/go-build2960781988/b182/importcfg << 'EOF' # internal
2025-08-20T19:05:33.4885626Z [00:02:31.632]➜  # import config
2025-08-20T19:05:33.4886088Z [00:02:31.632]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T19:05:33.4886695Z [00:02:31.632]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T19:05:33.4887482Z [00:02:31.632]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T19:05:33.4888186Z [00:02:31.632]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:33.4889112Z [00:02:31.632]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build2960781988/b183/_pkg_.a
2025-08-20T19:05:33.4889787Z [00:02:31.632]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build2960781988/b185/_pkg_.a
2025-08-20T19:05:33.4890424Z [00:02:31.632]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build2960781988/b188/_pkg_.a
2025-08-20T19:05:33.4890939Z [00:02:31.632]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:33.4891367Z [00:02:31.632]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:33.4891811Z [00:02:31.632]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:33.4892140Z [00:02:31.632]➜  EOF
2025-08-20T19:05:33.4895154Z [00:02:31.632]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b182=>" -p vendor/golang.org/x/net/idna -lang=go1.25 -std -complete -installsuffix shared -buildid cqxO-Grpd7T51adYSl9w/cqxO-Grpd7T51adYSl9w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b182/importcfg -pack /root/.go/src/vendor/golang.org/x/net/idna/go118.go /root/.go/src/vendor/golang.org/x/net/idna/idna10.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/punycode.go /root/.go/src/vendor/golang.org/x/net/idna/tables15.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trie.go /root/.go/src/vendor/golang.org/x/net/idna/trie13.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trieval.go
2025-08-20T19:05:33.4920077Z [00:02:31.635]➜  cd /root/.go/src/runtime/debug
2025-08-20T19:05:33.4921111Z [00:02:31.635]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b201=>" -I $WORK/b201/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b201/debug.o ./debug.s
2025-08-20T19:05:33.4951691Z [00:02:31.639]➜  go tool pack r $WORK/b201/_pkg_.a $WORK/b201/debug.o # internal
2025-08-20T19:05:33.4952159Z [00:02:31.639]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T19:05:33.4961494Z [00:02:31.640]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/cb/cb3b30c8e26d6daf52407c28a3594f02b6e62c5f066c8b23b7c934ed448d9fd8-d # internal
2025-08-20T19:05:33.4986188Z [00:02:31.642]➜  github.com/aretext/aretext/text/segment
2025-08-20T19:05:33.4986568Z [00:02:31.642]➜  mkdir -p $WORK/b207/
2025-08-20T19:05:33.4986951Z [00:02:31.642]➜  cat >/tmp/go-build2960781988/b207/importcfg << 'EOF' # internal
2025-08-20T19:05:33.4987580Z [00:02:31.642]➜  # import config
2025-08-20T19:05:33.4988118Z [00:02:31.642]➜  packagefile github.com/aretext/aretext/text=/tmp/go-build2960781988/b093/_pkg_.a
2025-08-20T19:05:33.4988617Z [00:02:31.642]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:33.4989031Z [00:02:31.642]➜  packagefile unicode=/tmp/go-build2960781988/b048/_pkg_.a
2025-08-20T19:05:33.4989347Z [00:02:31.642]➜  EOF
2025-08-20T19:05:33.4989599Z [00:02:31.642]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:33.4992756Z [00:02:31.642]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b207/_pkg_.a -trimpath "/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment=>github.com/aretext/aretext/text/segment;$WORK/b207=>" -p github.com/aretext/aretext/text/segment -lang=go1.23 -complete -installsuffix shared -buildid Q2tI4tqC4YCr_KE5Gs2n/Q2tI4tqC4YCr_KE5Gs2n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/importcfg -pack ./text/segment/east_asian_width_props.go ./text/segment/emoji_props.go ./text/segment/general_category_props.go ./text/segment/grapheme_cluster.go ./text/segment/grapheme_cluster_props.go ./text/segment/grapheme_cluster_test_cases.go ./text/segment/line.go ./text/segment/line_break_props.go ./text/segment/line_break_test_cases.go ./text/segment/segment.go
2025-08-20T19:05:33.5298488Z [00:02:31.673]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T19:05:33.5307202Z [00:02:31.674]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/d7/d710179f8695fa16254e99549630099ac5c583c221745d5f018533d4d4fd1b14-d # internal
2025-08-20T19:05:33.5344563Z [00:02:31.678]➜  testing
2025-08-20T19:05:33.5344910Z [00:02:31.678]➜  mkdir -p $WORK/b202/
2025-08-20T19:05:33.5360875Z [00:02:31.679]➜  cat >/tmp/go-build2960781988/b202/importcfg << 'EOF' # internal
2025-08-20T19:05:33.5361535Z [00:02:31.679]➜  # import config
2025-08-20T19:05:33.5361894Z [00:02:31.679]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:33.5362536Z [00:02:31.679]➜  packagefile context=/tmp/go-build2960781988/b069/_pkg_.a
2025-08-20T19:05:33.5363321Z [00:02:31.679]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:33.5363846Z [00:02:31.679]➜  packagefile flag=/tmp/go-build2960781988/b032/_pkg_.a
2025-08-20T19:05:33.5364432Z [00:02:31.680]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:33.5365048Z [00:02:31.680]➜  packagefile internal/race=/tmp/go-build2960781988/b028/_pkg_.a
2025-08-20T19:05:33.5365583Z [00:02:31.680]➜  packagefile internal/sysinfo=/tmp/go-build2960781988/b203/_pkg_.a
2025-08-20T19:05:33.5366024Z [00:02:31.680]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:33.5366429Z [00:02:31.680]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:33.5366851Z [00:02:31.680]➜  packagefile math/rand=/tmp/go-build2960781988/b098/_pkg_.a
2025-08-20T19:05:33.5367262Z [00:02:31.680]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:33.5367713Z [00:02:31.680]➜  packagefile path/filepath=/tmp/go-build2960781988/b099/_pkg_.a
2025-08-20T19:05:33.5368163Z [00:02:31.680]➜  packagefile reflect=/tmp/go-build2960781988/b037/_pkg_.a
2025-08-20T19:05:33.5368588Z [00:02:31.680]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:33.5369035Z [00:02:31.680]➜  packagefile runtime/debug=/tmp/go-build2960781988/b201/_pkg_.a
2025-08-20T19:05:33.5369499Z [00:02:31.680]➜  packagefile runtime/trace=/tmp/go-build2960781988/b204/_pkg_.a
2025-08-20T19:05:33.5369946Z [00:02:31.680]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:33.5370366Z [00:02:31.680]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:33.5370790Z [00:02:31.680]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:33.5371203Z [00:02:31.680]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:33.5371634Z [00:02:31.680]➜  packagefile sync/atomic=/tmp/go-build2960781988/b046/_pkg_.a
2025-08-20T19:05:33.5372366Z [00:02:31.680]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:33.5372890Z [00:02:31.680]➜  packagefile unicode=/tmp/go-build2960781988/b048/_pkg_.a
2025-08-20T19:05:33.5373520Z [00:02:31.680]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:33.5373864Z [00:02:31.680]➜  EOF
2025-08-20T19:05:33.5376332Z [00:02:31.680]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/.go/src/testing=>testing;$WORK/b202=>" -p testing -lang=go1.25 -std -complete -installsuffix shared -buildid d5Peg9FnmXZ0HqDx5aUO/d5Peg9FnmXZ0HqDx5aUO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b202/importcfg -pack /root/.go/src/testing/allocs.go /root/.go/src/testing/benchmark.go /root/.go/src/testing/cover.go /root/.go/src/testing/example.go /root/.go/src/testing/fuzz.go /root/.go/src/testing/match.go /root/.go/src/testing/newcover.go /root/.go/src/testing/run_example.go /root/.go/src/testing/testing.go /root/.go/src/testing/testing_other.go
2025-08-20T19:05:33.5606885Z [00:02:31.704]➜  cp /root/.go/src/runtime/cgo/abi_arm64.h $WORK/b179/abi_GOARCH.h
2025-08-20T19:05:33.5618132Z [00:02:31.704]➜  cd /root/.go/src/runtime/cgo
2025-08-20T19:05:33.5619136Z [00:02:31.704]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b179=>" -I $WORK/b179/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b179/asm_arm64.o ./asm_arm64.s
2025-08-20T19:05:33.5677170Z [00:02:31.711]➜  go tool pack r $WORK/b179/_pkg_.a $WORK/b179/asm_arm64.o $WORK/b179/preferlinkext $WORK/b179/_x001.o $WORK/b179/_x002.o $WORK/b179/_x003.o $WORK/b179/_x004.o $WORK/b179/_x005.o $WORK/b179/_x006.o $WORK/b179/_x007.o $WORK/b179/_x008.o $WORK/b179/_x009.o $WORK/b179/_x010.o $WORK/b179/_x011.o $WORK/b179/_x012.o $WORK/b179/_x013.o $WORK/b179/_x014.o # internal
2025-08-20T19:05:33.5679702Z [00:02:31.711]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T19:05:33.5680643Z [00:02:31.711]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d # internal
2025-08-20T19:05:33.5701338Z [00:02:31.714]➜  net
2025-08-20T19:05:33.5701679Z [00:02:31.714]➜  mkdir -p $WORK/b173/
2025-08-20T19:05:33.5702020Z [00:02:31.714]➜  echo -n > $WORK/b173/preferlinkext # internal
2025-08-20T19:05:33.5702337Z [00:02:31.714]➜  cd /root/.go/src/net
2025-08-20T19:05:33.5703894Z [00:02:31.714]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b173/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b173/ -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-20T19:05:33.6180924Z [00:02:31.761]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T19:05:33.6201460Z [00:02:31.764]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d # internal
2025-08-20T19:05:33.6202131Z [00:02:31.764]➜  github.com/mattn/go-runewidth
2025-08-20T19:05:33.6202434Z [00:02:31.764]➜  mkdir -p $WORK/b208/
2025-08-20T19:05:33.6202826Z [00:02:31.764]➜  cat >/tmp/go-build2960781988/b208/importcfg << 'EOF' # internal
2025-08-20T19:05:33.6203622Z [00:02:31.764]➜  # import config
2025-08-20T19:05:33.6204104Z [00:02:31.764]➜  packagefile github.com/rivo/uniseg=/tmp/go-build2960781988/b209/_pkg_.a
2025-08-20T19:05:33.6204569Z [00:02:31.764]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:33.6205003Z [00:02:31.764]➜  packagefile regexp=/tmp/go-build2960781988/b108/_pkg_.a
2025-08-20T19:05:33.6205425Z [00:02:31.764]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:33.6205761Z [00:02:31.764]➜  EOF
2025-08-20T19:05:33.6206005Z [00:02:31.764]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:33.6208706Z [00:02:31.764]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16=>github.com/mattn/go-runewidth@v0.0.16;$WORK/b208=>" -p github.com/mattn/go-runewidth -lang=go1.9 -complete -installsuffix shared -buildid MJHzdD4-4_PceCmYa6-N/MJHzdD4-4_PceCmYa6-N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/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-20T19:05:33.6647326Z [00:02:31.808]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T19:05:33.6648718Z [00:02:31.808]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/33/33f980b48d75e742d9b2aeaf401931b299e6638c9cd71d49190ebc596002650b-d # internal
2025-08-20T19:05:33.6649344Z [00:02:31.808]➜  container/heap
2025-08-20T19:05:33.6649602Z [00:02:31.808]➜  mkdir -p $WORK/b212/
2025-08-20T19:05:33.6649976Z [00:02:31.808]➜  cat >/tmp/go-build2960781988/b212/importcfg << 'EOF' # internal
2025-08-20T19:05:33.6650474Z [00:02:31.808]➜  # import config
2025-08-20T19:05:33.6650869Z [00:02:31.808]➜  packagefile sort=/tmp/go-build2960781988/b095/_pkg_.a
2025-08-20T19:05:33.6651177Z [00:02:31.808]➜  EOF
2025-08-20T19:05:33.6652620Z [00:02:31.808]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b212/_pkg_.a -trimpath "/root/.go/src/container/heap=>container/heap;$WORK/b212=>" -p container/heap -lang=go1.25 -std -complete -installsuffix shared -buildid WYXxy7DxO4fZF5d-Nn7F/WYXxy7DxO4fZF5d-Nn7F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b212/importcfg -pack /root/.go/src/container/heap/heap.go
2025-08-20T19:05:33.6790080Z [00:02:31.822]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T19:05:33.6793836Z [00:02:31.823]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/83/831086c6bbf1265ace41d8c955aba22443f961926f0b08a687e73c7c5d244ac6-d # internal
2025-08-20T19:05:33.6794999Z [00:02:31.823]➜  golang.org/x/text/transform
2025-08-20T19:05:33.6795291Z [00:02:31.823]➜  mkdir -p $WORK/b214/
2025-08-20T19:05:33.6798291Z [00:02:31.823]➜  cat >/tmp/go-build2960781988/b214/importcfg << 'EOF' # internal
2025-08-20T19:05:33.6798772Z [00:02:31.823]➜  # import config
2025-08-20T19:05:33.6799123Z [00:02:31.823]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:33.6799542Z [00:02:31.823]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:33.6799949Z [00:02:31.823]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:33.6800399Z [00:02:31.823]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:33.6800731Z [00:02:31.823]➜  EOF
2025-08-20T19:05:33.6802459Z [00:02:31.823]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b214/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/transform=>golang.org/x/text@v0.28.0/transform;$WORK/b214=>" -p golang.org/x/text/transform -lang=go1.23 -complete -installsuffix shared -buildid bU7HlCnoBOl_75DwCFU_/bU7HlCnoBOl_75DwCFU_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b214/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/transform/transform.go
2025-08-20T19:05:33.7181307Z [00:02:31.861]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T19:05:33.7196184Z [00:02:31.863]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/2e/2e4d6b02b9939904d45a00b2b23c0bb1afc55861c93ee6b578e6d49ac8f90e5a-d # internal
2025-08-20T19:05:33.7201694Z [00:02:31.864]➜  golang.org/x/text/unicode/norm
2025-08-20T19:05:33.7202297Z [00:02:31.864]➜  mkdir -p $WORK/b213/
2025-08-20T19:05:33.7214844Z [00:02:31.865]➜  cat >/tmp/go-build2960781988/b213/importcfg << 'EOF' # internal
2025-08-20T19:05:33.7215517Z [00:02:31.865]➜  # import config
2025-08-20T19:05:33.7216022Z [00:02:31.865]➜  packagefile encoding/binary=/tmp/go-build2960781988/b116/_pkg_.a
2025-08-20T19:05:33.7217819Z [00:02:31.865]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:33.7218377Z [00:02:31.865]➜  packagefile golang.org/x/text/transform=/tmp/go-build2960781988/b214/_pkg_.a
2025-08-20T19:05:33.7219198Z [00:02:31.865]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:33.7219689Z [00:02:31.865]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:33.7220129Z [00:02:31.865]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:33.7220456Z [00:02:31.865]➜  EOF
2025-08-20T19:05:33.7261332Z [00:02:31.869]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b213/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm=>golang.org/x/text@v0.28.0/unicode/norm;$WORK/b213=>" -p golang.org/x/text/unicode/norm -lang=go1.23 -complete -installsuffix shared -buildid E7adzGy6_yhsJzJBH6Se/E7adzGy6_yhsJzJBH6Se -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/composition.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/forminfo.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/input.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/iter.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/normalize.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/readwriter.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/transform.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/unicode/norm/trie.go
2025-08-20T19:05:33.9522855Z [00:02:32.095]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T19:05:33.9565469Z [00:02:32.098]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/a2/a23a2f3e79ca44f08904b7ab639cc0c028ec6e3a6b330a49df4dc71111334474-d # internal
2025-08-20T19:05:33.9567091Z [00:02:32.098]➜  github.com/aretext/aretext/menu/fuzzy
2025-08-20T19:05:33.9567772Z [00:02:32.098]➜  mkdir -p $WORK/b211/
2025-08-20T19:05:33.9579958Z [00:02:32.101]➜  cat >/tmp/go-build2960781988/b211/importcfg << 'EOF' # internal
2025-08-20T19:05:33.9580596Z [00:02:32.101]➜  # import config
2025-08-20T19:05:33.9581109Z [00:02:32.101]➜  packagefile container/heap=/tmp/go-build2960781988/b212/_pkg_.a
2025-08-20T19:05:33.9582630Z [00:02:32.101]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build2960781988/b213/_pkg_.a
2025-08-20T19:05:33.9583331Z [00:02:32.101]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:33.9583812Z [00:02:32.101]➜  packagefile sort=/tmp/go-build2960781988/b095/_pkg_.a
2025-08-20T19:05:33.9584236Z [00:02:32.101]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:33.9584677Z [00:02:32.101]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:33.9585093Z [00:02:32.101]➜  packagefile unicode=/tmp/go-build2960781988/b048/_pkg_.a
2025-08-20T19:05:33.9585536Z [00:02:32.101]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:33.9585866Z [00:02:32.101]➜  EOF
2025-08-20T19:05:33.9587725Z [00:02:32.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b211/_pkg_.a -trimpath "/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/fuzzy=>github.com/aretext/aretext/menu/fuzzy;$WORK/b211=>" -p github.com/aretext/aretext/menu/fuzzy -lang=go1.23 -complete -installsuffix shared -buildid xfDOQPWP2y7r6SXBO5Eb/xfDOQPWP2y7r6SXBO5Eb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/importcfg -pack ./menu/fuzzy/index.go ./menu/fuzzy/rank.go ./menu/fuzzy/set.go ./menu/fuzzy/trie.go
2025-08-20T19:05:33.9614820Z [00:02:32.105]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T19:05:33.9708867Z [00:02:32.112]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/1b/1b304955388d9449fffa2c50639a5ac28da45288562a65b7551d844708c60aaa-d # internal
2025-08-20T19:05:33.9711083Z [00:02:32.113]➜  github.com/aretext/aretext/syntax/parser
2025-08-20T19:05:33.9711613Z [00:02:32.113]➜  mkdir -p $WORK/b219/
2025-08-20T19:05:33.9712088Z [00:02:32.113]➜  cat >/tmp/go-build2960781988/b219/importcfg << 'EOF' # internal
2025-08-20T19:05:33.9712501Z [00:02:32.113]➜  # import config
2025-08-20T19:05:33.9712931Z [00:02:32.113]➜  packagefile github.com/aretext/aretext/text=/tmp/go-build2960781988/b093/_pkg_.a
2025-08-20T19:05:33.9713919Z [00:02:32.113]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:33.9714433Z [00:02:32.113]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:33.9714741Z [00:02:32.113]➜  EOF
2025-08-20T19:05:33.9717045Z [00:02:32.113]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b219/_pkg_.a -trimpath "/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser=>github.com/aretext/aretext/syntax/parser;$WORK/b219=>" -p github.com/aretext/aretext/syntax/parser -lang=go1.23 -complete -installsuffix shared -buildid TFEvHACy5fdp0wDjAmK5/TFEvHACy5fdp0wDjAmK5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b219/importcfg -pack ./syntax/parser/combinators.go ./syntax/parser/computation.go ./syntax/parser/edit.go ./syntax/parser/parser.go ./syntax/parser/state.go ./syntax/parser/token.go ./syntax/parser/tracking.go
2025-08-20T19:05:34.0173388Z [00:02:32.161]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T19:05:34.0189135Z [00:02:32.162]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/18/18817731f7c47b44292ef29bcffab4d42e62e887ce4b108c0239eba248cc5259-d # internal
2025-08-20T19:05:34.0191598Z [00:02:32.163]➜  github.com/aretext/aretext/menu
2025-08-20T19:05:34.0191924Z [00:02:32.163]➜  mkdir -p $WORK/b210/
2025-08-20T19:05:34.0209018Z [00:02:32.164]➜  cat >/tmp/go-build2960781988/b210/importcfg << 'EOF' # internal
2025-08-20T19:05:34.0209480Z [00:02:32.164]➜  # import config
2025-08-20T19:05:34.0210403Z [00:02:32.164]➜  packagefile github.com/aretext/aretext/menu/fuzzy=/tmp/go-build2960781988/b211/_pkg_.a
2025-08-20T19:05:34.0210940Z [00:02:32.164]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:34.0211262Z [00:02:32.164]➜  EOF
2025-08-20T19:05:34.0212834Z [00:02:32.164]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b210/_pkg_.a -trimpath "/tmp/tmp.nglcQx2wbq/TEMPREPO/menu=>github.com/aretext/aretext/menu;$WORK/b210=>" -p github.com/aretext/aretext/menu -lang=go1.23 -complete -installsuffix shared -buildid 56j-MB_i5IeiWemItD3D/56j-MB_i5IeiWemItD3D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b210/importcfg -pack ./menu/item.go ./menu/search.go
2025-08-20T19:05:34.0257141Z [00:02:32.169]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T19:05:34.0264250Z [00:02:32.170]➜  cd $WORK/b173
2025-08-20T19:05:34.0265890Z [00:02:32.170]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b173=/tmp/go-build -gno-record-gcc-switches -I $WORK/b173/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b173/_x001.o -c _cgo_export.c
2025-08-20T19:05:34.0271727Z [00:02:32.171]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/45/45b0096ba7fc3d44e9448672be488bdeb81915abace0b9ebab9d69abeb1456d8-d # internal
2025-08-20T19:05:34.0275930Z [00:02:32.171]➜  os/exec
2025-08-20T19:05:34.0276228Z [00:02:32.171]➜  mkdir -p $WORK/b223/
2025-08-20T19:05:34.0276628Z [00:02:32.171]➜  cat >/tmp/go-build2960781988/b223/importcfg << 'EOF' # internal
2025-08-20T19:05:34.0276983Z [00:02:32.171]➜  # import config
2025-08-20T19:05:34.0277322Z [00:02:32.171]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:34.0277750Z [00:02:32.171]➜  packagefile context=/tmp/go-build2960781988/b069/_pkg_.a
2025-08-20T19:05:34.0278176Z [00:02:32.171]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:34.0278651Z [00:02:32.171]➜  packagefile internal/godebug=/tmp/go-build2960781988/b057/_pkg_.a
2025-08-20T19:05:34.0279171Z [00:02:32.171]➜  packagefile internal/syscall/execenv=/tmp/go-build2960781988/b062/_pkg_.a
2025-08-20T19:05:34.0279707Z [00:02:32.171]➜  packagefile internal/syscall/unix=/tmp/go-build2960781988/b061/_pkg_.a
2025-08-20T19:05:34.0280166Z [00:02:32.171]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:34.0280572Z [00:02:32.171]➜  packagefile io/fs=/tmp/go-build2960781988/b053/_pkg_.a
2025-08-20T19:05:34.0281267Z [00:02:32.171]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:34.0281788Z [00:02:32.171]➜  packagefile path/filepath=/tmp/go-build2960781988/b099/_pkg_.a
2025-08-20T19:05:34.0282236Z [00:02:32.171]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:34.0282663Z [00:02:32.171]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:34.0283086Z [00:02:32.171]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:34.0285970Z [00:02:32.171]➜  packagefile syscall=/tmp/go-build2960781988/b059/_pkg_.a
2025-08-20T19:05:34.0286395Z [00:02:32.171]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:34.0286702Z [00:02:32.171]➜  EOF
2025-08-20T19:05:34.0286949Z [00:02:32.171]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:34.0288597Z [00:02:32.171]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b223/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b223=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid SIVNkOzSCWEnsKXlYW2Y/SIVNkOzSCWEnsKXlYW2Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/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-20T19:05:34.0341839Z [00:02:32.176]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T19:05:34.0356600Z [00:02:32.179]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/6f/6f9b909ee9b33a1013655aeb5517f10382d3c2dee104457b4f4f5f8773f4613a-d # internal
2025-08-20T19:05:34.0357937Z [00:02:32.179]➜  golang.org/x/text/internal/tag
2025-08-20T19:05:34.0358645Z [00:02:32.179]➜  mkdir -p $WORK/b229/
2025-08-20T19:05:34.0360151Z [00:02:32.179]➜  cat >/tmp/go-build2960781988/b229/importcfg << 'EOF' # internal
2025-08-20T19:05:34.0361232Z [00:02:32.179]➜  # import config
2025-08-20T19:05:34.0361719Z [00:02:32.179]➜  packagefile sort=/tmp/go-build2960781988/b095/_pkg_.a
2025-08-20T19:05:34.0362037Z [00:02:32.179]➜  EOF
2025-08-20T19:05:34.0364178Z [00:02:32.179]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b229/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/tag=>golang.org/x/text@v0.28.0/internal/tag;$WORK/b229=>" -p golang.org/x/text/internal/tag -lang=go1.23 -complete -installsuffix shared -buildid USzPcmwOZ-fBdNtMdB0f/USzPcmwOZ-fBdNtMdB0f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/tag/tag.go
2025-08-20T19:05:34.0485218Z [00:02:32.192]➜  cd $WORK/b173
2025-08-20T19:05:34.0488466Z [00:02:32.192]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b173=/tmp/go-build -gno-record-gcc-switches -I $WORK/b173/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b173/_x002.o -c cgo_linux.cgo2.c
2025-08-20T19:05:34.0535882Z [00:02:32.196]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T19:05:34.0542287Z [00:02:32.198]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/d0/d02bac78e30f182f9cc1ea9f5c9657960e5e067c332eab2039bd4526b1121b59-d # internal
2025-08-20T19:05:34.0552060Z [00:02:32.199]➜  golang.org/x/text/internal/language
2025-08-20T19:05:34.0559236Z [00:02:32.199]➜  mkdir -p $WORK/b228/
2025-08-20T19:05:34.0569677Z [00:02:32.200]➜  cat >/tmp/go-build2960781988/b228/importcfg << 'EOF' # internal
2025-08-20T19:05:34.0570519Z [00:02:32.200]➜  # import config
2025-08-20T19:05:34.0571911Z [00:02:32.200]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:34.0572377Z [00:02:32.200]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:34.0572796Z [00:02:32.200]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:34.0573464Z [00:02:32.200]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build2960781988/b229/_pkg_.a
2025-08-20T19:05:34.0574312Z [00:02:32.200]➜  packagefile sort=/tmp/go-build2960781988/b095/_pkg_.a
2025-08-20T19:05:34.0574819Z [00:02:32.200]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:34.0575245Z [00:02:32.200]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:34.0575566Z [00:02:32.200]➜  EOF
2025-08-20T19:05:34.0583803Z [00:02:32.202]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:34.0596123Z [00:02:32.202]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b228/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language=>golang.org/x/text@v0.28.0/internal/language;$WORK/b228=>" -p golang.org/x/text/internal/language -lang=go1.23 -complete -installsuffix shared -buildid hNlQzdN3pZF-o8QrdQdf/hNlQzdN3pZF-o8QrdQdf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/common.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compose.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/lookup.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/tags.go
2025-08-20T19:05:34.0692658Z [00:02:32.213]➜  cd $WORK/b173
2025-08-20T19:05:34.0694629Z [00:02:32.213]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b173=/tmp/go-build -gno-record-gcc-switches -I $WORK/b173/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b173/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T19:05:34.1026609Z [00:02:32.246]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T19:05:34.1061336Z [00:02:32.250]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d # internal
2025-08-20T19:05:34.1065148Z [00:02:32.250]➜  github.com/aretext/aretext/shellcmd
2025-08-20T19:05:34.1068805Z [00:02:32.250]➜  mkdir -p $WORK/b222/
2025-08-20T19:05:34.1084540Z [00:02:32.251]➜  cat >/tmp/go-build2960781988/b222/importcfg << 'EOF' # internal
2025-08-20T19:05:34.1085515Z [00:02:32.251]➜  # import config
2025-08-20T19:05:34.1085926Z [00:02:32.251]➜  packagefile bufio=/tmp/go-build2960781988/b102/_pkg_.a
2025-08-20T19:05:34.1086362Z [00:02:32.251]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:34.1086787Z [00:02:32.251]➜  packagefile context=/tmp/go-build2960781988/b069/_pkg_.a
2025-08-20T19:05:34.1087205Z [00:02:32.251]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:34.1087603Z [00:02:32.251]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:34.1088021Z [00:02:32.251]➜  packagefile log=/tmp/go-build2960781988/b186/_pkg_.a
2025-08-20T19:05:34.1088419Z [00:02:32.251]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:34.1088833Z [00:02:32.251]➜  packagefile os/exec=/tmp/go-build2960781988/b223/_pkg_.a
2025-08-20T19:05:34.1089262Z [00:02:32.251]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:34.1089686Z [00:02:32.251]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:34.1090142Z [00:02:32.251]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:34.1090468Z [00:02:32.251]➜  EOF
2025-08-20T19:05:34.1096823Z [00:02:32.253]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b173=/tmp/go-build -gno-record-gcc-switches -I $WORK/b173/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b173/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T19:05:34.1105067Z [00:02:32.254]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:34.1108437Z [00:02:32.254]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b222/_pkg_.a -trimpath "/tmp/tmp.nglcQx2wbq/TEMPREPO/shellcmd=>github.com/aretext/aretext/shellcmd;$WORK/b222=>" -p github.com/aretext/aretext/shellcmd -lang=go1.23 -complete -installsuffix shared -buildid vORi_g8XECQPcRAtJ2le/vORi_g8XECQPcRAtJ2le -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack ./shellcmd/file_location.go ./shellcmd/run.go
2025-08-20T19:05:34.1304688Z [00:02:32.274]➜  cd $WORK/b173
2025-08-20T19:05:34.1306130Z [00:02:32.274]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b173=/tmp/go-build -gno-record-gcc-switches -I $WORK/b173/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b173/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T19:05:34.1378835Z [00:02:32.281]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T19:05:34.1385417Z [00:02:32.282]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/c4/c41370265c4648a017dbad38d1cac31365ee4896c36609693a50491f6a889f50-d # internal
2025-08-20T19:05:34.1387685Z [00:02:32.282]➜  golang.org/x/text/encoding
2025-08-20T19:05:34.1389201Z [00:02:32.282]➜  mkdir -p $WORK/b233/
2025-08-20T19:05:34.1390953Z [00:02:32.282]➜  cat >/tmp/go-build2960781988/b233/importcfg << 'EOF' # internal
2025-08-20T19:05:34.1391355Z [00:02:32.282]➜  # import config
2025-08-20T19:05:34.1391734Z [00:02:32.282]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:34.1392322Z [00:02:32.282]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build2960781988/b234/_pkg_.a
2025-08-20T19:05:34.1392961Z [00:02:32.282]➜  packagefile golang.org/x/text/transform=/tmp/go-build2960781988/b214/_pkg_.a
2025-08-20T19:05:34.1393694Z [00:02:32.282]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:34.1394113Z [00:02:32.282]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:34.1394560Z [00:02:32.282]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:34.1394893Z [00:02:32.282]➜  EOF
2025-08-20T19:05:34.1395133Z [00:02:32.282]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:34.1396928Z [00:02:32.282]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding=>golang.org/x/text@v0.28.0/encoding;$WORK/b233=>" -p golang.org/x/text/encoding -lang=go1.23 -complete -installsuffix shared -buildid 3pZ31j2iuJMX82BtmlCB/3pZ31j2iuJMX82BtmlCB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/encoding/encoding.go
2025-08-20T19:05:34.1684701Z [00:02:32.312]➜  cd $WORK/b173
2025-08-20T19:05:34.1688109Z [00:02:32.312]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b173=/tmp/go-build -gno-record-gcc-switches -I $WORK/b173/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b173/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T19:05:34.1701004Z [00:02:32.313]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T19:05:34.1701903Z [00:02:32.314]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/31/31d355b7055e0f9b6e7dd4bf8473464acff3d3d11f37e31a9511d3e0b4f8fb81-d # internal
2025-08-20T19:05:34.1777497Z [00:02:32.321]➜  github.com/gdamore/encoding
2025-08-20T19:05:34.1777880Z [00:02:32.321]➜  mkdir -p $WORK/b232/
2025-08-20T19:05:34.1796341Z [00:02:32.323]➜  cat >/tmp/go-build2960781988/b232/importcfg << 'EOF' # internal
2025-08-20T19:05:34.1798653Z [00:02:32.323]➜  # import config
2025-08-20T19:05:34.1799084Z [00:02:32.323]➜  packagefile golang.org/x/text/encoding=/tmp/go-build2960781988/b233/_pkg_.a
2025-08-20T19:05:34.1799965Z [00:02:32.323]➜  packagefile golang.org/x/text/transform=/tmp/go-build2960781988/b214/_pkg_.a
2025-08-20T19:05:34.1800537Z [00:02:32.323]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:34.1800975Z [00:02:32.323]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:34.1801308Z [00:02:32.323]➜  EOF
2025-08-20T19:05:34.1801552Z [00:02:32.323]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:34.1804970Z [00:02:32.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1=>github.com/gdamore/encoding@v1.0.1;$WORK/b232=>" -p github.com/gdamore/encoding -lang=go1.9 -complete -installsuffix shared -buildid 5XNSzO7NpjMzWWlKlfWh/5XNSzO7NpjMzWWlKlfWh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b232/importcfg -pack /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/ascii.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/charmap.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/doc.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/ebcdic.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/latin1.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/latin5.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/utf8.go
2025-08-20T19:05:34.1944103Z [00:02:32.338]➜  cd $WORK/b173
2025-08-20T19:05:34.1948172Z [00:02:32.338]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b173=/tmp/go-build -gno-record-gcc-switches -I $WORK/b173/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b173/_cgo_main.o -c _cgo_main.c
2025-08-20T19:05:34.2107235Z [00:02:32.354]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:34.2108717Z [00:02:32.354]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b173=/tmp/go-build -gno-record-gcc-switches -o $WORK/b173/_cgo_.o $WORK/b173/_cgo_main.o $WORK/b173/preferlinkext $WORK/b173/_x001.o $WORK/b173/_x002.o $WORK/b173/_x003.o $WORK/b173/_x004.o $WORK/b173/_x005.o $WORK/b173/_x006.o -O2 -g -lresolv
2025-08-20T19:05:34.2316854Z [00:02:32.375]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T19:05:34.2328752Z [00:02:32.376]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/72/724254897daebba57eaf57d7500fcf904d7919490f3191c5ed9e71973807c6e9-d # internal
2025-08-20T19:05:34.2336174Z [00:02:32.377]➜  github.com/gdamore/tcell/v2/terminfo
2025-08-20T19:05:34.2343399Z [00:02:32.378]➜  mkdir -p $WORK/b235/
2025-08-20T19:05:34.2353598Z [00:02:32.379]➜  cat >/tmp/go-build2960781988/b235/importcfg << 'EOF' # internal
2025-08-20T19:05:34.2354051Z [00:02:32.379]➜  # import config
2025-08-20T19:05:34.2354395Z [00:02:32.379]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:34.2354818Z [00:02:32.379]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:34.2355248Z [00:02:32.379]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:34.2355648Z [00:02:32.379]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:34.2356043Z [00:02:32.379]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:34.2356450Z [00:02:32.379]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:34.2356874Z [00:02:32.379]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:34.2357305Z [00:02:32.379]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:34.2357711Z [00:02:32.379]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:34.2358013Z [00:02:32.379]➜  EOF
2025-08-20T19:05:34.2369116Z [00:02:32.380]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b235/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo=>github.com/gdamore/tcell/v2@v2.8.1/terminfo;$WORK/b235=>" -p github.com/gdamore/tcell/v2/terminfo -lang=go1.12 -complete -installsuffix shared -buildid ThtrYvXzUshAz3RoWs8q/ThtrYvXzUshAz3RoWs8q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/terminfo.go
2025-08-20T19:05:34.2449870Z [00:02:32.388]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T19:05:34.2476317Z [00:02:32.391]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/e9/e9f82bdf5b6f5a1fdf843da459e30b22b59158d5252e7ae40f5955cbf31264bb-d # internal
2025-08-20T19:05:34.2498491Z [00:02:32.393]➜  golang.org/x/text/internal/language/compact
2025-08-20T19:05:34.2505485Z [00:02:32.394]➜  mkdir -p $WORK/b230/
2025-08-20T19:05:34.2515368Z [00:02:32.395]➜  cat >/tmp/go-build2960781988/b230/importcfg << 'EOF' # internal
2025-08-20T19:05:34.2515789Z [00:02:32.395]➜  # import config
2025-08-20T19:05:34.2516252Z [00:02:32.395]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build2960781988/b228/_pkg_.a
2025-08-20T19:05:34.2516786Z [00:02:32.395]➜  packagefile sort=/tmp/go-build2960781988/b095/_pkg_.a
2025-08-20T19:05:34.2517209Z [00:02:32.395]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:34.2517523Z [00:02:32.395]➜  EOF
2025-08-20T19:05:34.2528225Z [00:02:32.396]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b230/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact=>golang.org/x/text@v0.28.0/internal/language/compact;$WORK/b230=>" -p golang.org/x/text/internal/language/compact -lang=go1.23 -complete -installsuffix shared -buildid ef2mwpwp6JkEwsbkG8Gf/ef2mwpwp6JkEwsbkG8Gf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact/compact.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact/language.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact/parents.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact/tables.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/language/compact/tags.go
2025-08-20T19:05:34.3145760Z [00:02:32.458]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T19:05:34.3163585Z [00:02:32.460]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/ba/bae94a0281f1c827dc43e1d7d0c7f137376453adfbd60bde15ec473608f92661-d # internal
2025-08-20T19:05:34.3164260Z [00:02:32.460]➜  golang.org/x/text/language
2025-08-20T19:05:34.3164562Z [00:02:32.460]➜  mkdir -p $WORK/b227/
2025-08-20T19:05:34.3164971Z [00:02:32.460]➜  cat >/tmp/go-build2960781988/b227/importcfg << 'EOF' # internal
2025-08-20T19:05:34.3165314Z [00:02:32.460]➜  # import config
2025-08-20T19:05:34.3165648Z [00:02:32.460]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:34.3166059Z [00:02:32.460]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:34.3166591Z [00:02:32.460]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build2960781988/b228/_pkg_.a
2025-08-20T19:05:34.3167269Z [00:02:32.460]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build2960781988/b230/_pkg_.a
2025-08-20T19:05:34.3167808Z [00:02:32.460]➜  packagefile sort=/tmp/go-build2960781988/b095/_pkg_.a
2025-08-20T19:05:34.3168226Z [00:02:32.460]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:34.3168650Z [00:02:32.460]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:34.3168963Z [00:02:32.460]➜  EOF
2025-08-20T19:05:34.3172349Z [00:02:32.460]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/language=>golang.org/x/text@v0.28.0/language;$WORK/b227=>" -p golang.org/x/text/language -lang=go1.23 -complete -installsuffix shared -buildid 8raP7Loxkeub3xOyvlbF/8raP7Loxkeub3xOyvlbF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/doc.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/language/tags.go
2025-08-20T19:05:34.3467650Z [00:02:32.490]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T19:05:34.3480319Z [00:02:32.491]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/bb/bbc2ee9e74559b7bd6edd44d96fe0919c36c7ed29febceffba0ec6c08c7207d7-d # internal
2025-08-20T19:05:34.3489601Z [00:02:32.491]➜  github.com/gdamore/tcell/v2/terminfo/a/ansi
2025-08-20T19:05:34.3490060Z [00:02:32.491]➜  mkdir -p $WORK/b237/
2025-08-20T19:05:34.3490433Z [00:02:32.492]➜  cat >/tmp/go-build2960781988/b237/importcfg << 'EOF' # internal
2025-08-20T19:05:34.3490780Z [00:02:32.492]➜  # import config
2025-08-20T19:05:34.3491250Z [00:02:32.492]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.3491681Z [00:02:32.492]➜  EOF
2025-08-20T19:05:34.3493799Z [00:02:32.492]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b237/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/ansi=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/ansi;$WORK/b237=>" -p github.com/gdamore/tcell/v2/terminfo/a/ansi -lang=go1.12 -complete -installsuffix shared -buildid M7OEH-L2-s30aTFoTylX/M7OEH-L2-s30aTFoTylX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/ansi/term.go
2025-08-20T19:05:34.3572553Z [00:02:32.501]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T19:05:34.3601113Z [00:02:32.503]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/f4/f4d95f6a4f2661ea3727f71cb182fecac2dd5219c0a56c4b0fa604a6073219a0-d # internal
2025-08-20T19:05:34.3604035Z [00:02:32.503]➜  github.com/gdamore/tcell/v2/terminfo/v/vt100
2025-08-20T19:05:34.3604383Z [00:02:32.504]➜  mkdir -p $WORK/b238/
2025-08-20T19:05:34.3604787Z [00:02:32.504]➜  cat >/tmp/go-build2960781988/b238/importcfg << 'EOF' # internal
2025-08-20T19:05:34.3605131Z [00:02:32.504]➜  # import config
2025-08-20T19:05:34.3605577Z [00:02:32.504]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.3605983Z [00:02:32.504]➜  EOF
2025-08-20T19:05:34.3607983Z [00:02:32.504]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b238/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt100=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt100;$WORK/b238=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt100 -lang=go1.12 -complete -installsuffix shared -buildid DqfaxFkgdqvgkvQ9oGm7/DqfaxFkgdqvgkvQ9oGm7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b238/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt100/term.go
2025-08-20T19:05:34.3778206Z [00:02:32.521]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T19:05:34.3781661Z [00:02:32.521]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/8e/8e308b46bfa117d752ef517bbd74e28f60d0de9ccc8305e42b0d0472bfe708ed-d # internal
2025-08-20T19:05:34.3785119Z [00:02:32.522]➜  github.com/gdamore/tcell/v2/terminfo/v/vt102
2025-08-20T19:05:34.3785911Z [00:02:32.522]➜  mkdir -p $WORK/b239/
2025-08-20T19:05:34.3796866Z [00:02:32.523]➜  gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b173=/tmp/go-build -gno-record-gcc-switches -o $WORK/b173/_cgo_.o $WORK/b173/_cgo_main.o $WORK/b173/preferlinkext $WORK/b173/_x001.o $WORK/b173/_x002.o $WORK/b173/_x003.o $WORK/b173/_x004.o $WORK/b173/_x005.o $WORK/b173/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T19:05:34.3799897Z [00:02:32.523]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage net -dynimport $WORK/b173/_cgo_.o -dynout $WORK/b173/_cgo_import.go
2025-08-20T19:05:34.3800764Z [00:02:32.523]➜  cat >/tmp/go-build2960781988/b239/importcfg << 'EOF' # internal
2025-08-20T19:05:34.3801175Z [00:02:32.523]➜  # import config
2025-08-20T19:05:34.3801631Z [00:02:32.523]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.3802042Z [00:02:32.523]➜  EOF
2025-08-20T19:05:34.3804146Z [00:02:32.523]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b239/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt102=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt102;$WORK/b239=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt102 -lang=go1.12 -complete -installsuffix shared -buildid a7QBI1pM-uvI1BSD6I3G/a7QBI1pM-uvI1BSD6I3G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt102/term.go
2025-08-20T19:05:34.3852134Z [00:02:32.528]➜  cat >/tmp/go-build2960781988/b173/importcfg << 'EOF' # internal
2025-08-20T19:05:34.3852595Z [00:02:32.528]➜  # import config
2025-08-20T19:05:34.3853054Z [00:02:32.528]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T19:05:34.3853703Z [00:02:32.528]➜  packagefile cmp=/tmp/go-build2960781988/b036/_pkg_.a
2025-08-20T19:05:34.3854131Z [00:02:32.528]➜  packagefile context=/tmp/go-build2960781988/b069/_pkg_.a
2025-08-20T19:05:34.3854553Z [00:02:32.528]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:34.3855086Z [00:02:32.528]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build2960781988/b174/_pkg_.a
2025-08-20T19:05:34.3856449Z [00:02:32.528]➜  packagefile internal/bytealg=/tmp/go-build2960781988/b009/_pkg_.a
2025-08-20T19:05:34.3857140Z [00:02:32.528]➜  packagefile internal/godebug=/tmp/go-build2960781988/b057/_pkg_.a
2025-08-20T19:05:34.3857653Z [00:02:32.528]➜  packagefile internal/itoa=/tmp/go-build2960781988/b038/_pkg_.a
2025-08-20T19:05:34.3858141Z [00:02:32.528]➜  packagefile internal/nettrace=/tmp/go-build2960781988/b175/_pkg_.a
2025-08-20T19:05:34.3858635Z [00:02:32.528]➜  packagefile internal/poll=/tmp/go-build2960781988/b060/_pkg_.a
2025-08-20T19:05:34.3859137Z [00:02:32.528]➜  packagefile internal/singleflight=/tmp/go-build2960781988/b176/_pkg_.a
2025-08-20T19:05:34.3859661Z [00:02:32.528]➜  packagefile internal/stringslite=/tmp/go-build2960781988/b030/_pkg_.a
2025-08-20T19:05:34.3860181Z [00:02:32.528]➜  packagefile internal/syscall/unix=/tmp/go-build2960781988/b061/_pkg_.a
2025-08-20T19:05:34.3860637Z [00:02:32.528]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:34.3861049Z [00:02:32.528]➜  packagefile io/fs=/tmp/go-build2960781988/b053/_pkg_.a
2025-08-20T19:05:34.3861478Z [00:02:32.528]➜  packagefile net/netip=/tmp/go-build2960781988/b177/_pkg_.a
2025-08-20T19:05:34.3861891Z [00:02:32.528]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:34.3862304Z [00:02:32.528]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:34.3862724Z [00:02:32.528]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:34.3863421Z [00:02:32.528]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:34.3863950Z [00:02:32.528]➜  packagefile sync/atomic=/tmp/go-build2960781988/b046/_pkg_.a
2025-08-20T19:05:34.3864391Z [00:02:32.528]➜  packagefile syscall=/tmp/go-build2960781988/b059/_pkg_.a
2025-08-20T19:05:34.3864807Z [00:02:32.528]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:34.3865235Z [00:02:32.528]➜  packagefile runtime/cgo=/tmp/go-build2960781988/b179/_pkg_.a
2025-08-20T19:05:34.3865574Z [00:02:32.528]➜  EOF
2025-08-20T19:05:34.3893580Z [00:02:32.532]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b173=>" -p net -lang=go1.25 -std -installsuffix shared -buildid eXcrLAO0S0TwJ_5cJgMP/eXcrLAO0S0TwJ_5cJgMP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b173/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/b173/_cgo_gotypes.go $WORK/b173/cgo_linux.cgo1.go $WORK/b173/cgo_resnew.cgo1.go $WORK/b173/cgo_socknew.cgo1.go $WORK/b173/cgo_unix_cgo.cgo1.go $WORK/b173/cgo_unix_cgo_res.cgo1.go $WORK/b173/_cgo_import.go
2025-08-20T19:05:34.4024017Z [00:02:32.546]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T19:05:34.4028430Z [00:02:32.546]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/08/088b89d348ef5e83b5b7477d61cb8ede68b817679be8da45b8c7eb4514066e7b-d # internal
2025-08-20T19:05:34.4029161Z [00:02:32.546]➜  github.com/gdamore/tcell/v2/terminfo/v/vt220
2025-08-20T19:05:34.4031901Z [00:02:32.546]➜  mkdir -p $WORK/b240/
2025-08-20T19:05:34.4035024Z [00:02:32.547]➜  cat >/tmp/go-build2960781988/b240/importcfg << 'EOF' # internal
2025-08-20T19:05:34.4037083Z [00:02:32.547]➜  # import config
2025-08-20T19:05:34.4037986Z [00:02:32.547]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.4038438Z [00:02:32.547]➜  EOF
2025-08-20T19:05:34.4040734Z [00:02:32.547]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b240/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt220=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt220;$WORK/b240=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt220 -lang=go1.12 -complete -installsuffix shared -buildid YZqpbBTjrpKI_P37pDaj/YZqpbBTjrpKI_P37pDaj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt220/term.go
2025-08-20T19:05:34.4250390Z [00:02:32.568]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T19:05:34.4254686Z [00:02:32.569]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/60/60fac2325f3ede4bf20867d47fc5b95bf32849428aa44172cd11bf56a35db16e-d # internal
2025-08-20T19:05:34.4256713Z [00:02:32.569]➜  github.com/gdamore/tcell/v2/terminfo/x/xterm
2025-08-20T19:05:34.4257293Z [00:02:32.569]➜  mkdir -p $WORK/b241/
2025-08-20T19:05:34.4260717Z [00:02:32.570]➜  cat >/tmp/go-build2960781988/b241/importcfg << 'EOF' # internal
2025-08-20T19:05:34.4261101Z [00:02:32.570]➜  # import config
2025-08-20T19:05:34.4261567Z [00:02:32.570]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.4261995Z [00:02:32.570]➜  EOF
2025-08-20T19:05:34.4298934Z [00:02:32.573]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b241/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm;$WORK/b241=>" -p github.com/gdamore/tcell/v2/terminfo/x/xterm -lang=go1.12 -complete -installsuffix shared -buildid yQ076BW7WQ-3cAtNKJWa/yQ076BW7WQ-3cAtNKJWa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm/direct.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm/term.go
2025-08-20T19:05:34.4553327Z [00:02:32.599]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T19:05:34.4562592Z [00:02:32.600]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/f7/f7ea86dc5d0f518f7e5bfe16f4ccf9891c70bbab6cf56e05c3632580daab0bcf-d # internal
2025-08-20T19:05:34.4588726Z [00:02:32.602]➜  github.com/gdamore/tcell/v2/terminfo/base
2025-08-20T19:05:34.4589354Z [00:02:32.602]➜  mkdir -p $WORK/b236/
2025-08-20T19:05:34.4590013Z [00:02:32.602]➜  cat >/tmp/go-build2960781988/b236/importcfg << 'EOF' # internal
2025-08-20T19:05:34.4591105Z [00:02:32.602]➜  # import config
2025-08-20T19:05:34.4591861Z [00:02:32.602]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/ansi=/tmp/go-build2960781988/b237/_pkg_.a
2025-08-20T19:05:34.4593003Z [00:02:32.602]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt100=/tmp/go-build2960781988/b238/_pkg_.a
2025-08-20T19:05:34.4594185Z [00:02:32.602]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt102=/tmp/go-build2960781988/b239/_pkg_.a
2025-08-20T19:05:34.4595666Z [00:02:32.602]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt220=/tmp/go-build2960781988/b240/_pkg_.a
2025-08-20T19:05:34.4596375Z [00:02:32.602]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm=/tmp/go-build2960781988/b241/_pkg_.a
2025-08-20T19:05:34.4596835Z [00:02:32.602]➜  EOF
2025-08-20T19:05:34.4598796Z [00:02:32.602]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b236/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/base=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/base;$WORK/b236=>" -p github.com/gdamore/tcell/v2/terminfo/base -lang=go1.12 -complete -installsuffix shared -buildid l0EOfAxLm4poaEXc1feu/l0EOfAxLm4poaEXc1feu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/base/base.go
2025-08-20T19:05:34.4806039Z [00:02:32.623]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T19:05:34.4806591Z [00:02:32.624]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T19:05:34.4807265Z [00:02:32.624]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/9c/9c256fe0bfe494beec1501db1264c1a1caf131662a2d0b165b9282e679d612a3-d # internal
2025-08-20T19:05:34.4811335Z [00:02:32.624]➜  github.com/gdamore/tcell/v2/terminfo/dynamic
2025-08-20T19:05:34.4816586Z [00:02:32.624]➜  mkdir -p $WORK/b242/
2025-08-20T19:05:34.4817195Z [00:02:32.625]➜  cat >/tmp/go-build2960781988/b242/importcfg << 'EOF' # internal
2025-08-20T19:05:34.4817549Z [00:02:32.625]➜  # import config
2025-08-20T19:05:34.4817893Z [00:02:32.625]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:34.4818318Z [00:02:32.625]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:34.4818855Z [00:02:32.625]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.4819389Z [00:02:32.625]➜  packagefile os/exec=/tmp/go-build2960781988/b223/_pkg_.a
2025-08-20T19:05:34.4819813Z [00:02:32.625]➜  packagefile regexp=/tmp/go-build2960781988/b108/_pkg_.a
2025-08-20T19:05:34.4820235Z [00:02:32.625]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:34.4820662Z [00:02:32.625]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:34.4820970Z [00:02:32.625]➜  EOF
2025-08-20T19:05:34.4822992Z [00:02:32.625]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b242/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/dynamic=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/dynamic;$WORK/b242=>" -p github.com/gdamore/tcell/v2/terminfo/dynamic -lang=go1.12 -complete -installsuffix shared -buildid -xQ92EEloIgurA6IZ8df/-xQ92EEloIgurA6IZ8df -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/dynamic/dynamic.go
2025-08-20T19:05:34.4880371Z [00:02:32.631]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/10/108d628f521b52dbcc4d8306dae02b3e3a9481d7257e05867189d902e933f157-d # internal
2025-08-20T19:05:34.4894546Z [00:02:32.632]➜  golang.org/x/text/internal
2025-08-20T19:05:34.4895625Z [00:02:32.633]➜  mkdir -p $WORK/b226/
2025-08-20T19:05:34.4896505Z [00:02:32.633]➜  cat >/tmp/go-build2960781988/b226/importcfg << 'EOF' # internal
2025-08-20T19:05:34.4897177Z [00:02:32.633]➜  # import config
2025-08-20T19:05:34.4898229Z [00:02:32.633]➜  packagefile golang.org/x/text/language=/tmp/go-build2960781988/b227/_pkg_.a
2025-08-20T19:05:34.4898929Z [00:02:32.633]➜  packagefile sort=/tmp/go-build2960781988/b095/_pkg_.a
2025-08-20T19:05:34.4899349Z [00:02:32.633]➜  EOF
2025-08-20T19:05:34.4901414Z [00:02:32.633]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b226/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/internal=>golang.org/x/text@v0.28.0/internal;$WORK/b226=>" -p golang.org/x/text/internal -lang=go1.23 -complete -installsuffix shared -buildid hrFxhfLe_PAUeLQAh7Fl/hrFxhfLe_PAUeLQAh7Fl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/internal.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/internal/match.go
2025-08-20T19:05:34.5219184Z [00:02:32.665]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T19:05:34.5226346Z [00:02:32.666]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/01/01e72dd9b3dd5eefd8c52ba047502c8aaa96b6b6b85aca08700463695112c8fd-d # internal
2025-08-20T19:05:34.5227253Z [00:02:32.666]➜  golang.org/x/text/cases
2025-08-20T19:05:34.5227691Z [00:02:32.666]➜  mkdir -p $WORK/b225/
2025-08-20T19:05:34.5259111Z [00:02:32.669]➜  cat >/tmp/go-build2960781988/b225/importcfg << 'EOF' # internal
2025-08-20T19:05:34.5259731Z [00:02:32.669]➜  # import config
2025-08-20T19:05:34.5260259Z [00:02:32.669]➜  packagefile golang.org/x/text/internal=/tmp/go-build2960781988/b226/_pkg_.a
2025-08-20T19:05:34.5261574Z [00:02:32.669]➜  packagefile golang.org/x/text/language=/tmp/go-build2960781988/b227/_pkg_.a
2025-08-20T19:05:34.5262375Z [00:02:32.669]➜  packagefile golang.org/x/text/transform=/tmp/go-build2960781988/b214/_pkg_.a
2025-08-20T19:05:34.5263577Z [00:02:32.669]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build2960781988/b213/_pkg_.a
2025-08-20T19:05:34.5264426Z [00:02:32.669]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:34.5265746Z [00:02:32.669]➜  packagefile unicode=/tmp/go-build2960781988/b048/_pkg_.a
2025-08-20T19:05:34.5266566Z [00:02:32.669]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:34.5267046Z [00:02:32.669]➜  EOF
2025-08-20T19:05:34.5270071Z [00:02:32.669]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b225/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.28.0/cases=>golang.org/x/text@v0.28.0/cases;$WORK/b225=>" -p golang.org/x/text/cases -lang=go1.23 -complete -installsuffix shared -buildid WispALTYke9EFUdFa9Ua/WispALTYke9EFUdFa9Ua -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/cases.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/context.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/fold.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/info.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/map.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.28.0/cases/trieval.go
2025-08-20T19:05:34.5803608Z [00:02:32.724]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T19:05:34.5810467Z [00:02:32.724]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/0e/0ed6d8af659d89df2fbfe4dda3319d26321230cc47b70f3ad9807330721deec8-d # internal
2025-08-20T19:05:34.5811990Z [00:02:32.724]➜  github.com/gdamore/tcell/v2/terminfo/a/aixterm
2025-08-20T19:05:34.5820648Z [00:02:32.725]➜  mkdir -p $WORK/b244/
2025-08-20T19:05:34.5821813Z [00:02:32.725]➜  cat >/tmp/go-build2960781988/b244/importcfg << 'EOF' # internal
2025-08-20T19:05:34.5822873Z [00:02:32.725]➜  # import config
2025-08-20T19:05:34.5823824Z [00:02:32.725]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.5824494Z [00:02:32.725]➜  EOF
2025-08-20T19:05:34.5836501Z [00:02:32.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b244/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/aixterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/aixterm;$WORK/b244=>" -p github.com/gdamore/tcell/v2/terminfo/a/aixterm -lang=go1.12 -complete -installsuffix shared -buildid OPl4dNLaxIjNRqYiB-jl/OPl4dNLaxIjNRqYiB-jl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b244/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/aixterm/term.go
2025-08-20T19:05:34.5963821Z [00:02:32.740]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T19:05:34.5969720Z [00:02:32.740]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/fc/fca16262fec9d7d12de09d19146dd3fe3ca0d8882d293ec36b9f5f8b8acd50c6-d # internal
2025-08-20T19:05:34.5971068Z [00:02:32.740]➜  github.com/gdamore/tcell/v2/terminfo/a/alacritty
2025-08-20T19:05:34.5972094Z [00:02:32.740]➜  mkdir -p $WORK/b245/
2025-08-20T19:05:34.5972824Z [00:02:32.740]➜  cat >/tmp/go-build2960781988/b245/importcfg << 'EOF' # internal
2025-08-20T19:05:34.5973777Z [00:02:32.740]➜  # import config
2025-08-20T19:05:34.5974895Z [00:02:32.740]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.5975610Z [00:02:32.740]➜  EOF
2025-08-20T19:05:34.5978163Z [00:02:32.740]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b245/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/alacritty=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/alacritty;$WORK/b245=>" -p github.com/gdamore/tcell/v2/terminfo/a/alacritty -lang=go1.12 -complete -installsuffix shared -buildid hGuQv35F0f6WHJjke2RN/hGuQv35F0f6WHJjke2RN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/alacritty/direct.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/alacritty/term.go
2025-08-20T19:05:34.6190774Z [00:02:32.762]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T19:05:34.6195801Z [00:02:32.763]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/b7/b7bb8d5e964f07ef41fd0001f5c7e2c4ed00c2e200714e03d405a604cbdc1323-d # internal
2025-08-20T19:05:34.6197339Z [00:02:32.763]➜  github.com/gdamore/tcell/v2/terminfo/b/beterm
2025-08-20T19:05:34.6198915Z [00:02:32.763]➜  mkdir -p $WORK/b246/
2025-08-20T19:05:34.6199308Z [00:02:32.763]➜  cat >/tmp/go-build2960781988/b246/importcfg << 'EOF' # internal
2025-08-20T19:05:34.6199654Z [00:02:32.763]➜  # import config
2025-08-20T19:05:34.6200109Z [00:02:32.763]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.6200541Z [00:02:32.763]➜  EOF
2025-08-20T19:05:34.6202566Z [00:02:32.763]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/b/beterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/b/beterm;$WORK/b246=>" -p github.com/gdamore/tcell/v2/terminfo/b/beterm -lang=go1.12 -complete -installsuffix shared -buildid UzgTAlul8qEeB2c2l8u6/UzgTAlul8qEeB2c2l8u6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/b/beterm/term.go
2025-08-20T19:05:34.6327150Z [00:02:32.776]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T19:05:34.6345911Z [00:02:32.777]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/25/25ce17b202a1fa823f094c21def60eff04fe0d1585160c04f18c3e32d1b57fbb-d # internal
2025-08-20T19:05:34.6362375Z [00:02:32.780]➜  github.com/gdamore/tcell/v2/terminfo/c/cygwin
2025-08-20T19:05:34.6364181Z [00:02:32.780]➜  mkdir -p $WORK/b247/
2025-08-20T19:05:34.6371381Z [00:02:32.781]➜  cat >/tmp/go-build2960781988/b247/importcfg << 'EOF' # internal
2025-08-20T19:05:34.6372040Z [00:02:32.781]➜  # import config
2025-08-20T19:05:34.6372809Z [00:02:32.781]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.6373575Z [00:02:32.781]➜  EOF
2025-08-20T19:05:34.6376190Z [00:02:32.781]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b247/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/c/cygwin=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/c/cygwin;$WORK/b247=>" -p github.com/gdamore/tcell/v2/terminfo/c/cygwin -lang=go1.12 -complete -installsuffix shared -buildid 2_RTSExSJqRPAsCQzrN4/2_RTSExSJqRPAsCQzrN4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/c/cygwin/term.go
2025-08-20T19:05:34.6717738Z [00:02:32.815]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T19:05:34.6723366Z [00:02:32.816]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/4e/4eaae973ae9a8938e5a43f5a4b26a9afda5296faf853b2c7213bd167b56064b1-d # internal
2025-08-20T19:05:34.6724585Z [00:02:32.816]➜  github.com/gdamore/tcell/v2/terminfo/d/dtterm
2025-08-20T19:05:34.6726047Z [00:02:32.816]➜  mkdir -p $WORK/b248/
2025-08-20T19:05:34.6729851Z [00:02:32.816]➜  cat >/tmp/go-build2960781988/b248/importcfg << 'EOF' # internal
2025-08-20T19:05:34.6730745Z [00:02:32.817]➜  # import config
2025-08-20T19:05:34.6731519Z [00:02:32.817]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.6732220Z [00:02:32.817]➜  EOF
2025-08-20T19:05:34.6735156Z [00:02:32.817]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b248/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/d/dtterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/d/dtterm;$WORK/b248=>" -p github.com/gdamore/tcell/v2/terminfo/d/dtterm -lang=go1.12 -complete -installsuffix shared -buildid HDy7Xui8xCnq_89qyjkZ/HDy7Xui8xCnq_89qyjkZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b248/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/d/dtterm/term.go
2025-08-20T19:05:34.6912927Z [00:02:32.835]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T19:05:34.6917686Z [00:02:32.835]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/5a/5a84b8468e6de3dfdb3bc2197da80af3f72c70ce115250854f8205a132f4ac4d-d # internal
2025-08-20T19:05:34.6919152Z [00:02:32.835]➜  github.com/gdamore/tcell/v2/terminfo/e/emacs
2025-08-20T19:05:34.6921658Z [00:02:32.836]➜  mkdir -p $WORK/b249/
2025-08-20T19:05:34.6924284Z [00:02:32.836]➜  cat >/tmp/go-build2960781988/b249/importcfg << 'EOF' # internal
2025-08-20T19:05:34.6925147Z [00:02:32.836]➜  # import config
2025-08-20T19:05:34.6926668Z [00:02:32.836]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.6927506Z [00:02:32.836]➜  EOF
2025-08-20T19:05:34.6929769Z [00:02:32.836]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b249/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/e/emacs=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/e/emacs;$WORK/b249=>" -p github.com/gdamore/tcell/v2/terminfo/e/emacs -lang=go1.12 -complete -installsuffix shared -buildid c19mtDLlAM7DPg0yUMSZ/c19mtDLlAM7DPg0yUMSZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/e/emacs/term.go
2025-08-20T19:05:34.7059404Z [00:02:32.849]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T19:05:34.7077812Z [00:02:32.851]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/03/0361aff2302d488a43b9b7d2981f0b6b30c946e8ec16613391b31d2c439be145-d # internal
2025-08-20T19:05:34.7078739Z [00:02:32.851]➜  github.com/gdamore/tcell/v2/terminfo/f/foot
2025-08-20T19:05:34.7079224Z [00:02:32.851]➜  mkdir -p $WORK/b250/
2025-08-20T19:05:34.7080636Z [00:02:32.852]➜  cat >/tmp/go-build2960781988/b250/importcfg << 'EOF' # internal
2025-08-20T19:05:34.7081595Z [00:02:32.852]➜  # import config
2025-08-20T19:05:34.7082233Z [00:02:32.852]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.7082800Z [00:02:32.852]➜  EOF
2025-08-20T19:05:34.7085059Z [00:02:32.852]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b250/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/f/foot=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/f/foot;$WORK/b250=>" -p github.com/gdamore/tcell/v2/terminfo/f/foot -lang=go1.12 -complete -installsuffix shared -buildid 2naBsFNQcXaHVGQg21Pe/2naBsFNQcXaHVGQg21Pe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/f/foot/foot.go
2025-08-20T19:05:34.7132080Z [00:02:32.857]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T19:05:34.7139121Z [00:02:32.857]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/c7/c7bc70f53440a05ef8f1412a0700ca26a054dae4e9c5c83de114c95accdd354d-d # internal
2025-08-20T19:05:34.7140276Z [00:02:32.857]➜  github.com/gdamore/tcell/v2/terminfo/g/gnome
2025-08-20T19:05:34.7141164Z [00:02:32.857]➜  mkdir -p $WORK/b251/
2025-08-20T19:05:34.7142036Z [00:02:32.857]➜  cat >/tmp/go-build2960781988/b251/importcfg << 'EOF' # internal
2025-08-20T19:05:34.7142653Z [00:02:32.857]➜  # import config
2025-08-20T19:05:34.7143677Z [00:02:32.857]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.7144396Z [00:02:32.857]➜  EOF
2025-08-20T19:05:34.7146857Z [00:02:32.857]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b251/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/g/gnome=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/g/gnome;$WORK/b251=>" -p github.com/gdamore/tcell/v2/terminfo/g/gnome -lang=go1.12 -complete -installsuffix shared -buildid OaHH9FjVgV2p5XL-g2uQ/OaHH9FjVgV2p5XL-g2uQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/g/gnome/term.go
2025-08-20T19:05:34.7190759Z [00:02:32.862]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T19:05:34.7194940Z [00:02:32.863]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/ad/adc683ac21f461b02fc729c6b1b75d431cba5a24fa25829eb537f7ecf39874ed-d # internal
2025-08-20T19:05:34.7196109Z [00:02:32.863]➜  github.com/gdamore/tcell/v2/terminfo/h/hpterm
2025-08-20T19:05:34.7197159Z [00:02:32.863]➜  mkdir -p $WORK/b252/
2025-08-20T19:05:34.7201484Z [00:02:32.864]➜  cat >/tmp/go-build2960781988/b252/importcfg << 'EOF' # internal
2025-08-20T19:05:34.7202054Z [00:02:32.864]➜  # import config
2025-08-20T19:05:34.7202754Z [00:02:32.864]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.7203732Z [00:02:32.864]➜  EOF
2025-08-20T19:05:34.7206582Z [00:02:32.864]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b252/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/h/hpterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/h/hpterm;$WORK/b252=>" -p github.com/gdamore/tcell/v2/terminfo/h/hpterm -lang=go1.12 -complete -installsuffix shared -buildid GRZ-eK34XZ9PvGKq6GCB/GRZ-eK34XZ9PvGKq6GCB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/h/hpterm/term.go
2025-08-20T19:05:34.7313772Z [00:02:32.875]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T19:05:34.7318069Z [00:02:32.875]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/34/34b9a8e810a6fb45c8f4ff1b8c6f6d6bee7fb9004684f716807f0097e911615f-d # internal
2025-08-20T19:05:34.7320053Z [00:02:32.876]➜  github.com/gdamore/tcell/v2/terminfo/k/konsole
2025-08-20T19:05:34.7320728Z [00:02:32.876]➜  mkdir -p $WORK/b253/
2025-08-20T19:05:34.7323526Z [00:02:32.876]➜  cat >/tmp/go-build2960781988/b253/importcfg << 'EOF' # internal
2025-08-20T19:05:34.7324825Z [00:02:32.876]➜  # import config
2025-08-20T19:05:34.7325602Z [00:02:32.876]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.7326257Z [00:02:32.876]➜  EOF
2025-08-20T19:05:34.7328592Z [00:02:32.876]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b253/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/k/konsole=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/k/konsole;$WORK/b253=>" -p github.com/gdamore/tcell/v2/terminfo/k/konsole -lang=go1.12 -complete -installsuffix shared -buildid ALkAPi2EtHcUYfpOxySR/ALkAPi2EtHcUYfpOxySR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/k/konsole/term.go
2025-08-20T19:05:34.7363962Z [00:02:32.880]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T19:05:34.7366992Z [00:02:32.880]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/ce/cedf92bc9080cdd4fcccb143005f506c8ff235eec2ea51c71f676438d0c0997b-d # internal
2025-08-20T19:05:34.7368518Z [00:02:32.880]➜  github.com/gdamore/tcell/v2/terminfo/k/kterm
2025-08-20T19:05:34.7369652Z [00:02:32.881]➜  mkdir -p $WORK/b254/
2025-08-20T19:05:34.7372924Z [00:02:32.881]➜  cat >/tmp/go-build2960781988/b254/importcfg << 'EOF' # internal
2025-08-20T19:05:34.7373860Z [00:02:32.881]➜  # import config
2025-08-20T19:05:34.7374642Z [00:02:32.881]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.7375679Z [00:02:32.881]➜  EOF
2025-08-20T19:05:34.7378018Z [00:02:32.881]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b254/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/k/kterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/k/kterm;$WORK/b254=>" -p github.com/gdamore/tcell/v2/terminfo/k/kterm -lang=go1.12 -complete -installsuffix shared -buildid j5SHWn8nrD7s7ouOqFg1/j5SHWn8nrD7s7ouOqFg1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/k/kterm/term.go
2025-08-20T19:05:34.7539335Z [00:02:32.897]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T19:05:34.7543049Z [00:02:32.898]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/25/257a77bb9a0bd910371e434d518ac2114692f24185f9098f4d0e9752196ff9c4-d # internal
2025-08-20T19:05:34.7544511Z [00:02:32.898]➜  github.com/gdamore/tcell/v2/terminfo/l/linux
2025-08-20T19:05:34.7545993Z [00:02:32.898]➜  mkdir -p $WORK/b255/
2025-08-20T19:05:34.7551672Z [00:02:32.899]➜  cat >/tmp/go-build2960781988/b255/importcfg << 'EOF' # internal
2025-08-20T19:05:34.7552363Z [00:02:32.899]➜  # import config
2025-08-20T19:05:34.7553054Z [00:02:32.899]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.7554193Z [00:02:32.899]➜  EOF
2025-08-20T19:05:34.7556683Z [00:02:32.899]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b255/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/l/linux=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/l/linux;$WORK/b255=>" -p github.com/gdamore/tcell/v2/terminfo/l/linux -lang=go1.12 -complete -installsuffix shared -buildid OydtcT3f5BK3mKgZBNdB/OydtcT3f5BK3mKgZBNdB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/l/linux/term.go
2025-08-20T19:05:34.7559820Z [00:02:32.899]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T19:05:34.7565494Z [00:02:32.900]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/a9/a900d0c3c94ae45093d2dd382192840cf42fce228af4698f2930784e10c00f0d-d # internal
2025-08-20T19:05:34.7576181Z [00:02:32.901]➜  github.com/gdamore/tcell/v2/terminfo/p/pcansi
2025-08-20T19:05:34.7576796Z [00:02:32.901]➜  mkdir -p $WORK/b256/
2025-08-20T19:05:34.7577744Z [00:02:32.901]➜  cat >/tmp/go-build2960781988/b256/importcfg << 'EOF' # internal
2025-08-20T19:05:34.7584245Z [00:02:32.901]➜  # import config
2025-08-20T19:05:34.7585459Z [00:02:32.901]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.7586193Z [00:02:32.901]➜  EOF
2025-08-20T19:05:34.7588849Z [00:02:32.901]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b256/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/p/pcansi=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/p/pcansi;$WORK/b256=>" -p github.com/gdamore/tcell/v2/terminfo/p/pcansi -lang=go1.12 -complete -installsuffix shared -buildid BFk5ov6Du9dOionkDj8T/BFk5ov6Du9dOionkDj8T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/p/pcansi/term.go
2025-08-20T19:05:34.7677376Z [00:02:32.911]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T19:05:34.7695069Z [00:02:32.911]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/6a/6acb43fca6ed5af74eb4bbf04b437261b7ac6627d98040ab1a2546422d43e330-d # internal
2025-08-20T19:05:34.7695996Z [00:02:32.913]➜  github.com/gdamore/tcell/v2/terminfo/r/rxvt
2025-08-20T19:05:34.7696421Z [00:02:32.913]➜  mkdir -p $WORK/b257/
2025-08-20T19:05:34.7697408Z [00:02:32.913]➜  cat >/tmp/go-build2960781988/b257/importcfg << 'EOF' # internal
2025-08-20T19:05:34.7698024Z [00:02:32.913]➜  # import config
2025-08-20T19:05:34.7698697Z [00:02:32.913]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.7699565Z [00:02:32.913]➜  EOF
2025-08-20T19:05:34.7701789Z [00:02:32.913]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b257/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/r/rxvt=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/r/rxvt;$WORK/b257=>" -p github.com/gdamore/tcell/v2/terminfo/r/rxvt -lang=go1.12 -complete -installsuffix shared -buildid oZrk2iCwrYIK-Q504dEf/oZrk2iCwrYIK-Q504dEf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b257/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/r/rxvt/term.go
2025-08-20T19:05:34.7972178Z [00:02:32.941]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T19:05:34.7976108Z [00:02:32.941]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/d0/d0aff3cf340df0c008ea74147a597f3428e8ec1b119f600fc39befa903771769-d # internal
2025-08-20T19:05:34.7977155Z [00:02:32.941]➜  github.com/gdamore/tcell/v2/terminfo/s/screen
2025-08-20T19:05:34.7977906Z [00:02:32.941]➜  mkdir -p $WORK/b258/
2025-08-20T19:05:34.7996259Z [00:02:32.943]➜  cat >/tmp/go-build2960781988/b258/importcfg << 'EOF' # internal
2025-08-20T19:05:34.7997037Z [00:02:32.943]➜  # import config
2025-08-20T19:05:34.7997814Z [00:02:32.943]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.7998512Z [00:02:32.943]➜  EOF
2025-08-20T19:05:34.8000822Z [00:02:32.943]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b258/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/screen=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/screen;$WORK/b258=>" -p github.com/gdamore/tcell/v2/terminfo/s/screen -lang=go1.12 -complete -installsuffix shared -buildid sAduv5OYFiQHHVX6ZoLg/sAduv5OYFiQHHVX6ZoLg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/screen/term.go
2025-08-20T19:05:34.8261330Z [00:02:32.970]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T19:05:34.8265282Z [00:02:32.970]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/c0/c0bd47ffe6ad1ecfba1b7aab03ba7b76afb30e5e01e6ab6bc82406e2bfb30257-d # internal
2025-08-20T19:05:34.8291070Z [00:02:32.973]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T19:05:34.8309317Z [00:02:32.974]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/b1/b1633531f434465a8191a59dbdffbe9af17c6742f32aea31ed8013e74f2e6360-d # internal
2025-08-20T19:05:34.8326495Z [00:02:32.976]➜  github.com/gdamore/tcell/v2/terminfo/s/simpleterm
2025-08-20T19:05:34.8327501Z [00:02:32.976]➜  mkdir -p $WORK/b259/
2025-08-20T19:05:34.8328163Z [00:02:32.976]➜  github.com/gdamore/tcell/v2/terminfo/s/sun
2025-08-20T19:05:34.8328753Z [00:02:32.976]➜  mkdir -p $WORK/b260/
2025-08-20T19:05:34.8331375Z [00:02:32.977]➜  cat >/tmp/go-build2960781988/b260/importcfg << 'EOF' # internal
2025-08-20T19:05:34.8331731Z [00:02:32.977]➜  # import config
2025-08-20T19:05:34.8334534Z [00:02:32.977]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.8334951Z [00:02:32.977]➜  EOF
2025-08-20T19:05:34.8342715Z [00:02:32.977]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b260/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/sun=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/sun;$WORK/b260=>" -p github.com/gdamore/tcell/v2/terminfo/s/sun -lang=go1.12 -complete -installsuffix shared -buildid PwYFUea-LrP7DiNwtm_C/PwYFUea-LrP7DiNwtm_C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b260/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/sun/term.go
2025-08-20T19:05:34.8344680Z [00:02:32.977]➜  cat >/tmp/go-build2960781988/b259/importcfg << 'EOF' # internal
2025-08-20T19:05:34.8345028Z [00:02:32.977]➜  # import config
2025-08-20T19:05:34.8345475Z [00:02:32.977]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.8345882Z [00:02:32.977]➜  EOF
2025-08-20T19:05:34.8347955Z [00:02:32.977]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b259/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/simpleterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/simpleterm;$WORK/b259=>" -p github.com/gdamore/tcell/v2/terminfo/s/simpleterm -lang=go1.12 -complete -installsuffix shared -buildid qA9zUw8QmP44tZzBcTYv/qA9zUw8QmP44tZzBcTYv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b259/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/simpleterm/term.go
2025-08-20T19:05:34.8582681Z [00:02:33.002]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T19:05:34.8596033Z [00:02:33.002]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/11/11a0ecd0652e6447ac0c069c9d26c0aab553dcd9165f10fbc2c60a2322d4a1b3-d # internal
2025-08-20T19:05:34.8596670Z [00:02:33.002]➜  github.com/gdamore/tcell/v2/terminfo/t/tmux
2025-08-20T19:05:34.8596991Z [00:02:33.002]➜  mkdir -p $WORK/b261/
2025-08-20T19:05:34.8597356Z [00:02:33.002]➜  cat >/tmp/go-build2960781988/b261/importcfg << 'EOF' # internal
2025-08-20T19:05:34.8598068Z [00:02:33.002]➜  # import config
2025-08-20T19:05:34.8598591Z [00:02:33.002]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.8598999Z [00:02:33.002]➜  EOF
2025-08-20T19:05:34.8600971Z [00:02:33.003]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b261/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/t/tmux=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/t/tmux;$WORK/b261=>" -p github.com/gdamore/tcell/v2/terminfo/t/tmux -lang=go1.12 -complete -installsuffix shared -buildid Td7tjLoONiouC1BgNDTC/Td7tjLoONiouC1BgNDTC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b261/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/t/tmux/term.go
2025-08-20T19:05:34.8788477Z [00:02:33.022]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T19:05:34.8797179Z [00:02:33.023]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/63/637bf90ae0d31dd30ff4df2ad9039072e8a68c1378795b7ab4fad1b1816d8394-d # internal
2025-08-20T19:05:34.8799997Z [00:02:33.023]➜  github.com/gdamore/tcell/v2/terminfo/v/vt320
2025-08-20T19:05:34.8800345Z [00:02:33.023]➜  mkdir -p $WORK/b262/
2025-08-20T19:05:34.8810358Z [00:02:33.025]➜  cat >/tmp/go-build2960781988/b262/importcfg << 'EOF' # internal
2025-08-20T19:05:34.8811035Z [00:02:33.025]➜  # import config
2025-08-20T19:05:34.8811839Z [00:02:33.025]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.8812913Z [00:02:33.025]➜  EOF
2025-08-20T19:05:34.8815478Z [00:02:33.025]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b262/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt320=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt320;$WORK/b262=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt320 -lang=go1.12 -complete -installsuffix shared -buildid CRnswyhe715E-6DaNaRc/CRnswyhe715E-6DaNaRc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b262/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt320/term.go
2025-08-20T19:05:34.8821186Z [00:02:33.026]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T19:05:34.8826535Z [00:02:33.026]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/92/9245581f0c3525df20c2107c1960963d19cc3c5ccd496b31bfb0ff83002717a2-d # internal
2025-08-20T19:05:34.8829307Z [00:02:33.026]➜  github.com/gdamore/tcell/v2/terminfo/v/vt400
2025-08-20T19:05:34.8830458Z [00:02:33.026]➜  mkdir -p $WORK/b263/
2025-08-20T19:05:34.8831366Z [00:02:33.027]➜  cat >/tmp/go-build2960781988/b263/importcfg << 'EOF' # internal
2025-08-20T19:05:34.8831715Z [00:02:33.027]➜  # import config
2025-08-20T19:05:34.8832170Z [00:02:33.027]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.8832579Z [00:02:33.027]➜  EOF
2025-08-20T19:05:34.8835848Z [00:02:33.027]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b263/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt400=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt400;$WORK/b263=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt400 -lang=go1.12 -complete -installsuffix shared -buildid rMjbiaDZQ7tWTFjd7nD7/rMjbiaDZQ7tWTFjd7nD7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt400/term.go
2025-08-20T19:05:34.9067109Z [00:02:33.050]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T19:05:34.9073336Z [00:02:33.051]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/94/9452f40d5a6876e18fe305cfa5815b00f3f61906d00ba065fc21a79e6b4c20d5-d # internal
2025-08-20T19:05:34.9074359Z [00:02:33.051]➜  github.com/gdamore/tcell/v2/terminfo/v/vt420
2025-08-20T19:05:34.9075014Z [00:02:33.051]➜  mkdir -p $WORK/b264/
2025-08-20T19:05:34.9077940Z [00:02:33.051]➜  cat >/tmp/go-build2960781988/b264/importcfg << 'EOF' # internal
2025-08-20T19:05:34.9078317Z [00:02:33.051]➜  # import config
2025-08-20T19:05:34.9083680Z [00:02:33.051]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.9084189Z [00:02:33.051]➜  EOF
2025-08-20T19:05:34.9086185Z [00:02:33.051]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b264/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt420=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt420;$WORK/b264=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt420 -lang=go1.12 -complete -installsuffix shared -buildid az-xk8SjiJZ_UMB811JE/az-xk8SjiJZ_UMB811JE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt420/term.go
2025-08-20T19:05:34.9204116Z [00:02:33.064]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T19:05:34.9208894Z [00:02:33.064]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T19:05:34.9210192Z [00:02:33.064]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/9b/9b8385b5f1ebda660f57d62ffadc7a67a864b49be404f959b34b24d2cf3a0579-d # internal
2025-08-20T19:05:34.9212140Z [00:02:33.064]➜  github.com/gdamore/tcell/v2/terminfo/v/vt52
2025-08-20T19:05:34.9212911Z [00:02:33.064]➜  mkdir -p $WORK/b265/
2025-08-20T19:05:34.9213598Z [00:02:33.064]➜  cat >/tmp/go-build2960781988/b265/importcfg << 'EOF' # internal
2025-08-20T19:05:34.9214204Z [00:02:33.064]➜  # import config
2025-08-20T19:05:34.9215680Z [00:02:33.064]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.9216719Z [00:02:33.064]➜  EOF
2025-08-20T19:05:34.9219174Z [00:02:33.065]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b265/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt52=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt52;$WORK/b265=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt52 -lang=go1.12 -complete -installsuffix shared -buildid 8yZ7TnK9eh0ouAvVwDVW/8yZ7TnK9eh0ouAvVwDVW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt52/term.go
2025-08-20T19:05:34.9271078Z [00:02:33.068]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/53/538c63826a9d6beb5cf2e2b9f5c105c2d855d3759ff6e5c361b04bbf462c10c5-d # internal
2025-08-20T19:05:34.9271702Z [00:02:33.068]➜  github.com/gdamore/tcell/v2/terminfo/w/wy50
2025-08-20T19:05:34.9272025Z [00:02:33.068]➜  mkdir -p $WORK/b266/
2025-08-20T19:05:34.9272394Z [00:02:33.069]➜  cat >/tmp/go-build2960781988/b266/importcfg << 'EOF' # internal
2025-08-20T19:05:34.9272752Z [00:02:33.069]➜  # import config
2025-08-20T19:05:34.9273312Z [00:02:33.069]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.9273781Z [00:02:33.069]➜  EOF
2025-08-20T19:05:34.9275750Z [00:02:33.069]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b266/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy50=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy50;$WORK/b266=>" -p github.com/gdamore/tcell/v2/terminfo/w/wy50 -lang=go1.12 -complete -installsuffix shared -buildid m2AIs6XO65lCarTSuZmv/m2AIs6XO65lCarTSuZmv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy50/term.go
2025-08-20T19:05:34.9378545Z [00:02:33.081]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T19:05:34.9389968Z [00:02:33.082]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/1f/1fea9e246490ddc0c61479df33a8fb76eef240bcf32e75e96c4d5ca5aaac0057-d # internal
2025-08-20T19:05:34.9390645Z [00:02:33.082]➜  github.com/gdamore/tcell/v2/terminfo/w/wy60
2025-08-20T19:05:34.9390963Z [00:02:33.082]➜  mkdir -p $WORK/b267/
2025-08-20T19:05:34.9391331Z [00:02:33.082]➜  cat >/tmp/go-build2960781988/b267/importcfg << 'EOF' # internal
2025-08-20T19:05:34.9391674Z [00:02:33.082]➜  # import config
2025-08-20T19:05:34.9392152Z [00:02:33.082]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.9392843Z [00:02:33.082]➜  EOF
2025-08-20T19:05:34.9395031Z [00:02:33.082]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b267/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy60=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy60;$WORK/b267=>" -p github.com/gdamore/tcell/v2/terminfo/w/wy60 -lang=go1.12 -complete -installsuffix shared -buildid HBomQ_Xo53BUjpBdozSn/HBomQ_Xo53BUjpBdozSn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy60/term.go
2025-08-20T19:05:34.9403772Z [00:02:33.084]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T19:05:34.9408516Z [00:02:33.084]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/96/96031c614537515501887c8e175c4825c71b94a67d0fb5594d4f31df93ce696c-d # internal
2025-08-20T19:05:34.9414577Z [00:02:33.084]➜  github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi
2025-08-20T19:05:34.9414909Z [00:02:33.085]➜  mkdir -p $WORK/b268/
2025-08-20T19:05:34.9416564Z [00:02:33.085]➜  cat >/tmp/go-build2960781988/b268/importcfg << 'EOF' # internal
2025-08-20T19:05:34.9417604Z [00:02:33.085]➜  # import config
2025-08-20T19:05:34.9418301Z [00:02:33.085]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.9429155Z [00:02:33.085]➜  EOF
2025-08-20T19:05:34.9433307Z [00:02:33.086]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b268/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy99_ansi=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy99_ansi;$WORK/b268=>" -p github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi -lang=go1.12 -complete -installsuffix shared -buildid mvrSCRHGdhSBEOu588Xa/mvrSCRHGdhSBEOu588Xa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy99_ansi/term.go
2025-08-20T19:05:34.9564035Z [00:02:33.100]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T19:05:34.9565961Z [00:02:33.100]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/22/2208d0c4c38d20f2f70e3bb560de6c2c7d9fd16217078c377f3256201062456b-d # internal
2025-08-20T19:05:34.9570396Z [00:02:33.100]➜  github.com/gdamore/tcell/v2/terminfo/x/xfce
2025-08-20T19:05:34.9570806Z [00:02:33.100]➜  mkdir -p $WORK/b269/
2025-08-20T19:05:34.9572388Z [00:02:33.101]➜  cat >/tmp/go-build2960781988/b269/importcfg << 'EOF' # internal
2025-08-20T19:05:34.9573002Z [00:02:33.101]➜  # import config
2025-08-20T19:05:34.9573839Z [00:02:33.101]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.9574931Z [00:02:33.101]➜  EOF
2025-08-20T19:05:34.9577600Z [00:02:33.101]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b269/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xfce=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xfce;$WORK/b269=>" -p github.com/gdamore/tcell/v2/terminfo/x/xfce -lang=go1.12 -complete -installsuffix shared -buildid 41tu2E6yHNDHE3jQv4pA/41tu2E6yHNDHE3jQv4pA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xfce/term.go
2025-08-20T19:05:34.9625757Z [00:02:33.106]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T19:05:34.9631509Z [00:02:33.106]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/4e/4e571668327b8ea055248dcc0b7d78f6047ae00bdce657306c8b30c3c69475cc-d # internal
2025-08-20T19:05:34.9632565Z [00:02:33.107]➜  github.com/gdamore/tcell/v2/terminfo/x/xterm_ghostty
2025-08-20T19:05:34.9633328Z [00:02:33.107]➜  mkdir -p $WORK/b270/
2025-08-20T19:05:34.9653802Z [00:02:33.107]➜  cat >/tmp/go-build2960781988/b270/importcfg << 'EOF' # internal
2025-08-20T19:05:34.9654575Z [00:02:33.107]➜  # import config
2025-08-20T19:05:34.9655880Z [00:02:33.107]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.9656505Z [00:02:33.107]➜  EOF
2025-08-20T19:05:34.9659303Z [00:02:33.108]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b270/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm_ghostty=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm_ghostty;$WORK/b270=>" -p github.com/gdamore/tcell/v2/terminfo/x/xterm_ghostty -lang=go1.12 -complete -installsuffix shared -buildid aCIDmfbykzkbr_IiaCe2/aCIDmfbykzkbr_IiaCe2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b270/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm_ghostty/term.go
2025-08-20T19:05:34.9727642Z [00:02:33.116]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T19:05:34.9731099Z [00:02:33.117]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/0a/0ae4cd0e6f9ef1808710d3665f1cd5f0c921a1ac2c211d710a10dd419e126734-d # internal
2025-08-20T19:05:34.9741613Z [00:02:33.117]➜  github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty
2025-08-20T19:05:34.9742322Z [00:02:33.117]➜  mkdir -p $WORK/b271/
2025-08-20T19:05:34.9743006Z [00:02:33.117]➜  cat >/tmp/go-build2960781988/b271/importcfg << 'EOF' # internal
2025-08-20T19:05:34.9743748Z [00:02:33.117]➜  # import config
2025-08-20T19:05:34.9744539Z [00:02:33.117]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:34.9745699Z [00:02:33.117]➜  EOF
2025-08-20T19:05:34.9747983Z [00:02:33.117]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b271/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm_kitty=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm_kitty;$WORK/b271=>" -p github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty -lang=go1.12 -complete -installsuffix shared -buildid 8AOyTLdwDpkL4F4Y768O/8AOyTLdwDpkL4F4Y768O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b271/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm_kitty/term.go
2025-08-20T19:05:34.9823805Z [00:02:33.126]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T19:05:34.9826829Z [00:02:33.126]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/18/1869b0886a1a1fa0fe78c5a46c0623770debefe57a92f5333db2d7110cd67644-d # internal
2025-08-20T19:05:34.9828667Z [00:02:33.126]➜  database/sql/driver
2025-08-20T19:05:34.9829725Z [00:02:33.127]➜  mkdir -p $WORK/b273/
2025-08-20T19:05:34.9833516Z [00:02:33.127]➜  cat >/tmp/go-build2960781988/b273/importcfg << 'EOF' # internal
2025-08-20T19:05:34.9834491Z [00:02:33.127]➜  # import config
2025-08-20T19:05:34.9835094Z [00:02:33.127]➜  packagefile context=/tmp/go-build2960781988/b069/_pkg_.a
2025-08-20T19:05:34.9837330Z [00:02:33.127]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:34.9838127Z [00:02:33.127]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:34.9838716Z [00:02:33.127]➜  packagefile reflect=/tmp/go-build2960781988/b037/_pkg_.a
2025-08-20T19:05:34.9839461Z [00:02:33.127]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:34.9840312Z [00:02:33.127]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:34.9840815Z [00:02:33.127]➜  EOF
2025-08-20T19:05:34.9842738Z [00:02:33.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b273/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b273=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid Ta7tT4K82NIZFE2DKn7H/Ta7tT4K82NIZFE2DKn7H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b273/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T19:05:35.0120511Z [00:02:33.155]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T19:05:35.0121741Z [00:02:33.155]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/c1/c1ca71510d89202b688bf3a681ffefcce77ec120ef56771e55a9bad12ee8e928-d # internal
2025-08-20T19:05:35.0136327Z [00:02:33.155]➜  github.com/gdamore/tcell/v2/terminfo/extended
2025-08-20T19:05:35.0136735Z [00:02:33.155]➜  mkdir -p $WORK/b243/
2025-08-20T19:05:35.0137415Z [00:02:33.155]➜  cat >/tmp/go-build2960781988/b243/importcfg << 'EOF' # internal
2025-08-20T19:05:35.0137852Z [00:02:33.155]➜  # import config
2025-08-20T19:05:35.0138357Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/aixterm=/tmp/go-build2960781988/b244/_pkg_.a
2025-08-20T19:05:35.0139081Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/alacritty=/tmp/go-build2960781988/b245/_pkg_.a
2025-08-20T19:05:35.0139798Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/ansi=/tmp/go-build2960781988/b237/_pkg_.a
2025-08-20T19:05:35.0140488Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/b/beterm=/tmp/go-build2960781988/b246/_pkg_.a
2025-08-20T19:05:35.0141180Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/c/cygwin=/tmp/go-build2960781988/b247/_pkg_.a
2025-08-20T19:05:35.0141874Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/d/dtterm=/tmp/go-build2960781988/b248/_pkg_.a
2025-08-20T19:05:35.0142570Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/e/emacs=/tmp/go-build2960781988/b249/_pkg_.a
2025-08-20T19:05:35.0143435Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/f/foot=/tmp/go-build2960781988/b250/_pkg_.a
2025-08-20T19:05:35.0144176Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/g/gnome=/tmp/go-build2960781988/b251/_pkg_.a
2025-08-20T19:05:35.0144896Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/h/hpterm=/tmp/go-build2960781988/b252/_pkg_.a
2025-08-20T19:05:35.0145881Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/k/konsole=/tmp/go-build2960781988/b253/_pkg_.a
2025-08-20T19:05:35.0146580Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/k/kterm=/tmp/go-build2960781988/b254/_pkg_.a
2025-08-20T19:05:35.0147263Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/l/linux=/tmp/go-build2960781988/b255/_pkg_.a
2025-08-20T19:05:35.0147960Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/p/pcansi=/tmp/go-build2960781988/b256/_pkg_.a
2025-08-20T19:05:35.0148648Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/r/rxvt=/tmp/go-build2960781988/b257/_pkg_.a
2025-08-20T19:05:35.0149330Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/screen=/tmp/go-build2960781988/b258/_pkg_.a
2025-08-20T19:05:35.0150038Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/simpleterm=/tmp/go-build2960781988/b259/_pkg_.a
2025-08-20T19:05:35.0150741Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/sun=/tmp/go-build2960781988/b260/_pkg_.a
2025-08-20T19:05:35.0151408Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/t/tmux=/tmp/go-build2960781988/b261/_pkg_.a
2025-08-20T19:05:35.0152087Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt100=/tmp/go-build2960781988/b238/_pkg_.a
2025-08-20T19:05:35.0152770Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt102=/tmp/go-build2960781988/b239/_pkg_.a
2025-08-20T19:05:35.0157405Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt220=/tmp/go-build2960781988/b240/_pkg_.a
2025-08-20T19:05:35.0158105Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt320=/tmp/go-build2960781988/b262/_pkg_.a
2025-08-20T19:05:35.0158785Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt400=/tmp/go-build2960781988/b263/_pkg_.a
2025-08-20T19:05:35.0159477Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt420=/tmp/go-build2960781988/b264/_pkg_.a
2025-08-20T19:05:35.0160153Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt52=/tmp/go-build2960781988/b265/_pkg_.a
2025-08-20T19:05:35.0160827Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy50=/tmp/go-build2960781988/b266/_pkg_.a
2025-08-20T19:05:35.0161511Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy60=/tmp/go-build2960781988/b267/_pkg_.a
2025-08-20T19:05:35.0162419Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi=/tmp/go-build2960781988/b268/_pkg_.a
2025-08-20T19:05:35.0163280Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xfce=/tmp/go-build2960781988/b269/_pkg_.a
2025-08-20T19:05:35.0164040Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm=/tmp/go-build2960781988/b241/_pkg_.a
2025-08-20T19:05:35.0164769Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm_ghostty=/tmp/go-build2960781988/b270/_pkg_.a
2025-08-20T19:05:35.0165511Z [00:02:33.155]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty=/tmp/go-build2960781988/b271/_pkg_.a
2025-08-20T19:05:35.0165960Z [00:02:33.155]➜  EOF
2025-08-20T19:05:35.0168002Z [00:02:33.155]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b243/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/extended=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/extended;$WORK/b243=>" -p github.com/gdamore/tcell/v2/terminfo/extended -lang=go1.12 -complete -installsuffix shared -buildid sqpJqjr3y8xvTw2D42f2/sqpJqjr3y8xvTw2D42f2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terminfo/extended/extended.go
2025-08-20T19:05:35.0456855Z [00:02:33.189]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T19:05:35.0493028Z [00:02:33.190]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/0b/0bf9ab3399c9202a03930a1fba3feff6eb9085c7e5e0df5424ab4556ab45bbfe-d # internal
2025-08-20T19:05:35.0494109Z [00:02:33.190]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T19:05:35.0494440Z [00:02:33.190]➜  golang.org/x/sys/unix
2025-08-20T19:05:35.0494719Z [00:02:33.191]➜  mkdir -p $WORK/b275/
2025-08-20T19:05:35.0495024Z [00:02:33.191]➜  echo -n > $WORK/b275/go_asm.h # internal
2025-08-20T19:05:35.0495383Z [00:02:33.191]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix
2025-08-20T19:05:35.0496606Z [00:02:33.191]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix=>golang.org/x/sys@v0.29.0/unix;$WORK/b275=>" -I $WORK/b275/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b275/symabis ./asm_linux_arm64.s
2025-08-20T19:05:35.0497946Z [00:02:33.192]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d # internal
2025-08-20T19:05:35.0499122Z [00:02:33.193]➜  github.com/lucasb-eyer/go-colorful
2025-08-20T19:05:35.0499772Z [00:02:33.193]➜  mkdir -p $WORK/b272/
2025-08-20T19:05:35.0503745Z [00:02:33.194]➜  cat >/tmp/go-build2960781988/b272/importcfg << 'EOF' # internal
2025-08-20T19:05:35.0504227Z [00:02:33.194]➜  # import config
2025-08-20T19:05:35.0504933Z [00:02:33.194]➜  packagefile database/sql/driver=/tmp/go-build2960781988/b273/_pkg_.a
2025-08-20T19:05:35.0505632Z [00:02:33.194]➜  packagefile encoding/json=/tmp/go-build2960781988/b103/_pkg_.a
2025-08-20T19:05:35.0506638Z [00:02:33.194]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:35.0509536Z [00:02:33.194]➜  packagefile image/color=/tmp/go-build2960781988/b274/_pkg_.a
2025-08-20T19:05:35.0510223Z [00:02:33.194]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:35.0510869Z [00:02:33.194]➜  packagefile math/rand=/tmp/go-build2960781988/b098/_pkg_.a
2025-08-20T19:05:35.0511451Z [00:02:33.194]➜  packagefile reflect=/tmp/go-build2960781988/b037/_pkg_.a
2025-08-20T19:05:35.0512064Z [00:02:33.194]➜  EOF
2025-08-20T19:05:35.0512688Z [00:02:33.194]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:35.0517879Z [00:02:33.194]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b272/_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/b272=>" -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/b272/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-20T19:05:35.0530681Z [00:02:33.196]➜  cat >/tmp/go-build2960781988/b275/importcfg << 'EOF' # internal
2025-08-20T19:05:35.0531292Z [00:02:33.196]➜  # import config
2025-08-20T19:05:35.0531779Z [00:02:33.196]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:35.0532377Z [00:02:33.196]➜  packagefile encoding/binary=/tmp/go-build2960781988/b116/_pkg_.a
2025-08-20T19:05:35.0532945Z [00:02:33.196]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:35.0533633Z [00:02:33.196]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:35.0535325Z [00:02:33.196]➜  packagefile sort=/tmp/go-build2960781988/b095/_pkg_.a
2025-08-20T19:05:35.0535803Z [00:02:33.196]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:35.0536230Z [00:02:33.196]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:35.0536952Z [00:02:33.197]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:35.0537369Z [00:02:33.197]➜  packagefile syscall=/tmp/go-build2960781988/b059/_pkg_.a
2025-08-20T19:05:35.0537782Z [00:02:33.197]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:35.0538081Z [00:02:33.197]➜  EOF
2025-08-20T19:05:35.0565210Z [00:02:33.199]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b275/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix=>golang.org/x/sys@v0.29.0/unix;$WORK/b275=>" -p golang.org/x/sys/unix -lang=go1.18 -installsuffix shared -buildid 1iRRKZHYSIYHe50dzO9h/1iRRKZHYSIYHe50dzO9h -goversion go1.25.0 -symabis $WORK/b275/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -pack -asmhdr $WORK/b275/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/ioctl_unsigned.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/mremap.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/syscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/vgetrandom_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/zerrors_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/zptrace_armnn_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/zptrace_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/zsyscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/zsysnum_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix/ztypes_linux_arm64.go
2025-08-20T19:05:35.1640599Z [00:02:33.307]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T19:05:35.1656829Z [00:02:33.309]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/b5/b5acbb681d037958b6b09c568e600d06fac724a25be5598ef4e55dc9a8e767a3-d # internal
2025-08-20T19:05:35.1689242Z [00:02:33.312]➜  os/signal
2025-08-20T19:05:35.1692079Z [00:02:33.312]➜  mkdir -p $WORK/b277/
2025-08-20T19:05:35.1695042Z [00:02:33.313]➜  echo -n > $WORK/b277/go_asm.h # internal
2025-08-20T19:05:35.1717269Z [00:02:33.313]➜  cd /root/.go/src/os/signal
2025-08-20T19:05:35.1718272Z [00:02:33.313]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b277=>" -I $WORK/b277/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b277/symabis ./sig.s
2025-08-20T19:05:35.1779249Z [00:02:33.321]➜  cat >/tmp/go-build2960781988/b277/importcfg << 'EOF' # internal
2025-08-20T19:05:35.1780025Z [00:02:33.321]➜  # import config
2025-08-20T19:05:35.1781122Z [00:02:33.321]➜  packagefile context=/tmp/go-build2960781988/b069/_pkg_.a
2025-08-20T19:05:35.1781801Z [00:02:33.321]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:35.1782356Z [00:02:33.321]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:35.1785636Z [00:02:33.321]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:35.1786101Z [00:02:33.321]➜  packagefile syscall=/tmp/go-build2960781988/b059/_pkg_.a
2025-08-20T19:05:35.1786418Z [00:02:33.321]➜  EOF
2025-08-20T19:05:35.1786664Z [00:02:33.322]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:35.1788534Z [00:02:33.322]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b277/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b277=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 0PbWp1NnRJ7j75tcHFoi/0PbWp1NnRJ7j75tcHFoi -goversion go1.25.0 -symabis $WORK/b277/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b277/importcfg -pack -asmhdr $WORK/b277/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-20T19:05:35.2561173Z [00:02:33.399]➜  cd /root/.go/src/os/signal
2025-08-20T19:05:35.2562908Z [00:02:33.400]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b277=>" -I $WORK/b277/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b277/sig.o ./sig.s
2025-08-20T19:05:35.2619229Z [00:02:33.405]➜  go tool pack r $WORK/b277/_pkg_.a $WORK/b277/sig.o # internal
2025-08-20T19:05:35.2631709Z [00:02:33.407]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T19:05:35.2633045Z [00:02:33.407]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/30/30bdd559b4b5f884c540480655f93b453e61dc51066d3e09611618a1c51e009d-d # internal
2025-08-20T19:05:35.2634041Z [00:02:33.407]➜  github.com/aretext/aretext/input/engine
2025-08-20T19:05:35.2634852Z [00:02:33.407]➜  mkdir -p $WORK/b279/
2025-08-20T19:05:35.2635429Z [00:02:33.407]➜  cat >/tmp/go-build2960781988/b279/importcfg << 'EOF' # internal
2025-08-20T19:05:35.2635876Z [00:02:33.407]➜  # import config
2025-08-20T19:05:35.2636433Z [00:02:33.407]➜  packagefile encoding/binary=/tmp/go-build2960781988/b116/_pkg_.a
2025-08-20T19:05:35.2637260Z [00:02:33.407]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:35.2638253Z [00:02:33.407]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:35.2638977Z [00:02:33.407]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:35.2639698Z [00:02:33.407]➜  packagefile sort=/tmp/go-build2960781988/b095/_pkg_.a
2025-08-20T19:05:35.2640427Z [00:02:33.407]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:35.2641128Z [00:02:33.407]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:35.2641653Z [00:02:33.407]➜  EOF
2025-08-20T19:05:35.2642114Z [00:02:33.407]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:35.2644607Z [00:02:33.407]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b279/_pkg_.a -trimpath "/tmp/tmp.nglcQx2wbq/TEMPREPO/input/engine=>github.com/aretext/aretext/input/engine;$WORK/b279=>" -p github.com/aretext/aretext/input/engine -lang=go1.23 -complete -installsuffix shared -buildid gzZ0YuC89Y87lWlfYVa3/gzZ0YuC89Y87lWlfYVa3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b279/importcfg -pack ./input/engine/compile.go ./input/engine/expression.go ./input/engine/runtime.go ./input/engine/serialize.go ./input/engine/statemachine.go
2025-08-20T19:05:35.4412978Z [00:02:33.585]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T19:05:35.4428174Z [00:02:33.586]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/9f/9f6cd8619c2718795bbc4052f77b9a54e5cfc848dba9b9c4ce2925199cb4a2bf-d # internal
2025-08-20T19:05:35.4430674Z [00:02:33.586]➜  text/tabwriter
2025-08-20T19:05:35.4430957Z [00:02:33.586]➜  mkdir -p $WORK/b281/
2025-08-20T19:05:35.4433677Z [00:02:33.587]➜  cat >/tmp/go-build2960781988/b281/importcfg << 'EOF' # internal
2025-08-20T19:05:35.4434041Z [00:02:33.587]➜  # import config
2025-08-20T19:05:35.4434372Z [00:02:33.587]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:35.4434773Z [00:02:33.587]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:35.4437238Z [00:02:33.587]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:35.4437595Z [00:02:33.587]➜  EOF
2025-08-20T19:05:35.4439098Z [00:02:33.587]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b281/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b281=>" -p text/tabwriter -lang=go1.25 -std -complete -installsuffix shared -buildid F1g7de6928ui3NDQUUlH/F1g7de6928ui3NDQUUlH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b281/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T19:05:35.5024427Z [00:02:33.643]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T19:05:35.5025627Z [00:02:33.644]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/3a/3a28cd866336bb2cae757bd805508ab4565ebea39f3ac79063f2cb92974d8a73-d # internal
2025-08-20T19:05:35.5026995Z [00:02:33.644]➜  runtime/pprof
2025-08-20T19:05:35.5027524Z [00:02:33.644]➜  mkdir -p $WORK/b280/
2025-08-20T19:05:35.5028400Z [00:02:33.645]➜  cat >/tmp/go-build2960781988/b280/importcfg << 'EOF' # internal
2025-08-20T19:05:35.5029023Z [00:02:33.645]➜  # import config
2025-08-20T19:05:35.5029919Z [00:02:33.645]➜  packagefile bufio=/tmp/go-build2960781988/b102/_pkg_.a
2025-08-20T19:05:35.5030584Z [00:02:33.645]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:35.5031205Z [00:02:33.645]➜  packagefile cmp=/tmp/go-build2960781988/b036/_pkg_.a
2025-08-20T19:05:35.5031770Z [00:02:33.645]➜  packagefile compress/gzip=/tmp/go-build2960781988/b114/_pkg_.a
2025-08-20T19:05:35.5032710Z [00:02:33.645]➜  packagefile context=/tmp/go-build2960781988/b069/_pkg_.a
2025-08-20T19:05:35.5033582Z [00:02:33.645]➜  packagefile encoding/binary=/tmp/go-build2960781988/b116/_pkg_.a
2025-08-20T19:05:35.5034368Z [00:02:33.645]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:35.5035404Z [00:02:33.645]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:35.5036161Z [00:02:33.645]➜  packagefile internal/abi=/tmp/go-build2960781988/b004/_pkg_.a
2025-08-20T19:05:35.5038015Z [00:02:33.645]➜  packagefile internal/profilerecord=/tmp/go-build2960781988/b017/_pkg_.a
2025-08-20T19:05:35.5038568Z [00:02:33.645]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:35.5038978Z [00:02:33.645]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:35.5039379Z [00:02:33.645]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:35.5039789Z [00:02:33.645]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:35.5040228Z [00:02:33.645]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:35.5040642Z [00:02:33.645]➜  packagefile sort=/tmp/go-build2960781988/b095/_pkg_.a
2025-08-20T19:05:35.5041057Z [00:02:33.645]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:35.5041480Z [00:02:33.645]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:35.5041916Z [00:02:33.645]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:35.5042343Z [00:02:33.645]➜  packagefile syscall=/tmp/go-build2960781988/b059/_pkg_.a
2025-08-20T19:05:35.5042794Z [00:02:33.645]➜  packagefile text/tabwriter=/tmp/go-build2960781988/b281/_pkg_.a
2025-08-20T19:05:35.5043467Z [00:02:33.645]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:35.5043829Z [00:02:33.645]➜  EOF
2025-08-20T19:05:35.5046642Z [00:02:33.646]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b280/_pkg_.a -trimpath "/root/.go/src/runtime/pprof=>runtime/pprof;$WORK/b280=>" -p runtime/pprof -lang=go1.25 -std -installsuffix shared -buildid k1Lf49yIK_Dqg3jg9zyZ/k1Lf49yIK_Dqg3jg9zyZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/importcfg -pack /root/.go/src/runtime/pprof/elf.go /root/.go/src/runtime/pprof/label.go /root/.go/src/runtime/pprof/map.go /root/.go/src/runtime/pprof/pe.go /root/.go/src/runtime/pprof/pprof.go /root/.go/src/runtime/pprof/pprof_rusage.go /root/.go/src/runtime/pprof/proto.go /root/.go/src/runtime/pprof/proto_other.go /root/.go/src/runtime/pprof/protobuf.go /root/.go/src/runtime/pprof/protomem.go /root/.go/src/runtime/pprof/runtime.go
2025-08-20T19:05:35.5108506Z [00:02:33.654]➜  cd /root/.go/src/net
2025-08-20T19:05:35.5111905Z [00:02:33.654]➜  go tool pack r $WORK/b173/_pkg_.a $WORK/b173/preferlinkext $WORK/b173/_x001.o $WORK/b173/_x002.o $WORK/b173/_x003.o $WORK/b173/_x004.o $WORK/b173/_x005.o $WORK/b173/_x006.o # internal
2025-08-20T19:05:35.5115524Z [00:02:33.655]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T19:05:35.5310463Z [00:02:33.674]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/d6/d6528794b0d76c39f9259b0f8687a62f8c40240a0bef3d231591554d9f0877fd-d # internal
2025-08-20T19:05:35.5354065Z [00:02:33.679]➜  crypto/x509
2025-08-20T19:05:35.5355096Z [00:02:33.679]➜  mkdir -p $WORK/b168/
2025-08-20T19:05:35.5355919Z [00:02:33.679]➜  cat >/tmp/go-build2960781988/b168/importcfg << 'EOF' # internal
2025-08-20T19:05:35.5356571Z [00:02:33.679]➜  # import config
2025-08-20T19:05:35.5357710Z [00:02:33.679]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T19:05:35.5358547Z [00:02:33.679]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T19:05:35.5359190Z [00:02:33.679]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:35.5359717Z [00:02:33.679]➜  packagefile crypto=/tmp/go-build2960781988/b071/_pkg_.a
2025-08-20T19:05:35.5360255Z [00:02:33.679]➜  packagefile crypto/aes=/tmp/go-build2960781988/b127/_pkg_.a
2025-08-20T19:05:35.5360853Z [00:02:33.679]➜  packagefile crypto/cipher=/tmp/go-build2960781988/b121/_pkg_.a
2025-08-20T19:05:35.5361442Z [00:02:33.679]➜  packagefile crypto/des=/tmp/go-build2960781988/b128/_pkg_.a
2025-08-20T19:05:35.5361975Z [00:02:33.679]➜  packagefile crypto/dsa=/tmp/go-build2960781988/b169/_pkg_.a
2025-08-20T19:05:35.5362657Z [00:02:33.679]➜  packagefile crypto/ecdh=/tmp/go-build2960781988/b129/_pkg_.a
2025-08-20T19:05:35.5364259Z [00:02:33.679]➜  packagefile crypto/ecdsa=/tmp/go-build2960781988/b134/_pkg_.a
2025-08-20T19:05:35.5365106Z [00:02:33.679]➜  packagefile crypto/ed25519=/tmp/go-build2960781988/b147/_pkg_.a
2025-08-20T19:05:35.5365666Z [00:02:33.679]➜  packagefile crypto/elliptic=/tmp/go-build2960781988/b135/_pkg_.a
2025-08-20T19:05:35.5366135Z [00:02:33.679]➜  packagefile crypto/md5=/tmp/go-build2960781988/b070/_pkg_.a
2025-08-20T19:05:35.5366583Z [00:02:33.679]➜  packagefile crypto/rsa=/tmp/go-build2960781988/b162/_pkg_.a
2025-08-20T19:05:35.5367332Z [00:02:33.679]➜  packagefile crypto/sha1=/tmp/go-build2960781988/b164/_pkg_.a
2025-08-20T19:05:35.5367792Z [00:02:33.679]➜  packagefile crypto/sha256=/tmp/go-build2960781988/b165/_pkg_.a
2025-08-20T19:05:35.5368256Z [00:02:33.679]➜  packagefile crypto/sha512=/tmp/go-build2960781988/b143/_pkg_.a
2025-08-20T19:05:35.5368729Z [00:02:33.679]➜  packagefile crypto/x509/pkix=/tmp/go-build2960781988/b170/_pkg_.a
2025-08-20T19:05:35.5369203Z [00:02:33.679]➜  packagefile encoding/asn1=/tmp/go-build2960781988/b145/_pkg_.a
2025-08-20T19:05:35.5369673Z [00:02:33.679]➜  packagefile encoding/hex=/tmp/go-build2960781988/b107/_pkg_.a
2025-08-20T19:05:35.5370136Z [00:02:33.679]➜  packagefile encoding/pem=/tmp/go-build2960781988/b171/_pkg_.a
2025-08-20T19:05:35.5370573Z [00:02:33.679]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:35.5370982Z [00:02:33.679]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:35.5371511Z [00:02:33.679]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2960781988/b144/_pkg_.a
2025-08-20T19:05:35.5372185Z [00:02:33.679]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2960781988/b146/_pkg_.a
2025-08-20T19:05:35.5372760Z [00:02:33.679]➜  packagefile internal/godebug=/tmp/go-build2960781988/b057/_pkg_.a
2025-08-20T19:05:35.5373398Z [00:02:33.679]➜  packagefile internal/goos=/tmp/go-build2960781988/b016/_pkg_.a
2025-08-20T19:05:35.5373887Z [00:02:33.679]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:35.5374294Z [00:02:33.679]➜  packagefile io/fs=/tmp/go-build2960781988/b053/_pkg_.a
2025-08-20T19:05:35.5374708Z [00:02:33.679]➜  packagefile iter=/tmp/go-build2960781988/b039/_pkg_.a
2025-08-20T19:05:35.5375119Z [00:02:33.679]➜  packagefile maps=/tmp/go-build2960781988/b172/_pkg_.a
2025-08-20T19:05:35.5375527Z [00:02:33.679]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:35.5375944Z [00:02:33.679]➜  packagefile math/big=/tmp/go-build2960781988/b125/_pkg_.a
2025-08-20T19:05:35.5376390Z [00:02:33.679]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:35.5376808Z [00:02:33.679]➜  packagefile net=/tmp/go-build2960781988/b173/_pkg_.a
2025-08-20T19:05:35.5377230Z [00:02:33.679]➜  packagefile net/netip=/tmp/go-build2960781988/b177/_pkg_.a
2025-08-20T19:05:35.5377662Z [00:02:33.679]➜  packagefile net/url=/tmp/go-build2960781988/b180/_pkg_.a
2025-08-20T19:05:35.5378070Z [00:02:33.679]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:35.5378703Z [00:02:33.679]➜  packagefile path/filepath=/tmp/go-build2960781988/b099/_pkg_.a
2025-08-20T19:05:35.5379242Z [00:02:33.679]➜  packagefile reflect=/tmp/go-build2960781988/b037/_pkg_.a
2025-08-20T19:05:35.5379672Z [00:02:33.679]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:35.5380096Z [00:02:33.679]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:35.5380519Z [00:02:33.679]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:35.5380946Z [00:02:33.679]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:35.5381350Z [00:02:33.679]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:35.5381762Z [00:02:33.679]➜  packagefile unicode=/tmp/go-build2960781988/b048/_pkg_.a
2025-08-20T19:05:35.5382205Z [00:02:33.679]➜  packagefile unicode/utf16=/tmp/go-build2960781988/b105/_pkg_.a
2025-08-20T19:05:35.5382667Z [00:02:33.679]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:35.5382992Z [00:02:33.679]➜  EOF
2025-08-20T19:05:35.5395693Z [00:02:33.679]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:35.5398721Z [00:02:33.679]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b168=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid 85SLTK6LI03XY3ff2a5E/85SLTK6LI03XY3ff2a5E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack /root/.go/src/crypto/x509/cert_pool.go /root/.go/src/crypto/x509/oid.go /root/.go/src/crypto/x509/parser.go /root/.go/src/crypto/x509/pem_decrypt.go /root/.go/src/crypto/x509/pkcs1.go /root/.go/src/crypto/x509/pkcs8.go /root/.go/src/crypto/x509/root.go /root/.go/src/crypto/x509/root_linux.go /root/.go/src/crypto/x509/root_unix.go /root/.go/src/crypto/x509/sec1.go /root/.go/src/crypto/x509/verify.go /root/.go/src/crypto/x509/x509.go
2025-08-20T19:05:35.7661879Z [00:02:33.909]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T19:05:35.7811203Z [00:02:33.924]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/d4/d46fb4eb90a2cbda9cbb94d4f95bc7aee45ff660484ba7e5b350b3da7f4e757d-d # internal
2025-08-20T19:05:35.7823996Z [00:02:33.925]➜  net/textproto
2025-08-20T19:05:35.7834463Z [00:02:33.925]➜  mkdir -p $WORK/b189/
2025-08-20T19:05:35.7834872Z [00:02:33.925]➜  cat >/tmp/go-build2960781988/b189/importcfg << 'EOF' # internal
2025-08-20T19:05:35.7835225Z [00:02:33.925]➜  # import config
2025-08-20T19:05:35.7835563Z [00:02:33.925]➜  packagefile bufio=/tmp/go-build2960781988/b102/_pkg_.a
2025-08-20T19:05:35.7836010Z [00:02:33.925]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:35.7836423Z [00:02:33.925]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:35.7836832Z [00:02:33.925]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:35.7837225Z [00:02:33.925]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:35.7837629Z [00:02:33.925]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:35.7838045Z [00:02:33.925]➜  packagefile net=/tmp/go-build2960781988/b173/_pkg_.a
2025-08-20T19:05:35.7838458Z [00:02:33.925]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:35.7838886Z [00:02:33.925]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:35.7839299Z [00:02:33.925]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:35.7839605Z [00:02:33.925]➜  EOF
2025-08-20T19:05:35.7841655Z [00:02:33.925]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b189=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid Hcarz8xEdVtgR5eUDtj_/Hcarz8xEdVtgR5eUDtj_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack /root/.go/src/net/textproto/header.go /root/.go/src/net/textproto/pipeline.go /root/.go/src/net/textproto/reader.go /root/.go/src/net/textproto/textproto.go /root/.go/src/net/textproto/writer.go
2025-08-20T19:05:35.8156757Z [00:02:33.959]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T19:05:35.8247899Z [00:02:33.968]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/bf/bfb593b9019fe0e0c0f313b2c764c25663922f5fce51589f147b195aefbf53ed-d # internal
2025-08-20T19:05:35.8256721Z [00:02:33.968]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T19:05:35.8257069Z [00:02:33.968]➜  mkdir -p $WORK/b190/
2025-08-20T19:05:35.8257405Z [00:02:33.968]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix
2025-08-20T19:05:35.8258640Z [00:02:33.968]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix=>golang.org/x/sys@v0.29.0/unix;$WORK/b275=>" -I $WORK/b275/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b275/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T19:05:35.8280520Z [00:02:33.971]➜  cat >/tmp/go-build2960781988/b190/importcfg << 'EOF' # internal
2025-08-20T19:05:35.8282363Z [00:02:33.971]➜  # import config
2025-08-20T19:05:35.8282807Z [00:02:33.971]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T19:05:35.8283414Z [00:02:33.971]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:35.8283900Z [00:02:33.971]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:35.8284403Z [00:02:33.971]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2960781988/b182/_pkg_.a
2025-08-20T19:05:35.8285288Z [00:02:33.971]➜  packagefile net=/tmp/go-build2960781988/b173/_pkg_.a
2025-08-20T19:05:35.8285715Z [00:02:33.971]➜  packagefile net/netip=/tmp/go-build2960781988/b177/_pkg_.a
2025-08-20T19:05:35.8286150Z [00:02:33.971]➜  packagefile net/url=/tmp/go-build2960781988/b180/_pkg_.a
2025-08-20T19:05:35.8286567Z [00:02:33.971]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:35.8286977Z [00:02:33.971]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:35.8287434Z [00:02:33.971]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:35.8287765Z [00:02:33.971]➜  EOF
2025-08-20T19:05:35.8288009Z [00:02:33.971]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:35.8289923Z [00:02:33.971]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b190=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid P9KVwjKzuWCq6Lkzx5Yh/P9KVwjKzuWCq6Lkzx5Yh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b190/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T19:05:35.8308581Z [00:02:33.974]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.29.0/unix
2025-08-20T19:05:35.8313621Z [00:02:33.974]➜  go tool pack r $WORK/b275/_pkg_.a $WORK/b275/asm_linux_arm64.o # internal
2025-08-20T19:05:35.8314083Z [00:02:33.974]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T19:05:35.8373098Z [00:02:33.981]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T19:05:35.8385907Z [00:02:33.982]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/ef/ef24c0080f44f324527ad012efec8e0b73ef10f41ce4c8ac88964eddac4fdb7d-d # internal
2025-08-20T19:05:35.8387754Z [00:02:33.982]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T19:05:35.8388306Z [00:02:33.982]➜  mkdir -p $WORK/b181/
2025-08-20T19:05:35.8392849Z [00:02:33.983]➜  cat >/tmp/go-build2960781988/b181/importcfg << 'EOF' # internal
2025-08-20T19:05:35.8393355Z [00:02:33.983]➜  # import config
2025-08-20T19:05:35.8394971Z [00:02:33.983]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T19:05:35.8395504Z [00:02:33.983]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2960781988/b182/_pkg_.a
2025-08-20T19:05:35.8395991Z [00:02:33.983]➜  packagefile net=/tmp/go-build2960781988/b173/_pkg_.a
2025-08-20T19:05:35.8396430Z [00:02:33.983]➜  packagefile net/textproto=/tmp/go-build2960781988/b189/_pkg_.a
2025-08-20T19:05:35.8397165Z [00:02:33.983]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:35.8397679Z [00:02:33.983]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:35.8398012Z [00:02:33.983]➜  EOF
2025-08-20T19:05:35.8398274Z [00:02:33.983]➜  cd /tmp/tmp.nglcQx2wbq/TEMPREPO
2025-08-20T19:05:35.8401111Z [00:02:33.983]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b181=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid X4Rj3HUo9RYYizrziKeP/X4Rj3HUo9RYYizrziKeP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpguts/guts.go /root/.go/src/vendor/golang.org/x/net/http/httpguts/httplex.go
2025-08-20T19:05:35.8597033Z [00:02:34.002]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/90/907f9686c79c342e8bdb703a5c6226f5a3e26128081b3fdb3dd3c1a4a3ba0ef9-d # internal
2025-08-20T19:05:35.8606745Z [00:02:34.004]➜  mime/multipart
2025-08-20T19:05:35.8607331Z [00:02:34.004]➜  mkdir -p $WORK/b193/
2025-08-20T19:05:35.8627517Z [00:02:34.006]➜  cat >/tmp/go-build2960781988/b193/importcfg << 'EOF' # internal
2025-08-20T19:05:35.8628148Z [00:02:34.006]➜  # import config
2025-08-20T19:05:35.8628636Z [00:02:34.006]➜  packagefile bufio=/tmp/go-build2960781988/b102/_pkg_.a
2025-08-20T19:05:35.8630137Z [00:02:34.006]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:35.8630872Z [00:02:34.006]➜  packagefile crypto/rand=/tmp/go-build2960781988/b119/_pkg_.a
2025-08-20T19:05:35.8632259Z [00:02:34.006]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:35.8632976Z [00:02:34.006]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:35.8633756Z [00:02:34.006]➜  packagefile internal/godebug=/tmp/go-build2960781988/b057/_pkg_.a
2025-08-20T19:05:35.8634739Z [00:02:34.006]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:35.8635481Z [00:02:34.006]➜  packagefile maps=/tmp/go-build2960781988/b172/_pkg_.a
2025-08-20T19:05:35.8636079Z [00:02:34.006]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:35.8636757Z [00:02:34.006]➜  packagefile mime=/tmp/go-build2960781988/b192/_pkg_.a
2025-08-20T19:05:35.8637547Z [00:02:34.006]➜  packagefile mime/quotedprintable=/tmp/go-build2960781988/b194/_pkg_.a
2025-08-20T19:05:35.8638580Z [00:02:34.006]➜  packagefile net/textproto=/tmp/go-build2960781988/b189/_pkg_.a
2025-08-20T19:05:35.8639245Z [00:02:34.006]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:35.8640193Z [00:02:34.006]➜  packagefile path/filepath=/tmp/go-build2960781988/b099/_pkg_.a
2025-08-20T19:05:35.8640872Z [00:02:34.006]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:35.8641523Z [00:02:34.006]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:35.8642379Z [00:02:34.006]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:35.8642968Z [00:02:34.006]➜  EOF
2025-08-20T19:05:35.8645610Z [00:02:34.006]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b193=>" -p mime/multipart -lang=go1.25 -std -complete -installsuffix shared -buildid w7XsgNceqMxV_M3Kzwv6/w7XsgNceqMxV_M3Kzwv6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack /root/.go/src/mime/multipart/formdata.go /root/.go/src/mime/multipart/multipart.go /root/.go/src/mime/multipart/readmimeheader.go /root/.go/src/mime/multipart/writer.go
2025-08-20T19:05:35.8725900Z [00:02:34.016]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T19:05:35.8752278Z [00:02:34.019]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/de/de764883009f16241c9acea03b1c934679cb1c0351121a5f72443b51471bf57a-d # internal
2025-08-20T19:05:35.8753511Z [00:02:34.019]➜  github.com/aretext/aretext/cellwidth
2025-08-20T19:05:35.8754237Z [00:02:34.019]➜  mkdir -p $WORK/b206/
2025-08-20T19:05:35.8754704Z [00:02:34.019]➜  cat >/tmp/go-build2960781988/b206/importcfg << 'EOF' # internal
2025-08-20T19:05:35.8755060Z [00:02:34.019]➜  # import config
2025-08-20T19:05:35.8755528Z [00:02:34.019]➜  packagefile github.com/aretext/aretext/text/segment=/tmp/go-build2960781988/b207/_pkg_.a
2025-08-20T19:05:35.8756139Z [00:02:34.019]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2960781988/b208/_pkg_.a
2025-08-20T19:05:35.8756652Z [00:02:34.019]➜  packagefile unicode=/tmp/go-build2960781988/b048/_pkg_.a
2025-08-20T19:05:35.8756967Z [00:02:34.019]➜  EOF
2025-08-20T19:05:35.8757247Z [00:02:34.019]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T19:05:35.8766376Z [00:02:34.020]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/a6/a6b6cf4fe9d243a5469d1f4fee7b8af528adb0d1385428250090a520593c5fe9-d # internal
2025-08-20T19:05:35.8767508Z [00:02:34.020]➜  golang.org/x/term
2025-08-20T19:05:35.8767800Z [00:02:34.020]➜  mkdir -p $WORK/b276/
2025-08-20T19:05:35.8788767Z [00:02:34.022]➜  cat >/tmp/go-build2960781988/b276/importcfg << 'EOF' # internal
2025-08-20T19:05:35.8789602Z [00:02:34.022]➜  # import config
2025-08-20T19:05:35.8791412Z [00:02:34.022]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:35.8791927Z [00:02:34.022]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2960781988/b275/_pkg_.a
2025-08-20T19:05:35.8792388Z [00:02:34.022]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:35.8793250Z [00:02:34.022]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:35.8793740Z [00:02:34.022]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:35.8794163Z [00:02:34.022]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:35.8794601Z [00:02:34.022]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:35.8794932Z [00:02:34.022]➜  EOF
2025-08-20T19:05:35.8797086Z [00:02:34.022]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b276/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/term@v0.28.0=>golang.org/x/term@v0.28.0;$WORK/b276=>" -p golang.org/x/term -lang=go1.18 -complete -installsuffix shared -buildid _auc-SOQ0LdmG0gWouUD/_auc-SOQ0LdmG0gWouUD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b276/importcfg -pack /root/go/pkg/mod/golang.org/x/term@v0.28.0/term.go /root/go/pkg/mod/golang.org/x/term@v0.28.0/term_unix.go /root/go/pkg/mod/golang.org/x/term@v0.28.0/term_unix_other.go /root/go/pkg/mod/golang.org/x/term@v0.28.0/terminal.go
2025-08-20T19:05:35.8800382Z [00:02:34.022]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b206/_pkg_.a -trimpath "/tmp/tmp.nglcQx2wbq/TEMPREPO/cellwidth=>github.com/aretext/aretext/cellwidth;$WORK/b206=>" -p github.com/aretext/aretext/cellwidth -lang=go1.23 -complete -installsuffix shared -buildid oJaW6sgBUKOUKvzFnCOX/oJaW6sgBUKOUKvzFnCOX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/importcfg -pack ./cellwidth/cellwidth.go
2025-08-20T19:05:35.9036315Z [00:02:34.047]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T19:05:35.9041122Z [00:02:34.047]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/75/75eb60c505aa18eafd82edd32197a1a4f96d45acbb4d465ac78858781ed2fc9e-d # internal
2025-08-20T19:05:35.9685007Z [00:02:34.112]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T19:05:35.9693350Z [00:02:34.113]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/6a/6a3992199ae1e50a7b6582bf9553fa64d7995aeca9f63ae2556b13781ee936bc-d # internal
2025-08-20T19:05:35.9698330Z [00:02:34.113]➜  github.com/gdamore/tcell/v2
2025-08-20T19:05:35.9698664Z [00:02:34.113]➜  mkdir -p $WORK/b231/
2025-08-20T19:05:35.9700584Z [00:02:34.114]➜  cat >/tmp/go-build2960781988/b231/importcfg << 'EOF' # internal
2025-08-20T19:05:35.9702462Z [00:02:34.114]➜  # import config
2025-08-20T19:05:35.9703544Z [00:02:34.114]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:35.9704071Z [00:02:34.114]➜  packagefile encoding/base64=/tmp/go-build2960781988/b104/_pkg_.a
2025-08-20T19:05:35.9704759Z [00:02:34.114]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:35.9705251Z [00:02:34.114]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:35.9705744Z [00:02:34.114]➜  packagefile github.com/gdamore/encoding=/tmp/go-build2960781988/b232/_pkg_.a
2025-08-20T19:05:35.9706378Z [00:02:34.114]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:35.9707043Z [00:02:34.114]➜  packagefile github.com/gdamore/tcell/v2/terminfo/base=/tmp/go-build2960781988/b236/_pkg_.a
2025-08-20T19:05:35.9707720Z [00:02:34.114]➜  packagefile github.com/gdamore/tcell/v2/terminfo/dynamic=/tmp/go-build2960781988/b242/_pkg_.a
2025-08-20T19:05:35.9708414Z [00:02:34.114]➜  packagefile github.com/gdamore/tcell/v2/terminfo/extended=/tmp/go-build2960781988/b243/_pkg_.a
2025-08-20T19:05:35.9709082Z [00:02:34.114]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build2960781988/b272/_pkg_.a
2025-08-20T19:05:35.9709677Z [00:02:34.114]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2960781988/b208/_pkg_.a
2025-08-20T19:05:35.9710241Z [00:02:34.114]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2960781988/b275/_pkg_.a
2025-08-20T19:05:35.9710746Z [00:02:34.114]➜  packagefile golang.org/x/term=/tmp/go-build2960781988/b276/_pkg_.a
2025-08-20T19:05:35.9711266Z [00:02:34.114]➜  packagefile golang.org/x/text/encoding=/tmp/go-build2960781988/b233/_pkg_.a
2025-08-20T19:05:35.9712098Z [00:02:34.114]➜  packagefile golang.org/x/text/transform=/tmp/go-build2960781988/b214/_pkg_.a
2025-08-20T19:05:35.9712601Z [00:02:34.114]➜  packagefile image/color=/tmp/go-build2960781988/b274/_pkg_.a
2025-08-20T19:05:35.9713025Z [00:02:34.114]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:35.9713620Z [00:02:34.114]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:35.9714024Z [00:02:34.114]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:35.9714450Z [00:02:34.114]➜  packagefile os/signal=/tmp/go-build2960781988/b277/_pkg_.a
2025-08-20T19:05:35.9714882Z [00:02:34.114]➜  packagefile reflect=/tmp/go-build2960781988/b037/_pkg_.a
2025-08-20T19:05:35.9715302Z [00:02:34.114]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:35.9715726Z [00:02:34.114]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:35.9716138Z [00:02:34.114]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:35.9716559Z [00:02:34.114]➜  packagefile syscall=/tmp/go-build2960781988/b059/_pkg_.a
2025-08-20T19:05:35.9716971Z [00:02:34.114]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:35.9717409Z [00:02:34.114]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:35.9717738Z [00:02:34.114]➜  EOF
2025-08-20T19:05:35.9727543Z [00:02:34.115]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b231/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1=>github.com/gdamore/tcell/v2@v2.8.1;$WORK/b231=>" -p github.com/gdamore/tcell/v2 -lang=go1.12 -complete -installsuffix shared -buildid VmJ2k7fafkJJzcAI-cvR/VmJ2k7fafkJJzcAI-cvR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b231/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/attr.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/cell.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/charset_unix.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/color.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/colorfit.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/console_stub.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/doc.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/encoding.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/errors.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/event.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/focus.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/interrupt.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/key.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/mouse.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/nonblock_unix.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/paste.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/resize.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/runes.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/screen.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/simulation.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/stdin_unix.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/style.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terms_default.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/terms_dynamic.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/tscreen.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/tscreen_unix.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/tty.go /root/go/pkg/mod/github.com/gdamore/tcell/v2@v2.8.1/tty_unix.go
2025-08-20T19:05:35.9826186Z [00:02:34.126]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T19:05:35.9842353Z [00:02:34.128]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d # internal
2025-08-20T19:05:35.9933597Z [00:02:34.137]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T19:05:35.9977115Z [00:02:34.141]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/ea/ea77ec145a7a693557edef1ecc334169db78f105b3e906e194a22b22103001b7-d # internal
2025-08-20T19:05:36.0005902Z [00:02:34.144]➜  crypto/tls
2025-08-20T19:05:36.0006272Z [00:02:34.144]➜  mkdir -p $WORK/b126/
2025-08-20T19:05:36.0006663Z [00:02:34.144]➜  cat >/tmp/go-build2960781988/b126/importcfg << 'EOF' # internal
2025-08-20T19:05:36.0007014Z [00:02:34.144]➜  # import config
2025-08-20T19:05:36.0007502Z [00:02:34.144]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T19:05:36.0008153Z [00:02:34.144]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T19:05:36.0008658Z [00:02:34.144]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:36.0009126Z [00:02:34.144]➜  packagefile container/list=/tmp/go-build2960781988/b118/_pkg_.a
2025-08-20T19:05:36.0009578Z [00:02:34.144]➜  packagefile context=/tmp/go-build2960781988/b069/_pkg_.a
2025-08-20T19:05:36.0010003Z [00:02:34.144]➜  packagefile crypto=/tmp/go-build2960781988/b071/_pkg_.a
2025-08-20T19:05:36.0010452Z [00:02:34.144]➜  packagefile crypto/aes=/tmp/go-build2960781988/b127/_pkg_.a
2025-08-20T19:05:36.0010915Z [00:02:34.144]➜  packagefile crypto/cipher=/tmp/go-build2960781988/b121/_pkg_.a
2025-08-20T19:05:36.0011373Z [00:02:34.144]➜  packagefile crypto/des=/tmp/go-build2960781988/b128/_pkg_.a
2025-08-20T19:05:36.0012192Z [00:02:34.144]➜  packagefile crypto/ecdh=/tmp/go-build2960781988/b129/_pkg_.a
2025-08-20T19:05:36.0012797Z [00:02:34.144]➜  packagefile crypto/ecdsa=/tmp/go-build2960781988/b134/_pkg_.a
2025-08-20T19:05:36.0013393Z [00:02:34.144]➜  packagefile crypto/ed25519=/tmp/go-build2960781988/b147/_pkg_.a
2025-08-20T19:05:36.0013930Z [00:02:34.144]➜  packagefile crypto/elliptic=/tmp/go-build2960781988/b135/_pkg_.a
2025-08-20T19:05:36.0014400Z [00:02:34.144]➜  packagefile crypto/hkdf=/tmp/go-build2960781988/b150/_pkg_.a
2025-08-20T19:05:36.0014855Z [00:02:34.144]➜  packagefile crypto/hmac=/tmp/go-build2960781988/b152/_pkg_.a
2025-08-20T19:05:36.0015351Z [00:02:34.144]➜  packagefile crypto/internal/boring=/tmp/go-build2960781988/b120/_pkg_.a
2025-08-20T19:05:36.0015920Z [00:02:34.144]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2960781988/b080/_pkg_.a
2025-08-20T19:05:36.0016500Z [00:02:34.144]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build2960781988/b122/_pkg_.a
2025-08-20T19:05:36.0017083Z [00:02:34.144]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build2960781988/b153/_pkg_.a
2025-08-20T19:05:36.0017656Z [00:02:34.144]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build2960781988/b154/_pkg_.a
2025-08-20T19:05:36.0018491Z [00:02:34.144]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build2960781988/b155/_pkg_.a
2025-08-20T19:05:36.0019125Z [00:02:34.144]➜  packagefile crypto/internal/hpke=/tmp/go-build2960781988/b156/_pkg_.a
2025-08-20T19:05:36.0019606Z [00:02:34.144]➜  packagefile crypto/md5=/tmp/go-build2960781988/b070/_pkg_.a
2025-08-20T19:05:36.0020057Z [00:02:34.144]➜  packagefile crypto/rand=/tmp/go-build2960781988/b119/_pkg_.a
2025-08-20T19:05:36.0020520Z [00:02:34.144]➜  packagefile crypto/rc4=/tmp/go-build2960781988/b161/_pkg_.a
2025-08-20T19:05:36.0020962Z [00:02:34.144]➜  packagefile crypto/rsa=/tmp/go-build2960781988/b162/_pkg_.a
2025-08-20T19:05:36.0021410Z [00:02:34.144]➜  packagefile crypto/sha1=/tmp/go-build2960781988/b164/_pkg_.a
2025-08-20T19:05:36.0021867Z [00:02:34.144]➜  packagefile crypto/sha256=/tmp/go-build2960781988/b165/_pkg_.a
2025-08-20T19:05:36.0022326Z [00:02:34.144]➜  packagefile crypto/sha512=/tmp/go-build2960781988/b143/_pkg_.a
2025-08-20T19:05:36.0022798Z [00:02:34.144]➜  packagefile crypto/subtle=/tmp/go-build2960781988/b123/_pkg_.a
2025-08-20T19:05:36.0023511Z [00:02:34.144]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build2960781988/b166/_pkg_.a
2025-08-20T19:05:36.0024086Z [00:02:34.144]➜  packagefile crypto/x509=/tmp/go-build2960781988/b168/_pkg_.a
2025-08-20T19:05:36.0024549Z [00:02:34.144]➜  packagefile encoding/pem=/tmp/go-build2960781988/b171/_pkg_.a
2025-08-20T19:05:36.0024989Z [00:02:34.144]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:36.0025667Z [00:02:34.144]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:36.0026232Z [00:02:34.144]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build2960781988/b157/_pkg_.a
2025-08-20T19:05:36.0026891Z [00:02:34.144]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2960781988/b144/_pkg_.a
2025-08-20T19:05:36.0027404Z [00:02:34.144]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:36.0027871Z [00:02:34.144]➜  packagefile internal/byteorder=/tmp/go-build2960781988/b011/_pkg_.a
2025-08-20T19:05:36.0028357Z [00:02:34.144]➜  packagefile internal/cpu=/tmp/go-build2960781988/b010/_pkg_.a
2025-08-20T19:05:36.0028834Z [00:02:34.144]➜  packagefile internal/godebug=/tmp/go-build2960781988/b057/_pkg_.a
2025-08-20T19:05:36.0029273Z [00:02:34.144]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:36.0029673Z [00:02:34.144]➜  packagefile net=/tmp/go-build2960781988/b173/_pkg_.a
2025-08-20T19:05:36.0030080Z [00:02:34.144]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:36.0030493Z [00:02:34.144]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:36.0030912Z [00:02:34.144]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:36.0031323Z [00:02:34.144]➜  packagefile sort=/tmp/go-build2960781988/b095/_pkg_.a
2025-08-20T19:05:36.0031734Z [00:02:34.144]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:36.0032166Z [00:02:34.144]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:36.0032586Z [00:02:34.144]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:36.0033020Z [00:02:34.144]➜  packagefile sync/atomic=/tmp/go-build2960781988/b046/_pkg_.a
2025-08-20T19:05:36.0033657Z [00:02:34.144]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:36.0034065Z [00:02:34.144]➜  packagefile weak=/tmp/go-build2960781988/b140/_pkg_.a
2025-08-20T19:05:36.0034383Z [00:02:34.144]➜  EOF
2025-08-20T19:05:36.0038816Z [00:02:34.144]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/.go/src/crypto/tls=>crypto/tls;$WORK/b126=>" -p crypto/tls -lang=go1.25 -std -complete -installsuffix shared -buildid F41gWvxSs0uYuwoRTRBU/F41gWvxSs0uYuwoRTRBU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b126/importcfg -pack /root/.go/src/crypto/tls/alert.go /root/.go/src/crypto/tls/auth.go /root/.go/src/crypto/tls/cache.go /root/.go/src/crypto/tls/cipher_suites.go /root/.go/src/crypto/tls/common.go /root/.go/src/crypto/tls/common_string.go /root/.go/src/crypto/tls/conn.go /root/.go/src/crypto/tls/defaults.go /root/.go/src/crypto/tls/defaults_fips140.go /root/.go/src/crypto/tls/ech.go /root/.go/src/crypto/tls/handshake_client.go /root/.go/src/crypto/tls/handshake_client_tls13.go /root/.go/src/crypto/tls/handshake_messages.go /root/.go/src/crypto/tls/handshake_server.go /root/.go/src/crypto/tls/handshake_server_tls13.go /root/.go/src/crypto/tls/key_agreement.go /root/.go/src/crypto/tls/key_schedule.go /root/.go/src/crypto/tls/prf.go /root/.go/src/crypto/tls/quic.go /root/.go/src/crypto/tls/ticket.go /root/.go/src/crypto/tls/tls.go
2025-08-20T19:05:36.2123920Z [00:02:34.356]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T19:05:36.2171158Z [00:02:34.361]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/93/93a6bc9e9f5169c4b50d6961572a0f836da083ced0f682e9fdb37c12e36989de-d # internal
2025-08-20T19:05:36.5570925Z [00:02:34.700]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T19:05:36.5683818Z [00:02:34.712]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/8d/8d94d250b7f2827ede2db868b0bde4cdedde07bab3af14eaab1bde6169b8ae47-d # internal
2025-08-20T19:05:36.5684967Z [00:02:34.712]➜  net/http/httptrace
2025-08-20T19:05:36.5685301Z [00:02:34.712]➜  mkdir -p $WORK/b195/
2025-08-20T19:05:36.5686884Z [00:02:34.712]➜  cat >/tmp/go-build2960781988/b195/importcfg << 'EOF' # internal
2025-08-20T19:05:36.5687647Z [00:02:34.712]➜  # import config
2025-08-20T19:05:36.5688001Z [00:02:34.712]➜  packagefile context=/tmp/go-build2960781988/b069/_pkg_.a
2025-08-20T19:05:36.5688448Z [00:02:34.712]➜  packagefile crypto/tls=/tmp/go-build2960781988/b126/_pkg_.a
2025-08-20T19:05:36.5688924Z [00:02:34.712]➜  packagefile internal/nettrace=/tmp/go-build2960781988/b175/_pkg_.a
2025-08-20T19:05:36.5689373Z [00:02:34.712]➜  packagefile net=/tmp/go-build2960781988/b173/_pkg_.a
2025-08-20T19:05:36.5689830Z [00:02:34.712]➜  packagefile net/textproto=/tmp/go-build2960781988/b189/_pkg_.a
2025-08-20T19:05:36.5690274Z [00:02:34.712]➜  packagefile reflect=/tmp/go-build2960781988/b037/_pkg_.a
2025-08-20T19:05:36.5690692Z [00:02:34.712]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:36.5691002Z [00:02:34.712]➜  EOF
2025-08-20T19:05:36.5692543Z [00:02:34.712]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b195=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid rfPZp9qc-6PNTIIrRdL4/rfPZp9qc-6PNTIIrRdL4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T19:05:36.5906634Z [00:02:34.734]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T19:05:36.5913339Z [00:02:34.735]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/9c/9cbe97e346798e1ca25b151b942a87cf6632570ca8949b8da7234f4fa07c72d2-d # internal
2025-08-20T19:05:36.5914027Z [00:02:34.735]➜  net/http/internal/httpcommon
2025-08-20T19:05:36.5914320Z [00:02:34.735]➜  mkdir -p $WORK/b198/
2025-08-20T19:05:36.5915953Z [00:02:34.735]➜  cat >/tmp/go-build2960781988/b198/importcfg << 'EOF' # internal
2025-08-20T19:05:36.5916352Z [00:02:34.735]➜  # import config
2025-08-20T19:05:36.5916783Z [00:02:34.735]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T19:05:36.5917354Z [00:02:34.735]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T19:05:36.5917866Z [00:02:34.735]➜  packagefile context=/tmp/go-build2960781988/b069/_pkg_.a
2025-08-20T19:05:36.5918293Z [00:02:34.735]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:36.5918703Z [00:02:34.735]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:36.5919228Z [00:02:34.735]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2960781988/b181/_pkg_.a
2025-08-20T19:05:36.5920089Z [00:02:34.735]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build2960781988/b191/_pkg_.a
2025-08-20T19:05:36.5920725Z [00:02:34.735]➜  packagefile net/http/httptrace=/tmp/go-build2960781988/b195/_pkg_.a
2025-08-20T19:05:36.5921214Z [00:02:34.735]➜  packagefile net/textproto=/tmp/go-build2960781988/b189/_pkg_.a
2025-08-20T19:05:36.5921675Z [00:02:34.735]➜  packagefile net/url=/tmp/go-build2960781988/b180/_pkg_.a
2025-08-20T19:05:36.5922091Z [00:02:34.735]➜  packagefile sort=/tmp/go-build2960781988/b095/_pkg_.a
2025-08-20T19:05:36.5922522Z [00:02:34.735]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:36.5922948Z [00:02:34.735]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:36.5923647Z [00:02:34.735]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:36.5923966Z [00:02:34.735]➜  EOF
2025-08-20T19:05:36.5925681Z [00:02:34.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b198=>" -p net/http/internal/httpcommon -lang=go1.25 -std -complete -installsuffix shared -buildid Cy6zNOsid188_CRkXwQO/Cy6zNOsid188_CRkXwQO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T19:05:36.6246092Z [00:02:34.768]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T19:05:36.6251456Z [00:02:34.769]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d # internal
2025-08-20T19:05:36.6260408Z [00:02:34.770]➜  net/http
2025-08-20T19:05:36.6261634Z [00:02:34.770]➜  mkdir -p $WORK/b113/
2025-08-20T19:05:36.6266726Z [00:02:34.770]➜  cat >/tmp/go-build2960781988/b113/importcfg << 'EOF' # internal
2025-08-20T19:05:36.6267152Z [00:02:34.770]➜  # import config
2025-08-20T19:05:36.6267592Z [00:02:34.770]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T19:05:36.6268210Z [00:02:34.770]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T19:05:36.6268792Z [00:02:34.770]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T19:05:36.6269300Z [00:02:34.770]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T19:05:36.6269742Z [00:02:34.770]➜  packagefile bufio=/tmp/go-build2960781988/b102/_pkg_.a
2025-08-20T19:05:36.6270161Z [00:02:34.770]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:36.6270614Z [00:02:34.770]➜  packagefile compress/gzip=/tmp/go-build2960781988/b114/_pkg_.a
2025-08-20T19:05:36.6271088Z [00:02:34.770]➜  packagefile container/list=/tmp/go-build2960781988/b118/_pkg_.a
2025-08-20T19:05:36.6271531Z [00:02:34.770]➜  packagefile context=/tmp/go-build2960781988/b069/_pkg_.a
2025-08-20T19:05:36.6271976Z [00:02:34.770]➜  packagefile crypto/rand=/tmp/go-build2960781988/b119/_pkg_.a
2025-08-20T19:05:36.6272440Z [00:02:34.770]➜  packagefile crypto/tls=/tmp/go-build2960781988/b126/_pkg_.a
2025-08-20T19:05:36.6272910Z [00:02:34.770]➜  packagefile encoding/base64=/tmp/go-build2960781988/b104/_pkg_.a
2025-08-20T19:05:36.6273568Z [00:02:34.770]➜  packagefile encoding/binary=/tmp/go-build2960781988/b116/_pkg_.a
2025-08-20T19:05:36.6274021Z [00:02:34.770]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:36.6274432Z [00:02:34.770]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:36.6274971Z [00:02:34.770]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2960781988/b181/_pkg_.a
2025-08-20T19:05:36.6275605Z [00:02:34.770]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build2960781988/b190/_pkg_.a
2025-08-20T19:05:36.6276230Z [00:02:34.770]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build2960781988/b191/_pkg_.a
2025-08-20T19:05:36.6276819Z [00:02:34.770]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2960781988/b182/_pkg_.a
2025-08-20T19:05:36.6277604Z [00:02:34.770]➜  packagefile internal/godebug=/tmp/go-build2960781988/b057/_pkg_.a
2025-08-20T19:05:36.6278187Z [00:02:34.770]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:36.6278593Z [00:02:34.770]➜  packagefile io/fs=/tmp/go-build2960781988/b053/_pkg_.a
2025-08-20T19:05:36.6278998Z [00:02:34.770]➜  packagefile log=/tmp/go-build2960781988/b186/_pkg_.a
2025-08-20T19:05:36.6279401Z [00:02:34.770]➜  packagefile maps=/tmp/go-build2960781988/b172/_pkg_.a
2025-08-20T19:05:36.6279816Z [00:02:34.770]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:36.6280237Z [00:02:34.770]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:36.6280671Z [00:02:34.770]➜  packagefile math/rand=/tmp/go-build2960781988/b098/_pkg_.a
2025-08-20T19:05:36.6281089Z [00:02:34.770]➜  packagefile mime=/tmp/go-build2960781988/b192/_pkg_.a
2025-08-20T19:05:36.6281528Z [00:02:34.770]➜  packagefile mime/multipart=/tmp/go-build2960781988/b193/_pkg_.a
2025-08-20T19:05:36.6281974Z [00:02:34.770]➜  packagefile net=/tmp/go-build2960781988/b173/_pkg_.a
2025-08-20T19:05:36.6282426Z [00:02:34.770]➜  packagefile net/http/httptrace=/tmp/go-build2960781988/b195/_pkg_.a
2025-08-20T19:05:36.6282952Z [00:02:34.770]➜  packagefile net/http/internal=/tmp/go-build2960781988/b196/_pkg_.a
2025-08-20T19:05:36.6283988Z [00:02:34.770]➜  packagefile net/http/internal/ascii=/tmp/go-build2960781988/b197/_pkg_.a
2025-08-20T19:05:36.6284552Z [00:02:34.770]➜  packagefile net/http/internal/httpcommon=/tmp/go-build2960781988/b198/_pkg_.a
2025-08-20T19:05:36.6285370Z [00:02:34.770]➜  packagefile net/textproto=/tmp/go-build2960781988/b189/_pkg_.a
2025-08-20T19:05:36.6285817Z [00:02:34.770]➜  packagefile net/url=/tmp/go-build2960781988/b180/_pkg_.a
2025-08-20T19:05:36.6286222Z [00:02:34.770]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:36.6286623Z [00:02:34.770]➜  packagefile path=/tmp/go-build2960781988/b055/_pkg_.a
2025-08-20T19:05:36.6287069Z [00:02:34.770]➜  packagefile path/filepath=/tmp/go-build2960781988/b099/_pkg_.a
2025-08-20T19:05:36.6287514Z [00:02:34.770]➜  packagefile reflect=/tmp/go-build2960781988/b037/_pkg_.a
2025-08-20T19:05:36.6287937Z [00:02:34.770]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:36.6288351Z [00:02:34.770]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:36.6288762Z [00:02:34.770]➜  packagefile sort=/tmp/go-build2960781988/b095/_pkg_.a
2025-08-20T19:05:36.6289184Z [00:02:34.770]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:36.6289605Z [00:02:34.770]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:36.6290016Z [00:02:34.770]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:36.6290447Z [00:02:34.770]➜  packagefile sync/atomic=/tmp/go-build2960781988/b046/_pkg_.a
2025-08-20T19:05:36.6290876Z [00:02:34.770]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:36.6291300Z [00:02:34.770]➜  packagefile unicode=/tmp/go-build2960781988/b048/_pkg_.a
2025-08-20T19:05:36.6291744Z [00:02:34.770]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:36.6292074Z [00:02:34.770]➜  EOF
2025-08-20T19:05:36.6297362Z [00:02:34.770]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b113=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid hfHFTymbrKGC-h7on-Ku/hfHFTymbrKGC-h7on-Ku -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack /root/.go/src/net/http/client.go /root/.go/src/net/http/clone.go /root/.go/src/net/http/cookie.go /root/.go/src/net/http/csrf.go /root/.go/src/net/http/doc.go /root/.go/src/net/http/filetransport.go /root/.go/src/net/http/fs.go /root/.go/src/net/http/h2_bundle.go /root/.go/src/net/http/h2_error.go /root/.go/src/net/http/header.go /root/.go/src/net/http/http.go /root/.go/src/net/http/jar.go /root/.go/src/net/http/mapping.go /root/.go/src/net/http/method.go /root/.go/src/net/http/pattern.go /root/.go/src/net/http/request.go /root/.go/src/net/http/response.go /root/.go/src/net/http/responsecontroller.go /root/.go/src/net/http/roundtrip.go /root/.go/src/net/http/routing_index.go /root/.go/src/net/http/routing_tree.go /root/.go/src/net/http/servemux121.go /root/.go/src/net/http/server.go /root/.go/src/net/http/sniff.go /root/.go/src/net/http/socks_bundle.go /root/.go/src/net/http/status.go /root/.go/src/net/http/transfer.go /root/.go/src/net/http/transport.go /root/.go/src/net/http/transport_default_other.go
2025-08-20T19:05:37.5287466Z [00:02:35.672]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T19:05:37.5487324Z [00:02:35.692]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/73/73fd81efbef0268da6b4e1932f5d445659f3e7594a3d97fa68c29224c20f6242-d # internal
2025-08-20T19:05:37.5488253Z [00:02:35.692]➜  net/http/httptest
2025-08-20T19:05:37.5491848Z [00:02:35.693]➜  mkdir -p $WORK/b199/
2025-08-20T19:05:37.5492886Z [00:02:35.693]➜  cat >/tmp/go-build2960781988/b199/importcfg << 'EOF' # internal
2025-08-20T19:05:37.5494401Z [00:02:35.693]➜  # import config
2025-08-20T19:05:37.5494936Z [00:02:35.693]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T19:05:37.5495456Z [00:02:35.693]➜  packagefile bufio=/tmp/go-build2960781988/b102/_pkg_.a
2025-08-20T19:05:37.5495872Z [00:02:35.693]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:37.5496290Z [00:02:35.693]➜  packagefile context=/tmp/go-build2960781988/b069/_pkg_.a
2025-08-20T19:05:37.5497202Z [00:02:35.693]➜  packagefile crypto/tls=/tmp/go-build2960781988/b126/_pkg_.a
2025-08-20T19:05:37.5497662Z [00:02:35.693]➜  packagefile crypto/x509=/tmp/go-build2960781988/b168/_pkg_.a
2025-08-20T19:05:37.5498098Z [00:02:35.693]➜  packagefile flag=/tmp/go-build2960781988/b032/_pkg_.a
2025-08-20T19:05:37.5498502Z [00:02:35.693]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:37.5499133Z [00:02:35.693]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2960781988/b181/_pkg_.a
2025-08-20T19:05:37.5499654Z [00:02:35.693]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:37.5500056Z [00:02:35.693]➜  packagefile log=/tmp/go-build2960781988/b186/_pkg_.a
2025-08-20T19:05:37.5500454Z [00:02:35.693]➜  packagefile net=/tmp/go-build2960781988/b173/_pkg_.a
2025-08-20T19:05:37.5500870Z [00:02:35.693]➜  packagefile net/http=/tmp/go-build2960781988/b113/_pkg_.a
2025-08-20T19:05:37.5501381Z [00:02:35.693]➜  packagefile net/http/internal/testcert=/tmp/go-build2960781988/b200/_pkg_.a
2025-08-20T19:05:37.5501894Z [00:02:35.693]➜  packagefile net/textproto=/tmp/go-build2960781988/b189/_pkg_.a
2025-08-20T19:05:37.5502349Z [00:02:35.693]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:37.5502757Z [00:02:35.693]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:37.5503353Z [00:02:35.693]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:37.5503857Z [00:02:35.693]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:37.5504265Z [00:02:35.693]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:37.5504567Z [00:02:35.693]➜  EOF
2025-08-20T19:05:37.5506410Z [00:02:35.693]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/.go/src/net/http/httptest=>net/http/httptest;$WORK/b199=>" -p net/http/httptest -lang=go1.25 -std -complete -installsuffix shared -buildid tk8DbG2xcNiFJKQfizxm/tk8DbG2xcNiFJKQfizxm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /root/.go/src/net/http/httptest/httptest.go /root/.go/src/net/http/httptest/recorder.go /root/.go/src/net/http/httptest/server.go
2025-08-20T19:05:37.6100536Z [00:02:35.753]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T19:05:37.6116365Z [00:02:35.755]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/7d/7d0363be4b00c60c48f9f2d545aa410693b8e33d9893bc7d3b0b049957257dd3-d # internal
2025-08-20T19:05:37.6119274Z [00:02:35.755]➜  github.com/stretchr/testify/assert
2025-08-20T19:05:37.6125235Z [00:02:35.756]➜  mkdir -p $WORK/b101/
2025-08-20T19:05:37.6126420Z [00:02:35.756]➜  cat >/tmp/go-build2960781988/b101/importcfg << 'EOF' # internal
2025-08-20T19:05:37.6126922Z [00:02:35.756]➜  # import config
2025-08-20T19:05:37.6127273Z [00:02:35.756]➜  packagefile bufio=/tmp/go-build2960781988/b102/_pkg_.a
2025-08-20T19:05:37.6127692Z [00:02:35.756]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:37.6128164Z [00:02:35.756]➜  packagefile encoding/json=/tmp/go-build2960781988/b103/_pkg_.a
2025-08-20T19:05:37.6128605Z [00:02:35.756]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:37.6129016Z [00:02:35.756]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:37.6133559Z [00:02:35.756]➜  packagefile github.com/davecgh/go-spew/spew=/tmp/go-build2960781988/b106/_pkg_.a
2025-08-20T19:05:37.6134264Z [00:02:35.756]➜  packagefile github.com/pmezard/go-difflib/difflib=/tmp/go-build2960781988/b110/_pkg_.a
2025-08-20T19:05:37.6134914Z [00:02:35.756]➜  packagefile github.com/stretchr/testify/assert/yaml=/tmp/go-build2960781988/b111/_pkg_.a
2025-08-20T19:05:37.6135440Z [00:02:35.756]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:37.6135861Z [00:02:35.756]➜  packagefile net/http=/tmp/go-build2960781988/b113/_pkg_.a
2025-08-20T19:05:37.6136328Z [00:02:35.756]➜  packagefile net/http/httptest=/tmp/go-build2960781988/b199/_pkg_.a
2025-08-20T19:05:37.6137200Z [00:02:35.756]➜  packagefile net/url=/tmp/go-build2960781988/b180/_pkg_.a
2025-08-20T19:05:37.6137609Z [00:02:35.756]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:37.6138025Z [00:02:35.756]➜  packagefile reflect=/tmp/go-build2960781988/b037/_pkg_.a
2025-08-20T19:05:37.6138446Z [00:02:35.756]➜  packagefile regexp=/tmp/go-build2960781988/b108/_pkg_.a
2025-08-20T19:05:37.6138865Z [00:02:35.756]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:37.6139330Z [00:02:35.756]➜  packagefile runtime/debug=/tmp/go-build2960781988/b201/_pkg_.a
2025-08-20T19:05:37.6139778Z [00:02:35.756]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:37.6140194Z [00:02:35.756]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:37.6140608Z [00:02:35.756]➜  packagefile unicode=/tmp/go-build2960781988/b048/_pkg_.a
2025-08-20T19:05:37.6141052Z [00:02:35.756]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:37.6141394Z [00:02:35.756]➜  EOF
2025-08-20T19:05:37.6145783Z [00:02:35.756]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert=>github.com/stretchr/testify@v1.10.0/assert;$WORK/b101=>" -p github.com/stretchr/testify/assert -lang=go1.17 -complete -installsuffix shared -buildid IHYsFKn4R8eis2omFpUD/IHYsFKn4R8eis2omFpUD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/assertion_compare.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/assertion_format.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/assertion_forward.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/assertion_order.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/assertions.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/doc.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/errors.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/forward_assertions.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/http_assertions.go
2025-08-20T19:05:37.7978227Z [00:02:35.941]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T19:05:37.8018180Z [00:02:35.945]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/76/76fcc476caca21c2da29d790b54523b9657c7074ae8647fe252d7c99593fa2c4-d # internal
2025-08-20T19:05:37.8020163Z [00:02:35.946]➜  github.com/stretchr/testify/require
2025-08-20T19:05:37.8020912Z [00:02:35.946]➜  mkdir -p $WORK/b100/
2025-08-20T19:05:37.8021907Z [00:02:35.946]➜  cat >/tmp/go-build2960781988/b100/importcfg << 'EOF' # internal
2025-08-20T19:05:37.8022276Z [00:02:35.946]➜  # import config
2025-08-20T19:05:37.8022721Z [00:02:35.946]➜  packagefile github.com/stretchr/testify/assert=/tmp/go-build2960781988/b101/_pkg_.a
2025-08-20T19:05:37.8023491Z [00:02:35.946]➜  packagefile net/http=/tmp/go-build2960781988/b113/_pkg_.a
2025-08-20T19:05:37.8024017Z [00:02:35.946]➜  packagefile net/url=/tmp/go-build2960781988/b180/_pkg_.a
2025-08-20T19:05:37.8024435Z [00:02:35.946]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:37.8024743Z [00:02:35.946]➜  EOF
2025-08-20T19:05:37.8027769Z [00:02:35.946]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/require=>github.com/stretchr/testify@v1.10.0/require;$WORK/b100=>" -p github.com/stretchr/testify/require -lang=go1.17 -complete -installsuffix shared -buildid S8dAdjtbIlx693-cpYaV/S8dAdjtbIlx693-cpYaV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/require/doc.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/require/forward_requirements.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/require/require.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/require/require_forward.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/require/requirements.go
2025-08-20T19:05:37.9156189Z [00:02:36.059]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T19:05:37.9185524Z [00:02:36.062]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/5e/5e90120c7a5ea6c3f804b135705aecd3144d8cddc67675f77d7dd595ad106e3b-d # internal
2025-08-20T19:05:37.9193620Z [00:02:36.063]➜  github.com/aretext/aretext/file
2025-08-20T19:05:37.9194175Z [00:02:36.063]➜  mkdir -p $WORK/b068/
2025-08-20T19:05:37.9209380Z [00:02:36.064]➜  cat >/tmp/go-build2960781988/b068/importcfg << 'EOF' # internal
2025-08-20T19:05:37.9209851Z [00:02:36.064]➜  # import config
2025-08-20T19:05:37.9210211Z [00:02:36.064]➜  packagefile context=/tmp/go-build2960781988/b069/_pkg_.a
2025-08-20T19:05:37.9210654Z [00:02:36.064]➜  packagefile crypto/md5=/tmp/go-build2960781988/b070/_pkg_.a
2025-08-20T19:05:37.9211093Z [00:02:36.064]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:37.9211499Z [00:02:36.064]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:37.9212025Z [00:02:36.064]➜  packagefile github.com/aretext/aretext/text=/tmp/go-build2960781988/b093/_pkg_.a
2025-08-20T19:05:37.9212608Z [00:02:36.064]➜  packagefile github.com/google/renameio/v2=/tmp/go-build2960781988/b096/_pkg_.a
2025-08-20T19:05:37.9213387Z [00:02:36.064]➜  packagefile github.com/stretchr/testify/require=/tmp/go-build2960781988/b100/_pkg_.a
2025-08-20T19:05:37.9213962Z [00:02:36.064]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:37.9214383Z [00:02:36.064]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:37.9214786Z [00:02:36.064]➜  packagefile io/fs=/tmp/go-build2960781988/b053/_pkg_.a
2025-08-20T19:05:37.9215187Z [00:02:36.064]➜  packagefile log=/tmp/go-build2960781988/b186/_pkg_.a
2025-08-20T19:05:37.9217129Z [00:02:36.064]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:37.9217587Z [00:02:36.064]➜  packagefile path/filepath=/tmp/go-build2960781988/b099/_pkg_.a
2025-08-20T19:05:37.9218059Z [00:02:36.064]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:37.9219901Z [00:02:36.064]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:37.9220671Z [00:02:36.064]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:37.9221112Z [00:02:36.064]➜  packagefile syscall=/tmp/go-build2960781988/b059/_pkg_.a
2025-08-20T19:05:37.9221539Z [00:02:36.064]➜  packagefile testing=/tmp/go-build2960781988/b202/_pkg_.a
2025-08-20T19:05:37.9222254Z [00:02:36.064]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:37.9222635Z [00:02:36.064]➜  EOF
2025-08-20T19:05:37.9224955Z [00:02:36.064]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b068/_pkg_.a -trimpath "/tmp/tmp.nglcQx2wbq/TEMPREPO/file=>github.com/aretext/aretext/file;$WORK/b068=>" -p github.com/aretext/aretext/file -lang=go1.23 -complete -installsuffix shared -buildid vR0yy8Lkk9BWPabdRPUe/vR0yy8Lkk9BWPabdRPUe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack ./file/autocomplete.go ./file/checksum.go ./file/create.go ./file/globmatch.go ./file/listdir.go ./file/load.go ./file/path.go ./file/save.go ./file/testutil.go ./file/timeline.go ./file/watcher.go
2025-08-20T19:05:37.9226951Z [00:02:36.064]➜  github.com/aretext/aretext/syntax/languages
2025-08-20T19:05:37.9227262Z [00:02:36.064]➜  mkdir -p $WORK/b218/
2025-08-20T19:05:37.9227656Z [00:02:36.065]➜  cat >/tmp/go-build2960781988/b218/importcfg << 'EOF' # internal
2025-08-20T19:05:37.9228002Z [00:02:36.065]➜  # import config
2025-08-20T19:05:37.9228334Z [00:02:36.065]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:37.9228883Z [00:02:36.065]➜  packagefile github.com/aretext/aretext/syntax/parser=/tmp/go-build2960781988/b219/_pkg_.a
2025-08-20T19:05:37.9229503Z [00:02:36.065]➜  packagefile github.com/aretext/aretext/text=/tmp/go-build2960781988/b093/_pkg_.a
2025-08-20T19:05:37.9230103Z [00:02:36.065]➜  packagefile github.com/stretchr/testify/require=/tmp/go-build2960781988/b100/_pkg_.a
2025-08-20T19:05:37.9230897Z [00:02:36.065]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:37.9231295Z [00:02:36.065]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:37.9231695Z [00:02:36.065]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:37.9232126Z [00:02:36.066]➜  packagefile path/filepath=/tmp/go-build2960781988/b099/_pkg_.a
2025-08-20T19:05:37.9232555Z [00:02:36.066]➜  packagefile sort=/tmp/go-build2960781988/b095/_pkg_.a
2025-08-20T19:05:37.9232980Z [00:02:36.066]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:37.9233719Z [00:02:36.066]➜  packagefile testing=/tmp/go-build2960781988/b202/_pkg_.a
2025-08-20T19:05:37.9234152Z [00:02:36.066]➜  packagefile unicode=/tmp/go-build2960781988/b048/_pkg_.a
2025-08-20T19:05:37.9234591Z [00:02:36.066]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:37.9234919Z [00:02:36.066]➜  EOF
2025-08-20T19:05:37.9238691Z [00:02:36.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b218/_pkg_.a -trimpath "/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages=>github.com/aretext/aretext/syntax/languages;$WORK/b218=>" -p github.com/aretext/aretext/syntax/languages -lang=go1.23 -complete -installsuffix shared -buildid v4KYssGYb9udVoCPY5cK/v4KYssGYb9udVoCPY5cK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/importcfg -pack ./syntax/languages/bash.go ./syntax/languages/c.go ./syntax/languages/criticmarkup.go ./syntax/languages/gitcommit.go ./syntax/languages/gitrebase.go ./syntax/languages/golang.go ./syntax/languages/gotemplate.go ./syntax/languages/helpers.go ./syntax/languages/json.go ./syntax/languages/makefile.go ./syntax/languages/markdown.go ./syntax/languages/p4.go ./syntax/languages/protobuf.go ./syntax/languages/python.go ./syntax/languages/rust.go ./syntax/languages/sql.go ./syntax/languages/testutil.go ./syntax/languages/todotxt.go ./syntax/languages/xml.go ./syntax/languages/yaml.go
2025-08-20T19:05:37.9735552Z [00:02:36.117]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T19:05:37.9746501Z [00:02:36.118]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/14/143e2d6c1316244be07018c487017e25884036c561893063dcd1ffea465c6132-d # internal
2025-08-20T19:05:37.9747707Z [00:02:36.118]➜  github.com/aretext/aretext/config
2025-08-20T19:05:37.9754272Z [00:02:36.119]➜  mkdir -p $WORK/b067/
2025-08-20T19:05:37.9754750Z [00:02:36.119]➜  cat >/tmp/go-build2960781988/b067/importcfg << 'EOF' # internal
2025-08-20T19:05:37.9755430Z [00:02:36.119]➜  # import config
2025-08-20T19:05:37.9755841Z [00:02:36.119]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:37.9756260Z [00:02:36.119]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:37.9756767Z [00:02:36.119]➜  packagefile github.com/aretext/aretext/file=/tmp/go-build2960781988/b068/_pkg_.a
2025-08-20T19:05:37.9757258Z [00:02:36.119]➜  packagefile log=/tmp/go-build2960781988/b186/_pkg_.a
2025-08-20T19:05:37.9757691Z [00:02:36.119]➜  packagefile reflect=/tmp/go-build2960781988/b037/_pkg_.a
2025-08-20T19:05:37.9758006Z [00:02:36.119]➜  EOF
2025-08-20T19:05:37.9759723Z [00:02:36.119]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b067/_pkg_.a -trimpath "/tmp/tmp.nglcQx2wbq/TEMPREPO/config=>github.com/aretext/aretext/config;$WORK/b067=>" -p github.com/aretext/aretext/config -lang=go1.23 -complete -installsuffix shared -buildid JRdORVZjPPvHzmTkF6xW/JRdORVZjPPvHzmTkF6xW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack ./config/config.go ./config/merge.go ./config/ruleset.go
2025-08-20T19:05:38.0067920Z [00:02:36.150]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T19:05:38.0074509Z [00:02:36.151]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/e9/e985835fb4bbfe0a80f6fef17d97b0a237dad01c2e54358a4ea346a9a85056b1-d # internal
2025-08-20T19:05:38.5091937Z [00:02:36.653]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T19:05:38.5210011Z [00:02:36.664]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/6e/6edb93def1c9d0da895185725a2f6f52d698293598f9e04a8e0c3136bcd4fd5f-d # internal
2025-08-20T19:05:38.5211341Z [00:02:36.664]➜  github.com/aretext/aretext/syntax
2025-08-20T19:05:38.5211743Z [00:02:36.664]➜  mkdir -p $WORK/b217/
2025-08-20T19:05:38.5212129Z [00:02:36.665]➜  cat >/tmp/go-build2960781988/b217/importcfg << 'EOF' # internal
2025-08-20T19:05:38.5212478Z [00:02:36.665]➜  # import config
2025-08-20T19:05:38.5212986Z [00:02:36.665]➜  packagefile github.com/aretext/aretext/syntax/languages=/tmp/go-build2960781988/b218/_pkg_.a
2025-08-20T19:05:38.5213918Z [00:02:36.665]➜  packagefile github.com/aretext/aretext/syntax/parser=/tmp/go-build2960781988/b219/_pkg_.a
2025-08-20T19:05:38.5214350Z [00:02:36.665]➜  EOF
2025-08-20T19:05:38.5216656Z [00:02:36.665]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b217/_pkg_.a -trimpath "/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax=>github.com/aretext/aretext/syntax;$WORK/b217=>" -p github.com/aretext/aretext/syntax -lang=go1.23 -complete -installsuffix shared -buildid 5vaFeI6AdBfkxZYCQd0J/5vaFeI6AdBfkxZYCQd0J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack ./syntax/syntax.go
2025-08-20T19:05:38.5346121Z [00:02:36.678]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T19:05:38.5349161Z [00:02:36.678]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/40/407f093bda6140e0e91d123679a37fa6fdb540ccc681d2a2932c09370cbd0d55-d # internal
2025-08-20T19:05:38.5350066Z [00:02:36.679]➜  github.com/aretext/aretext/locate
2025-08-20T19:05:38.5350485Z [00:02:36.679]➜  mkdir -p $WORK/b216/
2025-08-20T19:05:38.5353312Z [00:02:36.679]➜  cat >/tmp/go-build2960781988/b216/importcfg << 'EOF' # internal
2025-08-20T19:05:38.5353773Z [00:02:36.679]➜  # import config
2025-08-20T19:05:38.5354242Z [00:02:36.679]➜  packagefile github.com/aretext/aretext/cellwidth=/tmp/go-build2960781988/b206/_pkg_.a
2025-08-20T19:05:38.5354873Z [00:02:36.679]➜  packagefile github.com/aretext/aretext/syntax=/tmp/go-build2960781988/b217/_pkg_.a
2025-08-20T19:05:38.5355535Z [00:02:36.679]➜  packagefile github.com/aretext/aretext/syntax/parser=/tmp/go-build2960781988/b219/_pkg_.a
2025-08-20T19:05:38.5356159Z [00:02:36.679]➜  packagefile github.com/aretext/aretext/text=/tmp/go-build2960781988/b093/_pkg_.a
2025-08-20T19:05:38.5356779Z [00:02:36.679]➜  packagefile github.com/aretext/aretext/text/segment=/tmp/go-build2960781988/b207/_pkg_.a
2025-08-20T19:05:38.5357412Z [00:02:36.679]➜  packagefile github.com/stretchr/testify/require=/tmp/go-build2960781988/b100/_pkg_.a
2025-08-20T19:05:38.5358262Z [00:02:36.679]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:38.5358735Z [00:02:36.679]➜  packagefile log=/tmp/go-build2960781988/b186/_pkg_.a
2025-08-20T19:05:38.5359150Z [00:02:36.679]➜  packagefile testing=/tmp/go-build2960781988/b202/_pkg_.a
2025-08-20T19:05:38.5359576Z [00:02:36.679]➜  packagefile unicode=/tmp/go-build2960781988/b048/_pkg_.a
2025-08-20T19:05:38.5359890Z [00:02:36.679]➜  EOF
2025-08-20T19:05:38.5361959Z [00:02:36.679]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b216/_pkg_.a -trimpath "/tmp/tmp.nglcQx2wbq/TEMPREPO/locate=>github.com/aretext/aretext/locate;$WORK/b216=>" -p github.com/aretext/aretext/locate -lang=go1.23 -complete -installsuffix shared -buildid RTJkSD-KwlYTehBpUz_u/RTJkSD-KwlYTehBpUz_u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b216/importcfg -pack ./locate/character.go ./locate/codeblock.go ./locate/line.go ./locate/paragraph.go ./locate/scroll.go ./locate/string.go ./locate/testutil.go ./locate/word.go
2025-08-20T19:05:38.5823086Z [00:02:36.726]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T19:05:38.5831598Z [00:02:36.727]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/99/99e78d67208cc421962300cc97201d4fa795eb40d9ba5a750ccc62335022a2b8-d # internal
2025-08-20T19:05:38.5832682Z [00:02:36.727]➜  github.com/aretext/aretext/selection
2025-08-20T19:05:38.5833647Z [00:02:36.727]➜  mkdir -p $WORK/b215/
2025-08-20T19:05:38.5834877Z [00:02:36.727]➜  cat >/tmp/go-build2960781988/b215/importcfg << 'EOF' # internal
2025-08-20T19:05:38.5835234Z [00:02:36.727]➜  # import config
2025-08-20T19:05:38.5835679Z [00:02:36.727]➜  packagefile github.com/aretext/aretext/locate=/tmp/go-build2960781988/b216/_pkg_.a
2025-08-20T19:05:38.5836283Z [00:02:36.727]➜  packagefile github.com/aretext/aretext/text=/tmp/go-build2960781988/b093/_pkg_.a
2025-08-20T19:05:38.5836672Z [00:02:36.727]➜  EOF
2025-08-20T19:05:38.5838389Z [00:02:36.727]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b215/_pkg_.a -trimpath "/tmp/tmp.nglcQx2wbq/TEMPREPO/selection=>github.com/aretext/aretext/selection;$WORK/b215=>" -p github.com/aretext/aretext/selection -lang=go1.23 -complete -installsuffix shared -buildid 0NsNY69Bo38neFrwZ-tw/0NsNY69Bo38neFrwZ-tw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b215/importcfg -pack ./selection/region.go ./selection/selector.go
2025-08-20T19:05:38.5955439Z [00:02:36.739]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T19:05:38.5958897Z [00:02:36.739]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/b4/b4946ae4f16ad7503d8fe4831ad7e8d841e04c0eb0528926b1dbb6fc132aca03-d # internal
2025-08-20T19:05:38.5961390Z [00:02:36.740]➜  github.com/aretext/aretext/state
2025-08-20T19:05:38.5961728Z [00:02:36.740]➜  mkdir -p $WORK/b220/
2025-08-20T19:05:38.5966425Z [00:02:36.740]➜  cat >/tmp/go-build2960781988/b220/importcfg << 'EOF' # internal
2025-08-20T19:05:38.5966848Z [00:02:36.740]➜  # import config
2025-08-20T19:05:38.5967530Z [00:02:36.740]➜  packagefile context=/tmp/go-build2960781988/b069/_pkg_.a
2025-08-20T19:05:38.5968031Z [00:02:36.740]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:38.5968449Z [00:02:36.740]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:38.5968983Z [00:02:36.740]➜  packagefile github.com/aretext/aretext/cellwidth=/tmp/go-build2960781988/b206/_pkg_.a
2025-08-20T19:05:38.5969613Z [00:02:36.740]➜  packagefile github.com/aretext/aretext/clipboard=/tmp/go-build2960781988/b221/_pkg_.a
2025-08-20T19:05:38.5970240Z [00:02:36.740]➜  packagefile github.com/aretext/aretext/config=/tmp/go-build2960781988/b067/_pkg_.a
2025-08-20T19:05:38.5970835Z [00:02:36.740]➜  packagefile github.com/aretext/aretext/file=/tmp/go-build2960781988/b068/_pkg_.a
2025-08-20T19:05:38.5971429Z [00:02:36.740]➜  packagefile github.com/aretext/aretext/locate=/tmp/go-build2960781988/b216/_pkg_.a
2025-08-20T19:05:38.5972025Z [00:02:36.740]➜  packagefile github.com/aretext/aretext/menu=/tmp/go-build2960781988/b210/_pkg_.a
2025-08-20T19:05:38.5972641Z [00:02:36.740]➜  packagefile github.com/aretext/aretext/selection=/tmp/go-build2960781988/b215/_pkg_.a
2025-08-20T19:05:38.5973431Z [00:02:36.740]➜  packagefile github.com/aretext/aretext/shellcmd=/tmp/go-build2960781988/b222/_pkg_.a
2025-08-20T19:05:38.5974105Z [00:02:36.740]➜  packagefile github.com/aretext/aretext/syntax=/tmp/go-build2960781988/b217/_pkg_.a
2025-08-20T19:05:38.5974740Z [00:02:36.740]➜  packagefile github.com/aretext/aretext/syntax/parser=/tmp/go-build2960781988/b219/_pkg_.a
2025-08-20T19:05:38.5975676Z [00:02:36.740]➜  packagefile github.com/aretext/aretext/text=/tmp/go-build2960781988/b093/_pkg_.a
2025-08-20T19:05:38.5976296Z [00:02:36.740]➜  packagefile github.com/aretext/aretext/text/segment=/tmp/go-build2960781988/b207/_pkg_.a
2025-08-20T19:05:38.5976906Z [00:02:36.740]➜  packagefile github.com/aretext/aretext/undo=/tmp/go-build2960781988/b224/_pkg_.a
2025-08-20T19:05:38.5977462Z [00:02:36.740]➜  packagefile golang.org/x/text/cases=/tmp/go-build2960781988/b225/_pkg_.a
2025-08-20T19:05:38.5978013Z [00:02:36.740]➜  packagefile golang.org/x/text/language=/tmp/go-build2960781988/b227/_pkg_.a
2025-08-20T19:05:38.5978564Z [00:02:36.740]➜  packagefile golang.org/x/text/transform=/tmp/go-build2960781988/b214/_pkg_.a
2025-08-20T19:05:38.5979032Z [00:02:36.740]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:38.5979470Z [00:02:36.740]➜  packagefile io/fs=/tmp/go-build2960781988/b053/_pkg_.a
2025-08-20T19:05:38.5979885Z [00:02:36.740]➜  packagefile log=/tmp/go-build2960781988/b186/_pkg_.a
2025-08-20T19:05:38.5980278Z [00:02:36.740]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:38.5980709Z [00:02:36.740]➜  packagefile path/filepath=/tmp/go-build2960781988/b099/_pkg_.a
2025-08-20T19:05:38.5981143Z [00:02:36.740]➜  packagefile sort=/tmp/go-build2960781988/b095/_pkg_.a
2025-08-20T19:05:38.5981559Z [00:02:36.740]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:38.5981997Z [00:02:36.740]➜  packagefile unicode=/tmp/go-build2960781988/b048/_pkg_.a
2025-08-20T19:05:38.5982441Z [00:02:36.740]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:38.5982770Z [00:02:36.740]➜  EOF
2025-08-20T19:05:38.5985625Z [00:02:36.740]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b220/_pkg_.a -trimpath "/tmp/tmp.nglcQx2wbq/TEMPREPO/state=>github.com/aretext/aretext/state;$WORK/b220=>" -p github.com/aretext/aretext/state -lang=go1.23 -complete -installsuffix shared -buildid C140gXq8gezRK3mGc6V6/C140gXq8gezRK3mGc6V6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack ./state/config.go ./state/cursor.go ./state/document.go ./state/edit.go ./state/locator.go ./state/macro.go ./state/menu.go ./state/mode.go ./state/quit.go ./state/search.go ./state/shellcmd.go ./state/state.go ./state/status.go ./state/syntax.go ./state/task.go ./state/textfield.go ./state/undo.go ./state/view.go ./state/workingdir.go
2025-08-20T19:05:38.7120893Z [00:02:36.855]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T19:05:38.7151060Z [00:02:36.859]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/80/8002d16c577ed03be7cc174d1680dad7a20faf21b2e3ea4bdc7cc5506f6eef92-d # internal
2025-08-20T19:05:38.7152537Z [00:02:36.859]➜  github.com/aretext/aretext/display
2025-08-20T19:05:38.7152897Z [00:02:36.859]➜  mkdir -p $WORK/b205/
2025-08-20T19:05:38.7158741Z [00:02:36.859]➜  cat >/tmp/go-build2960781988/b205/importcfg << 'EOF' # internal
2025-08-20T19:05:38.7164094Z [00:02:36.860]➜  # import config
2025-08-20T19:05:38.7165206Z [00:02:36.860]➜  packagefile github.com/aretext/aretext/cellwidth=/tmp/go-build2960781988/b206/_pkg_.a
2025-08-20T19:05:38.7166407Z [00:02:36.860]➜  packagefile github.com/aretext/aretext/config=/tmp/go-build2960781988/b067/_pkg_.a
2025-08-20T19:05:38.7167300Z [00:02:36.860]➜  packagefile github.com/aretext/aretext/file=/tmp/go-build2960781988/b068/_pkg_.a
2025-08-20T19:05:38.7168199Z [00:02:36.860]➜  packagefile github.com/aretext/aretext/menu=/tmp/go-build2960781988/b210/_pkg_.a
2025-08-20T19:05:38.7171088Z [00:02:36.860]➜  packagefile github.com/aretext/aretext/selection=/tmp/go-build2960781988/b215/_pkg_.a
2025-08-20T19:05:38.7171879Z [00:02:36.860]➜  packagefile github.com/aretext/aretext/state=/tmp/go-build2960781988/b220/_pkg_.a
2025-08-20T19:05:38.7172522Z [00:02:36.860]➜  packagefile github.com/aretext/aretext/syntax/parser=/tmp/go-build2960781988/b219/_pkg_.a
2025-08-20T19:05:38.7173353Z [00:02:36.860]➜  packagefile github.com/aretext/aretext/text/segment=/tmp/go-build2960781988/b207/_pkg_.a
2025-08-20T19:05:38.7174303Z [00:02:36.860]➜  packagefile github.com/gdamore/tcell/v2=/tmp/go-build2960781988/b231/_pkg_.a
2025-08-20T19:05:38.7174786Z [00:02:36.860]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:38.7175185Z [00:02:36.860]➜  packagefile log=/tmp/go-build2960781988/b186/_pkg_.a
2025-08-20T19:05:38.7175602Z [00:02:36.860]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:38.7176040Z [00:02:36.860]➜  packagefile unicode=/tmp/go-build2960781988/b048/_pkg_.a
2025-08-20T19:05:38.7176485Z [00:02:36.860]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:38.7176816Z [00:02:36.860]➜  EOF
2025-08-20T19:05:38.7179004Z [00:02:36.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b205/_pkg_.a -trimpath "/tmp/tmp.nglcQx2wbq/TEMPREPO/display=>github.com/aretext/aretext/display;$WORK/b205=>" -p github.com/aretext/aretext/display -lang=go1.23 -complete -installsuffix shared -buildid cQLi7gCh6Qtwtk5zIqBU/cQLi7gCh6Qtwtk5zIqBU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack ./display/buffer.go ./display/editor.go ./display/helpers.go ./display/menu.go ./display/palette.go ./display/screen_region.go ./display/search.go ./display/statusbar.go ./display/textfield.go
2025-08-20T19:05:38.7180968Z [00:02:36.860]➜  github.com/aretext/aretext/input
2025-08-20T19:05:38.7181261Z [00:02:36.860]➜  mkdir -p $WORK/b278/
2025-08-20T19:05:38.7181631Z [00:02:36.860]➜  cat >/tmp/go-build2960781988/b278/importcfg << 'EOF' # internal
2025-08-20T19:05:38.7181971Z [00:02:36.860]➜  # import config
2025-08-20T19:05:38.7182300Z [00:02:36.860]➜  packagefile embed=/tmp/go-build2960781988/b066/_pkg_.a
2025-08-20T19:05:38.7182706Z [00:02:36.860]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:38.7183389Z [00:02:36.860]➜  packagefile github.com/aretext/aretext/clipboard=/tmp/go-build2960781988/b221/_pkg_.a
2025-08-20T19:05:38.7184098Z [00:02:36.860]➜  packagefile github.com/aretext/aretext/file=/tmp/go-build2960781988/b068/_pkg_.a
2025-08-20T19:05:38.7184722Z [00:02:36.860]➜  packagefile github.com/aretext/aretext/input/engine=/tmp/go-build2960781988/b279/_pkg_.a
2025-08-20T19:05:38.7185340Z [00:02:36.860]➜  packagefile github.com/aretext/aretext/locate=/tmp/go-build2960781988/b216/_pkg_.a
2025-08-20T19:05:38.7185933Z [00:02:36.860]➜  packagefile github.com/aretext/aretext/menu=/tmp/go-build2960781988/b210/_pkg_.a
2025-08-20T19:05:38.7186729Z [00:02:36.860]➜  packagefile github.com/aretext/aretext/selection=/tmp/go-build2960781988/b215/_pkg_.a
2025-08-20T19:05:38.7187433Z [00:02:36.860]➜  packagefile github.com/aretext/aretext/state=/tmp/go-build2960781988/b220/_pkg_.a
2025-08-20T19:05:38.7188013Z [00:02:36.860]➜  packagefile github.com/gdamore/tcell/v2=/tmp/go-build2960781988/b231/_pkg_.a
2025-08-20T19:05:38.7188489Z [00:02:36.860]➜  packagefile log=/tmp/go-build2960781988/b186/_pkg_.a
2025-08-20T19:05:38.7188889Z [00:02:36.860]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:38.7189313Z [00:02:36.860]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:38.7189738Z [00:02:36.860]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:38.7190179Z [00:02:36.860]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:38.7190508Z [00:02:36.860]➜  EOF
2025-08-20T19:05:38.7190837Z [00:02:36.860]➜  cat >/tmp/go-build2960781988/b278/embedcfg << 'EOF' # internal
2025-08-20T19:05:38.7191155Z [00:02:36.860]➜  {
2025-08-20T19:05:38.7191369Z [00:02:36.860]➜  	"Patterns": {
2025-08-20T19:05:38.7191610Z [00:02:36.860]➜  		"generated/*": [
2025-08-20T19:05:38.7191878Z [00:02:36.860]➜  			"generated/insert.bin",
2025-08-20T19:05:38.7192157Z [00:02:36.860]➜  			"generated/menu.bin",
2025-08-20T19:05:38.7192434Z [00:02:36.860]➜  			"generated/normal.bin",
2025-08-20T19:05:38.7192716Z [00:02:36.860]➜  			"generated/search.bin",
2025-08-20T19:05:38.7192989Z [00:02:36.860]➜  			"generated/task.bin",
2025-08-20T19:05:38.7193719Z [00:02:36.860]➜  			"generated/textfield.bin",
2025-08-20T19:05:38.7194005Z [00:02:36.860]➜  			"generated/visual.bin"
2025-08-20T19:05:38.7194254Z [00:02:36.860]➜  		]
2025-08-20T19:05:38.7194448Z [00:02:36.860]➜  	},
2025-08-20T19:05:38.7194653Z [00:02:36.860]➜  	"Files": {
2025-08-20T19:05:38.7195075Z [00:02:36.860]➜  		"generated/insert.bin": "/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generated/insert.bin",
2025-08-20T19:05:38.7195674Z [00:02:36.860]➜  		"generated/menu.bin": "/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generated/menu.bin",
2025-08-20T19:05:38.7196246Z [00:02:36.860]➜  		"generated/normal.bin": "/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generated/normal.bin",
2025-08-20T19:05:38.7196828Z [00:02:36.860]➜  		"generated/search.bin": "/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generated/search.bin",
2025-08-20T19:05:38.7197393Z [00:02:36.860]➜  		"generated/task.bin": "/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generated/task.bin",
2025-08-20T19:05:38.7197986Z [00:02:36.860]➜  		"generated/textfield.bin": "/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generated/textfield.bin",
2025-08-20T19:05:38.7198597Z [00:02:36.860]➜  		"generated/visual.bin": "/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generated/visual.bin"
2025-08-20T19:05:38.7198979Z [00:02:36.860]➜  	}
2025-08-20T19:05:38.7199170Z [00:02:36.860]➜  }EOF
2025-08-20T19:05:38.7201160Z [00:02:36.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b278/_pkg_.a -trimpath "/tmp/tmp.nglcQx2wbq/TEMPREPO/input=>github.com/aretext/aretext/input;$WORK/b278=>" -p github.com/aretext/aretext/input -lang=go1.23 -complete -installsuffix shared -buildid QYaC44oHOBwSzD8_x0YB/QYaC44oHOBwSzD8_x0YB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b278/importcfg -embedcfg $WORK/b278/embedcfg -pack ./input/actions.go ./input/commands.go ./input/context.go ./input/helpers.go ./input/interpreter.go ./input/menu.go
2025-08-20T19:05:38.7719656Z [00:02:36.915]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T19:05:38.7730942Z [00:02:36.917]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/bf/bfebe481afc3cfe491dafb7859ac04812e6e37b081ab9df848333a0bc4c85218-d # internal
2025-08-20T19:05:38.9666421Z [00:02:37.110]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T19:05:38.9737699Z [00:02:37.117]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/52/522e9dc39c720747ad3889634fed9cbf6d9696a2d12bd620fb48697f91ce3e72-d # internal
2025-08-20T19:05:38.9739028Z [00:02:37.117]➜  github.com/aretext/aretext/app
2025-08-20T19:05:38.9739712Z [00:02:37.117]➜  mkdir -p $WORK/b065/
2025-08-20T19:05:38.9741430Z [00:02:37.118]➜  cat >/tmp/go-build2960781988/b065/importcfg << 'EOF' # internal
2025-08-20T19:05:38.9741859Z [00:02:37.118]➜  # import config
2025-08-20T19:05:38.9742395Z [00:02:37.118]➜  packagefile embed=/tmp/go-build2960781988/b066/_pkg_.a
2025-08-20T19:05:38.9742810Z [00:02:37.118]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:38.9743577Z [00:02:37.118]➜  packagefile github.com/aretext/aretext/config=/tmp/go-build2960781988/b067/_pkg_.a
2025-08-20T19:05:38.9744283Z [00:02:37.118]➜  packagefile github.com/aretext/aretext/display=/tmp/go-build2960781988/b205/_pkg_.a
2025-08-20T19:05:38.9744895Z [00:02:37.118]➜  packagefile github.com/aretext/aretext/input=/tmp/go-build2960781988/b278/_pkg_.a
2025-08-20T19:05:38.9745495Z [00:02:37.118]➜  packagefile github.com/aretext/aretext/locate=/tmp/go-build2960781988/b216/_pkg_.a
2025-08-20T19:05:38.9746091Z [00:02:37.118]➜  packagefile github.com/aretext/aretext/state=/tmp/go-build2960781988/b220/_pkg_.a
2025-08-20T19:05:38.9746675Z [00:02:37.118]➜  packagefile github.com/gdamore/tcell/v2=/tmp/go-build2960781988/b231/_pkg_.a
2025-08-20T19:05:38.9747199Z [00:02:37.118]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build2960781988/b112/_pkg_.a
2025-08-20T19:05:38.9747646Z [00:02:37.118]➜  packagefile log=/tmp/go-build2960781988/b186/_pkg_.a
2025-08-20T19:05:38.9748044Z [00:02:37.118]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:38.9748478Z [00:02:37.118]➜  packagefile path/filepath=/tmp/go-build2960781988/b099/_pkg_.a
2025-08-20T19:05:38.9749293Z [00:02:37.118]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:38.9749601Z [00:02:37.118]➜  EOF
2025-08-20T19:05:38.9749925Z [00:02:37.118]➜  cat >/tmp/go-build2960781988/b065/embedcfg << 'EOF' # internal
2025-08-20T19:05:38.9750241Z [00:02:37.118]➜  {
2025-08-20T19:05:38.9750443Z [00:02:37.118]➜  	"Patterns": {
2025-08-20T19:05:38.9750702Z [00:02:37.118]➜  		"default-config.yaml": [
2025-08-20T19:05:38.9750987Z [00:02:37.118]➜  			"default-config.yaml"
2025-08-20T19:05:38.9751246Z [00:02:37.118]➜  		]
2025-08-20T19:05:38.9751439Z [00:02:37.118]➜  	},
2025-08-20T19:05:38.9751645Z [00:02:37.118]➜  	"Files": {
2025-08-20T19:05:38.9752051Z [00:02:37.118]➜  		"default-config.yaml": "/tmp/tmp.nglcQx2wbq/TEMPREPO/app/default-config.yaml"
2025-08-20T19:05:38.9752428Z [00:02:37.118]➜  	}
2025-08-20T19:05:38.9752644Z [00:02:37.118]➜  }EOF
2025-08-20T19:05:38.9754525Z [00:02:37.118]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b065/_pkg_.a -trimpath "/tmp/tmp.nglcQx2wbq/TEMPREPO/app=>github.com/aretext/aretext/app;$WORK/b065=>" -p github.com/aretext/aretext/app -lang=go1.23 -complete -installsuffix shared -buildid ivBICQ768mqBOz0gp7ia/ivBICQ768mqBOz0gp7ia -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -embedcfg $WORK/b065/embedcfg -pack ./app/config.go ./app/editor.go
2025-08-20T19:05:39.0021022Z [00:02:37.146]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T19:05:39.0028973Z [00:02:37.146]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/b2/b2b16e25426f5f7b2f3d713e5757fdc79056c25f48fa0cfe5f4c1e4fb7170351-d # internal
2025-08-20T19:05:39.0031956Z [00:02:37.147]➜  github.com/aretext/aretext
2025-08-20T19:05:39.0032272Z [00:02:37.147]➜  mkdir -p $WORK/b001/
2025-08-20T19:05:39.0032671Z [00:02:37.147]➜  cat >/tmp/go-build2960781988/b001/importcfg << 'EOF' # internal
2025-08-20T19:05:39.0033021Z [00:02:37.147]➜  # import config
2025-08-20T19:05:39.0033526Z [00:02:37.147]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:39.0033982Z [00:02:37.147]➜  packagefile flag=/tmp/go-build2960781988/b032/_pkg_.a
2025-08-20T19:05:39.0034388Z [00:02:37.147]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:39.0034892Z [00:02:37.147]➜  packagefile github.com/aretext/aretext/app=/tmp/go-build2960781988/b065/_pkg_.a
2025-08-20T19:05:39.0035467Z [00:02:37.147]➜  packagefile github.com/gdamore/tcell/v2=/tmp/go-build2960781988/b231/_pkg_.a
2025-08-20T19:05:39.0036311Z [00:02:37.147]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:39.0036789Z [00:02:37.147]➜  packagefile log=/tmp/go-build2960781988/b186/_pkg_.a
2025-08-20T19:05:39.0037187Z [00:02:37.147]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:39.0037615Z [00:02:37.147]➜  packagefile runtime/debug=/tmp/go-build2960781988/b201/_pkg_.a
2025-08-20T19:05:39.0038083Z [00:02:37.147]➜  packagefile runtime/pprof=/tmp/go-build2960781988/b280/_pkg_.a
2025-08-20T19:05:39.0038530Z [00:02:37.147]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:39.0038948Z [00:02:37.147]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:39.0039387Z [00:02:37.147]➜  packagefile runtime/cgo=/tmp/go-build2960781988/b179/_pkg_.a
2025-08-20T19:05:39.0039713Z [00:02:37.147]➜  EOF
2025-08-20T19:05:39.0041073Z [00:02:37.147]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.nglcQx2wbq/TEMPREPO=>github.com/aretext/aretext;$WORK/b001=>" -p main -lang=go1.23 -complete -installsuffix shared -buildid d2X2Ai6jJmnBbLJRH6cS/d2X2Ai6jJmnBbLJRH6cS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T19:05:39.0275925Z [00:02:37.171]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T19:05:39.0280758Z [00:02:37.172]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/92/92d2de92c50e10f5ea27451d165f8ea3f1568d986d48b027ddcb5645141981ef-d # internal
2025-08-20T19:05:39.0314891Z [00:02:37.174]➜  cat >/tmp/go-build2960781988/b001/importcfg.link << 'EOF' # internal
2025-08-20T19:05:39.0315535Z [00:02:37.174]➜  packagefile github.com/aretext/aretext=/tmp/go-build2960781988/b001/_pkg_.a
2025-08-20T19:05:39.0316037Z [00:02:37.174]➜  packagefile errors=/tmp/go-build2960781988/b002/_pkg_.a
2025-08-20T19:05:39.0316587Z [00:02:37.174]➜  packagefile flag=/tmp/go-build2960781988/b032/_pkg_.a
2025-08-20T19:05:39.0316996Z [00:02:37.174]➜  packagefile fmt=/tmp/go-build2960781988/b034/_pkg_.a
2025-08-20T19:05:39.0317515Z [00:02:37.174]➜  packagefile github.com/aretext/aretext/app=/tmp/go-build2960781988/b065/_pkg_.a
2025-08-20T19:05:39.0318087Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2=/tmp/go-build2960781988/b231/_pkg_.a
2025-08-20T19:05:39.0318560Z [00:02:37.174]➜  packagefile io=/tmp/go-build2960781988/b050/_pkg_.a
2025-08-20T19:05:39.0318961Z [00:02:37.174]➜  packagefile log=/tmp/go-build2960781988/b186/_pkg_.a
2025-08-20T19:05:39.0319360Z [00:02:37.174]➜  packagefile os=/tmp/go-build2960781988/b051/_pkg_.a
2025-08-20T19:05:39.0319806Z [00:02:37.174]➜  packagefile runtime/debug=/tmp/go-build2960781988/b201/_pkg_.a
2025-08-20T19:05:39.0320275Z [00:02:37.174]➜  packagefile runtime/pprof=/tmp/go-build2960781988/b280/_pkg_.a
2025-08-20T19:05:39.0320707Z [00:02:37.174]➜  packagefile time=/tmp/go-build2960781988/b056/_pkg_.a
2025-08-20T19:05:39.0321124Z [00:02:37.174]➜  packagefile runtime=/tmp/go-build2960781988/b008/_pkg_.a
2025-08-20T19:05:39.0321564Z [00:02:37.174]➜  packagefile runtime/cgo=/tmp/go-build2960781988/b179/_pkg_.a
2025-08-20T19:05:39.0322161Z [00:02:37.174]➜  packagefile internal/reflectlite=/tmp/go-build2960781988/b003/_pkg_.a
2025-08-20T19:05:39.0322637Z [00:02:37.174]➜  packagefile encoding=/tmp/go-build2960781988/b033/_pkg_.a
2025-08-20T19:05:39.0323064Z [00:02:37.174]➜  packagefile reflect=/tmp/go-build2960781988/b037/_pkg_.a
2025-08-20T19:05:39.0323851Z [00:02:37.174]➜  packagefile slices=/tmp/go-build2960781988/b049/_pkg_.a
2025-08-20T19:05:39.0324292Z [00:02:37.174]➜  packagefile strconv=/tmp/go-build2960781988/b042/_pkg_.a
2025-08-20T19:05:39.0324713Z [00:02:37.174]➜  packagefile strings=/tmp/go-build2960781988/b064/_pkg_.a
2025-08-20T19:05:39.0325170Z [00:02:37.174]➜  packagefile internal/fmtsort=/tmp/go-build2960781988/b035/_pkg_.a
2025-08-20T19:05:39.0325619Z [00:02:37.174]➜  packagefile math=/tmp/go-build2960781988/b040/_pkg_.a
2025-08-20T19:05:39.0326022Z [00:02:37.174]➜  packagefile sync=/tmp/go-build2960781988/b044/_pkg_.a
2025-08-20T19:05:39.0326742Z [00:02:37.174]➜  packagefile unicode/utf8=/tmp/go-build2960781988/b043/_pkg_.a
2025-08-20T19:05:39.0327266Z [00:02:37.174]➜  packagefile embed=/tmp/go-build2960781988/b066/_pkg_.a
2025-08-20T19:05:39.0327784Z [00:02:37.174]➜  packagefile github.com/aretext/aretext/config=/tmp/go-build2960781988/b067/_pkg_.a
2025-08-20T19:05:39.0328393Z [00:02:37.174]➜  packagefile github.com/aretext/aretext/display=/tmp/go-build2960781988/b205/_pkg_.a
2025-08-20T19:05:39.0328997Z [00:02:37.174]➜  packagefile github.com/aretext/aretext/input=/tmp/go-build2960781988/b278/_pkg_.a
2025-08-20T19:05:39.0329607Z [00:02:37.174]➜  packagefile github.com/aretext/aretext/locate=/tmp/go-build2960781988/b216/_pkg_.a
2025-08-20T19:05:39.0330202Z [00:02:37.174]➜  packagefile github.com/aretext/aretext/state=/tmp/go-build2960781988/b220/_pkg_.a
2025-08-20T19:05:39.0330734Z [00:02:37.174]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build2960781988/b112/_pkg_.a
2025-08-20T19:05:39.0331208Z [00:02:37.174]➜  packagefile path/filepath=/tmp/go-build2960781988/b099/_pkg_.a
2025-08-20T19:05:39.0331653Z [00:02:37.174]➜  packagefile bytes=/tmp/go-build2960781988/b075/_pkg_.a
2025-08-20T19:05:39.0332100Z [00:02:37.174]➜  packagefile encoding/base64=/tmp/go-build2960781988/b104/_pkg_.a
2025-08-20T19:05:39.0332623Z [00:02:37.174]➜  packagefile github.com/gdamore/encoding=/tmp/go-build2960781988/b232/_pkg_.a
2025-08-20T19:05:39.0333369Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build2960781988/b235/_pkg_.a
2025-08-20T19:05:39.0334286Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/base=/tmp/go-build2960781988/b236/_pkg_.a
2025-08-20T19:05:39.0334973Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/dynamic=/tmp/go-build2960781988/b242/_pkg_.a
2025-08-20T19:05:39.0335661Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/extended=/tmp/go-build2960781988/b243/_pkg_.a
2025-08-20T19:05:39.0336303Z [00:02:37.174]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build2960781988/b272/_pkg_.a
2025-08-20T19:05:39.0336897Z [00:02:37.174]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2960781988/b208/_pkg_.a
2025-08-20T19:05:39.0337434Z [00:02:37.174]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2960781988/b275/_pkg_.a
2025-08-20T19:05:39.0337936Z [00:02:37.174]➜  packagefile golang.org/x/term=/tmp/go-build2960781988/b276/_pkg_.a
2025-08-20T19:05:39.0338462Z [00:02:37.174]➜  packagefile golang.org/x/text/encoding=/tmp/go-build2960781988/b233/_pkg_.a
2025-08-20T19:05:39.0339024Z [00:02:37.174]➜  packagefile golang.org/x/text/transform=/tmp/go-build2960781988/b214/_pkg_.a
2025-08-20T19:05:39.0339520Z [00:02:37.174]➜  packagefile image/color=/tmp/go-build2960781988/b274/_pkg_.a
2025-08-20T19:05:39.0339963Z [00:02:37.174]➜  packagefile os/signal=/tmp/go-build2960781988/b277/_pkg_.a
2025-08-20T19:05:39.0340389Z [00:02:37.174]➜  packagefile syscall=/tmp/go-build2960781988/b059/_pkg_.a
2025-08-20T19:05:39.0340834Z [00:02:37.174]➜  packagefile log/internal=/tmp/go-build2960781988/b187/_pkg_.a
2025-08-20T19:05:39.0341296Z [00:02:37.174]➜  packagefile sync/atomic=/tmp/go-build2960781988/b046/_pkg_.a
2025-08-20T19:05:39.0341768Z [00:02:37.174]➜  packagefile internal/bytealg=/tmp/go-build2960781988/b009/_pkg_.a
2025-08-20T19:05:39.0342260Z [00:02:37.174]➜  packagefile internal/byteorder=/tmp/go-build2960781988/b011/_pkg_.a
2025-08-20T19:05:39.0342778Z [00:02:37.174]➜  packagefile internal/filepathlite=/tmp/go-build2960781988/b052/_pkg_.a
2025-08-20T19:05:39.0343607Z [00:02:37.174]➜  packagefile internal/goarch=/tmp/go-build2960781988/b005/_pkg_.a
2025-08-20T19:05:39.0344156Z [00:02:37.174]➜  packagefile internal/itoa=/tmp/go-build2960781988/b038/_pkg_.a
2025-08-20T19:05:39.0344618Z [00:02:37.174]➜  packagefile internal/poll=/tmp/go-build2960781988/b060/_pkg_.a
2025-08-20T19:05:39.0345109Z [00:02:37.174]➜  packagefile internal/stringslite=/tmp/go-build2960781988/b030/_pkg_.a
2025-08-20T19:05:39.0345637Z [00:02:37.174]➜  packagefile internal/syscall/execenv=/tmp/go-build2960781988/b062/_pkg_.a
2025-08-20T19:05:39.0346419Z [00:02:37.174]➜  packagefile internal/syscall/unix=/tmp/go-build2960781988/b061/_pkg_.a
2025-08-20T19:05:39.0346993Z [00:02:37.174]➜  packagefile internal/testlog=/tmp/go-build2960781988/b063/_pkg_.a
2025-08-20T19:05:39.0347440Z [00:02:37.174]➜  packagefile io/fs=/tmp/go-build2960781988/b053/_pkg_.a
2025-08-20T19:05:39.0347843Z [00:02:37.174]➜  packagefile bufio=/tmp/go-build2960781988/b102/_pkg_.a
2025-08-20T19:05:39.0348247Z [00:02:37.174]➜  packagefile cmp=/tmp/go-build2960781988/b036/_pkg_.a
2025-08-20T19:05:39.0348690Z [00:02:37.174]➜  packagefile compress/gzip=/tmp/go-build2960781988/b114/_pkg_.a
2025-08-20T19:05:39.0349132Z [00:02:37.174]➜  packagefile context=/tmp/go-build2960781988/b069/_pkg_.a
2025-08-20T19:05:39.0349585Z [00:02:37.174]➜  packagefile encoding/binary=/tmp/go-build2960781988/b116/_pkg_.a
2025-08-20T19:05:39.0350052Z [00:02:37.174]➜  packagefile internal/abi=/tmp/go-build2960781988/b004/_pkg_.a
2025-08-20T19:05:39.0350553Z [00:02:37.174]➜  packagefile internal/profilerecord=/tmp/go-build2960781988/b017/_pkg_.a
2025-08-20T19:05:39.0351027Z [00:02:37.174]➜  packagefile sort=/tmp/go-build2960781988/b095/_pkg_.a
2025-08-20T19:05:39.0351471Z [00:02:37.174]➜  packagefile text/tabwriter=/tmp/go-build2960781988/b281/_pkg_.a
2025-08-20T19:05:39.0351948Z [00:02:37.174]➜  packagefile internal/godebug=/tmp/go-build2960781988/b057/_pkg_.a
2025-08-20T19:05:39.0352414Z [00:02:37.174]➜  packagefile math/bits=/tmp/go-build2960781988/b041/_pkg_.a
2025-08-20T19:05:39.0353130Z [00:02:37.174]➜  packagefile internal/chacha8rand=/tmp/go-build2960781988/b012/_pkg_.a
2025-08-20T19:05:39.0353886Z [00:02:37.174]➜  packagefile internal/coverage/rtcov=/tmp/go-build2960781988/b013/_pkg_.a
2025-08-20T19:05:39.0354390Z [00:02:37.174]➜  packagefile internal/cpu=/tmp/go-build2960781988/b010/_pkg_.a
2025-08-20T19:05:39.0354864Z [00:02:37.174]➜  packagefile internal/godebugs=/tmp/go-build2960781988/b014/_pkg_.a
2025-08-20T19:05:39.0355371Z [00:02:37.174]➜  packagefile internal/goexperiment=/tmp/go-build2960781988/b015/_pkg_.a
2025-08-20T19:05:39.0355870Z [00:02:37.174]➜  packagefile internal/goos=/tmp/go-build2960781988/b016/_pkg_.a
2025-08-20T19:05:39.0356370Z [00:02:37.174]➜  packagefile internal/runtime/atomic=/tmp/go-build2960781988/b018/_pkg_.a
2025-08-20T19:05:39.0356896Z [00:02:37.174]➜  packagefile internal/runtime/cgroup=/tmp/go-build2960781988/b019/_pkg_.a
2025-08-20T19:05:39.0357437Z [00:02:37.174]➜  packagefile internal/runtime/exithook=/tmp/go-build2960781988/b023/_pkg_.a
2025-08-20T19:05:39.0357972Z [00:02:37.174]➜  packagefile internal/runtime/gc=/tmp/go-build2960781988/b024/_pkg_.a
2025-08-20T19:05:39.0358484Z [00:02:37.174]➜  packagefile internal/runtime/maps=/tmp/go-build2960781988/b025/_pkg_.a
2025-08-20T19:05:39.0359001Z [00:02:37.174]➜  packagefile internal/runtime/math=/tmp/go-build2960781988/b021/_pkg_.a
2025-08-20T19:05:39.0359526Z [00:02:37.174]➜  packagefile internal/runtime/strconv=/tmp/go-build2960781988/b020/_pkg_.a
2025-08-20T19:05:39.0360054Z [00:02:37.174]➜  packagefile internal/runtime/sys=/tmp/go-build2960781988/b029/_pkg_.a
2025-08-20T19:05:39.0360589Z [00:02:37.174]➜  packagefile internal/runtime/syscall=/tmp/go-build2960781988/b022/_pkg_.a
2025-08-20T19:05:39.0361119Z [00:02:37.174]➜  packagefile internal/trace/tracev2=/tmp/go-build2960781988/b031/_pkg_.a
2025-08-20T19:05:39.0361640Z [00:02:37.174]➜  packagefile internal/unsafeheader=/tmp/go-build2960781988/b007/_pkg_.a
2025-08-20T19:05:39.0362130Z [00:02:37.174]➜  packagefile internal/race=/tmp/go-build2960781988/b028/_pkg_.a
2025-08-20T19:05:39.0362571Z [00:02:37.174]➜  packagefile iter=/tmp/go-build2960781988/b039/_pkg_.a
2025-08-20T19:05:39.0362983Z [00:02:37.174]➜  packagefile unicode=/tmp/go-build2960781988/b048/_pkg_.a
2025-08-20T19:05:39.0363681Z [00:02:37.174]➜  packagefile internal/sync=/tmp/go-build2960781988/b045/_pkg_.a
2025-08-20T19:05:39.0364163Z [00:02:37.174]➜  packagefile internal/synctest=/tmp/go-build2960781988/b047/_pkg_.a
2025-08-20T19:05:39.0364708Z [00:02:37.174]➜  packagefile github.com/aretext/aretext/file=/tmp/go-build2960781988/b068/_pkg_.a
2025-08-20T19:05:39.0365566Z [00:02:37.174]➜  packagefile github.com/aretext/aretext/cellwidth=/tmp/go-build2960781988/b206/_pkg_.a
2025-08-20T19:05:39.0366243Z [00:02:37.174]➜  packagefile github.com/aretext/aretext/menu=/tmp/go-build2960781988/b210/_pkg_.a
2025-08-20T19:05:39.0366849Z [00:02:37.174]➜  packagefile github.com/aretext/aretext/selection=/tmp/go-build2960781988/b215/_pkg_.a
2025-08-20T19:05:39.0367487Z [00:02:37.174]➜  packagefile github.com/aretext/aretext/syntax/parser=/tmp/go-build2960781988/b219/_pkg_.a
2025-08-20T19:05:39.0368141Z [00:02:37.174]➜  packagefile github.com/aretext/aretext/text/segment=/tmp/go-build2960781988/b207/_pkg_.a
2025-08-20T19:05:39.0368771Z [00:02:37.174]➜  packagefile github.com/aretext/aretext/clipboard=/tmp/go-build2960781988/b221/_pkg_.a
2025-08-20T19:05:39.0369402Z [00:02:37.174]➜  packagefile github.com/aretext/aretext/input/engine=/tmp/go-build2960781988/b279/_pkg_.a
2025-08-20T19:05:39.0370023Z [00:02:37.174]➜  packagefile github.com/aretext/aretext/syntax=/tmp/go-build2960781988/b217/_pkg_.a
2025-08-20T19:05:39.0370610Z [00:02:37.174]➜  packagefile github.com/aretext/aretext/text=/tmp/go-build2960781988/b093/_pkg_.a
2025-08-20T19:05:39.0371214Z [00:02:37.174]➜  packagefile github.com/stretchr/testify/require=/tmp/go-build2960781988/b100/_pkg_.a
2025-08-20T19:05:39.0371726Z [00:02:37.174]➜  packagefile testing=/tmp/go-build2960781988/b202/_pkg_.a
2025-08-20T19:05:39.0372250Z [00:02:37.174]➜  packagefile github.com/aretext/aretext/shellcmd=/tmp/go-build2960781988/b222/_pkg_.a
2025-08-20T19:05:39.0373055Z [00:02:37.174]➜  packagefile github.com/aretext/aretext/undo=/tmp/go-build2960781988/b224/_pkg_.a
2025-08-20T19:05:39.0373886Z [00:02:37.174]➜  packagefile golang.org/x/text/cases=/tmp/go-build2960781988/b225/_pkg_.a
2025-08-20T19:05:39.0374433Z [00:02:37.174]➜  packagefile golang.org/x/text/language=/tmp/go-build2960781988/b227/_pkg_.a
2025-08-20T19:05:39.0374914Z [00:02:37.174]➜  packagefile regexp=/tmp/go-build2960781988/b108/_pkg_.a
2025-08-20T19:05:39.0375481Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/ansi=/tmp/go-build2960781988/b237/_pkg_.a
2025-08-20T19:05:39.0376159Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt100=/tmp/go-build2960781988/b238/_pkg_.a
2025-08-20T19:05:39.0376834Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt102=/tmp/go-build2960781988/b239/_pkg_.a
2025-08-20T19:05:39.0377531Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt220=/tmp/go-build2960781988/b240/_pkg_.a
2025-08-20T19:05:39.0378215Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm=/tmp/go-build2960781988/b241/_pkg_.a
2025-08-20T19:05:39.0378754Z [00:02:37.174]➜  packagefile os/exec=/tmp/go-build2960781988/b223/_pkg_.a
2025-08-20T19:05:39.0379324Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/aixterm=/tmp/go-build2960781988/b244/_pkg_.a
2025-08-20T19:05:39.0380033Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/alacritty=/tmp/go-build2960781988/b245/_pkg_.a
2025-08-20T19:05:39.0380775Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/b/beterm=/tmp/go-build2960781988/b246/_pkg_.a
2025-08-20T19:05:39.0381464Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/c/cygwin=/tmp/go-build2960781988/b247/_pkg_.a
2025-08-20T19:05:39.0382147Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/d/dtterm=/tmp/go-build2960781988/b248/_pkg_.a
2025-08-20T19:05:39.0382833Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/e/emacs=/tmp/go-build2960781988/b249/_pkg_.a
2025-08-20T19:05:39.0383658Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/f/foot=/tmp/go-build2960781988/b250/_pkg_.a
2025-08-20T19:05:39.0384340Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/g/gnome=/tmp/go-build2960781988/b251/_pkg_.a
2025-08-20T19:05:39.0385025Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/h/hpterm=/tmp/go-build2960781988/b252/_pkg_.a
2025-08-20T19:05:39.0385917Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/k/konsole=/tmp/go-build2960781988/b253/_pkg_.a
2025-08-20T19:05:39.0386674Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/k/kterm=/tmp/go-build2960781988/b254/_pkg_.a
2025-08-20T19:05:39.0387356Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/l/linux=/tmp/go-build2960781988/b255/_pkg_.a
2025-08-20T19:05:39.0388041Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/p/pcansi=/tmp/go-build2960781988/b256/_pkg_.a
2025-08-20T19:05:39.0388726Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/r/rxvt=/tmp/go-build2960781988/b257/_pkg_.a
2025-08-20T19:05:39.0389411Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/screen=/tmp/go-build2960781988/b258/_pkg_.a
2025-08-20T19:05:39.0390115Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/simpleterm=/tmp/go-build2960781988/b259/_pkg_.a
2025-08-20T19:05:39.0390814Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/sun=/tmp/go-build2960781988/b260/_pkg_.a
2025-08-20T19:05:39.0391481Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/t/tmux=/tmp/go-build2960781988/b261/_pkg_.a
2025-08-20T19:05:39.0392152Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt320=/tmp/go-build2960781988/b262/_pkg_.a
2025-08-20T19:05:39.0392828Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt400=/tmp/go-build2960781988/b263/_pkg_.a
2025-08-20T19:05:39.0393889Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt420=/tmp/go-build2960781988/b264/_pkg_.a
2025-08-20T19:05:39.0394571Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt52=/tmp/go-build2960781988/b265/_pkg_.a
2025-08-20T19:05:39.0395246Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy50=/tmp/go-build2960781988/b266/_pkg_.a
2025-08-20T19:05:39.0395923Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy60=/tmp/go-build2960781988/b267/_pkg_.a
2025-08-20T19:05:39.0396611Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi=/tmp/go-build2960781988/b268/_pkg_.a
2025-08-20T19:05:39.0397323Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xfce=/tmp/go-build2960781988/b269/_pkg_.a
2025-08-20T19:05:39.0398033Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm_ghostty=/tmp/go-build2960781988/b270/_pkg_.a
2025-08-20T19:05:39.0398763Z [00:02:37.174]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty=/tmp/go-build2960781988/b271/_pkg_.a
2025-08-20T19:05:39.0399368Z [00:02:37.174]➜  packagefile database/sql/driver=/tmp/go-build2960781988/b273/_pkg_.a
2025-08-20T19:05:39.0399848Z [00:02:37.174]➜  packagefile encoding/json=/tmp/go-build2960781988/b103/_pkg_.a
2025-08-20T19:05:39.0400299Z [00:02:37.174]➜  packagefile math/rand=/tmp/go-build2960781988/b098/_pkg_.a
2025-08-20T19:05:39.0400787Z [00:02:37.174]➜  packagefile github.com/rivo/uniseg=/tmp/go-build2960781988/b209/_pkg_.a
2025-08-20T19:05:39.0401411Z [00:02:37.174]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build2960781988/b234/_pkg_.a
2025-08-20T19:05:39.0401987Z [00:02:37.174]➜  packagefile internal/asan=/tmp/go-build2960781988/b026/_pkg_.a
2025-08-20T19:05:39.0402457Z [00:02:37.174]➜  packagefile internal/msan=/tmp/go-build2960781988/b027/_pkg_.a
2025-08-20T19:05:39.0402936Z [00:02:37.174]➜  packagefile internal/oserror=/tmp/go-build2960781988/b054/_pkg_.a
2025-08-20T19:05:39.0403566Z [00:02:37.174]➜  packagefile path=/tmp/go-build2960781988/b055/_pkg_.a
2025-08-20T19:05:39.0404009Z [00:02:37.174]➜  packagefile compress/flate=/tmp/go-build2960781988/b115/_pkg_.a
2025-08-20T19:05:39.0404462Z [00:02:37.174]➜  packagefile hash/crc32=/tmp/go-build2960781988/b117/_pkg_.a
2025-08-20T19:05:39.0404918Z [00:02:37.174]➜  packagefile internal/bisect=/tmp/go-build2960781988/b058/_pkg_.a
2025-08-20T19:05:39.0405592Z [00:02:37.174]➜  packagefile crypto/md5=/tmp/go-build2960781988/b070/_pkg_.a
2025-08-20T19:05:39.0406173Z [00:02:37.174]➜  packagefile github.com/google/renameio/v2=/tmp/go-build2960781988/b096/_pkg_.a
2025-08-20T19:05:39.0406656Z [00:02:37.174]➜  packagefile hash=/tmp/go-build2960781988/b072/_pkg_.a
2025-08-20T19:05:39.0407180Z [00:02:37.174]➜  packagefile github.com/aretext/aretext/menu/fuzzy=/tmp/go-build2960781988/b211/_pkg_.a
2025-08-20T19:05:39.0407837Z [00:02:37.174]➜  packagefile github.com/aretext/aretext/syntax/languages=/tmp/go-build2960781988/b218/_pkg_.a
2025-08-20T19:05:39.0408493Z [00:02:37.174]➜  packagefile github.com/aretext/aretext/text/utf8=/tmp/go-build2960781988/b094/_pkg_.a
2025-08-20T19:05:39.0409116Z [00:02:37.174]➜  packagefile github.com/stretchr/testify/assert=/tmp/go-build2960781988/b101/_pkg_.a
2025-08-20T19:05:39.0409625Z [00:02:37.174]➜  packagefile net/http=/tmp/go-build2960781988/b113/_pkg_.a
2025-08-20T19:05:39.0410046Z [00:02:37.174]➜  packagefile net/url=/tmp/go-build2960781988/b180/_pkg_.a
2025-08-20T19:05:39.0410509Z [00:02:37.174]➜  packagefile internal/sysinfo=/tmp/go-build2960781988/b203/_pkg_.a
2025-08-20T19:05:39.0410983Z [00:02:37.174]➜  packagefile runtime/trace=/tmp/go-build2960781988/b204/_pkg_.a
2025-08-20T19:05:39.0411488Z [00:02:37.174]➜  packagefile golang.org/x/text/internal=/tmp/go-build2960781988/b226/_pkg_.a
2025-08-20T19:05:39.0412051Z [00:02:37.174]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build2960781988/b213/_pkg_.a
2025-08-20T19:05:39.0412944Z [00:02:37.174]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build2960781988/b228/_pkg_.a
2025-08-20T19:05:39.0413801Z [00:02:37.174]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build2960781988/b230/_pkg_.a
2025-08-20T19:05:39.0414367Z [00:02:37.174]➜  packagefile regexp/syntax=/tmp/go-build2960781988/b109/_pkg_.a
2025-08-20T19:05:39.0414826Z [00:02:37.174]➜  packagefile unicode/utf16=/tmp/go-build2960781988/b105/_pkg_.a
2025-08-20T19:05:39.0415261Z [00:02:37.174]➜  packagefile crypto=/tmp/go-build2960781988/b071/_pkg_.a
2025-08-20T19:05:39.0415768Z [00:02:37.174]➜  packagefile crypto/internal/fips140only=/tmp/go-build2960781988/b073/_pkg_.a
2025-08-20T19:05:39.0416261Z [00:02:37.174]➜  packagefile io/ioutil=/tmp/go-build2960781988/b097/_pkg_.a
2025-08-20T19:05:39.0416715Z [00:02:37.174]➜  packagefile container/heap=/tmp/go-build2960781988/b212/_pkg_.a
2025-08-20T19:05:39.0417244Z [00:02:37.174]➜  packagefile github.com/davecgh/go-spew/spew=/tmp/go-build2960781988/b106/_pkg_.a
2025-08-20T19:05:39.0417854Z [00:02:37.174]➜  packagefile github.com/pmezard/go-difflib/difflib=/tmp/go-build2960781988/b110/_pkg_.a
2025-08-20T19:05:39.0418482Z [00:02:37.174]➜  packagefile github.com/stretchr/testify/assert/yaml=/tmp/go-build2960781988/b111/_pkg_.a
2025-08-20T19:05:39.0419040Z [00:02:37.174]➜  packagefile net/http/httptest=/tmp/go-build2960781988/b199/_pkg_.a
2025-08-20T19:05:39.0419518Z [00:02:37.174]➜  packagefile container/list=/tmp/go-build2960781988/b118/_pkg_.a
2025-08-20T19:05:39.0419986Z [00:02:37.174]➜  packagefile crypto/rand=/tmp/go-build2960781988/b119/_pkg_.a
2025-08-20T19:05:39.0420435Z [00:02:37.174]➜  packagefile crypto/tls=/tmp/go-build2960781988/b126/_pkg_.a
2025-08-20T19:05:39.0420977Z [00:02:37.174]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2960781988/b181/_pkg_.a
2025-08-20T19:05:39.0421605Z [00:02:37.174]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build2960781988/b190/_pkg_.a
2025-08-20T19:05:39.0422234Z [00:02:37.174]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build2960781988/b191/_pkg_.a
2025-08-20T19:05:39.0422812Z [00:02:37.174]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2960781988/b182/_pkg_.a
2025-08-20T19:05:39.0423472Z [00:02:37.174]➜  packagefile maps=/tmp/go-build2960781988/b172/_pkg_.a
2025-08-20T19:05:39.0423926Z [00:02:37.174]➜  packagefile mime=/tmp/go-build2960781988/b192/_pkg_.a
2025-08-20T19:05:39.0424369Z [00:02:37.174]➜  packagefile mime/multipart=/tmp/go-build2960781988/b193/_pkg_.a
2025-08-20T19:05:39.0425009Z [00:02:37.174]➜  packagefile net=/tmp/go-build2960781988/b173/_pkg_.a
2025-08-20T19:05:39.0425535Z [00:02:37.174]➜  packagefile net/http/httptrace=/tmp/go-build2960781988/b195/_pkg_.a
2025-08-20T19:05:39.0426031Z [00:02:37.174]➜  packagefile net/http/internal=/tmp/go-build2960781988/b196/_pkg_.a
2025-08-20T19:05:39.0426543Z [00:02:37.174]➜  packagefile net/http/internal/ascii=/tmp/go-build2960781988/b197/_pkg_.a
2025-08-20T19:05:39.0427094Z [00:02:37.174]➜  packagefile net/http/internal/httpcommon=/tmp/go-build2960781988/b198/_pkg_.a
2025-08-20T19:05:39.0427618Z [00:02:37.174]➜  packagefile net/textproto=/tmp/go-build2960781988/b189/_pkg_.a
2025-08-20T19:05:39.0428145Z [00:02:37.174]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build2960781988/b229/_pkg_.a
2025-08-20T19:05:39.0428716Z [00:02:37.174]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2960781988/b074/_pkg_.a
2025-08-20T19:05:39.0429287Z [00:02:37.174]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2960781988/b084/_pkg_.a
2025-08-20T19:05:39.0429868Z [00:02:37.174]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2960781988/b088/_pkg_.a
2025-08-20T19:05:39.0430440Z [00:02:37.174]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2960781988/b090/_pkg_.a
2025-08-20T19:05:39.0430953Z [00:02:37.175]➜  packagefile encoding/hex=/tmp/go-build2960781988/b107/_pkg_.a
2025-08-20T19:05:39.0431405Z [00:02:37.175]➜  packagefile crypto/x509=/tmp/go-build2960781988/b168/_pkg_.a
2025-08-20T19:05:39.0432144Z [00:02:37.175]➜  packagefile net/http/internal/testcert=/tmp/go-build2960781988/b200/_pkg_.a
2025-08-20T19:05:39.0432684Z [00:02:37.175]➜  packagefile crypto/internal/boring=/tmp/go-build2960781988/b120/_pkg_.a
2025-08-20T19:05:39.0433343Z [00:02:37.175]➜  packagefile crypto/internal/fips140=/tmp/go-build2960781988/b078/_pkg_.a
2025-08-20T19:05:39.0433939Z [00:02:37.175]➜  packagefile crypto/internal/randutil=/tmp/go-build2960781988/b091/_pkg_.a
2025-08-20T19:05:39.0434486Z [00:02:37.175]➜  packagefile crypto/internal/sysrand=/tmp/go-build2960781988/b077/_pkg_.a
2025-08-20T19:05:39.0434969Z [00:02:37.175]➜  packagefile math/big=/tmp/go-build2960781988/b125/_pkg_.a
2025-08-20T19:05:39.0435403Z [00:02:37.175]➜  packagefile crypto/aes=/tmp/go-build2960781988/b127/_pkg_.a
2025-08-20T19:05:39.0435863Z [00:02:37.175]➜  packagefile crypto/cipher=/tmp/go-build2960781988/b121/_pkg_.a
2025-08-20T19:05:39.0436312Z [00:02:37.175]➜  packagefile crypto/des=/tmp/go-build2960781988/b128/_pkg_.a
2025-08-20T19:05:39.0436768Z [00:02:37.175]➜  packagefile crypto/ecdh=/tmp/go-build2960781988/b129/_pkg_.a
2025-08-20T19:05:39.0437217Z [00:02:37.175]➜  packagefile crypto/ecdsa=/tmp/go-build2960781988/b134/_pkg_.a
2025-08-20T19:05:39.0437676Z [00:02:37.175]➜  packagefile crypto/ed25519=/tmp/go-build2960781988/b147/_pkg_.a
2025-08-20T19:05:39.0438146Z [00:02:37.175]➜  packagefile crypto/elliptic=/tmp/go-build2960781988/b135/_pkg_.a
2025-08-20T19:05:39.0438608Z [00:02:37.175]➜  packagefile crypto/hkdf=/tmp/go-build2960781988/b150/_pkg_.a
2025-08-20T19:05:39.0439066Z [00:02:37.175]➜  packagefile crypto/hmac=/tmp/go-build2960781988/b152/_pkg_.a
2025-08-20T19:05:39.0439578Z [00:02:37.175]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2960781988/b080/_pkg_.a
2025-08-20T19:05:39.0440155Z [00:02:37.175]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build2960781988/b122/_pkg_.a
2025-08-20T19:05:39.0440737Z [00:02:37.175]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build2960781988/b153/_pkg_.a
2025-08-20T19:05:39.0441319Z [00:02:37.175]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build2960781988/b154/_pkg_.a
2025-08-20T19:05:39.0441891Z [00:02:37.175]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build2960781988/b155/_pkg_.a
2025-08-20T19:05:39.0442428Z [00:02:37.175]➜  packagefile crypto/internal/hpke=/tmp/go-build2960781988/b156/_pkg_.a
2025-08-20T19:05:39.0442906Z [00:02:37.175]➜  packagefile crypto/rc4=/tmp/go-build2960781988/b161/_pkg_.a
2025-08-20T19:05:39.0443785Z [00:02:37.175]➜  packagefile crypto/rsa=/tmp/go-build2960781988/b162/_pkg_.a
2025-08-20T19:05:39.0444318Z [00:02:37.175]➜  packagefile crypto/sha1=/tmp/go-build2960781988/b164/_pkg_.a
2025-08-20T19:05:39.0444777Z [00:02:37.175]➜  packagefile crypto/sha256=/tmp/go-build2960781988/b165/_pkg_.a
2025-08-20T19:05:39.0445235Z [00:02:37.175]➜  packagefile crypto/sha512=/tmp/go-build2960781988/b143/_pkg_.a
2025-08-20T19:05:39.0445694Z [00:02:37.175]➜  packagefile crypto/subtle=/tmp/go-build2960781988/b123/_pkg_.a
2025-08-20T19:05:39.0446231Z [00:02:37.175]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build2960781988/b166/_pkg_.a
2025-08-20T19:05:39.0446750Z [00:02:37.175]➜  packagefile encoding/pem=/tmp/go-build2960781988/b171/_pkg_.a
2025-08-20T19:05:39.0447325Z [00:02:37.175]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build2960781988/b157/_pkg_.a
2025-08-20T19:05:39.0447973Z [00:02:37.175]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2960781988/b144/_pkg_.a
2025-08-20T19:05:39.0448488Z [00:02:37.175]➜  packagefile weak=/tmp/go-build2960781988/b140/_pkg_.a
2025-08-20T19:05:39.0448906Z [00:02:37.175]➜  packagefile net/netip=/tmp/go-build2960781988/b177/_pkg_.a
2025-08-20T19:05:39.0449451Z [00:02:37.175]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build2960781988/b183/_pkg_.a
2025-08-20T19:05:39.0450082Z [00:02:37.175]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build2960781988/b185/_pkg_.a
2025-08-20T19:05:39.0450701Z [00:02:37.175]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build2960781988/b188/_pkg_.a
2025-08-20T19:05:39.0451510Z [00:02:37.175]➜  packagefile mime/quotedprintable=/tmp/go-build2960781988/b194/_pkg_.a
2025-08-20T19:05:39.0452092Z [00:02:37.175]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build2960781988/b174/_pkg_.a
2025-08-20T19:05:39.0452645Z [00:02:37.175]➜  packagefile internal/nettrace=/tmp/go-build2960781988/b175/_pkg_.a
2025-08-20T19:05:39.0453295Z [00:02:37.175]➜  packagefile internal/singleflight=/tmp/go-build2960781988/b176/_pkg_.a
2025-08-20T19:05:39.0453917Z [00:02:37.175]➜  packagefile crypto/internal/entropy=/tmp/go-build2960781988/b076/_pkg_.a
2025-08-20T19:05:39.0454479Z [00:02:37.175]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2960781988/b082/_pkg_.a
2025-08-20T19:05:39.0455058Z [00:02:37.175]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2960781988/b089/_pkg_.a
2025-08-20T19:05:39.0455671Z [00:02:37.175]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2960781988/b085/_pkg_.a
2025-08-20T19:05:39.0456292Z [00:02:37.175]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2960781988/b086/_pkg_.a
2025-08-20T19:05:39.0456842Z [00:02:37.175]➜  packagefile crypto/internal/impl=/tmp/go-build2960781988/b087/_pkg_.a
2025-08-20T19:05:39.0457318Z [00:02:37.175]➜  packagefile crypto/dsa=/tmp/go-build2960781988/b169/_pkg_.a
2025-08-20T19:05:39.0457785Z [00:02:37.175]➜  packagefile crypto/x509/pkix=/tmp/go-build2960781988/b170/_pkg_.a
2025-08-20T19:05:39.0458265Z [00:02:37.175]➜  packagefile encoding/asn1=/tmp/go-build2960781988/b145/_pkg_.a
2025-08-20T19:05:39.0458838Z [00:02:37.175]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2960781988/b146/_pkg_.a
2025-08-20T19:05:39.0459444Z [00:02:37.175]➜  packagefile crypto/internal/boring/sig=/tmp/go-build2960781988/b124/_pkg_.a
2025-08-20T19:05:39.0460029Z [00:02:37.175]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2960781988/b079/_pkg_.a
2025-08-20T19:05:39.0460571Z [00:02:37.175]➜  packagefile math/rand/v2=/tmp/go-build2960781988/b092/_pkg_.a
2025-08-20T19:05:39.0461088Z [00:02:37.175]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2960781988/b081/_pkg_.a
2025-08-20T19:05:39.0461658Z [00:02:37.175]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build2960781988/b130/_pkg_.a
2025-08-20T19:05:39.0462288Z [00:02:37.175]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build2960781988/b133/_pkg_.a
2025-08-20T19:05:39.0463112Z [00:02:37.175]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build2960781988/b136/_pkg_.a
2025-08-20T19:05:39.0463918Z [00:02:37.175]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build2960781988/b137/_pkg_.a
2025-08-20T19:05:39.0464499Z [00:02:37.175]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2960781988/b131/_pkg_.a
2025-08-20T19:05:39.0465071Z [00:02:37.175]➜  packagefile crypto/internal/fips140cache=/tmp/go-build2960781988/b139/_pkg_.a
2025-08-20T19:05:39.0465637Z [00:02:37.175]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2960781988/b141/_pkg_.a
2025-08-20T19:05:39.0466223Z [00:02:37.175]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build2960781988/b148/_pkg_.a
2025-08-20T19:05:39.0466797Z [00:02:37.175]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build2960781988/b151/_pkg_.a
2025-08-20T19:05:39.0467358Z [00:02:37.175]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2960781988/b083/_pkg_.a
2025-08-20T19:05:39.0467930Z [00:02:37.175]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2960781988/b138/_pkg_.a
2025-08-20T19:05:39.0468514Z [00:02:37.175]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build2960781988/b163/_pkg_.a
2025-08-20T19:05:39.0469032Z [00:02:37.175]➜  packagefile crypto/fips140=/tmp/go-build2960781988/b167/_pkg_.a
2025-08-20T19:05:39.0469581Z [00:02:37.175]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build2960781988/b158/_pkg_.a
2025-08-20T19:05:39.0470218Z [00:02:37.175]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build2960781988/b159/_pkg_.a
2025-08-20T19:05:39.0471156Z [00:02:37.175]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build2960781988/b160/_pkg_.a
2025-08-20T19:05:39.0471697Z [00:02:37.175]➜  packagefile unique=/tmp/go-build2960781988/b178/_pkg_.a
2025-08-20T19:05:39.0472214Z [00:02:37.175]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build2960781988/b184/_pkg_.a
2025-08-20T19:05:39.0472829Z [00:02:37.175]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build2960781988/b132/_pkg_.a
2025-08-20T19:05:39.0473616Z [00:02:37.175]➜  packagefile crypto/sha3=/tmp/go-build2960781988/b142/_pkg_.a
2025-08-20T19:05:39.0474180Z [00:02:37.175]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build2960781988/b149/_pkg_.a
2025-08-20T19:05:39.0481647Z [00:02:37.175]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/aretext/aretext\nmod\tgithub.com/aretext/aretext\tv1.5.1-0.20250818141451-90d485eee3a7+dirty\t\ndep\tgithub.com/davecgh/go-spew\tv1.1.1\th1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=\ndep\tgithub.com/gdamore/encoding\tv1.0.1\th1:YzKZckdBL6jVt2Gc+5p82qhrGiqMdG/eNs6Wy0u3Uhw=\ndep\tgithub.com/gdamore/tcell/v2\tv2.8.1\th1:KPNxyqclpWpWQlPLx6Xui1pMk8S+7+R37h3g07997NU=\ndep\tgithub.com/google/renameio/v2\tv2.0.0\th1:UifI23ZTGY8Tt29JbYFiuyIU3eX+RNFtUwefq9qAhxg=\ndep\tgithub.com/lucasb-eyer/go-colorful\tv1.2.0\th1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=\ndep\tgithub.com/mattn/go-runewidth\tv0.0.16\th1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc=\ndep\tgithub.com/pmezard/go-difflib\tv1.0.0\th1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=\ndep\tgithub.com/rivo/uniseg\tv0.4.3\th1:utMvzDsuh3suAEnhH0RdHmoPbU648o6CvXxTx4SBMOw=\ndep\tgithub.com/stretchr/testify\tv1.10.0\th1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=\ndep\tgolang.org/x/sys\tv0.29.0\th1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=\ndep\tgolang.org/x/term\tv0.28.0\th1:/Ts8HFuMR2E6IP/jlo7QVLZHggjKQbhu/7H0LJFr3Gg=\ndep\tgolang.org/x/text\tv0.28.0\th1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng=\ndep\tgopkg.in/yaml.v3\tv3.0.1\th1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=arm64\nbuild\tGOOS=linux\nbuild\tGOARM64=v8.0\nbuild\tvcs=git\nbuild\tvcs.revision=90d485eee3a7c65dedcc993e854f0e560471a695\nbuild\tvcs.time=2025-08-18T14:14:51Z\nbuild\tvcs.modified=true\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T19:05:39.0487935Z [00:02:37.175]➜  EOF
2025-08-20T19:05:39.0488171Z [00:02:37.175]➜  mkdir -p $WORK/b001/exe/
2025-08-20T19:05:39.0488418Z [00:02:37.175]➜  cd .
2025-08-20T19:05:39.0490614Z [00:02:37.175]➜  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,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0 -buildmode=pie -buildid=Qkpe7G3GtmpK6OWT45ZP/d2X2Ai6jJmnBbLJRH6cS/jmdRBYlNcmPGSYHl25hT/Qkpe7G3GtmpK6OWT45ZP -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T19:05:39.4914732Z [00:02:37.635]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T19:05:39.4964522Z [00:02:37.640]➜  mkdir -p /build-bins/
2025-08-20T19:05:39.4966301Z [00:02:37.640]➜  cp $WORK/b001/exe/a.out /build-bins/aretext
2025-08-20T19:05:39.4997906Z [00:02:37.643]➜  rm -rf $WORK/b001/
2025-08-20T19:05:39.6531653Z [00:02:37.797]➜  '/tmp/tmp.nglcQx2wbq/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T19:05:39.6684930Z [00:02:37.812]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T19:05:39.6859130Z [00:02:37.829]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T19:05:39.6861963Z [00:02:37.830]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T19:05:39.7191069Z [00:02:37.863]➜  copy from `/build-bins/aretext' [elf64-littleaarch64] to `/build-bins/stCJfMeb' [elf64-littleaarch64]
2025-08-20T19:05:39.7711723Z [00:02:37.915]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T19:05:39.7736454Z [00:02:37.917]➜  
2025-08-20T19:05:39.7750964Z [00:02:37.919]➜  /build-bins/aretext
2025-08-20T19:05:39.7781936Z [00:02:37.922]➜  There are 24 section headers, starting at offset 0x73e698:
2025-08-20T19:05:39.7783068Z [00:02:37.922]➜  
2025-08-20T19:05:39.7783947Z [00:02:37.922]➜  Section Headers:
2025-08-20T19:05:39.7784347Z [00:02:37.922]➜    [Nr] Name              Type             Address           Offset
2025-08-20T19:05:39.7784754Z [00:02:37.922]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T19:05:39.7785168Z [00:02:37.922]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T19:05:39.7785565Z [00:02:37.922]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T19:05:39.7785977Z [00:02:37.922]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T19:05:39.7786389Z [00:02:37.922]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T19:05:39.7786840Z [00:02:37.922]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T19:05:39.7787255Z [00:02:37.922]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T19:05:39.7787663Z [00:02:37.922]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T19:05:39.7788073Z [00:02:37.922]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T19:05:39.7788482Z [00:02:37.922]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T19:05:39.7788903Z [00:02:37.922]➜         000000000009d218  0000000000000018   A       2     0     8
2025-08-20T19:05:39.7789317Z [00:02:37.922]➜    [ 5] .init             PROGBITS         000000000009d4c8  0009d4c8
2025-08-20T19:05:39.7789726Z [00:02:37.922]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T19:05:39.7790131Z [00:02:37.922]➜    [ 6] .text             PROGBITS         000000000009d4e0  0009d4e0
2025-08-20T19:05:39.7790895Z [00:02:37.922]➜         00000000002f9510  0000000000000000  AX       0     0     32
2025-08-20T19:05:39.7791419Z [00:02:37.922]➜    [ 7] .fini             PROGBITS         00000000003969f0  003969f0
2025-08-20T19:05:39.7791828Z [00:02:37.922]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T19:05:39.7792238Z [00:02:37.922]➜    [ 8] .rodata           PROGBITS         0000000000396a00  00396a00
2025-08-20T19:05:39.7792653Z [00:02:37.922]➜         0000000000090cac  0000000000000000   A       0     0     32
2025-08-20T19:05:39.7793098Z [00:02:37.922]➜    [ 9] .eh_frame_hdr     PROGBITS         00000000004276ac  004276ac
2025-08-20T19:05:39.7793811Z [00:02:37.922]➜         000000000000010c  0000000000000000   A       0     0     4
2025-08-20T19:05:39.7794226Z [00:02:37.922]➜    [10] .eh_frame         PROGBITS         00000000004277b8  004277b8
2025-08-20T19:05:39.7794641Z [00:02:37.922]➜         00000000000004d8  0000000000000000   A       0     0     8
2025-08-20T19:05:39.7795053Z [00:02:37.922]➜    [11] .tbss             NOBITS           0000000000439370  00429370
2025-08-20T19:05:39.7795459Z [00:02:37.922]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T19:05:39.7795875Z [00:02:37.922]➜    [12] .init_array       INIT_ARRAY       0000000000439370  00429370
2025-08-20T19:05:39.7796294Z [00:02:37.922]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T19:05:39.7796712Z [00:02:37.922]➜    [13] .fini_array       FINI_ARRAY       0000000000439378  00429378
2025-08-20T19:05:39.7797452Z [00:02:37.922]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T19:05:39.7797878Z [00:02:37.922]➜    [14] .data.rel.ro      PROGBITS         0000000000439380  00429380
2025-08-20T19:05:39.7798302Z [00:02:37.922]➜         0000000000296a58  0000000000000000  WA       0     0     32
2025-08-20T19:05:39.7798721Z [00:02:37.922]➜    [15] .dynamic          DYNAMIC          00000000006cfdd8  006bfdd8
2025-08-20T19:05:39.7799141Z [00:02:37.922]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T19:05:39.7799548Z [00:02:37.922]➜    [16] .got              PROGBITS         00000000006cff48  006bff48
2025-08-20T19:05:39.7799950Z [00:02:37.922]➜         00000000000000b0  0000000000000008  WA       0     0     8
2025-08-20T19:05:39.7800358Z [00:02:37.922]➜    [17] .data             PROGBITS         00000000006d0000  006c0000
2025-08-20T19:05:39.7800769Z [00:02:37.922]➜         000000000000e660  0000000000000000  WA       0     0     32
2025-08-20T19:05:39.7801213Z [00:02:37.922]➜    [18] .go.buildinfo     PROGBITS         00000000006de660  006ce660
2025-08-20T19:05:39.7801640Z [00:02:37.922]➜         00000000000006f0  0000000000000000  WA       0     0     16
2025-08-20T19:05:39.7802069Z [00:02:37.922]➜    [19] .go.fipsinfo      PROGBITS         00000000006ded60  006ced60
2025-08-20T19:05:39.7802492Z [00:02:37.922]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T19:05:39.7802928Z [00:02:37.922]➜    [20] .noptrdata        PROGBITS         00000000006dede0  006cede0
2025-08-20T19:05:39.7803586Z [00:02:37.922]➜         000000000006f7e1  0000000000000000  WA       0     0     32
2025-08-20T19:05:39.7804000Z [00:02:37.922]➜    [21] .bss              NOBITS           000000000074e5e0  0073e5c1
2025-08-20T19:05:39.7804403Z [00:02:37.922]➜         000000000002a6c8  0000000000000000  WA       0     0     32
2025-08-20T19:05:39.7804823Z [00:02:37.922]➜    [22] .noptrbss         NOBITS           0000000000778cc0  0073e5c1
2025-08-20T19:05:39.7805257Z [00:02:37.922]➜         000000000001f000  0000000000000000  WA       0     0     32
2025-08-20T19:05:39.7805676Z [00:02:37.922]➜    [23] .shstrtab         STRTAB           0000000000000000  0073e5c1
2025-08-20T19:05:39.7806131Z [00:02:37.922]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T19:05:39.7806449Z [00:02:37.922]➜  Key to Flags:
2025-08-20T19:05:39.7806794Z [00:02:37.922]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T19:05:39.7807460Z [00:02:37.922]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T19:05:39.7807992Z [00:02:37.922]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T19:05:39.7808371Z [00:02:37.922]➜    D (mbind), p (processor specific)
2025-08-20T19:05:39.7808653Z [00:02:37.924]➜  
2025-08-20T19:05:39.7817374Z [00:02:37.925]➜  /build-bins/LICENSE
2025-08-20T19:05:39.7830904Z [00:02:37.927]➜  + file /build-bins/LICENSE /build-bins/aretext
2025-08-20T19:05:39.8025655Z [00:02:37.946]➜  /build-bins/LICENSE: ASCII text
2025-08-20T19:05:39.8083000Z [00:02:37.952]➜  /build-bins/aretext: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T19:05:39.8091245Z [00:02:37.953]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/aretext
2025-08-20T19:05:39.8106831Z [00:02:37.954]➜  /build-bins/LICENSE:         35149 Bytes
2025-08-20T19:05:39.8107231Z [00:02:37.954]➜  /build-bins/aretext:         7597208 Bytes
2025-08-20T19:05:39.8111407Z [00:02:37.955]➜  + du /build-bins/LICENSE /build-bins/aretext --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T19:05:39.8122269Z [00:02:37.956]➜  35K	2025-08-20 19:05:39.652235485 +0000	/build-bins/LICENSE
2025-08-20T19:05:39.8122750Z [00:02:37.956]➜  7.3M	2025-08-20 19:05:39.729237774 +0000	/build-bins/aretext
2025-08-20T19:05:39.8125019Z [00:02:37.956]➜  + popd
2025-08-20T19:05:41.1969032Z [00:02:39.340]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T19:05:41.2254399Z [00:02:39.369]➜  + '[' -s /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T19:05:41.2315998Z [00:02:39.375]➜  + cp -fv /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T19:05:41.2380604Z [00:02:39.381]➜  '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T19:05:41.2393492Z [00:02:39.383]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T19:05:41.2396377Z [00:02:39.383]➜  + find /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T19:05:41.2396957Z [00:02:39.383]➜  + cut -d: -f1
2025-08-20T19:05:41.2397277Z [00:02:39.383]➜  + xargs realpath --no-symlinks
2025-08-20T19:05:41.2397752Z [00:02:39.383]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR
2025-08-20T19:05:41.3447178Z [00:02:39.488]➜  sending incremental file list
2025-08-20T19:05:41.3467767Z [00:02:39.490]➜  aretext
2025-08-20T19:05:41.3939894Z [00:02:39.537]➜  
2025-08-20T19:05:41.3941240Z [00:02:39.537]➜  sent 7.60M bytes  received 35 bytes  15.20M bytes/sec
2025-08-20T19:05:41.3941716Z [00:02:39.537]➜  total size is 7.60M  speedup is 1.00
2025-08-20T19:05:41.3953351Z [00:02:39.539]➜  
2025-08-20T19:05:41.8542486Z [00:02:39.998]➜  
2025-08-20T19:05:41.8629029Z [00:02:40.006]➜  ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T19:05:41.8630399Z [00:02:40.006]➜  ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/aretext' retained as runner:runner
2025-08-20T19:05:41.8631811Z [00:02:40.006]➜  ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T19:05:41.8632870Z [00:02:40.006]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/main.go' from root:root to runner:runner
2025-08-20T19:05:41.8634198Z [00:02:40.006]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/screencast.gif' from root:root to runner:runner
2025-08-20T19:05:41.8635414Z [00:02:40.006]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T19:05:41.8636597Z [00:02:40.006]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/RELEASING.md' from root:root to runner:runner
2025-08-20T19:05:41.8637793Z [00:02:40.006]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/textfield.go' from root:root to runner:runner
2025-08-20T19:05:41.8639421Z [00:02:40.006]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/palette_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8640696Z [00:02:40.006]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/statusbar_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8641930Z [00:02:40.006]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/helpers.go' from root:root to runner:runner
2025-08-20T19:05:41.8643260Z [00:02:40.006]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/textfield_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8644619Z [00:02:40.006]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/screen_region.go' from root:root to runner:runner
2025-08-20T19:05:41.8645856Z [00:02:40.006]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/menu_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8647096Z [00:02:40.006]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/buffer_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8648337Z [00:02:40.006]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/editor.go' from root:root to runner:runner
2025-08-20T19:05:41.8649539Z [00:02:40.006]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/search.go' from root:root to runner:runner
2025-08-20T19:05:41.8650764Z [00:02:40.006]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/editor_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8651980Z [00:02:40.006]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/buffer.go' from root:root to runner:runner
2025-08-20T19:05:41.8653974Z [00:02:40.006]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/screen_region_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8655426Z [00:02:40.006]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/search_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8656662Z [00:02:40.006]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/palette.go' from root:root to runner:runner
2025-08-20T19:05:41.8657859Z [00:02:40.006]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/menu.go' from root:root to runner:runner
2025-08-20T19:05:41.8659075Z [00:02:40.006]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/statusbar.go' from root:root to runner:runner
2025-08-20T19:05:41.8660243Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display' from root:root to runner:runner
2025-08-20T19:05:41.8661401Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/shellcmd/run.go' from root:root to runner:runner
2025-08-20T19:05:41.8662809Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/shellcmd/file_location.go' from root:root to runner:runner
2025-08-20T19:05:41.8664239Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/shellcmd/file_location_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8665457Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/shellcmd' from root:root to runner:runner
2025-08-20T19:05:41.8666644Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/clipboard/clipboard.go' from root:root to runner:runner
2025-08-20T19:05:41.8667907Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/clipboard/clipboard_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8669117Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/clipboard' from root:root to runner:runner
2025-08-20T19:05:41.8670286Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/actions.go' from root:root to runner:runner
2025-08-20T19:05:41.8671493Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generate.go' from root:root to runner:runner
2025-08-20T19:05:41.8672691Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/helpers.go' from root:root to runner:runner
2025-08-20T19:05:41.8674054Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/commands.go' from root:root to runner:runner
2025-08-20T19:05:41.8675299Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/interpreter_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8676733Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generated/insert.bin' from root:root to runner:runner
2025-08-20T19:05:41.8678076Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generated/task.bin' from root:root to runner:runner
2025-08-20T19:05:41.8679338Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generated/normal.bin' from root:root to runner:runner
2025-08-20T19:05:41.8680621Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generated/search.bin' from root:root to runner:runner
2025-08-20T19:05:41.8681888Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generated/visual.bin' from root:root to runner:runner
2025-08-20T19:05:41.8683524Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generated/textfield.bin' from root:root to runner:runner
2025-08-20T19:05:41.8684882Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generated/menu.bin' from root:root to runner:runner
2025-08-20T19:05:41.8686097Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generated' from root:root to runner:runner
2025-08-20T19:05:41.8687503Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/context.go' from root:root to runner:runner
2025-08-20T19:05:41.8688714Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/interpreter.go' from root:root to runner:runner
2025-08-20T19:05:41.8689970Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/engine/expression.go' from root:root to runner:runner
2025-08-20T19:05:41.8691257Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/engine/statemachine.go' from root:root to runner:runner
2025-08-20T19:05:41.8692549Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/engine/runtime_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8694185Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/engine/runtime.go' from root:root to runner:runner
2025-08-20T19:05:41.8695466Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/engine/compile_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8696726Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/engine/compile.go' from root:root to runner:runner
2025-08-20T19:05:41.8697998Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/engine/serialize_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8699285Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/engine/serialize.go' from root:root to runner:runner
2025-08-20T19:05:41.8700497Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/engine' from root:root to runner:runner
2025-08-20T19:05:41.8701830Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/menu.go' from root:root to runner:runner
2025-08-20T19:05:41.8703071Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input' from root:root to runner:runner
2025-08-20T19:05:41.8704531Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/item.go' from root:root to runner:runner
2025-08-20T19:05:41.8705715Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/search.go' from root:root to runner:runner
2025-08-20T19:05:41.8706923Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/fuzzy/set_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8708153Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/fuzzy/index.go' from root:root to runner:runner
2025-08-20T19:05:41.8709361Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/fuzzy/rank.go' from root:root to runner:runner
2025-08-20T19:05:41.8710580Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/fuzzy/trie_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8712006Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/fuzzy/trie.go' from root:root to runner:runner
2025-08-20T19:05:41.8713633Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/fuzzy/rank_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8714922Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/fuzzy/set.go' from root:root to runner:runner
2025-08-20T19:05:41.8716145Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/fuzzy/index_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8717339Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/fuzzy' from root:root to runner:runner
2025-08-20T19:05:41.8718518Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/search_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8719677Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu' from root:root to runner:runner
2025-08-20T19:05:41.8720832Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/testutil.go' from root:root to runner:runner
2025-08-20T19:05:41.8722068Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/paragraph_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8723390Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/codeblock.go' from root:root to runner:runner
2025-08-20T19:05:41.8724653Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/scroll.go' from root:root to runner:runner
2025-08-20T19:05:41.8726078Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/string_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8727384Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/scroll_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8728602Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/character.go' from root:root to runner:runner
2025-08-20T19:05:41.8729812Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/string.go' from root:root to runner:runner
2025-08-20T19:05:41.8730986Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/word.go' from root:root to runner:runner
2025-08-20T19:05:41.8732184Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/word_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8733519Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/codeblock_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8734955Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/line_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8736143Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/line.go' from root:root to runner:runner
2025-08-20T19:05:41.8737364Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/character_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8738597Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/paragraph.go' from root:root to runner:runner
2025-08-20T19:05:41.8739758Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate' from root:root to runner:runner
2025-08-20T19:05:41.8740913Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/DEVELOPING.md' from root:root to runner:runner
2025-08-20T19:05:41.8742104Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/selection/region.go' from root:root to runner:runner
2025-08-20T19:05:41.8743415Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/selection/selector.go' from root:root to runner:runner
2025-08-20T19:05:41.8744764Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/selection/selector_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8745955Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/selection' from root:root to runner:runner
2025-08-20T19:05:41.8747110Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/app/config.go' from root:root to runner:runner
2025-08-20T19:05:41.8748290Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/app/config_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8749659Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/app/editor.go' from root:root to runner:runner
2025-08-20T19:05:41.8750933Z [00:02:40.007]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/app/default-config.yaml' from root:root to runner:runner
2025-08-20T19:05:41.8752093Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/app' from root:root to runner:runner
2025-08-20T19:05:41.8753304Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T19:05:41.8754497Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T19:05:41.8755651Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/syntax.go' from root:root to runner:runner
2025-08-20T19:05:41.8756843Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/shellcmd.go' from root:root to runner:runner
2025-08-20T19:05:41.8758288Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/textfield.go' from root:root to runner:runner
2025-08-20T19:05:41.8759478Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/config.go' from root:root to runner:runner
2025-08-20T19:05:41.8760658Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/edit.go' from root:root to runner:runner
2025-08-20T19:05:41.8761821Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/view.go' from root:root to runner:runner
2025-08-20T19:05:41.8763013Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/cursor_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8764381Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/edit_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8765606Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/textfield_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8766835Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/config_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8768044Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/document.go' from root:root to runner:runner
2025-08-20T19:05:41.8769240Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/menu_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8770423Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/undo.go' from root:root to runner:runner
2025-08-20T19:05:41.8771599Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/undo_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8772998Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/locator_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8774351Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/macro.go' from root:root to runner:runner
2025-08-20T19:05:41.8775532Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/search.go' from root:root to runner:runner
2025-08-20T19:05:41.8776742Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/document_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8777932Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/task.go' from root:root to runner:runner
2025-08-20T19:05:41.8779097Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/mode.go' from root:root to runner:runner
2025-08-20T19:05:41.8780259Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/quit.go' from root:root to runner:runner
2025-08-20T19:05:41.8781713Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/view_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8782901Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/status.go' from root:root to runner:runner
2025-08-20T19:05:41.8784233Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/task_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8785422Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/state.go' from root:root to runner:runner
2025-08-20T19:05:41.8786612Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/macro_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8787818Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/locator.go' from root:root to runner:runner
2025-08-20T19:05:41.8789021Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/search_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8790235Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/quit_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8791450Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/shellcmd_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8792673Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/workingdir.go' from root:root to runner:runner
2025-08-20T19:05:41.8793980Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/cursor.go' from root:root to runner:runner
2025-08-20T19:05:41.8795156Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/menu.go' from root:root to runner:runner
2025-08-20T19:05:41.8796512Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/state_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8797808Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/mode_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8798957Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state' from root:root to runner:runner
2025-08-20T19:05:41.8800141Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/config/ruleset_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8801350Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/config/config.go' from root:root to runner:runner
2025-08-20T19:05:41.8802540Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/config/merge.go' from root:root to runner:runner
2025-08-20T19:05:41.8803877Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/config/merge_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8805310Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/config/config_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8806518Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/config/ruleset.go' from root:root to runner:runner
2025-08-20T19:05:41.8807679Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/config' from root:root to runner:runner
2025-08-20T19:05:41.8808809Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T19:05:41.8809994Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T19:05:41.8811250Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.github/workflows/test.yml' from root:root to runner:runner
2025-08-20T19:05:41.8812469Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T19:05:41.8813859Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' from root:root to runner:runner
2025-08-20T19:05:41.8815186Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' from root:root to runner:runner
2025-08-20T19:05:41.8816531Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' from root:root to runner:runner
2025-08-20T19:05:41.8817822Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T19:05:41.8819238Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.github/pull_request_template.md' from root:root to runner:runner
2025-08-20T19:05:41.8820542Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T19:05:41.8821664Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T19:05:41.8822832Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/syntax.go' from root:root to runner:runner
2025-08-20T19:05:41.8824234Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/gitcommit_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8825574Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/markdown_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8826867Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/c_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8828136Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/todotxt.go' from root:root to runner:runner
2025-08-20T19:05:41.8829638Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testutil.go' from root:root to runner:runner
2025-08-20T19:05:41.8830973Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/criticmarkup_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8832281Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/yaml.go' from root:root to runner:runner
2025-08-20T19:05:41.8833637Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/json_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8834988Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/helpers.go' from root:root to runner:runner
2025-08-20T19:05:41.8836270Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/sql_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8837572Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/golang_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8838867Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/xml_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8840124Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/p4.go' from root:root to runner:runner
2025-08-20T19:05:41.8841410Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/makefile_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8842714Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/yaml_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8844362Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/gitrebase_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8845758Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/rust_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8847067Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/gotemplate.go' from root:root to runner:runner
2025-08-20T19:05:41.8848365Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/makefile.go' from root:root to runner:runner
2025-08-20T19:05:41.8849657Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/p4_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8850946Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/python_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8852270Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/gotemplate_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8853956Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/python.go' from root:root to runner:runner
2025-08-20T19:05:41.8855266Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/gitcommit.go' from root:root to runner:runner
2025-08-20T19:05:41.8856582Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/todotxt_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8857882Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/markdown.go' from root:root to runner:runner
2025-08-20T19:05:41.8859159Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/bash.go' from root:root to runner:runner
2025-08-20T19:05:41.8860436Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/c.go' from root:root to runner:runner
2025-08-20T19:05:41.8861683Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/xml.go' from root:root to runner:runner
2025-08-20T19:05:41.8862938Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/golang.go' from root:root to runner:runner
2025-08-20T19:05:41.8864427Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/criticmarkup.go' from root:root to runner:runner
2025-08-20T19:05:41.8865744Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/bash_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8867011Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/sql.go' from root:root to runner:runner
2025-08-20T19:05:41.8868449Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/protobuf.go' from root:root to runner:runner
2025-08-20T19:05:41.8869798Z [00:02:40.008]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/json.go' from root:root to runner:runner
2025-08-20T19:05:41.8871157Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/gitrebase.go' from root:root to runner:runner
2025-08-20T19:05:41.8872500Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/rust/hello.rs' from root:root to runner:runner
2025-08-20T19:05:41.8873933Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/rust' from root:root to runner:runner
2025-08-20T19:05:41.8875298Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/markdown/README.md' from root:root to runner:runner
2025-08-20T19:05:41.8876793Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/markdown/commonmark_0.3_tests.json' from root:root to runner:runner
2025-08-20T19:05:41.8878475Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/markdown' from root:root to runner:runner
2025-08-20T19:05:41.8879856Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/makefile/Makefile' from root:root to runner:runner
2025-08-20T19:05:41.8881226Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/makefile' from root:root to runner:runner
2025-08-20T19:05:41.8882585Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/json/test.json' from root:root to runner:runner
2025-08-20T19:05:41.8884075Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/json' from root:root to runner:runner
2025-08-20T19:05:41.8885425Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/bash/example.sh' from root:root to runner:runner
2025-08-20T19:05:41.8886771Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/bash' from root:root to runner:runner
2025-08-20T19:05:41.8888099Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/c/hello.c' from root:root to runner:runner
2025-08-20T19:05:41.8889412Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/c' from root:root to runner:runner
2025-08-20T19:05:41.8890788Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/full-text-search.sql' from root:root to runner:runner
2025-08-20T19:05:41.8892450Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/basic-select-with-joins.sql' from root:root to runner:runner
2025-08-20T19:05:41.8894152Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/insert-with-select-and-case.sql' from root:root to runner:runner
2025-08-20T19:05:41.8895661Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/json-operators.sql' from root:root to runner:runner
2025-08-20T19:05:41.8897111Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/complex-join.sql' from root:root to runner:runner
2025-08-20T19:05:41.8898547Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/alter-table.sql' from root:root to runner:runner
2025-08-20T19:05:41.8900005Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/delete-with-nested.sql' from root:root to runner:runner
2025-08-20T19:05:41.8901502Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/union-intersect-except.sql' from root:root to runner:runner
2025-08-20T19:05:41.8903386Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/window-with-complex-aggregation.sql' from root:root to runner:runner
2025-08-20T19:05:41.8904984Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/case-and-aggregate.sql' from root:root to runner:runner
2025-08-20T19:05:41.8906528Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/update-with-joins-and-subqueries.sql' from root:root to runner:runner
2025-08-20T19:05:41.8908053Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/temporal-query.sql' from root:root to runner:runner
2025-08-20T19:05:41.8909528Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/materialized-view.sql' from root:root to runner:runner
2025-08-20T19:05:41.8911073Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/analytical-with-frame-clauses.sql' from root:root to runner:runner
2025-08-20T19:05:41.8912558Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/example.sql' from root:root to runner:runner
2025-08-20T19:05:41.8914157Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/create-table.sql' from root:root to runner:runner
2025-08-20T19:05:41.8915620Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/cte-with-recursive.sql' from root:root to runner:runner
2025-08-20T19:05:41.8917318Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/subquery-with-aggregate.sql' from root:root to runner:runner
2025-08-20T19:05:41.8918931Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/select-with-lateral-joins.sql' from root:root to runner:runner
2025-08-20T19:05:41.8920462Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/hierarchical-subquery.sql' from root:root to runner:runner
2025-08-20T19:05:41.8921960Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/stored-procedure.sql' from root:root to runner:runner
2025-08-20T19:05:41.8923604Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql' from root:root to runner:runner
2025-08-20T19:05:41.8925008Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/golang/fib.go' from root:root to runner:runner
2025-08-20T19:05:41.8926356Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/golang' from root:root to runner:runner
2025-08-20T19:05:41.8928000Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/xml/long-attr-regression.xml' from root:root to runner:runner
2025-08-20T19:05:41.8929441Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/xml/example.xml' from root:root to runner:runner
2025-08-20T19:05:41.8930787Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/xml' from root:root to runner:runner
2025-08-20T19:05:41.8932136Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/python/hello.py' from root:root to runner:runner
2025-08-20T19:05:41.8933612Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/python' from root:root to runner:runner
2025-08-20T19:05:41.8934960Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata' from root:root to runner:runner
2025-08-20T19:05:41.8936263Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/protobuf_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8937545Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/rust.go' from root:root to runner:runner
2025-08-20T19:05:41.8938761Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages' from root:root to runner:runner
2025-08-20T19:05:41.8940010Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser/combinators.go' from root:root to runner:runner
2025-08-20T19:05:41.8941266Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser/edit.go' from root:root to runner:runner
2025-08-20T19:05:41.8942692Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser/parser_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8944172Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser/tracking.go' from root:root to runner:runner
2025-08-20T19:05:41.8945428Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser/token.go' from root:root to runner:runner
2025-08-20T19:05:41.8946707Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser/computation.go' from root:root to runner:runner
2025-08-20T19:05:41.8947977Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser/parser.go' from root:root to runner:runner
2025-08-20T19:05:41.8957477Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser/state.go' from root:root to runner:runner
2025-08-20T19:05:41.8958988Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser/computation_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8960683Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser/combinators_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8962003Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser/tracking_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8963474Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser' from root:root to runner:runner
2025-08-20T19:05:41.8964683Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax' from root:root to runner:runner
2025-08-20T19:05:41.8965796Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T19:05:41.8966917Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T19:05:41.8968046Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/undo/log.go' from root:root to runner:runner
2025-08-20T19:05:41.8969191Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/undo/op.go' from root:root to runner:runner
2025-08-20T19:05:41.8970353Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/undo/log_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8971486Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/undo' from root:root to runner:runner
2025-08-20T19:05:41.8972640Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/tree_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8973966Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/testutil.go' from root:root to runner:runner
2025-08-20T19:05:41.8975377Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/runestack_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8976782Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/grapheme_cluster_props.go' from root:root to runner:runner
2025-08-20T19:05:41.8978140Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/east_asian_width_props.go' from root:root to runner:runner
2025-08-20T19:05:41.8979463Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/grapheme_cluster.go' from root:root to runner:runner
2025-08-20T19:05:41.8980740Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/segment.go' from root:root to runner:runner
2025-08-20T19:05:41.8982030Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/line_break_test_cases.go' from root:root to runner:runner
2025-08-20T19:05:41.8983484Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/grapheme_cluster_test_cases.go' from root:root to runner:runner
2025-08-20T19:05:41.8985047Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/line_break_props.go' from root:root to runner:runner
2025-08-20T19:05:41.8986379Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/grapheme_cluster_test.go' from root:root to runner:runner
2025-08-20T19:05:41.8987725Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/general_category_props.go' from root:root to runner:runner
2025-08-20T19:05:41.8989056Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/data/emoji-data.txt' from root:root to runner:runner
2025-08-20T19:05:41.8990402Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/data/EastAsianWidth.txt' from root:root to runner:runner
2025-08-20T19:05:41.8991773Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/data/GraphemeBreakTest.txt' from root:root to runner:runner
2025-08-20T19:05:41.8993264Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/data/DerivedGeneralCategory.txt' from root:root to runner:runner
2025-08-20T19:05:41.8994697Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/data/LineBreak.txt' from root:root to runner:runner
2025-08-20T19:05:41.8996081Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/data/GraphemeBreakProperty.txt' from root:root to runner:runner
2025-08-20T19:05:41.8997466Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/data/LineBreakTest.txt' from root:root to runner:runner
2025-08-20T19:05:41.8998925Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/data' from root:root to runner:runner
2025-08-20T19:05:41.9000228Z [00:02:40.009]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/line_test.go' from root:root to runner:runner
2025-08-20T19:05:41.9001484Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/gen_props.go' from root:root to runner:runner
2025-08-20T19:05:41.9002729Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/line.go' from root:root to runner:runner
2025-08-20T19:05:41.9004118Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/gen_test_cases.go' from root:root to runner:runner
2025-08-20T19:05:41.9005407Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/emoji_props.go' from root:root to runner:runner
2025-08-20T19:05:41.9006616Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment' from root:root to runner:runner
2025-08-20T19:05:41.9007771Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/tree.go' from root:root to runner:runner
2025-08-20T19:05:41.9009169Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/runestack.go' from root:root to runner:runner
2025-08-20T19:05:41.9010363Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/search.go' from root:root to runner:runner
2025-08-20T19:05:41.9011536Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/reader.go' from root:root to runner:runner
2025-08-20T19:05:41.9012726Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/align_test.go' from root:root to runner:runner
2025-08-20T19:05:41.9014129Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/search_test.go' from root:root to runner:runner
2025-08-20T19:05:41.9015376Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/utf8/validator_test.go' from root:root to runner:runner
2025-08-20T19:05:41.9016610Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/utf8/utf8.go' from root:root to runner:runner
2025-08-20T19:05:41.9017821Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/utf8/validator.go' from root:root to runner:runner
2025-08-20T19:05:41.9019070Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/utf8/testdata/utf8.txt' from root:root to runner:runner
2025-08-20T19:05:41.9020324Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/utf8/testdata' from root:root to runner:runner
2025-08-20T19:05:41.9021487Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/utf8' from root:root to runner:runner
2025-08-20T19:05:41.9022809Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/align.go' from root:root to runner:runner
2025-08-20T19:05:41.9024107Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/case.go' from root:root to runner:runner
2025-08-20T19:05:41.9025239Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text' from root:root to runner:runner
2025-08-20T19:05:41.9026364Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/release.sh' from root:root to runner:runner
2025-08-20T19:05:41.9027582Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/cellwidth/cellwidth_test.go' from root:root to runner:runner
2025-08-20T19:05:41.9028846Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/cellwidth/cellwidth.go' from root:root to runner:runner
2025-08-20T19:05:41.9030029Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/cellwidth' from root:root to runner:runner
2025-08-20T19:05:41.9031189Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T19:05:41.9032673Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T19:05:41.9034160Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T19:05:41.9035467Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T19:05:41.9036753Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T19:05:41.9038033Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T19:05:41.9039283Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T19:05:41.9040563Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T19:05:41.9041873Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T19:05:41.9043241Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T19:05:41.9044625Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T19:05:41.9046111Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T19:05:41.9047462Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T19:05:41.9048732Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T19:05:41.9050045Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T19:05:41.9051273Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T19:05:41.9052414Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T19:05:41.9053643Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T19:05:41.9055095Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/objects/pack/pack-169ef6e9a7dc1f74f7660ff212a755895f1e41de.idx' from root:root to runner:runner
2025-08-20T19:05:41.9056914Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/objects/pack/pack-2cc480194ea1cde4c8d2ff0efeb607faa1ac4617.idx' from root:root to runner:runner
2025-08-20T19:05:41.9058544Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/objects/pack/pack-169ef6e9a7dc1f74f7660ff212a755895f1e41de.promisor' from root:root to runner:runner
2025-08-20T19:05:41.9060158Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/objects/pack/pack-2cc480194ea1cde4c8d2ff0efeb607faa1ac4617.pack' from root:root to runner:runner
2025-08-20T19:05:41.9061763Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/objects/pack/pack-2cc480194ea1cde4c8d2ff0efeb607faa1ac4617.rev' from root:root to runner:runner
2025-08-20T19:05:41.9063446Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/objects/pack/pack-2cc480194ea1cde4c8d2ff0efeb607faa1ac4617.promisor' from root:root to runner:runner
2025-08-20T19:05:41.9065125Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/objects/pack/pack-169ef6e9a7dc1f74f7660ff212a755895f1e41de.pack' from root:root to runner:runner
2025-08-20T19:05:41.9066718Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/objects/pack/pack-169ef6e9a7dc1f74f7660ff212a755895f1e41de.rev' from root:root to runner:runner
2025-08-20T19:05:41.9068096Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T19:05:41.9069280Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T19:05:41.9070609Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T19:05:41.9071871Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T19:05:41.9073024Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T19:05:41.9074306Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T19:05:41.9075477Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T19:05:41.9076696Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T19:05:41.9077916Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T19:05:41.9079179Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T19:05:41.9080707Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T19:05:41.9081958Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T19:05:41.9083289Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T19:05:41.9084508Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T19:05:41.9085643Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T19:05:41.9086787Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T19:05:41.9087978Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T19:05:41.9089163Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T19:05:41.9090385Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T19:05:41.9091644Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T19:05:41.9092849Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T19:05:41.9094317Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T19:05:41.9095499Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T19:05:41.9096663Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/timeline_test.go' from root:root to runner:runner
2025-08-20T19:05:41.9097874Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/testutil.go' from root:root to runner:runner
2025-08-20T19:05:41.9099075Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/listdir_test.go' from root:root to runner:runner
2025-08-20T19:05:41.9100302Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/autocomplete.go' from root:root to runner:runner
2025-08-20T19:05:41.9101519Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/watcher_test.go' from root:root to runner:runner
2025-08-20T19:05:41.9102699Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/load.go' from root:root to runner:runner
2025-08-20T19:05:41.9104183Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/autocomplete_test.go' from root:root to runner:runner
2025-08-20T19:05:41.9105412Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/checksum.go' from root:root to runner:runner
2025-08-20T19:05:41.9106585Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/save.go' from root:root to runner:runner
2025-08-20T19:05:41.9107755Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/timeline.go' from root:root to runner:runner
2025-08-20T19:05:41.9108950Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/load_test.go' from root:root to runner:runner
2025-08-20T19:05:41.9110126Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/create.go' from root:root to runner:runner
2025-08-20T19:05:41.9111319Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/globmatch.go' from root:root to runner:runner
2025-08-20T19:05:41.9112503Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/listdir.go' from root:root to runner:runner
2025-08-20T19:05:41.9113767Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/path.go' from root:root to runner:runner
2025-08-20T19:05:41.9114963Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/watcher.go' from root:root to runner:runner
2025-08-20T19:05:41.9116154Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/create_test.go' from root:root to runner:runner
2025-08-20T19:05:41.9117519Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/save_test.go' from root:root to runner:runner
2025-08-20T19:05:41.9118847Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/globmatch_test.go' from root:root to runner:runner
2025-08-20T19:05:41.9120004Z [00:02:40.010]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file' from root:root to runner:runner
2025-08-20T19:05:41.9121193Z [00:02:40.011]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/docs/config-reference.md' from root:root to runner:runner
2025-08-20T19:05:41.9122400Z [00:02:40.011]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/docs/files.md' from root:root to runner:runner
2025-08-20T19:05:41.9123693Z [00:02:40.011]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/docs/cheat-sheet.html' from root:root to runner:runner
2025-08-20T19:05:41.9124973Z [00:02:40.011]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/docs/configuration.md' from root:root to runner:runner
2025-08-20T19:05:41.9126187Z [00:02:40.011]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/docs/navigation.md' from root:root to runner:runner
2025-08-20T19:05:41.9127577Z [00:02:40.011]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/docs/edit.md' from root:root to runner:runner
2025-08-20T19:05:41.9128808Z [00:02:40.011]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/docs/custom-menu-commands.md' from root:root to runner:runner
2025-08-20T19:05:41.9130021Z [00:02:40.011]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/docs/index.md' from root:root to runner:runner
2025-08-20T19:05:41.9131240Z [00:02:40.011]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/docs/command-reference.md' from root:root to runner:runner
2025-08-20T19:05:41.9132472Z [00:02:40.011]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/docs/quickstart.md' from root:root to runner:runner
2025-08-20T19:05:41.9133787Z [00:02:40.011]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/docs/install.md' from root:root to runner:runner
2025-08-20T19:05:41.9134945Z [00:02:40.011]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/docs' from root:root to runner:runner
2025-08-20T19:05:41.9136020Z [00:02:40.011]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO' from root:root to runner:runner
2025-08-20T19:05:41.9137040Z [00:02:40.011]➜  changed ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq' from root:root to runner:runner
2025-08-20T19:05:41.9137934Z [00:02:40.011]➜  ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T19:05:41.9138715Z [00:02:40.011]➜  ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T19:05:41.9139535Z [00:02:40.011]➜  ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/aretext.static.version' retained as runner:runner
2025-08-20T19:05:41.9140579Z [00:02:40.011]➜  ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T19:05:41.9141382Z [00:02:40.011]➜  ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/aretext' retained as runner:runner
2025-08-20T19:05:41.9142120Z [00:02:40.011]➜  ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T19:05:41.9142890Z [00:02:40.011]➜  ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/aretext.version' retained as runner:runner
2025-08-20T19:05:41.9143840Z [00:02:40.011]➜  ownership of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T19:05:41.9144692Z [00:02:40.017]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:41.9145573Z [00:02:40.023]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/aretext' retained as 0755 (rwxr-xr-x)
2025-08-20T19:05:41.9146456Z [00:02:40.028]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:41.9147531Z [00:02:40.034]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:41.9148695Z [00:02:40.039]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/screencast.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:41.9150155Z [00:02:40.044]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:41.9151355Z [00:02:40.050]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/RELEASING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:41.9152570Z [00:02:40.055]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/textfield.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:41.9174151Z [00:02:40.061]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/palette_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:41.9228558Z [00:02:40.066]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/statusbar_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:41.9285188Z [00:02:40.072]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:41.9341120Z [00:02:40.078]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/textfield_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:41.9397660Z [00:02:40.083]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/screen_region.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:41.9453969Z [00:02:40.089]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/menu_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:41.9510434Z [00:02:40.094]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/buffer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:41.9567961Z [00:02:40.100]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/editor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:41.9625712Z [00:02:40.106]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/search.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:41.9679244Z [00:02:40.111]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/editor_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:41.9735464Z [00:02:40.117]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/buffer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:41.9791316Z [00:02:40.123]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/screen_region_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:41.9847111Z [00:02:40.128]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/search_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:41.9903906Z [00:02:40.134]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/palette.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:41.9959690Z [00:02:40.139]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/menu.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.0015144Z [00:02:40.145]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/display/statusbar.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.0074283Z [00:02:40.151]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/shellcmd/run.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.0129776Z [00:02:40.156]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/shellcmd/file_location.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.0186415Z [00:02:40.162]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/shellcmd/file_location_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.0242498Z [00:02:40.168]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/clipboard/clipboard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.0299312Z [00:02:40.173]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/clipboard/clipboard_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.0356947Z [00:02:40.179]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/actions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.0411568Z [00:02:40.185]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.0466445Z [00:02:40.190]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.0522271Z [00:02:40.196]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/commands.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.0584415Z [00:02:40.202]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/interpreter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.0642309Z [00:02:40.208]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generated/insert.bin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.0700595Z [00:02:40.213]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generated/task.bin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.0758314Z [00:02:40.219]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generated/normal.bin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.0816165Z [00:02:40.225]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generated/search.bin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.0872743Z [00:02:40.231]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generated/visual.bin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.0929706Z [00:02:40.236]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generated/textfield.bin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.0986564Z [00:02:40.242]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/generated/menu.bin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.1042244Z [00:02:40.248]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.1100586Z [00:02:40.253]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/interpreter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.1158931Z [00:02:40.259]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/engine/expression.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.1216556Z [00:02:40.265]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/engine/statemachine.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.1274305Z [00:02:40.271]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/engine/runtime_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.1332648Z [00:02:40.277]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/engine/runtime.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.1390494Z [00:02:40.282]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/engine/compile_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.1446570Z [00:02:40.288]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/engine/compile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.1503391Z [00:02:40.294]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/engine/serialize_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.1559993Z [00:02:40.299]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/engine/serialize.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.1617015Z [00:02:40.305]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/input/menu.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.1675408Z [00:02:40.311]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/item.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.1731539Z [00:02:40.317]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/search.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.1787733Z [00:02:40.322]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/fuzzy/set_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.1843319Z [00:02:40.328]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/fuzzy/index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.1900128Z [00:02:40.333]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/fuzzy/rank.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.1959829Z [00:02:40.339]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/fuzzy/trie_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.2015482Z [00:02:40.345]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/fuzzy/trie.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.2068324Z [00:02:40.350]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/fuzzy/rank_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.2123776Z [00:02:40.356]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/fuzzy/set.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.2179088Z [00:02:40.361]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/fuzzy/index_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.2234679Z [00:02:40.367]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/menu/search_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.2291201Z [00:02:40.373]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/testutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.2346785Z [00:02:40.378]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/paragraph_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.2400524Z [00:02:40.383]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/codeblock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.2456007Z [00:02:40.389]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/scroll.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.2514426Z [00:02:40.395]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/string_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.2570319Z [00:02:40.400]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/scroll_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.2626957Z [00:02:40.406]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/character.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.2682683Z [00:02:40.412]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/string.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.2740440Z [00:02:40.417]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/word.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.2798659Z [00:02:40.423]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/word_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.2857384Z [00:02:40.429]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/codeblock_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.2912833Z [00:02:40.435]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/line_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.2969746Z [00:02:40.440]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/line.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.3027566Z [00:02:40.446]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/character_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.3082705Z [00:02:40.452]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/locate/paragraph.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.3139056Z [00:02:40.457]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/DEVELOPING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.3197165Z [00:02:40.463]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/selection/region.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.3253106Z [00:02:40.469]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/selection/selector.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.3308783Z [00:02:40.474]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/selection/selector_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.3365767Z [00:02:40.480]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/app/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.3422061Z [00:02:40.486]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/app/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.3478985Z [00:02:40.491]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/app/editor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.3535501Z [00:02:40.497]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/app/default-config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.3591802Z [00:02:40.503]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.3646662Z [00:02:40.508]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.3704561Z [00:02:40.514]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/syntax.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.3761039Z [00:02:40.520]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/shellcmd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.3818004Z [00:02:40.525]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/textfield.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.3874705Z [00:02:40.531]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.3931077Z [00:02:40.537]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/edit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.3987803Z [00:02:40.542]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.4044263Z [00:02:40.548]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/cursor_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.4099318Z [00:02:40.553]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/edit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.4155645Z [00:02:40.559]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/textfield_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.4211151Z [00:02:40.565]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.4265885Z [00:02:40.570]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/document.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.4321667Z [00:02:40.576]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/menu_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.4378411Z [00:02:40.581]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/undo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.4433074Z [00:02:40.587]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/undo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.4490300Z [00:02:40.592]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/locator_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.4545278Z [00:02:40.598]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/macro.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.4601364Z [00:02:40.604]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/search.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.4658495Z [00:02:40.609]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/document_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.4713131Z [00:02:40.615]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/task.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.4769397Z [00:02:40.620]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/mode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.4827644Z [00:02:40.626]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/quit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.4880790Z [00:02:40.632]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/view_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.4937607Z [00:02:40.637]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.4993290Z [00:02:40.643]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/task_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.5048584Z [00:02:40.648]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.5103845Z [00:02:40.654]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/macro_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.5160288Z [00:02:40.659]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/locator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.5217375Z [00:02:40.665]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/search_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.5272384Z [00:02:40.671]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/quit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.5329295Z [00:02:40.676]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/shellcmd_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.5386154Z [00:02:40.682]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/workingdir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.5441119Z [00:02:40.688]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/cursor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.5498125Z [00:02:40.693]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/menu.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.5554156Z [00:02:40.699]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/state_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.5610269Z [00:02:40.704]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/state/mode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.5666683Z [00:02:40.710]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/config/ruleset_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.5721758Z [00:02:40.716]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.5778319Z [00:02:40.721]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/config/merge.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.5833979Z [00:02:40.727]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/config/merge_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.5888158Z [00:02:40.732]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/config/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.5943104Z [00:02:40.738]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/config/ruleset.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.5999092Z [00:02:40.743]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.6057962Z [00:02:40.749]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.6114521Z [00:02:40.755]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.github/workflows/test.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.6171573Z [00:02:40.761]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.6230041Z [00:02:40.766]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.6288813Z [00:02:40.772]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.6345603Z [00:02:40.778]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.github/pull_request_template.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.6403112Z [00:02:40.784]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.6461039Z [00:02:40.790]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/syntax.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.6520946Z [00:02:40.795]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/gitcommit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.6580148Z [00:02:40.801]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/markdown_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.6641634Z [00:02:40.808]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/c_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.6700168Z [00:02:40.813]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/todotxt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.6760011Z [00:02:40.819]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.6820645Z [00:02:40.825]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/criticmarkup_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.6879841Z [00:02:40.831]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/yaml.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.6941026Z [00:02:40.838]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/json_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.7000472Z [00:02:40.843]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.7058997Z [00:02:40.849]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/sql_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.7120414Z [00:02:40.855]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/golang_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.7177258Z [00:02:40.861]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/xml_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.7236588Z [00:02:40.867]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/p4.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.7292852Z [00:02:40.873]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/makefile_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.7348710Z [00:02:40.878]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/yaml_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.7406232Z [00:02:40.884]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/gitrebase_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.7460035Z [00:02:40.889]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/rust_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.7515277Z [00:02:40.895]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/gotemplate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.7571286Z [00:02:40.901]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/makefile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.7627736Z [00:02:40.906]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/p4_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.7681121Z [00:02:40.912]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/python_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.7735341Z [00:02:40.917]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/gotemplate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.7789478Z [00:02:40.922]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/python.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.7844541Z [00:02:40.928]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/gitcommit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.7898531Z [00:02:40.933]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/todotxt_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.7953951Z [00:02:40.939]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/markdown.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.8008309Z [00:02:40.944]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/bash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.8061284Z [00:02:40.950]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/c.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.8115565Z [00:02:40.955]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/xml.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.8170874Z [00:02:40.961]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/golang.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.8227873Z [00:02:40.966]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/criticmarkup.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.8285205Z [00:02:40.972]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/bash_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.8340886Z [00:02:40.978]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/sql.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.8396843Z [00:02:40.983]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/protobuf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.8452379Z [00:02:40.989]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/json.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.8508264Z [00:02:40.994]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/gitrebase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.8564286Z [00:02:41.000]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/rust/hello.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.8619662Z [00:02:41.005]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/markdown/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.8672809Z [00:02:41.011]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/markdown/commonmark_0.3_tests.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.8727955Z [00:02:41.016]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/makefile/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.8782833Z [00:02:41.022]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/json/test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.8838145Z [00:02:41.027]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/bash/example.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.8894202Z [00:02:41.033]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/c/hello.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.8948989Z [00:02:41.038]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/full-text-search.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.9005595Z [00:02:41.044]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/basic-select-with-joins.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.9060220Z [00:02:41.049]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/insert-with-select-and-case.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.9121251Z [00:02:41.056]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/json-operators.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.9177684Z [00:02:41.061]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/complex-join.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.9231515Z [00:02:41.067]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/alter-table.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.9288928Z [00:02:41.072]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/delete-with-nested.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.9346225Z [00:02:41.078]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/union-intersect-except.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.9405009Z [00:02:41.084]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/window-with-complex-aggregation.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.9460892Z [00:02:41.089]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/case-and-aggregate.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.9516049Z [00:02:41.095]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/update-with-joins-and-subqueries.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.9574298Z [00:02:41.101]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/temporal-query.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.9630522Z [00:02:41.106]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/materialized-view.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.9686894Z [00:02:41.112]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/analytical-with-frame-clauses.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.9742599Z [00:02:41.118]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/example.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.9799119Z [00:02:41.123]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/create-table.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.9854454Z [00:02:41.129]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/cte-with-recursive.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.9918635Z [00:02:41.134]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/subquery-with-aggregate.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:42.9966500Z [00:02:41.140]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/select-with-lateral-joins.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.0020627Z [00:02:41.145]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/hierarchical-subquery.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.0075220Z [00:02:41.151]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/sql/stored-procedure.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.0130636Z [00:02:41.156]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/golang/fib.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.0187512Z [00:02:41.162]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/xml/long-attr-regression.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.0242411Z [00:02:41.168]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/xml/example.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.0297716Z [00:02:41.173]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/testdata/python/hello.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.0351828Z [00:02:41.179]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/protobuf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.0405970Z [00:02:41.184]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/languages/rust.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.0460159Z [00:02:41.189]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser/combinators.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.0514548Z [00:02:41.195]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser/edit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.0580006Z [00:02:41.201]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser/parser_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.0640164Z [00:02:41.207]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser/tracking.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.0696988Z [00:02:41.213]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser/token.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.0758602Z [00:02:41.219]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser/computation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.0816798Z [00:02:41.225]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.0873557Z [00:02:41.231]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser/state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.0931426Z [00:02:41.237]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser/computation_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.0989685Z [00:02:41.242]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser/combinators_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.1047995Z [00:02:41.248]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/syntax/parser/tracking_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.1102529Z [00:02:41.254]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.1158958Z [00:02:41.259]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.1213365Z [00:02:41.265]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/undo/log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.1268324Z [00:02:41.270]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/undo/op.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.1322189Z [00:02:41.276]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/undo/log_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.1379245Z [00:02:41.281]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/tree_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.1434281Z [00:02:41.287]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/testutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.1489637Z [00:02:41.292]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/runestack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.1545709Z [00:02:41.298]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/grapheme_cluster_props.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.1600632Z [00:02:41.304]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/east_asian_width_props.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.1656034Z [00:02:41.309]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/grapheme_cluster.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.1710204Z [00:02:41.314]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/segment.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.1763917Z [00:02:41.320]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/line_break_test_cases.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.1830885Z [00:02:41.327]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/grapheme_cluster_test_cases.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.1890601Z [00:02:41.333]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/line_break_props.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.1948934Z [00:02:41.338]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/grapheme_cluster_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.2005335Z [00:02:41.344]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/general_category_props.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.2061044Z [00:02:41.350]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/data/emoji-data.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.2117782Z [00:02:41.355]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/data/EastAsianWidth.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.2173889Z [00:02:41.361]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/data/GraphemeBreakTest.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.2228764Z [00:02:41.366]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/data/DerivedGeneralCategory.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.2283748Z [00:02:41.372]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/data/LineBreak.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.2339203Z [00:02:41.377]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/data/GraphemeBreakProperty.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.2396005Z [00:02:41.383]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/data/LineBreakTest.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.2449546Z [00:02:41.388]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/line_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.2502710Z [00:02:41.394]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/gen_props.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.2557008Z [00:02:41.399]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/line.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.2611477Z [00:02:41.405]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/gen_test_cases.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.2668092Z [00:02:41.410]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/segment/emoji_props.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.2721752Z [00:02:41.416]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/tree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.2777231Z [00:02:41.421]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/runestack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.2831699Z [00:02:41.427]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/search.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.2887754Z [00:02:41.432]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/reader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.2944202Z [00:02:41.438]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/align_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.3001038Z [00:02:41.444]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/search_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.3058098Z [00:02:41.449]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/utf8/validator_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.3113898Z [00:02:41.455]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/utf8/utf8.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.3169711Z [00:02:41.460]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/utf8/validator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.3226843Z [00:02:41.466]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/utf8/testdata/utf8.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.3281407Z [00:02:41.472]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/align.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.3336114Z [00:02:41.477]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/text/case.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.3392284Z [00:02:41.483]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/release.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:05:43.3448759Z [00:02:41.488]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/cellwidth/cellwidth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.3505326Z [00:02:41.494]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/cellwidth/cellwidth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.3560190Z [00:02:41.499]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.3615976Z [00:02:41.505]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:05:43.3671401Z [00:02:41.511]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:05:43.3726511Z [00:02:41.516]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:05:43.3780981Z [00:02:41.522]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:05:43.3838285Z [00:02:41.527]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:05:43.3893069Z [00:02:41.533]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:05:43.3946859Z [00:02:41.538]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:05:43.4001135Z [00:02:41.544]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:05:43.4055662Z [00:02:41.549]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:05:43.4110414Z [00:02:41.554]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:05:43.4166381Z [00:02:41.560]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:05:43.4220998Z [00:02:41.566]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:05:43.4275656Z [00:02:41.571]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:05:43.4329983Z [00:02:41.576]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:05:43.4383098Z [00:02:41.582]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.4439059Z [00:02:41.587]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.4496430Z [00:02:41.593]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/objects/pack/pack-169ef6e9a7dc1f74f7660ff212a755895f1e41de.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.4551812Z [00:02:41.599]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/objects/pack/pack-2cc480194ea1cde4c8d2ff0efeb607faa1ac4617.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.4608022Z [00:02:41.604]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/objects/pack/pack-169ef6e9a7dc1f74f7660ff212a755895f1e41de.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.4662665Z [00:02:41.610]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/objects/pack/pack-2cc480194ea1cde4c8d2ff0efeb607faa1ac4617.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.4719557Z [00:02:41.615]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/objects/pack/pack-2cc480194ea1cde4c8d2ff0efeb607faa1ac4617.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.4776309Z [00:02:41.621]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/objects/pack/pack-2cc480194ea1cde4c8d2ff0efeb607faa1ac4617.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.4830591Z [00:02:41.626]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/objects/pack/pack-169ef6e9a7dc1f74f7660ff212a755895f1e41de.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.4886082Z [00:02:41.632]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/objects/pack/pack-169ef6e9a7dc1f74f7660ff212a755895f1e41de.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.4941868Z [00:02:41.638]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.4996755Z [00:02:41.643]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.5052322Z [00:02:41.649]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.5108549Z [00:02:41.654]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.5165971Z [00:02:41.660]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.5221150Z [00:02:41.666]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.5277864Z [00:02:41.671]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.5336551Z [00:02:41.677]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.5393703Z [00:02:41.683]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/timeline_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.5449858Z [00:02:41.688]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/testutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.5507463Z [00:02:41.694]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/listdir_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.5563747Z [00:02:41.700]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/autocomplete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.5620643Z [00:02:41.705]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/watcher_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.5676377Z [00:02:41.711]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/load.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.5731911Z [00:02:41.717]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/autocomplete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.5787903Z [00:02:41.722]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/checksum.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.5844807Z [00:02:41.728]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/save.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.5901395Z [00:02:41.734]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/timeline.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.5958270Z [00:02:41.739]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/load_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.6012848Z [00:02:41.745]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.6068598Z [00:02:41.750]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/globmatch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.6124100Z [00:02:41.756]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/listdir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.6179906Z [00:02:41.761]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/path.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.6236774Z [00:02:41.767]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/watcher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.6292993Z [00:02:41.773]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.6350248Z [00:02:41.778]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/save_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.6407622Z [00:02:41.784]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/file/globmatch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.6463845Z [00:02:41.790]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/docs/config-reference.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.6520204Z [00:02:41.795]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/docs/files.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.6577071Z [00:02:41.801]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/docs/cheat-sheet.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.6633406Z [00:02:41.807]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/docs/configuration.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.6690020Z [00:02:41.812]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/docs/navigation.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.6744334Z [00:02:41.818]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/docs/edit.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.6799523Z [00:02:41.823]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/docs/custom-menu-commands.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.6855747Z [00:02:41.829]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/docs/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.6913043Z [00:02:41.835]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/docs/command-reference.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.6970070Z [00:02:41.840]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/docs/quickstart.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.7027860Z [00:02:41.846]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nglcQx2wbq/TEMPREPO/docs/install.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.7082394Z [00:02:41.852]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/aretext.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.7137902Z [00:02:41.857]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.7196362Z [00:02:41.863]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/aretext' retained as 0755 (rwxr-xr-x)
2025-08-20T19:05:43.7254093Z [00:02:41.869]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.7310902Z [00:02:41.875]➜  mode of '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/aretext.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:05:43.7770240Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T19:05:43.7771007Z [00:02:41.920]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T19:05:47.5191376Z 
2025-08-20T19:05:47.5192076Z [+] Sanitizing /tmp/pkgforge/mG1DE7xam_SBUILD/BUILD.log ==> /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/aretext.static.log
2025-08-20T19:05:49.6035011Z '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/aretext.static.log' -> '/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/aretext.log'
2025-08-20T19:05:49.6081288Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/aretext/official/aretext?tag=HEAD-90d485e-250818T071451-aarch64-linux&download=aretext.log
2025-08-20T19:05:49.6081852Z 
2025-08-20T19:05:49.6082286Z [+] Parsing/Uploading aretext/aretext --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Faretext%2Faretext [aarch64-Linux]
2025-08-20T19:05:49.6108843Z {
2025-08-20T19:05:49.6109831Z   "_disabled": "false",
2025-08-20T19:05:49.6110062Z   "host": "aarch64-Linux",
2025-08-20T19:05:49.6110253Z   "rank": "",
2025-08-20T19:05:49.6110420Z   "pkg": "aretext.static",
2025-08-20T19:05:49.6110639Z   "pkg_family": "aretext",
2025-08-20T19:05:49.6110852Z   "pkg_id": "github.com.aretext.aretext",
2025-08-20T19:05:49.6111117Z   "pkg_name": "aretext",
2025-08-20T19:05:49.6111303Z   "pkg_type": "static",
2025-08-20T19:05:49.6111675Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/aretext/official/aretext",
2025-08-20T19:05:49.6112070Z   "app_id": "",
2025-08-20T19:05:49.6112234Z   "appstream": "",
2025-08-20T19:05:49.6112401Z   "category": [
2025-08-20T19:05:49.6112563Z     "ConsoleOnly",
2025-08-20T19:05:49.6112731Z     "Utility"
2025-08-20T19:05:49.6112882Z   ],
2025-08-20T19:05:49.6113135Z   "description": "Minimalist text editor with vim-compatible key bindings",
2025-08-20T19:05:49.6113576Z   "desktop": "",
2025-08-20T19:05:49.6113741Z   "homepage": [
2025-08-20T19:05:49.6113924Z     "https://github.com/aretext/aretext"
2025-08-20T19:05:49.6114142Z   ],
2025-08-20T19:05:49.6114660Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/aretext/official/aretext?tag=HEAD-90d485e-250818T071451-aarch64-linux&download=aretext.png",
2025-08-20T19:05:49.6115553Z   "license": [
2025-08-20T19:05:49.6115709Z     "GPL-3.0"
2025-08-20T19:05:49.6115858Z   ],
2025-08-20T19:05:49.6115999Z   "maintainer": [
2025-08-20T19:05:49.6116200Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T19:05:49.6116439Z   ],
2025-08-20T19:05:49.6116580Z   "provides": [
2025-08-20T19:05:49.6116736Z     "aretext"
2025-08-20T19:05:49.6116884Z   ],
2025-08-20T19:05:49.6117014Z   "note": [
2025-08-20T19:05:49.6117311Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/aretext/aretext"
2025-08-20T19:05:49.6117657Z   ],
2025-08-20T19:05:49.6117796Z   "repology": [
2025-08-20T19:05:49.6117952Z     "aretext"
2025-08-20T19:05:49.6118099Z   ],
2025-08-20T19:05:49.6118245Z   "screenshots": [],
2025-08-20T19:05:49.6118416Z   "src_url": [
2025-08-20T19:05:49.6118594Z     "https://github.com/aretext/aretext"
2025-08-20T19:05:49.6118812Z   ],
2025-08-20T19:05:49.6118958Z   "tag": [
2025-08-20T19:05:49.6119106Z     "code-editor",
2025-08-20T19:05:49.6119271Z     "modal-editing",
2025-08-20T19:05:49.6119442Z     "text-editor"
2025-08-20T19:05:49.6119600Z   ],
2025-08-20T19:05:49.6119761Z   "version": "HEAD-90d485e-250818T071451",
2025-08-20T19:05:49.6119992Z   "version_upstream": "1.5.0",
2025-08-20T19:05:49.6120305Z   "bsum": "d7c4f2338b8d19d4cdbc1d42091660d8693f01921b4e970fe0e2606fabfa8479",
2025-08-20T19:05:49.6120638Z   "build_date": "2025-08-20T19:05:44Z",
2025-08-20T19:05:49.6120970Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107521762",
2025-08-20T19:05:49.6121299Z   "build_id": "17107521762",
2025-08-20T19:05:49.6121866Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/aretext/official/aretext?tag=HEAD-90d485e-250818T071451-aarch64-linux&download=aretext.log",
2025-08-20T19:05:49.6122685Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/aretext/static.official.source.yaml",
2025-08-20T19:05:49.6123739Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/aretext/official/aretext?tag=HEAD-90d485e-250818T071451-aarch64-linux&download=aretext",
2025-08-20T19:05:49.6124543Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/aretext/official/aretext:HEAD-90d485e-250818T071451-aarch64-linux",
2025-08-20T19:05:49.6125065Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/aretext/official/aretext",
2025-08-20T19:05:49.6125964Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/aretext/official/aretext?tag=HEAD-90d485e-250818T071451-aarch64-linux&manifest",
2025-08-20T19:05:49.6126648Z   "shasum": "a167349aaf0abffb2940a41448bd5d4e89d251b94fb93dad2974885154b48c62",
2025-08-20T19:05:49.6126980Z   "size": "7.3 MB",
2025-08-20T19:05:49.6127151Z   "size_raw": "7597208",
2025-08-20T19:05:49.6127329Z   "snapshots": [
2025-08-20T19:05:49.6127534Z     "HEAD-a370545-241226T082317-aarch64-linux[1.4.0]",
2025-08-20T19:05:49.6127820Z     "HEAD-aef2d2f-250113T062052-aarch64-linux[1.4.0]",
2025-08-20T19:05:49.6128113Z     "HEAD-0b0bda6-250113T211909-aarch64-linux[1.4.0]",
2025-08-20T19:05:49.6128397Z     "HEAD-7a68ffc-250210T065901-aarch64-linux[1.4.0]",
2025-08-20T19:05:49.6128681Z     "HEAD-d7d9f93-250310T071504-aarch64-linux[1.4.0]",
2025-08-20T19:05:49.6128964Z     "HEAD-57ab2aa-250407T081447-aarch64-linux[1.4.0]",
2025-08-20T19:05:49.6129248Z     "HEAD-00dca55-250526T215243-aarch64-linux[1.5.0]",
2025-08-20T19:05:49.6129531Z     "HEAD-2638a9c-250609T071945-aarch64-linux[1.5.0]",
2025-08-20T19:05:49.6129809Z     "HEAD-2489cb7-250714T071110-aarch64-linux[1.5.0]",
2025-08-20T19:05:49.6130090Z     "HEAD-1000086-250811T205002-aarch64-linux[1.5.0]"
2025-08-20T19:05:49.6130325Z   ]
2025-08-20T19:05:49.6130463Z }
2025-08-20T19:05:49.6130556Z 
2025-08-20T19:05:49.6130560Z 
2025-08-20T19:05:49.7541055Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/aretext/official/aretext:HEAD-90d485e-250818T071451-aarch64-linux": ghcr.io/pkgforge/bincache/aretext/official/aretext:HEAD-90d485e-250818T071451-aarch64-linux: not found
2025-08-20T19:05:49.7586055Z Uploading empty artifact
2025-08-20T19:05:49.7588457Z time=2025-08-20T19:05:49Z level=debug msg=Request #0
2025-08-20T19:05:49.7589160Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/aretext/official/aretext/manifests/sha256:752360feef3738d079bab8bcc5a112eb0f4dd867283aaca3ac3494cd60bdf6f7"
2025-08-20T19:05:49.7589800Z > Request method: "HEAD"
2025-08-20T19:05:49.7589986Z > Request headers:
2025-08-20T19:05:49.7590888Z    "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-20T19:05:49.7591828Z    "User-Agent": "oras/1.2.3"
2025-08-20T19:05:49.7967083Z time=2025-08-20T19:05:49Z level=debug msg=Response #0
2025-08-20T19:05:49.7967435Z < Response Status: "401 Unauthorized"
2025-08-20T19:05:49.7967662Z < Response headers:
2025-08-20T19:05:49.7967881Z    "Content-Type": "application/json"
2025-08-20T19:05:49.7970963Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/aretext/official/aretext:pull\""
2025-08-20T19:05:49.7971515Z    "Date": "Wed, 20 Aug 2025 19:05:49 GMT"
2025-08-20T19:05:49.7971747Z    "Content-Length": "73"
2025-08-20T19:05:49.7971997Z    "X-Github-Request-Id": "440C:3E1293:DC391:EF005:68A61C8D"
2025-08-20T19:05:49.7972303Z time=2025-08-20T19:05:49Z level=debug msg=Request #1
2025-08-20T19:05:49.7972866Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Faretext%2Fofficial%2Faretext%3Apull%2Cpush&service=ghcr.io"
2025-08-20T19:05:49.7973633Z > Request method: "GET"
2025-08-20T19:05:49.7973825Z > Request headers:
2025-08-20T19:05:49.7974003Z    "Authorization": "*****"
2025-08-20T19:05:49.7974203Z    "User-Agent": "oras/1.2.3"
2025-08-20T19:05:49.8558384Z time=2025-08-20T19:05:49Z level=debug msg=Response #1
2025-08-20T19:05:49.8558776Z < Response Status: "200 OK"
2025-08-20T19:05:49.8558977Z < Response headers:
2025-08-20T19:05:49.8559167Z    "Content-Type": "application/json"
2025-08-20T19:05:49.8559433Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T19:05:49.8559812Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T19:05:49.8560158Z    "Date": "Wed, 20 Aug 2025 19:05:49 GMT"
2025-08-20T19:05:49.8560381Z    "Content-Length": "69"
2025-08-20T19:05:49.8560625Z    "X-Github-Request-Id": "440C:3E1293:DC393:EF007:68A61C8D"
2025-08-20T19:05:49.8561364Z time=2025-08-20T19:05:49Z level=debug msg=Request #2
2025-08-20T19:05:49.8562071Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/aretext/official/aretext/manifests/sha256:752360feef3738d079bab8bcc5a112eb0f4dd867283aaca3ac3494cd60bdf6f7"
2025-08-20T19:05:49.8562711Z > Request method: "HEAD"
2025-08-20T19:05:49.8562897Z > Request headers:
2025-08-20T19:05:49.8564021Z    "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-20T19:05:49.8564984Z    "Authorization": "*****"
2025-08-20T19:05:49.8565187Z    "User-Agent": "oras/1.2.3"
2025-08-20T19:05:49.8794130Z time=2025-08-20T19:05:49Z level=debug msg=Response #2
2025-08-20T19:05:49.8794455Z < Response Status: "404 Not Found"
2025-08-20T19:05:49.8794670Z < Response headers:
2025-08-20T19:05:49.8794862Z    "Content-Type": "application/json"
2025-08-20T19:05:49.8795151Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T19:05:49.8795534Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T19:05:49.8795885Z    "Date": "Wed, 20 Aug 2025 19:05:49 GMT"
2025-08-20T19:05:49.8796109Z    "Content-Length": "70"
2025-08-20T19:05:49.8796353Z    "X-Github-Request-Id": "440C:3E1293:DC3A2:EF012:68A61C8D"
2025-08-20T19:05:49.8796669Z time=2025-08-20T19:05:49Z level=debug msg=Request #3
2025-08-20T19:05:49.8797818Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/aretext/official/aretext/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T19:05:49.8798436Z > Request method: "HEAD"
2025-08-20T19:05:49.8798620Z > Request headers:
2025-08-20T19:05:49.8798795Z    "Authorization": "*****"
2025-08-20T19:05:49.8798993Z    "User-Agent": "oras/1.2.3"
2025-08-20T19:05:49.9049695Z time=2025-08-20T19:05:49Z level=debug msg=Response #3
2025-08-20T19:05:49.9050038Z < Response Status: "200 OK"
2025-08-20T19:05:49.9050239Z < Response headers:
2025-08-20T19:05:49.9050468Z    "X-Github-Request-Id": "440C:3E1293:DC3A6:EF016:68A61C8D"
2025-08-20T19:05:49.9050742Z    "Content-Length": "0"
2025-08-20T19:05:49.9050930Z    "Content-Type": ""
2025-08-20T19:05:49.9051300Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T19:05:49.9051777Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T19:05:49.9052178Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T19:05:49.9052647Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T19:05:49.9052994Z    "Date": "Wed, 20 Aug 2025 19:05:49 GMT"
2025-08-20T19:05:49.9053445Z time=2025-08-20T19:05:49Z level=debug msg=Request #4
2025-08-20T19:05:49.9054008Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/aretext/official/aretext/manifests/HEAD-90d485e-250818T071451-aarch64-linux"
2025-08-20T19:05:49.9054530Z > Request method: "PUT"
2025-08-20T19:05:49.9054713Z > Request headers:
2025-08-20T19:05:49.9054957Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T19:05:49.9055247Z    "Authorization": "*****"
2025-08-20T19:05:49.9055445Z    "User-Agent": "oras/1.2.3"
2025-08-20T19:05:50.1510085Z time=2025-08-20T19:05:50Z level=debug msg=Response #4
2025-08-20T19:05:50.1510642Z Pushed [registry] ghcr.io/pkgforge/bincache/aretext/official/aretext:HEAD-90d485e-250818T071451-aarch64-linux
2025-08-20T19:05:50.1511191Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T19:05:50.1511573Z Digest: sha256:752360feef3738d079bab8bcc5a112eb0f4dd867283aaca3ac3494cd60bdf6f7
2025-08-20T19:05:50.1512390Z < Response Status: "201 Created"
2025-08-20T19:05:50.1512654Z < Response headers:
2025-08-20T19:05:50.1513039Z    "Docker-Content-Digest": "sha256:752360feef3738d079bab8bcc5a112eb0f4dd867283aaca3ac3494cd60bdf6f7"
2025-08-20T19:05:50.1513634Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T19:05:50.1514642Z    "Location": "/v2/pkgforge/bincache/aretext/official/aretext/manifests/sha256:752360feef3738d079bab8bcc5a112eb0f4dd867283aaca3ac3494cd60bdf6f7"
2025-08-20T19:05:50.1515368Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T19:05:50.1515716Z    "Date": "Wed, 20 Aug 2025 19:05:50 GMT"
2025-08-20T19:05:50.1515942Z    "Content-Length": "0"
2025-08-20T19:05:50.1516190Z    "X-Github-Request-Id": "440C:3E1293:DC3AA:EF01F:68A61C8D"
2025-08-20T19:05:50.1516489Z    "Content-Type": "application/json"
2025-08-20T19:05:52.3265824Z Uploading e93002658e56 aretext.sig
2025-08-20T19:05:52.3350907Z Uploading 72bcd4df7db4 CHECKSUM.sig
2025-08-20T19:05:52.3354190Z Uploading a167349aaf0a aretext
2025-08-20T19:05:52.3440865Z Uploading 96c4f4c484f5 CHECKSUM
2025-08-20T19:05:52.3792570Z Exists    3972dc9744f6 LICENSE
2025-08-20T19:05:52.4930207Z Uploading 25e8f9ddaf90 LICENSE.sig
2025-08-20T19:05:53.3288767Z Uploaded  e93002658e56 aretext.sig
2025-08-20T19:05:53.3508147Z Exists    702fc188c0e7 SBUILD
2025-08-20T19:05:53.4094357Z Uploading b2fd7669afe2 SBUILD.sig
2025-08-20T19:05:53.4503881Z Uploaded  72bcd4df7db4 CHECKSUM.sig
2025-08-20T19:05:53.4764537Z Exists    11cf0313013e aretext.png
2025-08-20T19:05:53.5159208Z Uploaded  96c4f4c484f5 CHECKSUM
2025-08-20T19:05:53.5438073Z Uploading 909c35795e87 aretext.json.sig
2025-08-20T19:05:53.6321012Z Uploading 516b303cedd8 aretext.json
2025-08-20T19:05:53.7497815Z Uploaded  a167349aaf0a aretext
2025-08-20T19:05:53.7773293Z Uploading e046fa94a2ca aretext.log
2025-08-20T19:05:53.8081657Z Uploaded  25e8f9ddaf90 LICENSE.sig
2025-08-20T19:05:53.8575938Z Uploading 6b38d285a149 aretext.log.sig
2025-08-20T19:05:54.5863127Z Uploaded  b2fd7669afe2 SBUILD.sig
2025-08-20T19:05:54.7377121Z Uploaded  e046fa94a2ca aretext.log
2025-08-20T19:05:54.7619764Z Uploading 62a51fba6c61 aretext.version.sig
2025-08-20T19:05:54.7991618Z Uploaded  516b303cedd8 aretext.json
2025-08-20T19:05:54.8168582Z Uploading 3eb9be24b863 aretext.version
2025-08-20T19:05:54.8424079Z Uploaded  6b38d285a149 aretext.log.sig
2025-08-20T19:05:54.8541330Z Uploaded  909c35795e87 aretext.json.sig
2025-08-20T19:05:55.7626631Z Uploaded  62a51fba6c61 aretext.version.sig
2025-08-20T19:05:56.6550458Z Uploaded  3eb9be24b863 aretext.version
2025-08-20T19:05:56.6551052Z Uploading 6804277132c1 aretext
2025-08-20T19:05:56.9734394Z Uploaded  6804277132c1 aretext
2025-08-20T19:05:56.9734926Z Pushed [registry] ghcr.io/pkgforge/bincache/aretext/official/aretext:HEAD-90d485e-250818T071451-aarch64-linux
2025-08-20T19:05:56.9743865Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T19:05:56.9744262Z Digest: sha256:6804277132c1f9f0cd06f1b0dfac9637810d93aabd1256ebdc2b2e58b6e7d5ce
2025-08-20T19:06:02.5598163Z 
2025-08-20T19:06:02.5598751Z [+] Registry --> https://ghcr.io/pkgforge/bincache/aretext/official/aretext
2025-08-20T19:06:02.5599446Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/aretext/official/aretext?tag=HEAD-90d485e-250818T071451-aarch64-linux&manifest 
2025-08-20T19:06:02.5599938Z 
2025-08-20T19:06:04.7118669Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T19:06:04.8334952Z ./BUILD_ARTIFACTS.tar : 34.23%   (  24.7 MiB =>   8.46 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T19:06:04.8415486Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T19:06:04.8451975Z 
2025-08-20T19:06:04.8452933Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aretext/static.official.source.yaml :: 00(Hr):03(Min):03(Sec)
2025-08-20T19:06:04.8453710Z 
2025-08-20T19:06:04.8466464Z 
2025-08-20T19:06:04.8466701Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (07:06:04 PM) UTC
2025-08-20T19:06:04.8466936Z 
2025-08-20T19:06:05.1141340Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T19:06:05.1189995Z ##[group]Run ##Presets
2025-08-20T19:06:05.1190377Z [36;1m##Presets[0m
2025-08-20T19:06:05.1190556Z [36;1mset +x ; set +e[0m
2025-08-20T19:06:05.1190739Z [36;1m#-------------#[0m
2025-08-20T19:06:05.1190921Z [36;1m##Debug?[0m
2025-08-20T19:06:05.1191136Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:06:05.1191402Z [36;1m  set -x[0m
2025-08-20T19:06:05.1191563Z [36;1mfi[0m
2025-08-20T19:06:05.1191717Z [36;1m#-------------#[0m
2025-08-20T19:06:05.1191894Z [36;1m##Set ENV[0m
2025-08-20T19:06:05.1192107Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T19:06:05.1192568Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-90d485e-250818T071451-aarch64-linux"[0m
2025-08-20T19:06:05.1193102Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-90d485e-250818T071451-aarch64-linux"[0m
2025-08-20T19:06:05.1193889Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/aretext/official/aretext-srcbuild-17107521762"[0m
2025-08-20T19:06:05.1194369Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T19:06:05.1194745Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:06:05.1195169Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:06:05.1195486Z [36;1m fi[0m
2025-08-20T19:06:05.1195639Z [36;1m##Push[0m
2025-08-20T19:06:05.1195836Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T19:06:05.1196091Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T19:06:05.1196437Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T19:06:05.1197177Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T19:06:05.1197599Z [36;1m     ls -sh "/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T19:06:05.1197920Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T19:06:05.1198112Z [36;1m       {[0m
2025-08-20T19:06:05.1198280Z [36;1m        for i in {1..10}; do[0m
2025-08-20T19:06:05.1198623Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T19:06:05.1199042Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T19:06:05.1199449Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T19:06:05.1199962Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-90d485e-250818T071451-aarch64-linux")[0m
2025-08-20T19:06:05.1200648Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17107521762")[0m
2025-08-20T19:06:05.1201215Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17107521762")[0m
2025-08-20T19:06:05.1201884Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/aretext/official/aretext:HEAD-90d485e-250818T071451-aarch64-linux")[0m
2025-08-20T19:06:05.1202577Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T19:05:44Z")[0m
2025-08-20T19:06:05.1203053Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-90d485e-250818T071451")[0m
2025-08-20T19:06:05.1203730Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T19:05:44Z")[0m
2025-08-20T19:06:05.1204389Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/aretext/official/aretext")[0m
2025-08-20T19:06:05.1205020Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T19:06:05.1205528Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-90d485e-250818T071451")[0m
2025-08-20T19:06:05.1206319Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-90d485e-250818T071451")[0m
2025-08-20T19:06:05.1207055Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/aretext/official/aretext")[0m
2025-08-20T19:06:05.1207733Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-aretext")[0m
2025-08-20T19:06:05.1208263Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/aretext/aretext")[0m
2025-08-20T19:06:05.1208774Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T19:06:05.1209265Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-90d485e-250818T071451")[0m
2025-08-20T19:06:05.1209732Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T19:06:05.1210208Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T19:06:05.1210622Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T19:06:05.1210853Z [36;1m         #Check[0m
2025-08-20T19:06:05.1211407Z [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-20T19:05:44Z" ]]; then[0m
2025-08-20T19:06:05.1212099Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T19:06:05.1212429Z [36;1m            break[0m
2025-08-20T19:06:05.1212614Z [36;1m          else[0m
2025-08-20T19:06:05.1212988Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T19:06:05.1213783Z [36;1m          fi[0m
2025-08-20T19:06:05.1213984Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T19:06:05.1214218Z [36;1m        done[0m
2025-08-20T19:06:05.1214387Z [36;1m       }[0m
2025-08-20T19:06:05.1214577Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T19:06:05.1214803Z [36;1m       ghcr_push_cmd[0m
2025-08-20T19:06:05.1215359Z [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-20T19:05:44Z" ]]; then[0m
2025-08-20T19:06:05.1216088Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T19:06:05.1216469Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T19:06:05.1216708Z [36;1m          ghcr_push_cmd[0m
2025-08-20T19:06:05.1217274Z [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-20T19:05:44Z" ]]; then[0m
2025-08-20T19:06:05.1217981Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T19:06:05.1218471Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T19:06:05.1218842Z [36;1m             return 1 || exit 1[0m
2025-08-20T19:06:05.1219054Z [36;1m           fi[0m
2025-08-20T19:06:05.1219227Z [36;1m       fi[0m
2025-08-20T19:06:05.1219393Z [36;1m   fi[0m
2025-08-20T19:06:05.1219546Z [36;1m fi[0m
2025-08-20T19:06:05.1219710Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T19:06:05.1280740Z shell: /usr/bin/bash -e {0}
2025-08-20T19:06:05.1280952Z env:
2025-08-20T19:06:05.1281133Z   CROSS_COMPILING: NO
2025-08-20T19:06:05.1281324Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:06:05.1281548Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:06:05.1281740Z   ON_QEMU: NO
2025-08-20T19:06:05.1281891Z   DEBUG: 0
2025-08-20T19:06:05.1282051Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:06:05.1282259Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:06:05.1282522Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aretext/official
2025-08-20T19:06:05.1283023Z   KEEP_LOGS: YES
2025-08-20T19:06:05.1283373Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:06:05.1283573Z   PKG_FAMILY_LOCAL: aretext
2025-08-20T19:06:05.1283764Z   SBUILD_REBUILD: false
2025-08-20T19:06:05.1284263Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aretext/static.official.source.yaml
2025-08-20T19:06:05.1284793Z   BUILD_SYS: docker://go
2025-08-20T19:06:05.1284981Z   BUILD_ON_HOST: FALSE
2025-08-20T19:06:05.1285152Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:06:05.1285330Z   SYSTMP: /tmp
2025-08-20T19:06:05.1285488Z   GHA_MODE: MATRIX
2025-08-20T19:06:05.1285879Z   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-20T19:06:05.1286365Z   INPUT_SBUILD: /tmp/pkgforge/zHagGvBHp_build.yaml
2025-08-20T19:06:05.1286663Z   BUILD_DIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml
2025-08-20T19:06:05.1287024Z   SBUILD_OUTDIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR
2025-08-20T19:06:05.1287474Z   SBUILD_TMPDIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:06:05.1287832Z   PKG_TYPE: static
2025-08-20T19:06:05.1288004Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:06:05.1288208Z   SBUILD_PKGVER: HEAD-90d485e-250818T071451
2025-08-20T19:06:05.1288552Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107521762
2025-08-20T19:06:05.1288887Z   BUILD_ID: 17107521762
2025-08-20T19:06:05.1289061Z   PKG_NAME: aretext
2025-08-20T19:06:05.1289236Z   PKG_DATE: 2025-08-20T19:05:44Z
2025-08-20T19:06:05.1289451Z   PKG_VERSION: HEAD-90d485e-250818T071451
2025-08-20T19:06:05.1289683Z   PKG_VERSION_UPSTREAM: 1.5.0
2025-08-20T19:06:05.1290221Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/aretext/official/aretext
2025-08-20T19:06:05.1290553Z   GHCRPKG_TAG: HEAD-90d485e-250818T071451-aarch64-linux
2025-08-20T19:06:05.1290972Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/aretext/official/aretext
2025-08-20T19:06:05.1291392Z   PKG_SRCURL: https://github.com/aretext/aretext
2025-08-20T19:06:05.1291641Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:06:05.1292060Z   GHCR_TOKEN: ***
2025-08-20T19:06:05.1292312Z   GITHUB_TOKEN: ***
2025-08-20T19:06:05.1292515Z   GITLAB_TOKEN: ***
2025-08-20T19:06:05.1293847Z   MINISIGN_KEY: ***
2025-08-20T19:06:05.1294021Z ##[endgroup]
2025-08-20T19:06:05.1360119Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T19:06:05.1368730Z 8.5M	./BUILD_ARTIFACTS.zstd
2025-08-20T19:06:05.1379604Z total 8.7M
2025-08-20T19:06:05.1379765Z 4.0K CHECKSUM
2025-08-20T19:06:05.1379933Z 4.0K CHECKSUM.sig
2025-08-20T19:06:05.1380119Z  36K LICENSE
2025-08-20T19:06:05.1380274Z 4.0K LICENSE.sig
2025-08-20T19:06:05.1380469Z 4.0K SBUILD
2025-08-20T19:06:05.1380621Z 4.0K SBUILD.sig
2025-08-20T19:06:05.1380782Z 4.0K SBUILD_TEMP
2025-08-20T19:06:05.1380945Z 7.3M aretext
2025-08-20T19:06:05.1381096Z 4.0K aretext.json
2025-08-20T19:06:05.1381263Z 4.0K aretext.json.sig
2025-08-20T19:06:05.1381437Z 660K aretext.log
2025-08-20T19:06:05.1381604Z 4.0K aretext.log.sig
2025-08-20T19:06:05.1381777Z  40K aretext.png
2025-08-20T19:06:05.1381943Z 4.0K aretext.sig
2025-08-20T19:06:05.1382111Z 660K aretext.static.log
2025-08-20T19:06:05.1382299Z 4.0K aretext.static.version
2025-08-20T19:06:05.1382510Z 4.0K aretext.static.version.sig
2025-08-20T19:06:05.1382713Z 4.0K aretext.version
2025-08-20T19:06:05.1382895Z 4.0K aretext.version.sig
2025-08-20T19:06:05.5591006Z Uploading baf539f5a68f BUILD_ARTIFACTS.zstd
2025-08-20T19:06:06.8064554Z Uploaded  baf539f5a68f BUILD_ARTIFACTS.zstd
2025-08-20T19:06:06.8064888Z Uploading 35cd5dbd6fb2 SRCBUILD-aretext
2025-08-20T19:06:07.5268610Z Uploaded  35cd5dbd6fb2 SRCBUILD-aretext
2025-08-20T19:06:07.5269270Z Pushed [registry] ghcr.io/pkgforge/bincache/aretext/official/aretext-srcbuild-17107521762:HEAD-90d485e-250818T071451-aarch64-linux
2025-08-20T19:06:07.5269842Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T19:06:07.5270681Z Digest: sha256:35cd5dbd6fb2b2e35c679af56d9b3d61739f1bc1373edafda001aa7ac3663137
2025-08-20T19:06:12.7756563Z 
2025-08-20T19:06:12.7757449Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/aretext/official/aretext-srcbuild-17107521762
2025-08-20T19:06:12.7757862Z 
2025-08-20T19:06:12.9272020Z ##[group]Run ##Presets
2025-08-20T19:06:12.9272338Z [36;1m##Presets[0m
2025-08-20T19:06:12.9272516Z [36;1mset +x ; set +e[0m
2025-08-20T19:06:12.9272705Z [36;1m#-------------#[0m
2025-08-20T19:06:12.9272884Z [36;1m##Debug?[0m
2025-08-20T19:06:12.9273097Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:06:12.9273894Z [36;1m  set -x[0m
2025-08-20T19:06:12.9274058Z [36;1mfi[0m
2025-08-20T19:06:12.9274213Z [36;1m#-------------#[0m
2025-08-20T19:06:12.9274471Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T19:06:12.9274775Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:06:12.9306986Z shell: /usr/bin/bash -e {0}
2025-08-20T19:06:12.9307198Z env:
2025-08-20T19:06:12.9307355Z   CROSS_COMPILING: NO
2025-08-20T19:06:12.9307546Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:06:12.9307751Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:06:12.9307947Z   ON_QEMU: NO
2025-08-20T19:06:12.9308134Z   DEBUG: 0
2025-08-20T19:06:12.9308298Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:06:12.9308509Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:06:12.9308774Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aretext/official
2025-08-20T19:06:12.9309047Z   KEEP_LOGS: YES
2025-08-20T19:06:12.9309215Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:06:12.9309409Z   PKG_FAMILY_LOCAL: aretext
2025-08-20T19:06:12.9309609Z   SBUILD_REBUILD: false
2025-08-20T19:06:12.9310116Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aretext/static.official.source.yaml
2025-08-20T19:06:12.9310931Z   BUILD_SYS: docker://go
2025-08-20T19:06:12.9311121Z   BUILD_ON_HOST: FALSE
2025-08-20T19:06:12.9311298Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:06:12.9311475Z   SYSTMP: /tmp
2025-08-20T19:06:12.9311634Z   GHA_MODE: MATRIX
2025-08-20T19:06:12.9312025Z   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-20T19:06:12.9312506Z   INPUT_SBUILD: /tmp/pkgforge/zHagGvBHp_build.yaml
2025-08-20T19:06:12.9312803Z   BUILD_DIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml
2025-08-20T19:06:12.9313402Z   SBUILD_OUTDIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR
2025-08-20T19:06:12.9313880Z   SBUILD_TMPDIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:06:12.9314235Z   PKG_TYPE: static
2025-08-20T19:06:12.9314408Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:06:12.9314621Z   SBUILD_PKGVER: HEAD-90d485e-250818T071451
2025-08-20T19:06:12.9314971Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107521762
2025-08-20T19:06:12.9315301Z   BUILD_ID: 17107521762
2025-08-20T19:06:12.9315475Z   PKG_NAME: aretext
2025-08-20T19:06:12.9315649Z   PKG_DATE: 2025-08-20T19:05:44Z
2025-08-20T19:06:12.9315863Z   PKG_VERSION: HEAD-90d485e-250818T071451
2025-08-20T19:06:12.9316096Z   PKG_VERSION_UPSTREAM: 1.5.0
2025-08-20T19:06:12.9316376Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/aretext/official/aretext
2025-08-20T19:06:12.9316711Z   GHCRPKG_TAG: HEAD-90d485e-250818T071451-aarch64-linux
2025-08-20T19:06:12.9317129Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/aretext/official/aretext
2025-08-20T19:06:12.9317570Z   PKG_SRCURL: https://github.com/aretext/aretext
2025-08-20T19:06:12.9317818Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:06:12.9318066Z   GHCRPKG_TAG_SRCBUILD: HEAD-90d485e-250818T071451-aarch64-linux
2025-08-20T19:06:12.9318523Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/aretext/official/aretext-srcbuild-17107521762
2025-08-20T19:06:12.9318915Z ##[endgroup]
2025-08-20T19:06:12.9450428Z ##[group]Run actions/upload-artifact@v4
2025-08-20T19:06:12.9450755Z with:
2025-08-20T19:06:12.9450933Z   name: Bincache_aretext_aarch64-Linux
2025-08-20T19:06:12.9451201Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T19:06:12.9451455Z   compression-level: 0
2025-08-20T19:06:12.9451637Z   retention-days: 30
2025-08-20T19:06:12.9451809Z   overwrite: true
2025-08-20T19:06:12.9451986Z   if-no-files-found: warn
2025-08-20T19:06:12.9452186Z   include-hidden-files: false
2025-08-20T19:06:12.9452421Z env:
2025-08-20T19:06:12.9452569Z   CROSS_COMPILING: NO
2025-08-20T19:06:12.9452755Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:06:12.9452961Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:06:12.9453330Z   ON_QEMU: NO
2025-08-20T19:06:12.9453493Z   DEBUG: 0
2025-08-20T19:06:12.9453653Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:06:12.9453864Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:06:12.9454146Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aretext/official
2025-08-20T19:06:12.9454474Z   KEEP_LOGS: YES
2025-08-20T19:06:12.9454648Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:06:12.9454838Z   PKG_FAMILY_LOCAL: aretext
2025-08-20T19:06:12.9455034Z   SBUILD_REBUILD: false
2025-08-20T19:06:12.9455539Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aretext/static.official.source.yaml
2025-08-20T19:06:12.9456068Z   BUILD_SYS: docker://go
2025-08-20T19:06:12.9456256Z   BUILD_ON_HOST: FALSE
2025-08-20T19:06:12.9456429Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:06:12.9456604Z   SYSTMP: /tmp
2025-08-20T19:06:12.9456764Z   GHA_MODE: MATRIX
2025-08-20T19:06:12.9457157Z   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-20T19:06:12.9457631Z   INPUT_SBUILD: /tmp/pkgforge/zHagGvBHp_build.yaml
2025-08-20T19:06:12.9457933Z   BUILD_DIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml
2025-08-20T19:06:12.9458604Z   SBUILD_OUTDIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR
2025-08-20T19:06:12.9459060Z   SBUILD_TMPDIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:06:12.9459414Z   PKG_TYPE: static
2025-08-20T19:06:12.9459586Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:06:12.9459790Z   SBUILD_PKGVER: HEAD-90d485e-250818T071451
2025-08-20T19:06:12.9460139Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107521762
2025-08-20T19:06:12.9460473Z   BUILD_ID: 17107521762
2025-08-20T19:06:12.9460651Z   PKG_NAME: aretext
2025-08-20T19:06:12.9460823Z   PKG_DATE: 2025-08-20T19:05:44Z
2025-08-20T19:06:12.9461038Z   PKG_VERSION: HEAD-90d485e-250818T071451
2025-08-20T19:06:12.9461266Z   PKG_VERSION_UPSTREAM: 1.5.0
2025-08-20T19:06:12.9461541Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/aretext/official/aretext
2025-08-20T19:06:12.9461874Z   GHCRPKG_TAG: HEAD-90d485e-250818T071451-aarch64-linux
2025-08-20T19:06:12.9462296Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/aretext/official/aretext
2025-08-20T19:06:12.9462716Z   PKG_SRCURL: https://github.com/aretext/aretext
2025-08-20T19:06:12.9462966Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:06:12.9463410Z   GHCRPKG_TAG_SRCBUILD: HEAD-90d485e-250818T071451-aarch64-linux
2025-08-20T19:06:12.9463881Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/aretext/official/aretext-srcbuild-17107521762
2025-08-20T19:06:12.9464283Z   UTC_TIME: 2025_08_20T07_06_12_PM
2025-08-20T19:06:12.9464487Z ##[endgroup]
2025-08-20T19:06:13.5868072Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T19:06:13.5873122Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T19:06:13.5873750Z With the provided path, there will be 2 files uploaded
2025-08-20T19:06:13.7982799Z Artifact name is valid!
2025-08-20T19:06:13.7986522Z Root directory input is valid!
2025-08-20T19:06:13.8722602Z Beginning upload of artifact content to blob storage
2025-08-20T19:06:14.0801087Z Uploaded bytes 8388608
2025-08-20T19:06:14.1278233Z Uploaded bytes 9894532
2025-08-20T19:06:14.1482745Z Finished uploading artifact content to blob storage!
2025-08-20T19:06:14.1495492Z SHA256 digest of uploaded artifact zip is f286c4f3625526a6cdc25f1547dbf40a705c21cd8613c7e38fcd94ae9fad21e3
2025-08-20T19:06:14.1495945Z Finalizing artifact upload
2025-08-20T19:06:14.2212244Z Artifact Bincache_aretext_aarch64-Linux.zip successfully finalized. Artifact ID 3812250255
2025-08-20T19:06:14.2212902Z Artifact Bincache_aretext_aarch64-Linux has been successfully uploaded! Final size is 9894532 bytes. Artifact ID is 3812250255
2025-08-20T19:06:14.2229101Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107521762/artifacts/3812250255
2025-08-20T19:06:14.2452563Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T19:06:14.2452890Z with:
2025-08-20T19:06:14.2453438Z   subject-name: aretext-17107521762-HEAD-90d485e-250818T071451-aarch64-linux
2025-08-20T19:06:14.2454292Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T19:06:14.2454981Z   show-summary: true
2025-08-20T19:06:14.2455169Z   push-to-registry: false
2025-08-20T19:06:14.2455527Z   github-token: ***
2025-08-20T19:06:14.2455698Z env:
2025-08-20T19:06:14.2455851Z   CROSS_COMPILING: NO
2025-08-20T19:06:14.2456041Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:06:14.2456257Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:06:14.2456457Z   ON_QEMU: NO
2025-08-20T19:06:14.2456614Z   DEBUG: 0
2025-08-20T19:06:14.2456784Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:06:14.2456998Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:06:14.2457294Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aretext/official
2025-08-20T19:06:14.2457579Z   KEEP_LOGS: YES
2025-08-20T19:06:14.2457752Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:06:14.2458255Z   PKG_FAMILY_LOCAL: aretext
2025-08-20T19:06:14.2458456Z   SBUILD_REBUILD: false
2025-08-20T19:06:14.2458960Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aretext/static.official.source.yaml
2025-08-20T19:06:14.2459499Z   BUILD_SYS: docker://go
2025-08-20T19:06:14.2459693Z   BUILD_ON_HOST: FALSE
2025-08-20T19:06:14.2459876Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:06:14.2460059Z   SYSTMP: /tmp
2025-08-20T19:06:14.2460226Z   GHA_MODE: MATRIX
2025-08-20T19:06:14.2460624Z   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-20T19:06:14.2461111Z   INPUT_SBUILD: /tmp/pkgforge/zHagGvBHp_build.yaml
2025-08-20T19:06:14.2461415Z   BUILD_DIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml
2025-08-20T19:06:14.2461789Z   SBUILD_OUTDIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR
2025-08-20T19:06:14.2462250Z   SBUILD_TMPDIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:06:14.2462616Z   PKG_TYPE: static
2025-08-20T19:06:14.2462792Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:06:14.2463003Z   SBUILD_PKGVER: HEAD-90d485e-250818T071451
2025-08-20T19:06:14.2463718Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107521762
2025-08-20T19:06:14.2464066Z   BUILD_ID: 17107521762
2025-08-20T19:06:14.2464250Z   PKG_NAME: aretext
2025-08-20T19:06:14.2464430Z   PKG_DATE: 2025-08-20T19:05:44Z
2025-08-20T19:06:14.2464652Z   PKG_VERSION: HEAD-90d485e-250818T071451
2025-08-20T19:06:14.2464890Z   PKG_VERSION_UPSTREAM: 1.5.0
2025-08-20T19:06:14.2465176Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/aretext/official/aretext
2025-08-20T19:06:14.2465521Z   GHCRPKG_TAG: HEAD-90d485e-250818T071451-aarch64-linux
2025-08-20T19:06:14.2465956Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/aretext/official/aretext
2025-08-20T19:06:14.2466384Z   PKG_SRCURL: https://github.com/aretext/aretext
2025-08-20T19:06:14.2466642Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:06:14.2466905Z   GHCRPKG_TAG_SRCBUILD: HEAD-90d485e-250818T071451-aarch64-linux
2025-08-20T19:06:14.2467401Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/aretext/official/aretext-srcbuild-17107521762
2025-08-20T19:06:14.2467804Z   UTC_TIME: 2025_08_20T07_06_12_PM
2025-08-20T19:06:14.2468014Z ##[endgroup]
2025-08-20T19:06:14.2546567Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T19:06:14.2546978Z env:
2025-08-20T19:06:14.2547138Z   CROSS_COMPILING: NO
2025-08-20T19:06:14.2547335Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:06:14.2547552Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:06:14.2547752Z   ON_QEMU: NO
2025-08-20T19:06:14.2547910Z   DEBUG: 0
2025-08-20T19:06:14.2548076Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:06:14.2548527Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:06:14.2548831Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aretext/official
2025-08-20T19:06:14.2549120Z   KEEP_LOGS: YES
2025-08-20T19:06:14.2549303Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:06:14.2549502Z   PKG_FAMILY_LOCAL: aretext
2025-08-20T19:06:14.2549699Z   SBUILD_REBUILD: false
2025-08-20T19:06:14.2550205Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aretext/static.official.source.yaml
2025-08-20T19:06:14.2550742Z   BUILD_SYS: docker://go
2025-08-20T19:06:14.2550938Z   BUILD_ON_HOST: FALSE
2025-08-20T19:06:14.2551121Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:06:14.2551305Z   SYSTMP: /tmp
2025-08-20T19:06:14.2551470Z   GHA_MODE: MATRIX
2025-08-20T19:06:14.2551870Z   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-20T19:06:14.2552354Z   INPUT_SBUILD: /tmp/pkgforge/zHagGvBHp_build.yaml
2025-08-20T19:06:14.2552673Z   BUILD_DIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml
2025-08-20T19:06:14.2553043Z   SBUILD_OUTDIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR
2025-08-20T19:06:14.2553820Z   SBUILD_TMPDIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:06:14.2554401Z   PKG_TYPE: static
2025-08-20T19:06:14.2554583Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:06:14.2554798Z   SBUILD_PKGVER: HEAD-90d485e-250818T071451
2025-08-20T19:06:14.2555162Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107521762
2025-08-20T19:06:14.2555502Z   BUILD_ID: 17107521762
2025-08-20T19:06:14.2555683Z   PKG_NAME: aretext
2025-08-20T19:06:14.2555863Z   PKG_DATE: 2025-08-20T19:05:44Z
2025-08-20T19:06:14.2556085Z   PKG_VERSION: HEAD-90d485e-250818T071451
2025-08-20T19:06:14.2556330Z   PKG_VERSION_UPSTREAM: 1.5.0
2025-08-20T19:06:14.2556623Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/aretext/official/aretext
2025-08-20T19:06:14.2556973Z   GHCRPKG_TAG: HEAD-90d485e-250818T071451-aarch64-linux
2025-08-20T19:06:14.2557400Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/aretext/official/aretext
2025-08-20T19:06:14.2557821Z   PKG_SRCURL: https://github.com/aretext/aretext
2025-08-20T19:06:14.2558084Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:06:14.2558342Z   GHCRPKG_TAG_SRCBUILD: HEAD-90d485e-250818T071451-aarch64-linux
2025-08-20T19:06:14.2558810Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/aretext/official/aretext-srcbuild-17107521762
2025-08-20T19:06:14.2559219Z   UTC_TIME: 2025_08_20T07_06_12_PM
2025-08-20T19:06:14.2559431Z ##[endgroup]
2025-08-20T19:06:14.6337751Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T19:06:14.6338071Z with:
2025-08-20T19:06:14.6338701Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T19:06:14.6339522Z   subject-name: aretext-17107521762-HEAD-90d485e-250818T071451-aarch64-linux
2025-08-20T19:06:14.6339911Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T19:06:14.6342402Z   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/17107521762/attempts/1"}}}
2025-08-20T19:06:14.6345158Z   push-to-registry: false
2025-08-20T19:06:14.6345638Z   show-summary: true
2025-08-20T19:06:14.6346133Z   github-token: ***
2025-08-20T19:06:14.6346311Z env:
2025-08-20T19:06:14.6346463Z   CROSS_COMPILING: NO
2025-08-20T19:06:14.6346653Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:06:14.6346877Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:06:14.6347079Z   ON_QEMU: NO
2025-08-20T19:06:14.6347234Z   DEBUG: 0
2025-08-20T19:06:14.6347401Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:06:14.6347614Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:06:14.6347882Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aretext/official
2025-08-20T19:06:14.6348163Z   KEEP_LOGS: YES
2025-08-20T19:06:14.6348335Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:06:14.6348532Z   PKG_FAMILY_LOCAL: aretext
2025-08-20T19:06:14.6348731Z   SBUILD_REBUILD: false
2025-08-20T19:06:14.6349236Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aretext/static.official.source.yaml
2025-08-20T19:06:14.6349773Z   BUILD_SYS: docker://go
2025-08-20T19:06:14.6349974Z   BUILD_ON_HOST: FALSE
2025-08-20T19:06:14.6350160Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:06:14.6350343Z   SYSTMP: /tmp
2025-08-20T19:06:14.6350510Z   GHA_MODE: MATRIX
2025-08-20T19:06:14.6350910Z   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-20T19:06:14.6351685Z   INPUT_SBUILD: /tmp/pkgforge/zHagGvBHp_build.yaml
2025-08-20T19:06:14.6351993Z   BUILD_DIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml
2025-08-20T19:06:14.6352360Z   SBUILD_OUTDIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR
2025-08-20T19:06:14.6352818Z   SBUILD_TMPDIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:06:14.6353456Z   PKG_TYPE: static
2025-08-20T19:06:14.6353652Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:06:14.6353865Z   SBUILD_PKGVER: HEAD-90d485e-250818T071451
2025-08-20T19:06:14.6354226Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107521762
2025-08-20T19:06:14.6354574Z   BUILD_ID: 17107521762
2025-08-20T19:06:14.6354757Z   PKG_NAME: aretext
2025-08-20T19:06:14.6354936Z   PKG_DATE: 2025-08-20T19:05:44Z
2025-08-20T19:06:14.6355157Z   PKG_VERSION: HEAD-90d485e-250818T071451
2025-08-20T19:06:14.6355401Z   PKG_VERSION_UPSTREAM: 1.5.0
2025-08-20T19:06:14.6355686Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/aretext/official/aretext
2025-08-20T19:06:14.6356030Z   GHCRPKG_TAG: HEAD-90d485e-250818T071451-aarch64-linux
2025-08-20T19:06:14.6356458Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/aretext/official/aretext
2025-08-20T19:06:14.6356878Z   PKG_SRCURL: https://github.com/aretext/aretext
2025-08-20T19:06:14.6357132Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:06:14.6357390Z   GHCRPKG_TAG_SRCBUILD: HEAD-90d485e-250818T071451-aarch64-linux
2025-08-20T19:06:14.6357860Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/aretext/official/aretext-srcbuild-17107521762
2025-08-20T19:06:14.6358268Z   UTC_TIME: 2025_08_20T07_06_12_PM
2025-08-20T19:06:14.6358476Z ##[endgroup]
2025-08-20T19:06:15.7963533Z Attestation created for 18 subjects
2025-08-20T19:06:15.7967617Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T19:06:15.7968114Z -----BEGIN CERTIFICATE-----
2025-08-20T19:06:15.7968440Z MIIG7zCCBnWgAwIBAgIUKipcLy56apCPtV3Ij6/r92yjUxMwCgYIKoZIzj0EAwMw
2025-08-20T19:06:15.7968897Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T19:06:15.7969361Z cm1lZGlhdGUwHhcNMjUwODIwMTkwNjE1WhcNMjUwODIwMTkxNjE1WjAAMFkwEwYH
2025-08-20T19:06:15.7969816Z KoZIzj0CAQYIKoZIzj0DAQcDQgAE5Ite1C+OVb90V4d1tAffZdGU+k57+Y3vVG2b
2025-08-20T19:06:15.7970270Z TLrDlfkUCg7m2J7HaFdnop5EnhROoxbVmmERofKL25qd6cSa2qOCBZQwggWQMA4G
2025-08-20T19:06:15.7970720Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUeNnn
2025-08-20T19:06:15.7971172Z VPFj24kJF7xef6tQ7nH4bbcwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T19:06:15.7971609Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T19:06:15.7972393Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T19:06:15.7972897Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T19:06:15.7973531Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T19:06:15.7973977Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T19:06:15.7974427Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T19:06:15.7974887Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T19:06:15.7975351Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T19:06:15.7975810Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T19:06:15.7976253Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T19:06:15.7976699Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T19:06:15.7977160Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T19:06:15.7977614Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T19:06:15.7978065Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T19:06:15.7978531Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T19:06:15.7979237Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T19:06:15.7979698Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T19:06:15.7980149Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T19:06:15.7980603Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T19:06:15.7981059Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T19:06:15.7981511Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T19:06:15.7981973Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T19:06:15.7982438Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T19:06:15.7982899Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3NTIxNzYyL2F0
2025-08-20T19:06:15.7983585Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T19:06:15.7984066Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjI3+zW
2025-08-20T19:06:15.7984532Z AAAEAwBHMEUCIGwCEyYnSqpUkRkPAFoOVWzsStvbj4nbs2K2iu+SwTjyAiEA84tJ
2025-08-20T19:06:15.7984991Z A2MtkFf40p5PkgAiOSAgN0qzLHBHFMvo+8wPLKswCgYIKoZIzj0EAwMDaAAwZQIw
2025-08-20T19:06:15.7985447Z fGA852rtVo8wwbSYPdSkDS4T1HvPFQhKU3QWr9YvDbuBzkAQriy8KdS+R9oET7us
2025-08-20T19:06:15.7985899Z AjEA6bbt+J3S7iULM6GWTyuHSEqVoWwX0qLIMv2doWG3WG1+FK8bfzeCk2CDG7HV
2025-08-20T19:06:15.7986223Z ZQ50
2025-08-20T19:06:15.7986380Z -----END CERTIFICATE-----
2025-08-20T19:06:15.7986513Z 
2025-08-20T19:06:15.7986924Z ##[endgroup]
2025-08-20T19:06:15.7987349Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T19:06:15.7987723Z https://search.sigstore.dev?logIndex=413949529
2025-08-20T19:06:15.7988064Z [36mAttestation uploaded to repository[39m
2025-08-20T19:06:15.7988377Z https://github.com/pkgforge/bincache/attestations/9868666
2025-08-20T19:06:15.8922518Z ##[group]Run ##Presets
2025-08-20T19:06:15.8922804Z [36;1m##Presets[0m
2025-08-20T19:06:15.8922989Z [36;1mset +x ; set +e[0m
2025-08-20T19:06:15.8923453Z [36;1m#-------------#[0m
2025-08-20T19:06:15.8923644Z [36;1m##Debug?[0m
2025-08-20T19:06:15.8923869Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:06:15.8924142Z [36;1m  set -x[0m
2025-08-20T19:06:15.8924309Z [36;1mfi[0m
2025-08-20T19:06:15.8924470Z [36;1m#-------------#[0m
2025-08-20T19:06:15.8924756Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T19:06:15.8925244Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/aretext/official"[0m
2025-08-20T19:06:15.8925626Z [36;1m exit 1[0m
2025-08-20T19:06:15.8925799Z [36;1mfi[0m
2025-08-20T19:06:15.8958136Z shell: /usr/bin/bash -e {0}
2025-08-20T19:06:15.8958376Z env:
2025-08-20T19:06:15.8958536Z   CROSS_COMPILING: NO
2025-08-20T19:06:15.8958774Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:06:15.8958996Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:06:15.8959213Z   ON_QEMU: NO
2025-08-20T19:06:15.8959369Z   DEBUG: 0
2025-08-20T19:06:15.8959538Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:06:15.8959751Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:06:15.8960022Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aretext/official
2025-08-20T19:06:15.8960308Z   KEEP_LOGS: YES
2025-08-20T19:06:15.8960483Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:06:15.8960682Z   PKG_FAMILY_LOCAL: aretext
2025-08-20T19:06:15.8960883Z   SBUILD_REBUILD: false
2025-08-20T19:06:15.8961393Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aretext/static.official.source.yaml
2025-08-20T19:06:15.8961933Z   BUILD_SYS: docker://go
2025-08-20T19:06:15.8962133Z   BUILD_ON_HOST: FALSE
2025-08-20T19:06:15.8962323Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:06:15.8962507Z   SYSTMP: /tmp
2025-08-20T19:06:15.8962675Z   GHA_MODE: MATRIX
2025-08-20T19:06:15.8963078Z   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-20T19:06:15.8964099Z   INPUT_SBUILD: /tmp/pkgforge/zHagGvBHp_build.yaml
2025-08-20T19:06:15.8964403Z   BUILD_DIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml
2025-08-20T19:06:15.8964768Z   SBUILD_OUTDIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR
2025-08-20T19:06:15.8965232Z   SBUILD_TMPDIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:06:15.8965592Z   PKG_TYPE: static
2025-08-20T19:06:15.8965771Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:06:15.8965983Z   SBUILD_PKGVER: HEAD-90d485e-250818T071451
2025-08-20T19:06:15.8966342Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107521762
2025-08-20T19:06:15.8966682Z   BUILD_ID: 17107521762
2025-08-20T19:06:15.8966863Z   PKG_NAME: aretext
2025-08-20T19:06:15.8967047Z   PKG_DATE: 2025-08-20T19:05:44Z
2025-08-20T19:06:15.8967276Z   PKG_VERSION: HEAD-90d485e-250818T071451
2025-08-20T19:06:15.8967516Z   PKG_VERSION_UPSTREAM: 1.5.0
2025-08-20T19:06:15.8967807Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/aretext/official/aretext
2025-08-20T19:06:15.8968151Z   GHCRPKG_TAG: HEAD-90d485e-250818T071451-aarch64-linux
2025-08-20T19:06:15.8968578Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/aretext/official/aretext
2025-08-20T19:06:15.8969007Z   PKG_SRCURL: https://github.com/aretext/aretext
2025-08-20T19:06:15.8969261Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:06:15.8969520Z   GHCRPKG_TAG_SRCBUILD: HEAD-90d485e-250818T071451-aarch64-linux
2025-08-20T19:06:15.8969990Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/aretext/official/aretext-srcbuild-17107521762
2025-08-20T19:06:15.8970396Z   UTC_TIME: 2025_08_20T07_06_12_PM
2025-08-20T19:06:15.8970610Z ##[endgroup]
2025-08-20T19:06:15.9040386Z ##[group]Run ##Presets
2025-08-20T19:06:15.9040648Z [36;1m##Presets[0m
2025-08-20T19:06:15.9040834Z [36;1mset +x ; set +e[0m
2025-08-20T19:06:15.9041032Z [36;1m#-------------#[0m
2025-08-20T19:06:15.9041218Z [36;1m##Debug?[0m
2025-08-20T19:06:15.9041456Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:06:15.9041726Z [36;1m  set -x[0m
2025-08-20T19:06:15.9041896Z [36;1mfi[0m
2025-08-20T19:06:15.9042059Z [36;1m#-------------#[0m
2025-08-20T19:06:15.9042279Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T19:06:15.9042700Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/aretext/official"[0m
2025-08-20T19:06:15.9043117Z [36;1m exit 1[0m
2025-08-20T19:06:15.9043572Z [36;1mfi[0m
2025-08-20T19:06:15.9069693Z shell: /usr/bin/bash -e {0}
2025-08-20T19:06:15.9069926Z env:
2025-08-20T19:06:15.9070090Z   CROSS_COMPILING: NO
2025-08-20T19:06:15.9070327Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:06:15.9070546Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:06:15.9070751Z   ON_QEMU: NO
2025-08-20T19:06:15.9070910Z   DEBUG: 0
2025-08-20T19:06:15.9071076Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:06:15.9071291Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:06:15.9071574Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aretext/official
2025-08-20T19:06:15.9071857Z   KEEP_LOGS: YES
2025-08-20T19:06:15.9072033Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:06:15.9072230Z   PKG_FAMILY_LOCAL: aretext
2025-08-20T19:06:15.9072433Z   SBUILD_REBUILD: false
2025-08-20T19:06:15.9072941Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aretext/static.official.source.yaml
2025-08-20T19:06:15.9073723Z   BUILD_SYS: docker://go
2025-08-20T19:06:15.9073920Z   BUILD_ON_HOST: FALSE
2025-08-20T19:06:15.9074114Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:06:15.9074300Z   SYSTMP: /tmp
2025-08-20T19:06:15.9074465Z   GHA_MODE: MATRIX
2025-08-20T19:06:15.9074876Z   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-20T19:06:15.9075366Z   INPUT_SBUILD: /tmp/pkgforge/zHagGvBHp_build.yaml
2025-08-20T19:06:15.9075675Z   BUILD_DIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml
2025-08-20T19:06:15.9076355Z   SBUILD_OUTDIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR
2025-08-20T19:06:15.9076818Z   SBUILD_TMPDIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:06:15.9077179Z   PKG_TYPE: static
2025-08-20T19:06:15.9077361Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:06:15.9077575Z   SBUILD_PKGVER: HEAD-90d485e-250818T071451
2025-08-20T19:06:15.9077935Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107521762
2025-08-20T19:06:15.9078276Z   BUILD_ID: 17107521762
2025-08-20T19:06:15.9078461Z   PKG_NAME: aretext
2025-08-20T19:06:15.9078643Z   PKG_DATE: 2025-08-20T19:05:44Z
2025-08-20T19:06:15.9078867Z   PKG_VERSION: HEAD-90d485e-250818T071451
2025-08-20T19:06:15.9079115Z   PKG_VERSION_UPSTREAM: 1.5.0
2025-08-20T19:06:15.9079402Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/aretext/official/aretext
2025-08-20T19:06:15.9079742Z   GHCRPKG_TAG: HEAD-90d485e-250818T071451-aarch64-linux
2025-08-20T19:06:15.9080168Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/aretext/official/aretext
2025-08-20T19:06:15.9080599Z   PKG_SRCURL: https://github.com/aretext/aretext
2025-08-20T19:06:15.9080855Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:06:15.9081116Z   GHCRPKG_TAG_SRCBUILD: HEAD-90d485e-250818T071451-aarch64-linux
2025-08-20T19:06:15.9081583Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/aretext/official/aretext-srcbuild-17107521762
2025-08-20T19:06:15.9081993Z   UTC_TIME: 2025_08_20T07_06_12_PM
2025-08-20T19:06:15.9082206Z ##[endgroup]
2025-08-20T19:06:15.9146966Z ##[group]Run ##Presets
2025-08-20T19:06:15.9147217Z [36;1m##Presets[0m
2025-08-20T19:06:15.9147403Z [36;1mset +x ; set +e[0m
2025-08-20T19:06:15.9147600Z [36;1m#-------------#[0m
2025-08-20T19:06:15.9147788Z [36;1m##Debug?[0m
2025-08-20T19:06:15.9148009Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:06:15.9148280Z [36;1m  set -x[0m
2025-08-20T19:06:15.9148447Z [36;1mfi[0m
2025-08-20T19:06:15.9148622Z [36;1m#-------------#[0m
2025-08-20T19:06:15.9148938Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T19:06:15.9149305Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T19:06:15.9149576Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T19:06:15.9149821Z [36;1mfi[0m
2025-08-20T19:06:15.9175952Z shell: /usr/bin/bash -e {0}
2025-08-20T19:06:15.9176168Z env:
2025-08-20T19:06:15.9176331Z   CROSS_COMPILING: NO
2025-08-20T19:06:15.9176583Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:06:15.9176803Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:06:15.9177006Z   ON_QEMU: NO
2025-08-20T19:06:15.9177166Z   DEBUG: 0
2025-08-20T19:06:15.9177333Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:06:15.9177548Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:06:15.9177820Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aretext/official
2025-08-20T19:06:15.9178105Z   KEEP_LOGS: YES
2025-08-20T19:06:15.9178280Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:06:15.9178486Z   PKG_FAMILY_LOCAL: aretext
2025-08-20T19:06:15.9178693Z   SBUILD_REBUILD: false
2025-08-20T19:06:15.9179200Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aretext/static.official.source.yaml
2025-08-20T19:06:15.9179738Z   BUILD_SYS: docker://go
2025-08-20T19:06:15.9179935Z   BUILD_ON_HOST: FALSE
2025-08-20T19:06:15.9180125Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:06:15.9180310Z   SYSTMP: /tmp
2025-08-20T19:06:15.9180480Z   GHA_MODE: MATRIX
2025-08-20T19:06:15.9180888Z   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-20T19:06:15.9181374Z   INPUT_SBUILD: /tmp/pkgforge/zHagGvBHp_build.yaml
2025-08-20T19:06:15.9181681Z   BUILD_DIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml
2025-08-20T19:06:15.9182094Z   SBUILD_OUTDIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR
2025-08-20T19:06:15.9182555Z   SBUILD_TMPDIR: /tmp/pkgforge/lMCtkiM_zHagGvBHp_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:06:15.9183480Z   PKG_TYPE: static
2025-08-20T19:06:15.9183670Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:06:15.9183884Z   SBUILD_PKGVER: HEAD-90d485e-250818T071451
2025-08-20T19:06:15.9184245Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107521762
2025-08-20T19:06:15.9184588Z   BUILD_ID: 17107521762
2025-08-20T19:06:15.9184775Z   PKG_NAME: aretext
2025-08-20T19:06:15.9184958Z   PKG_DATE: 2025-08-20T19:05:44Z
2025-08-20T19:06:15.9185196Z   PKG_VERSION: HEAD-90d485e-250818T071451
2025-08-20T19:06:15.9185442Z   PKG_VERSION_UPSTREAM: 1.5.0
2025-08-20T19:06:15.9185727Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/aretext/official/aretext
2025-08-20T19:06:15.9186071Z   GHCRPKG_TAG: HEAD-90d485e-250818T071451-aarch64-linux
2025-08-20T19:06:15.9186497Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/aretext/official/aretext
2025-08-20T19:06:15.9186924Z   PKG_SRCURL: https://github.com/aretext/aretext
2025-08-20T19:06:15.9187185Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:06:15.9187442Z   GHCRPKG_TAG_SRCBUILD: HEAD-90d485e-250818T071451-aarch64-linux
2025-08-20T19:06:15.9187910Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/aretext/official/aretext-srcbuild-17107521762
2025-08-20T19:06:15.9188317Z   UTC_TIME: 2025_08_20T07_06_12_PM
2025-08-20T19:06:15.9188526Z ##[endgroup]
2025-08-20T19:06:15.9239162Z EXITED
2025-08-20T19:06:15.9284776Z Cleaning up orphan processes
