﻿2025-08-20T20:17:58.7162715Z Current runner version: '2.328.0'
2025-08-20T20:17:58.7195089Z ##[group]Runner Image Provisioner
2025-08-20T20:17:58.7196450Z Hosted Compute Agent
2025-08-20T20:17:58.7197049Z Version: 20250818.377
2025-08-20T20:17:58.7197677Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:17:58.7198467Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:17:58.7199114Z ##[endgroup]
2025-08-20T20:17:58.7200176Z ##[group]VM Image
2025-08-20T20:17:58.7200766Z - OS: Linux (arm64)
2025-08-20T20:17:58.7201350Z - Source: Partner
2025-08-20T20:17:58.7201995Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T20:17:58.7202618Z - Version: 20250728.24.1
2025-08-20T20:17:58.7203615Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T20:17:58.7204695Z ##[endgroup]
2025-08-20T20:17:58.7206050Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:17:58.7211516Z Attestations: write
2025-08-20T20:17:58.7212209Z Contents: write
2025-08-20T20:17:58.7213160Z Metadata: read
2025-08-20T20:17:58.7213808Z Packages: write
2025-08-20T20:17:58.7214492Z ##[endgroup]
2025-08-20T20:17:58.7217767Z Secret source: Actions
2025-08-20T20:17:58.7219691Z Prepare workflow directory
2025-08-20T20:17:58.7665868Z Prepare all required actions
2025-08-20T20:17:58.7709922Z Getting action download info
2025-08-20T20:17:59.1375547Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:17:59.9393710Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:18:00.5261752Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:18:00.7196854Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:18:01.4184617Z Getting action download info
2025-08-20T20:18:01.5724762Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:18:02.0321631Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:18:02.6402039Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/ghfetch/official)
2025-08-20T20:18:02.7088226Z ##[group]Run ##Presets
2025-08-20T20:18:02.7088856Z [36;1m##Presets[0m
2025-08-20T20:18:02.7089619Z [36;1mset +x ; set +e[0m
2025-08-20T20:18:02.7090068Z [36;1m#-------------#[0m
2025-08-20T20:18:02.7090452Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:18:02.7091421Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:18:02.7091840Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7092200Z [36;1m  fi[0m
2025-08-20T20:18:02.7092615Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:18:02.7093085Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:18:02.7093515Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7093908Z [36;1m  fi[0m
2025-08-20T20:18:02.7094216Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:18:02.7094786Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:18:02.7095224Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7095616Z [36;1m  fi[0m
2025-08-20T20:18:02.7095923Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:18:02.7096335Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:18:02.7096741Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:18:02.7097102Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:18:02.7097503Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7098333Z [36;1m     else[0m
2025-08-20T20:18:02.7098694Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7099061Z [36;1m     fi[0m
2025-08-20T20:18:02.7099596Z [36;1m  fi[0m
2025-08-20T20:18:02.7099886Z [36;1mfi[0m
2025-08-20T20:18:02.7131957Z shell: /usr/bin/bash -e {0}
2025-08-20T20:18:02.7133637Z env:
2025-08-20T20:18:02.7134678Z   GH_TOKEN: ***
2025-08-20T20:18:02.7134954Z ##[endgroup]
2025-08-20T20:18:02.7402728Z ##[group]Run ##Presets
2025-08-20T20:18:02.7403167Z [36;1m##Presets[0m
2025-08-20T20:18:02.7403583Z [36;1mset +x ; set +e[0m
2025-08-20T20:18:02.7404213Z [36;1m#-------------#[0m
2025-08-20T20:18:02.7404642Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:18:02.7405259Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:18:02.7405787Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:18:02.7406347Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:18:02.7406803Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:18:02.7407256Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:18:02.7407807Z [36;1m  exit 1[0m
2025-08-20T20:18:02.7408052Z [36;1mfi[0m
2025-08-20T20:18:02.7435244Z shell: /usr/bin/bash -e {0}
2025-08-20T20:18:02.7435841Z env:
2025-08-20T20:18:02.7436392Z   RO_GHTOKEN: ***
2025-08-20T20:18:02.7436786Z   RO_GLTOKEN: ***
2025-08-20T20:18:02.7437981Z   MINISIGN_KEY: ***
2025-08-20T20:18:02.7438244Z ##[endgroup]
2025-08-20T20:18:02.7590299Z ##[group]Run ##Presets
2025-08-20T20:18:02.7590945Z [36;1m##Presets[0m
2025-08-20T20:18:02.7591325Z [36;1mset +x ; set +e[0m
2025-08-20T20:18:02.7591628Z [36;1m#-------------#[0m
2025-08-20T20:18:02.7591906Z [36;1m##Host Triplet[0m
2025-08-20T20:18:02.7592345Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:18:02.7592740Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:18:02.7593138Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:18:02.7593577Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:18:02.7593930Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:18:02.7594363Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:18:02.7594777Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:18:02.7595194Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:18:02.7595570Z [36;1m   fi[0m
2025-08-20T20:18:02.7595963Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:18:02.7596389Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:18:02.7596754Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:18:02.7597159Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:18:02.7597578Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:18:02.7597859Z [36;1m fi[0m
2025-08-20T20:18:02.7598165Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7598664Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7599126Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7599840Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7600184Z [36;1m##Debug[0m
2025-08-20T20:18:02.7600456Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:18:02.7600824Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:18:02.7601128Z [36;1m else[0m
2025-08-20T20:18:02.7601372Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:18:02.7601751Z [36;1m fi[0m
2025-08-20T20:18:02.7602024Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7602394Z [36;1m##Docker Platform[0m
2025-08-20T20:18:02.7603147Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:18:02.7603504Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:18:02.7604018Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:18:02.7604430Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:18:02.7604809Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:18:02.7605282Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:18:02.7605647Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:18:02.7606000Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:18:02.7606356Z [36;1m fi[0m
2025-08-20T20:18:02.7606718Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7607238Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7607664Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:18:02.7608169Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/ghfetch/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:18:02.7608773Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:18:02.7609334Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7609721Z [36;1m##Logs[0m
2025-08-20T20:18:02.7610099Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:18:02.7610581Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:18:02.7610920Z [36;1m else[0m
2025-08-20T20:18:02.7611195Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:18:02.7611513Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:18:02.7611930Z [36;1m fi[0m
2025-08-20T20:18:02.7612505Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7612977Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7613488Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:18:02.7613907Z [36;1m PKG_FAMILY_LOCAL="$(echo "ghfetch" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:18:02.7614444Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:18:02.7614836Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7615212Z [36;1m##Rebuild[0m
2025-08-20T20:18:02.7615545Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:18:02.7615884Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:18:02.7616209Z [36;1m else[0m
2025-08-20T20:18:02.7616519Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:18:02.7616834Z [36;1m fi[0m
2025-08-20T20:18:02.7617124Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7617582Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:18:02.7618140Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:18:02.7618769Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:18:02.7619897Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ghfetch/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T20:18:02.7620679Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:18:02.7621186Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:18:02.7621701Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:18:02.7622169Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:18:02.7622668Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7623015Z [36;1m    exit 1[0m
2025-08-20T20:18:02.7623341Z [36;1m   else[0m
2025-08-20T20:18:02.7623623Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:18:02.7624034Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7624490Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:18:02.7625168Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:18:02.7625561Z [36;1m      #check if supported[0m
2025-08-20T20:18:02.7626117Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:18:02.7626681Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:18:02.7627211Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:18:02.7627596Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7628131Z [36;1m         exit 1[0m
2025-08-20T20:18:02.7628495Z [36;1m       fi[0m
2025-08-20T20:18:02.7628807Z [36;1m      #get build system[0m
2025-08-20T20:18:02.7629935Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:18:02.7630557Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:18:02.7630974Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7631432Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:18:02.7631898Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7632289Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7632739Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:18:02.7633142Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7633504Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:02.7633924Z [36;1m       fi[0m
2025-08-20T20:18:02.7634450Z [36;1m     fi[0m
2025-08-20T20:18:02.7634717Z [36;1m   fi[0m
2025-08-20T20:18:02.7635068Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:18:02.7662518Z shell: /usr/bin/bash -e {0}
2025-08-20T20:18:02.7662909Z ##[endgroup]
2025-08-20T20:18:03.8613050Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:18:03.8613959Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:18:03.8614268Z 
2025-08-20T20:18:03.9987630Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:18:03.9988419Z 100  3980  100  3980    0     0  28573      0 --:--:-- --:--:-- --:--:-- 28633
2025-08-20T20:18:03.9999520Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ghfetch/static.official.source.yaml
2025-08-20T20:18:04.0206103Z ##[group]Run ##Presets
2025-08-20T20:18:04.0206525Z [36;1m##Presets[0m
2025-08-20T20:18:04.0206798Z [36;1mset +x ; set +e[0m
2025-08-20T20:18:04.0207190Z [36;1m#-------------#[0m
2025-08-20T20:18:04.0207464Z [36;1m##Debug?[0m
2025-08-20T20:18:04.0207771Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:18:04.0208173Z [36;1m  set -x[0m
2025-08-20T20:18:04.0208405Z [36;1mfi[0m
2025-08-20T20:18:04.0208735Z [36;1m#-------------#[0m
2025-08-20T20:18:04.0209037Z [36;1m##CoreUtils[0m
2025-08-20T20:18:04.0210060Z [36;1msudo apt update -y[0m
2025-08-20T20:18:04.0210572Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:18:04.0211578Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T20:18:04.0212638Z [36;1m##tmp[0m
2025-08-20T20:18:04.0212988Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:18:04.0213368Z [36;1m#GH ENV[0m
2025-08-20T20:18:04.0213673Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:04.0214035Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:04.0214363Z [36;1m#-------------#[0m
2025-08-20T20:18:04.0214683Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:18:04.0215237Z [36;1msudo apt update -y[0m
2025-08-20T20:18:04.0215576Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:18:04.0215902Z [36;1m##Setup Minisign[0m
2025-08-20T20:18:04.0216316Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:18:04.0216903Z [36;1mecho "***[0m
2025-08-20T20:18:04.0218245Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:18:04.0218575Z [36;1m##User-Agent[0m
2025-08-20T20:18:04.0219636Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T20:18:04.0220509Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:18:04.0247664Z shell: /usr/bin/bash -e {0}
2025-08-20T20:18:04.0248049Z env:
2025-08-20T20:18:04.0248486Z   CROSS_COMPILING: NO
2025-08-20T20:18:04.0248812Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:18:04.0249097Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:18:04.0249650Z   ON_QEMU: NO
2025-08-20T20:18:04.0249907Z   DEBUG: 0
2025-08-20T20:18:04.0250179Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:18:04.0250512Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:18:04.0250859Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ghfetch/official
2025-08-20T20:18:04.0251267Z   KEEP_LOGS: YES
2025-08-20T20:18:04.0251518Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:18:04.0251768Z   PKG_FAMILY_LOCAL: ghfetch
2025-08-20T20:18:04.0252124Z   SBUILD_REBUILD: false
2025-08-20T20:18:04.0252809Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ghfetch/static.official.source.yaml
2025-08-20T20:18:04.0253510Z   BUILD_SYS: docker://go
2025-08-20T20:18:04.0253802Z   BUILD_ON_HOST: FALSE
2025-08-20T20:18:04.0254049Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:18:04.0254390Z ##[endgroup]
2025-08-20T20:18:04.3095886Z 
2025-08-20T20:18:04.3097098Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:18:04.3097627Z 
2025-08-20T20:18:05.0026573Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T20:18:05.0584300Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:18:05.2427689Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:18:05.2554994Z Get:4 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T20:18:05.3511371Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T20:18:05.4145567Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:18:05.4275563Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:18:05.4402299Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:18:05.4525986Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T20:18:05.8150837Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T20:18:06.0020589Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T20:18:06.1900574Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T20:18:06.7073280Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T20:18:06.9284305Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T20:18:07.0449832Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T20:18:07.3928093Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T20:18:07.6146609Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T20:18:07.8410249Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T20:18:08.5976707Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:18:09.2444269Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T20:18:09.3503221Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T20:18:09.4639768Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T20:18:09.5702841Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T20:18:09.6764950Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T20:18:09.7891770Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T20:18:09.8957651Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T20:18:10.0016527Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T20:18:10.1126911Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T20:18:10.2206591Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T20:18:10.4446835Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T20:18:10.5532371Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T20:18:10.6619712Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1134 kB]
2025-08-20T20:18:11.4628676Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T20:18:11.6793379Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T20:18:11.7885294Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T20:18:12.2210876Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T20:18:12.4378112Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T20:18:12.5490526Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2170 kB]
2025-08-20T20:18:13.1042534Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [359 kB]
2025-08-20T20:18:13.3239734Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T20:18:13.5419384Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T20:18:13.7585446Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T20:18:13.8782235Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T20:18:31.4725697Z Fetched 11.9 MB in 9s (1320 kB/s)
2025-08-20T20:18:32.2949063Z Reading package lists...
2025-08-20T20:18:32.5636503Z Building dependency tree...
2025-08-20T20:18:32.5643990Z Reading state information...
2025-08-20T20:18:32.5998041Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:18:32.6093070Z 
2025-08-20T20:18:32.6094105Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:18:32.6094766Z 
2025-08-20T20:18:32.6207746Z Reading package lists...
2025-08-20T20:18:32.8815703Z Building dependency tree...
2025-08-20T20:18:32.8823121Z Reading state information...
2025-08-20T20:18:33.2094062Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:18:33.2095672Z bc set to manually installed.
2025-08-20T20:18:33.2096487Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:18:33.2096950Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:18:33.2097575Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:18:33.3310460Z The following NEW packages will be installed:
2025-08-20T20:18:33.3316244Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T20:18:33.3318197Z   moreutils
2025-08-20T20:18:33.3324643Z The following packages will be upgraded:
2025-08-20T20:18:33.3332530Z   jq libjq1
2025-08-20T20:18:33.3530863Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T20:18:33.5881329Z Need to get 936 kB of archives.
2025-08-20T20:18:33.5881816Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T20:18:33.5882669Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T20:18:33.9046280Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-20T20:18:34.1207559Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-20T20:18:34.3389994Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T20:18:34.4530480Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T20:18:34.5855878Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:18:34.6937919Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T20:18:34.8153951Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T20:18:35.4451822Z Fetched 936 kB in 2s (558 kB/s)
2025-08-20T20:18:35.5704274Z Selecting previously unselected package fdupes.
2025-08-20T20:18:35.8870419Z (Reading database ... 
2025-08-20T20:18:35.8870803Z (Reading database ... 5%
2025-08-20T20:18:35.8871076Z (Reading database ... 10%
2025-08-20T20:18:35.8871613Z (Reading database ... 15%
2025-08-20T20:18:35.8871889Z (Reading database ... 20%
2025-08-20T20:18:35.8872267Z (Reading database ... 25%
2025-08-20T20:18:35.8872538Z (Reading database ... 30%
2025-08-20T20:18:35.8872788Z (Reading database ... 35%
2025-08-20T20:18:35.8873109Z (Reading database ... 40%
2025-08-20T20:18:35.8873366Z (Reading database ... 45%
2025-08-20T20:18:35.8873646Z (Reading database ... 50%
2025-08-20T20:18:37.6728476Z (Reading database ... 55%
2025-08-20T20:18:39.4806910Z (Reading database ... 60%
2025-08-20T20:18:41.2286501Z (Reading database ... 65%
2025-08-20T20:18:43.1275494Z (Reading database ... 70%
2025-08-20T20:18:44.8527463Z (Reading database ... 75%
2025-08-20T20:18:46.7326137Z (Reading database ... 80%
2025-08-20T20:18:48.5075094Z (Reading database ... 85%
2025-08-20T20:18:50.2707014Z (Reading database ... 90%
2025-08-20T20:18:51.9667732Z (Reading database ... 95%
2025-08-20T20:18:51.9668414Z (Reading database ... 100%
2025-08-20T20:18:51.9668819Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T20:18:51.9711464Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T20:18:51.9805829Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:18:52.1478758Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:18:52.1668198Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T20:18:52.2994689Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:18:52.3451472Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T20:18:52.3997891Z Selecting previously unselected package libio-pty-perl.
2025-08-20T20:18:52.4167042Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T20:18:52.4223789Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T20:18:52.5038983Z Selecting previously unselected package libipc-run-perl.
2025-08-20T20:18:52.5204287Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T20:18:52.5261057Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T20:18:52.6056141Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:18:52.6239405Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:18:52.6300953Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:18:52.7011622Z Selecting previously unselected package moreutils.
2025-08-20T20:18:52.7194151Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T20:18:52.7255070Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:18:52.8284235Z Selecting previously unselected package dos2unix.
2025-08-20T20:18:52.8470650Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T20:18:52.8533362Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:18:53.4397813Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T20:18:53.4595916Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T20:18:53.4805948Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:18:53.5008057Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T20:18:53.5178626Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:18:53.5372763Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T20:18:53.5545346Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:18:53.5718327Z Setting up moreutils (0.69-1) ...
2025-08-20T20:18:53.5895437Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:19:06.8894605Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:19:08.3628082Z Reading package lists...
2025-08-20T20:19:08.6139330Z Building dependency tree...
2025-08-20T20:19:08.6148059Z Reading state information...
2025-08-20T20:19:08.8940731Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:19:08.8941833Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:19:08.8942468Z apt-utils set to manually installed.
2025-08-20T20:19:08.8942858Z ca-certificates is already the newest version (20240203).
2025-08-20T20:19:08.8943263Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:19:08.8943714Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:19:08.8944121Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:19:08.8944474Z moreutils is already the newest version (0.69-1).
2025-08-20T20:19:08.8944923Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:19:08.8945322Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:19:08.8945711Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:19:08.8946594Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:19:08.8946945Z tmux set to manually installed.
2025-08-20T20:19:08.8947313Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:19:08.8947696Z The following additional packages will be installed:
2025-08-20T20:19:08.8948176Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T20:19:08.8949564Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T20:19:08.8950107Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T20:19:08.8950466Z   uuid-runtime
2025-08-20T20:19:08.8956940Z Suggested packages:
2025-08-20T20:19:08.8957338Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T20:19:08.8957871Z   util-linux-extra util-linux-locales
2025-08-20T20:19:08.8958170Z Recommended packages:
2025-08-20T20:19:08.8958408Z   unattended-upgrades
2025-08-20T20:19:08.9829722Z The following NEW packages will be installed:
2025-08-20T20:19:08.9830176Z   rename
2025-08-20T20:19:08.9834280Z The following packages will be upgraded:
2025-08-20T20:19:08.9834980Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T20:19:08.9836046Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T20:19:08.9842995Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T20:19:08.9843515Z   software-properties-common util-linux uuid-runtime
2025-08-20T20:19:09.0044482Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:19:09.3247094Z Need to get 4390 kB of archives.
2025-08-20T20:19:09.3247844Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:19:09.3248472Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-20T20:19:09.4823431Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T20:19:09.6755282Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T20:19:09.7163315Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T20:19:09.7555520Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T20:19:09.7944973Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-20T20:19:09.8338276Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T20:19:09.8741550Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T20:19:09.9152779Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-20T20:19:09.9547129Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T20:19:09.9998969Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T20:19:10.0403431Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T20:19:10.0834456Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T20:19:10.1263818Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T20:19:10.1771634Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T20:19:10.2178254Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T20:19:10.2640297Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T20:19:10.3034886Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T20:19:10.3446530Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T20:19:10.4630866Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T20:19:10.5042400Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T20:19:10.5437553Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T20:19:10.5841226Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-20T20:19:10.6234413Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T20:19:10.6623883Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T20:19:10.7019056Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:19:10.7409731Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T20:19:11.0211388Z Fetched 4390 kB in 2s (2548 kB/s)
2025-08-20T20:19:11.0508850Z (Reading database ... 
2025-08-20T20:19:11.0509364Z (Reading database ... 5%
2025-08-20T20:19:11.0509630Z (Reading database ... 10%
2025-08-20T20:19:11.0510124Z (Reading database ... 15%
2025-08-20T20:19:11.0510430Z (Reading database ... 20%
2025-08-20T20:19:11.0510718Z (Reading database ... 25%
2025-08-20T20:19:11.0510988Z (Reading database ... 30%
2025-08-20T20:19:11.0511242Z (Reading database ... 35%
2025-08-20T20:19:11.0511542Z (Reading database ... 40%
2025-08-20T20:19:11.0511860Z (Reading database ... 45%
2025-08-20T20:19:11.0512146Z (Reading database ... 50%
2025-08-20T20:19:11.0535215Z (Reading database ... 55%
2025-08-20T20:19:11.0628665Z (Reading database ... 60%
2025-08-20T20:19:11.0671410Z (Reading database ... 65%
2025-08-20T20:19:11.0686407Z (Reading database ... 70%
2025-08-20T20:19:11.0706775Z (Reading database ... 75%
2025-08-20T20:19:11.0742956Z (Reading database ... 80%
2025-08-20T20:19:11.0931386Z (Reading database ... 85%
2025-08-20T20:19:11.0953678Z (Reading database ... 90%
2025-08-20T20:19:11.1064751Z (Reading database ... 95%
2025-08-20T20:19:11.1065133Z (Reading database ... 100%
2025-08-20T20:19:11.1065497Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:19:11.1107663Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:19:11.1302199Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T20:19:11.2967103Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T20:19:11.3713108Z (Reading database ... 
2025-08-20T20:19:11.3713768Z (Reading database ... 5%
2025-08-20T20:19:11.3714060Z (Reading database ... 10%
2025-08-20T20:19:11.3714393Z (Reading database ... 15%
2025-08-20T20:19:11.3715425Z (Reading database ... 20%
2025-08-20T20:19:11.3715764Z (Reading database ... 25%
2025-08-20T20:19:11.3716122Z (Reading database ... 30%
2025-08-20T20:19:11.3716382Z (Reading database ... 35%
2025-08-20T20:19:11.3716620Z (Reading database ... 40%
2025-08-20T20:19:11.3716964Z (Reading database ... 45%
2025-08-20T20:19:11.3717241Z (Reading database ... 50%
2025-08-20T20:19:11.3736760Z (Reading database ... 55%
2025-08-20T20:19:11.3828025Z (Reading database ... 60%
2025-08-20T20:19:11.3870653Z (Reading database ... 65%
2025-08-20T20:19:11.3886000Z (Reading database ... 70%
2025-08-20T20:19:11.3906095Z (Reading database ... 75%
2025-08-20T20:19:11.3942621Z (Reading database ... 80%
2025-08-20T20:19:11.4131325Z (Reading database ... 85%
2025-08-20T20:19:11.4153426Z (Reading database ... 90%
2025-08-20T20:19:11.4260720Z (Reading database ... 95%
2025-08-20T20:19:11.4261032Z (Reading database ... 100%
2025-08-20T20:19:11.4261397Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:19:11.4300589Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:19:11.4617278Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:19:11.6579018Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T20:19:12.4478632Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T20:19:12.5044697Z (Reading database ... 
2025-08-20T20:19:12.5045134Z (Reading database ... 5%
2025-08-20T20:19:12.5045386Z (Reading database ... 10%
2025-08-20T20:19:12.5045712Z (Reading database ... 15%
2025-08-20T20:19:12.5045965Z (Reading database ... 20%
2025-08-20T20:19:12.5046247Z (Reading database ... 25%
2025-08-20T20:19:12.5046559Z (Reading database ... 30%
2025-08-20T20:19:12.5046865Z (Reading database ... 35%
2025-08-20T20:19:12.5047167Z (Reading database ... 40%
2025-08-20T20:19:12.5047442Z (Reading database ... 45%
2025-08-20T20:19:12.5047725Z (Reading database ... 50%
2025-08-20T20:19:12.5069715Z (Reading database ... 55%
2025-08-20T20:19:12.5164372Z (Reading database ... 60%
2025-08-20T20:19:12.5206892Z (Reading database ... 65%
2025-08-20T20:19:12.5222106Z (Reading database ... 70%
2025-08-20T20:19:12.5243720Z (Reading database ... 75%
2025-08-20T20:19:12.5280353Z (Reading database ... 80%
2025-08-20T20:19:12.5474459Z (Reading database ... 85%
2025-08-20T20:19:12.5496887Z (Reading database ... 90%
2025-08-20T20:19:12.5608626Z (Reading database ... 95%
2025-08-20T20:19:12.5608930Z (Reading database ... 100%
2025-08-20T20:19:12.5609454Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:19:12.5650323Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:19:12.5872642Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:19:12.6920708Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:19:12.7264749Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:19:12.8069994Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:19:12.8821612Z (Reading database ... 
2025-08-20T20:19:12.8822005Z (Reading database ... 5%
2025-08-20T20:19:12.8822582Z (Reading database ... 10%
2025-08-20T20:19:12.8822892Z (Reading database ... 15%
2025-08-20T20:19:12.8823182Z (Reading database ... 20%
2025-08-20T20:19:12.8823525Z (Reading database ... 25%
2025-08-20T20:19:12.8824477Z (Reading database ... 30%
2025-08-20T20:19:12.8824931Z (Reading database ... 35%
2025-08-20T20:19:12.8825228Z (Reading database ... 40%
2025-08-20T20:19:12.8825540Z (Reading database ... 45%
2025-08-20T20:19:12.8825818Z (Reading database ... 50%
2025-08-20T20:19:12.8846437Z (Reading database ... 55%
2025-08-20T20:19:12.8939437Z (Reading database ... 60%
2025-08-20T20:19:12.8982294Z (Reading database ... 65%
2025-08-20T20:19:12.8997456Z (Reading database ... 70%
2025-08-20T20:19:12.9019102Z (Reading database ... 75%
2025-08-20T20:19:12.9055728Z (Reading database ... 80%
2025-08-20T20:19:12.9251956Z (Reading database ... 85%
2025-08-20T20:19:12.9275020Z (Reading database ... 90%
2025-08-20T20:19:12.9388087Z (Reading database ... 95%
2025-08-20T20:19:12.9388409Z (Reading database ... 100%
2025-08-20T20:19:12.9388874Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:19:12.9431014Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:19:12.9736905Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:19:13.0580581Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:19:13.1397948Z (Reading database ... 
2025-08-20T20:19:13.1398572Z (Reading database ... 5%
2025-08-20T20:19:13.1398911Z (Reading database ... 10%
2025-08-20T20:19:13.1399392Z (Reading database ... 15%
2025-08-20T20:19:13.1400145Z (Reading database ... 20%
2025-08-20T20:19:13.1400522Z (Reading database ... 25%
2025-08-20T20:19:13.1400794Z (Reading database ... 30%
2025-08-20T20:19:13.1401156Z (Reading database ... 35%
2025-08-20T20:19:13.1401385Z (Reading database ... 40%
2025-08-20T20:19:13.1401630Z (Reading database ... 45%
2025-08-20T20:19:13.1401972Z (Reading database ... 50%
2025-08-20T20:19:13.1422350Z (Reading database ... 55%
2025-08-20T20:19:13.1512182Z (Reading database ... 60%
2025-08-20T20:19:13.1552802Z (Reading database ... 65%
2025-08-20T20:19:13.1567652Z (Reading database ... 70%
2025-08-20T20:19:13.1588611Z (Reading database ... 75%
2025-08-20T20:19:13.1623207Z (Reading database ... 80%
2025-08-20T20:19:13.1804120Z (Reading database ... 85%
2025-08-20T20:19:13.1825417Z (Reading database ... 90%
2025-08-20T20:19:13.1931223Z (Reading database ... 95%
2025-08-20T20:19:13.1931675Z (Reading database ... 100%
2025-08-20T20:19:13.1932108Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:19:13.1971507Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:19:13.2322330Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:19:13.3360450Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:19:13.3678347Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:19:13.4504580Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:19:13.5355946Z (Reading database ... 
2025-08-20T20:19:13.5356335Z (Reading database ... 5%
2025-08-20T20:19:13.5356850Z (Reading database ... 10%
2025-08-20T20:19:13.5357151Z (Reading database ... 15%
2025-08-20T20:19:13.5357405Z (Reading database ... 20%
2025-08-20T20:19:13.5358356Z (Reading database ... 25%
2025-08-20T20:19:13.5358634Z (Reading database ... 30%
2025-08-20T20:19:13.5358879Z (Reading database ... 35%
2025-08-20T20:19:13.5359462Z (Reading database ... 40%
2025-08-20T20:19:13.5359739Z (Reading database ... 45%
2025-08-20T20:19:13.5360074Z (Reading database ... 50%
2025-08-20T20:19:13.5381426Z (Reading database ... 55%
2025-08-20T20:19:13.5474069Z (Reading database ... 60%
2025-08-20T20:19:13.5516054Z (Reading database ... 65%
2025-08-20T20:19:13.5531570Z (Reading database ... 70%
2025-08-20T20:19:13.5552319Z (Reading database ... 75%
2025-08-20T20:19:13.5588154Z (Reading database ... 80%
2025-08-20T20:19:13.5771810Z (Reading database ... 85%
2025-08-20T20:19:13.5793010Z (Reading database ... 90%
2025-08-20T20:19:13.5894630Z (Reading database ... 95%
2025-08-20T20:19:13.5894912Z (Reading database ... 100%
2025-08-20T20:19:13.5895449Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:19:13.5933171Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:19:13.6289066Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:19:13.7094097Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:19:13.7825272Z (Reading database ... 
2025-08-20T20:19:13.7825891Z (Reading database ... 5%
2025-08-20T20:19:13.7826208Z (Reading database ... 10%
2025-08-20T20:19:13.7826455Z (Reading database ... 15%
2025-08-20T20:19:13.7826746Z (Reading database ... 20%
2025-08-20T20:19:13.7827047Z (Reading database ... 25%
2025-08-20T20:19:13.7827295Z (Reading database ... 30%
2025-08-20T20:19:13.7827584Z (Reading database ... 35%
2025-08-20T20:19:13.7827835Z (Reading database ... 40%
2025-08-20T20:19:13.7828069Z (Reading database ... 45%
2025-08-20T20:19:13.7828442Z (Reading database ... 50%
2025-08-20T20:19:13.7849124Z (Reading database ... 55%
2025-08-20T20:19:13.7943121Z (Reading database ... 60%
2025-08-20T20:19:13.7986029Z (Reading database ... 65%
2025-08-20T20:19:13.8001748Z (Reading database ... 70%
2025-08-20T20:19:13.8023244Z (Reading database ... 75%
2025-08-20T20:19:13.8059911Z (Reading database ... 80%
2025-08-20T20:19:13.8261667Z (Reading database ... 85%
2025-08-20T20:19:13.8284682Z (Reading database ... 90%
2025-08-20T20:19:13.8406381Z (Reading database ... 95%
2025-08-20T20:19:13.8406754Z (Reading database ... 100%
2025-08-20T20:19:13.8407250Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:19:13.8450494Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:19:13.8639993Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:19:13.9963012Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:19:14.0519559Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:19:14.1598942Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:19:14.1859711Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:19:14.2719097Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:19:14.2884087Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:19:14.3793579Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:19:14.3967364Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:19:14.5166617Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:19:14.5369973Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:19:14.6288288Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:19:14.6453114Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:19:14.7290129Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:19:14.7460026Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:19:14.8506321Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:19:14.8698972Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:19:15.0705842Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:19:15.0917489Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:19:15.1798374Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T20:19:15.2366750Z (Reading database ... 
2025-08-20T20:19:15.2367098Z (Reading database ... 5%
2025-08-20T20:19:15.2367550Z (Reading database ... 10%
2025-08-20T20:19:15.2367818Z (Reading database ... 15%
2025-08-20T20:19:15.2368092Z (Reading database ... 20%
2025-08-20T20:19:15.2368378Z (Reading database ... 25%
2025-08-20T20:19:15.2368635Z (Reading database ... 30%
2025-08-20T20:19:15.2368925Z (Reading database ... 35%
2025-08-20T20:19:15.2369435Z (Reading database ... 40%
2025-08-20T20:19:15.2369704Z (Reading database ... 45%
2025-08-20T20:19:15.2369975Z (Reading database ... 50%
2025-08-20T20:19:15.2389737Z (Reading database ... 55%
2025-08-20T20:19:15.2477557Z (Reading database ... 60%
2025-08-20T20:19:15.2517588Z (Reading database ... 65%
2025-08-20T20:19:15.2532488Z (Reading database ... 70%
2025-08-20T20:19:15.2552907Z (Reading database ... 75%
2025-08-20T20:19:15.2586588Z (Reading database ... 80%
2025-08-20T20:19:15.2763359Z (Reading database ... 85%
2025-08-20T20:19:15.2784284Z (Reading database ... 90%
2025-08-20T20:19:15.2888130Z (Reading database ... 95%
2025-08-20T20:19:15.2888535Z (Reading database ... 100%
2025-08-20T20:19:15.2888921Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:19:15.2927846Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:19:15.3120367Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:19:15.4208142Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:19:15.4509349Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:19:15.5335297Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:19:15.5603418Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:19:15.6392174Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:19:15.6556751Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:19:15.7421498Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:19:15.7580535Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:19:15.8592048Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:19:16.0681455Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:19:16.1753202Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:19:16.2669727Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:19:16.3258688Z Selecting previously unselected package rename.
2025-08-20T20:19:16.3444447Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T20:19:16.3500360Z Unpacking rename (2.02-1) ...
2025-08-20T20:19:16.4211133Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:19:16.4396314Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:19:16.5132052Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T20:19:16.5324850Z Setting up rename (2.02-1) ...
2025-08-20T20:19:16.5478147Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:19:16.5583022Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T20:19:16.5746416Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T20:19:16.5914942Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:19:16.6077966Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T20:19:16.6257382Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T20:19:17.2873289Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T20:19:17.3066771Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T20:19:17.3258713Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T20:19:17.3439638Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T20:19:17.3614302Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T20:19:17.7443555Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T20:19:17.7620118Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T20:19:17.7792397Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T20:19:17.8985512Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:19:18.0398772Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T20:19:18.1442452Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T20:19:18.1613040Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T20:19:18.1796204Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T20:19:18.1972081Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:19:18.3210125Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:19:18.9646972Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:19:18.9926824Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:19:24.4507536Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:19:25.9438051Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:19:25.9453819Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:19:26.0269482Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:19:26.0656347Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:19:26.1042911Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:19:26.1430014Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:19:27.1174640Z Reading package lists...
2025-08-20T20:19:27.3836498Z Building dependency tree...
2025-08-20T20:19:27.3843070Z Reading state information...
2025-08-20T20:19:27.4145459Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:19:27.4270143Z 
2025-08-20T20:19:27.4271361Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:19:27.4271793Z 
2025-08-20T20:19:27.4989732Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:19:27.4990962Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:19:27.5890905Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:19:27.6276610Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:19:27.6663386Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:19:27.7050351Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:19:28.6834713Z Reading package lists...
2025-08-20T20:19:28.9431533Z Building dependency tree...
2025-08-20T20:19:28.9438755Z Reading state information...
2025-08-20T20:19:28.9763170Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:19:28.9857158Z 
2025-08-20T20:19:28.9858293Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:19:28.9858819Z 
2025-08-20T20:19:28.9971535Z Reading package lists...
2025-08-20T20:19:29.2483067Z Building dependency tree...
2025-08-20T20:19:29.2491567Z Reading state information...
2025-08-20T20:19:29.5210436Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:19:29.5700023Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:19:29.5998756Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:19:29.6648661Z ##[group]Run ##Presets
2025-08-20T20:19:29.6649410Z [36;1m##Presets[0m
2025-08-20T20:19:29.6649692Z [36;1mset +x ; set +e[0m
2025-08-20T20:19:29.6649943Z [36;1m#-------------#[0m
2025-08-20T20:19:29.6650250Z [36;1m##Debug?[0m
2025-08-20T20:19:29.6650508Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:19:29.6650831Z [36;1m  set -x[0m
2025-08-20T20:19:29.6651137Z [36;1mfi[0m
2025-08-20T20:19:29.6651363Z [36;1m#-------------#[0m
2025-08-20T20:19:29.6651863Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:19:29.6652493Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:19:29.6652906Z [36;1msudo service procps restart[0m
2025-08-20T20:19:29.6653281Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:19:29.6680882Z shell: /usr/bin/bash -e {0}
2025-08-20T20:19:29.6681245Z env:
2025-08-20T20:19:29.6681602Z   CROSS_COMPILING: NO
2025-08-20T20:19:29.6681972Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:19:29.6682317Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:19:29.6682624Z   ON_QEMU: NO
2025-08-20T20:19:29.6682897Z   DEBUG: 0
2025-08-20T20:19:29.6683118Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:19:29.6683437Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:19:29.6683777Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ghfetch/official
2025-08-20T20:19:29.6684110Z   KEEP_LOGS: YES
2025-08-20T20:19:29.6684452Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:19:29.6684721Z   PKG_FAMILY_LOCAL: ghfetch
2025-08-20T20:19:29.6685037Z   SBUILD_REBUILD: false
2025-08-20T20:19:29.6685631Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ghfetch/static.official.source.yaml
2025-08-20T20:19:29.6686235Z   BUILD_SYS: docker://go
2025-08-20T20:19:29.6686583Z   BUILD_ON_HOST: FALSE
2025-08-20T20:19:29.6686817Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:19:29.6687064Z   SYSTMP: /tmp
2025-08-20T20:19:29.6687382Z   GHA_MODE: MATRIX
2025-08-20T20:19:29.6687844Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:19:29.6688330Z ##[endgroup]
2025-08-20T20:19:29.6788638Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:19:29.6848326Z 0
2025-08-20T20:19:29.7242043Z vm.max_map_count = 262144
2025-08-20T20:19:29.7249023Z fs.inotify.max_user_watches = 655360
2025-08-20T20:19:29.7251004Z fs.inotify.max_user_instances = 1280
2025-08-20T20:19:29.7251535Z vm.mmap_rnd_bits = 28
2025-08-20T20:19:29.7338678Z ##[group]Run ##Presets
2025-08-20T20:19:29.7339700Z [36;1m##Presets[0m
2025-08-20T20:19:29.7340020Z [36;1mset +x ; set +e[0m
2025-08-20T20:19:29.7340267Z [36;1m#-------------#[0m
2025-08-20T20:19:29.7340569Z [36;1m##Debug?[0m
2025-08-20T20:19:29.7340828Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:19:29.7341152Z [36;1m  set -x[0m
2025-08-20T20:19:29.7341462Z [36;1mfi[0m
2025-08-20T20:19:29.7341709Z [36;1m#-------------#[0m
2025-08-20T20:19:29.7341977Z [36;1m##Main[0m
2025-08-20T20:19:29.7342243Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:19:29.7342908Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:19:29.7343701Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:19:29.7344140Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:19:29.7344572Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:19:29.7344883Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:19:29.7345214Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:19:29.7345665Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:19:29.7346017Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:19:29.7346430Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:19:29.7347082Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:19:29.7347452Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:19:29.7347981Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:19:29.7348306Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:19:29.7348584Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:19:29.7348957Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:19:29.7349481Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:19:29.7349803Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:19:29.7350221Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:19:29.7350549Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:19:29.7350935Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:19:29.7351290Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:19:29.7351637Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:19:29.7352062Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:19:29.7352404Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:19:29.7352739Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:19:29.7353103Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:19:29.7353475Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:19:29.7354003Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:19:29.7354497Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:19:29.7354988Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:19:29.7355420Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:19:29.7355801Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:19:29.7356476Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T20:19:29.7357347Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T20:19:29.7357903Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:29.7358240Z [36;1m else[0m
2025-08-20T20:19:29.7358866Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:19:29.7359523Z [36;1m fi[0m
2025-08-20T20:19:29.7359882Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:19:29.7360307Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:19:29.7360742Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:19:29.7361248Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:19:29.7361698Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:19:29.7362160Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:19:29.7362613Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:19:29.7363057Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:19:29.7363557Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:19:29.7364036Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:19:29.7364363Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:19:29.7391905Z shell: /usr/bin/bash -e {0}
2025-08-20T20:19:29.7392430Z env:
2025-08-20T20:19:29.7392673Z   CROSS_COMPILING: NO
2025-08-20T20:19:29.7392929Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:19:29.7393617Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:19:29.7393876Z   ON_QEMU: NO
2025-08-20T20:19:29.7394120Z   DEBUG: 0
2025-08-20T20:19:29.7394401Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:19:29.7394685Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:19:29.7395054Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ghfetch/official
2025-08-20T20:19:29.7395414Z   KEEP_LOGS: YES
2025-08-20T20:19:29.7395617Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:19:29.7395925Z   PKG_FAMILY_LOCAL: ghfetch
2025-08-20T20:19:29.7396198Z   SBUILD_REBUILD: false
2025-08-20T20:19:29.7396773Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ghfetch/static.official.source.yaml
2025-08-20T20:19:29.7397422Z   BUILD_SYS: docker://go
2025-08-20T20:19:29.7397672Z   BUILD_ON_HOST: FALSE
2025-08-20T20:19:29.7397924Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:19:29.7398235Z   SYSTMP: /tmp
2025-08-20T20:19:29.7398455Z   GHA_MODE: MATRIX
2025-08-20T20:19:29.7398940Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:19:29.7400038Z   GHCR_TOKEN: ***
2025-08-20T20:19:29.7400471Z   GITHUB_TOKEN: ***
2025-08-20T20:19:29.7400857Z   GITLAB_TOKEN: ***
2025-08-20T20:19:29.7402054Z   MINISIGN_KEY: ***
2025-08-20T20:19:29.7402602Z ##[endgroup]
2025-08-20T20:19:29.8493177Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:19:29.9277969Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:19:29.9279134Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:19:29.9279462Z 
2025-08-20T20:19:29.9822232Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:19:29.9822867Z 100  3980  100  3980    0     0  72897      0 --:--:-- --:--:-- --:--:-- 73703
2025-08-20T20:19:29.9834829Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ghfetch/static.official.source.yaml
2025-08-20T20:19:29.9916642Z 
2025-08-20T20:19:29.9917286Z [+] Building [/tmp/tmp.RpUliIzw2D/SBUILD_INPUT] Locally
2025-08-20T20:19:29.9917727Z 
2025-08-20T20:19:29.9928432Z '/tmp/tmp.RpUliIzw2D/SBUILD_INPUT' -> '/tmp/pkgforge/IsSrJxmcs_build.yaml'
2025-08-20T20:19:30.0969716Z 
2025-08-20T20:19:30.0970374Z [+] Passwordless sudo is Configured
2025-08-20T20:19:30.1817771Z 
2025-08-20T20:19:30.1832266Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:19:30.1832561Z 
2025-08-20T20:19:30.2231526Z 
2025-08-20T20:19:30.2233250Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T20:19:30.2233619Z 
2025-08-20T20:19:30.2233645Z 
2025-08-20T20:19:30.2234047Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:19:30.2234364Z 
2025-08-20T20:19:30.2272147Z [+] Installing: 7z -> 7z
2025-08-20T20:19:30.9245304Z [+] Installing: actionlint -> actionlint
2025-08-20T20:19:31.4819734Z [+] Installing: anew -> anew
2025-08-20T20:19:32.0081534Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:19:32.5061279Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:19:32.9721581Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:19:33.4206074Z [+] Installing: archey -> archey
2025-08-20T20:19:33.9867057Z [+] Installing: aria2 -> aria2c
2025-08-20T20:19:34.5136733Z [+] Installing: askalono -> askalono
2025-08-20T20:19:35.0410337Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:19:35.5974615Z [+] Installing: b3sum -> b3sum
2025-08-20T20:19:36.1242622Z [+] Installing: bita -> bita
2025-08-20T20:19:36.6975629Z [+] Installing: btop -> btop
2025-08-20T20:19:37.1840170Z [+] Installing: chafa -> chafa
2025-08-20T20:19:37.8008400Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:19:38.3965478Z [+] Installing: croc -> croc
2025-08-20T20:19:38.8905894Z [+] Installing: csvtk -> csvtk
2025-08-20T20:19:39.4944604Z [+] Installing: cutlines -> cutlines
2025-08-20T20:19:39.9425486Z curl: (22) The requested URL returned error: 404
2025-08-20T20:19:39.9462198Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:19:39.9465673Z [+] Installing: dbin -> dbin
2025-08-20T20:19:40.4782523Z [+] Installing: dasel -> dasel
2025-08-20T20:19:41.0259092Z [+] Installing: delta -> delta
2025-08-20T20:19:41.2576969Z [+] Installing: ds -> ds
2025-08-20T20:19:41.6881809Z curl: (22) The requested URL returned error: 404
2025-08-20T20:19:41.6915945Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:19:41.6916390Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:19:42.1893182Z [+] Installing: duf -> duf
2025-08-20T20:19:42.8971811Z [+] Installing: duplicut -> duplicut
2025-08-20T20:19:43.4032578Z [+] Installing: dust -> dust
2025-08-20T20:19:43.6192121Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:19:44.1832814Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:19:44.7400990Z [+] Installing: dysk -> dysk
2025-08-20T20:19:45.2303411Z [+] Installing: eget -> eget
2025-08-20T20:19:45.7772321Z [+] Installing: epoch -> epoch
2025-08-20T20:19:46.3032422Z [+] Installing: faketty -> faketty
2025-08-20T20:19:46.7868997Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:19:47.2754492Z [+] Installing: freeze -> freeze
2025-08-20T20:19:47.8844401Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:19:48.0545782Z [+] Installing: gdu -> gdu
2025-08-20T20:19:48.6189098Z [+] Installing: gh -> gh
2025-08-20T20:19:49.0008552Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:19:49.2645054Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:19:49.7940955Z [+] Installing: glab -> glab
2025-08-20T20:19:50.8446693Z [+] Installing: glow -> glow
2025-08-20T20:19:52.4539794Z [+] Installing: httpx -> httpx
2025-08-20T20:19:53.1493441Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:19:53.7718952Z [+] Installing: husarnet -> husarnet
2025-08-20T20:19:54.2166439Z curl: (22) The requested URL returned error: 404
2025-08-20T20:19:54.2201107Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:19:54.2201859Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:19:54.6557088Z curl: (22) The requested URL returned error: 404
2025-08-20T20:19:54.6592159Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:19:54.6614510Z [+] Installing: imgcat -> imgcat
2025-08-20T20:19:55.3717140Z [+] Installing: jc -> jc
2025-08-20T20:19:55.6408238Z [+] Installing: jq -> jq
2025-08-20T20:19:56.1532237Z [+] Installing: logdy -> logdy
2025-08-20T20:19:56.8001120Z [+] Installing: micro -> micro
2025-08-20T20:19:57.0836732Z [+] Installing: miniserve -> miniserve
2025-08-20T20:19:57.6330761Z [+] Installing: minisign -> minisign
2025-08-20T20:19:58.1005698Z [+] Installing: ncdu -> ncdu
2025-08-20T20:19:58.5860460Z [+] Installing: notify -> notify
2025-08-20T20:19:58.8932180Z [+] Installing: ouch -> ouch
2025-08-20T20:19:59.4367511Z [+] Installing: oras -> oras
2025-08-20T20:19:59.9517938Z [+] Installing: pipetty -> pipetty
2025-08-20T20:20:00.4034634Z [+] Installing: pixterm -> pixterm
2025-08-20T20:20:00.9052367Z [+] Installing: qsv -> qsv
2025-08-20T20:20:01.7438923Z [+] Installing: rclone -> rclone
2025-08-20T20:20:02.4681892Z [+] Installing: ripgrep -> rg
2025-08-20T20:20:03.0236898Z [+] Installing: rga -> rga
2025-08-20T20:20:03.5696107Z [+] Installing: rsync -> rsync
2025-08-20T20:20:04.1130199Z [+] Installing: script -> script
2025-08-20T20:20:04.2818741Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:20:04.9287954Z [+] Installing: soar -> soar
2025-08-20T20:20:05.4859017Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:20:06.0374312Z [+] Installing: sstrip -> sstrip
2025-08-20T20:20:06.1892949Z [+] Installing: strace -> strace
2025-08-20T20:20:06.7261510Z [+] Installing: sttr -> sttr
2025-08-20T20:20:07.2175719Z [+] Installing: tailscale -> tailscale
2025-08-20T20:20:07.8283226Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:20:08.1247348Z [+] Installing: taplo -> taplo
2025-08-20T20:20:08.6707869Z [+] Installing: tldr -> tldr
2025-08-20T20:20:09.2258215Z [+] Installing: tldr -> tealdeer
2025-08-20T20:20:09.7895593Z [+] Installing: tmux -> tmux
2025-08-20T20:20:10.3244441Z [+] Installing: tok -> tok
2025-08-20T20:20:10.8219343Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:20:11.4450976Z [+] Installing: trurl -> trurl
2025-08-20T20:20:12.0196713Z [+] Installing: tss -> tss
2025-08-20T20:20:12.4880782Z [+] Installing: ulexec -> ulexec
2025-08-20T20:20:13.0064917Z [+] Installing: unfurl -> unfurl
2025-08-20T20:20:13.4483356Z [+] Installing: upx -> upx
2025-08-20T20:20:13.6311154Z [+] Installing: validtoml -> validtoml
2025-08-20T20:20:14.1394174Z [+] Installing: wget -> wget
2025-08-20T20:20:14.7138497Z [+] Installing: wget2 -> wget2
2025-08-20T20:20:15.2729030Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:20:15.8205221Z [+] Installing: xq -> xq
2025-08-20T20:20:16.3731001Z [+] Installing: xz -> xz
2025-08-20T20:20:16.8641716Z [+] Installing: unxz -> unxz
2025-08-20T20:20:17.3445003Z [+] Installing: yq -> yq
2025-08-20T20:20:17.5656998Z [+] Installing: yj -> yj
2025-08-20T20:20:18.1079796Z [+] Installing: zapper -> zapper
2025-08-20T20:20:18.5866676Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:20:18.7858866Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:20:19.2197076Z curl: (22) The requested URL returned error: 404
2025-08-20T20:20:19.2230690Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:20:19.2231338Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T20:20:19.6567772Z curl: (22) The requested URL returned error: 404
2025-08-20T20:20:19.6602597Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T20:20:19.6602998Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T20:20:20.0974995Z curl: (22) The requested URL returned error: 404
2025-08-20T20:20:20.1009946Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T20:20:20.1010301Z [+] Installing: zstd -> zstd
2025-08-20T20:20:20.6076387Z [+] Creating symlinks...
2025-08-20T20:20:20.6151814Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T20:20:20.6236613Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T20:20:20.6321193Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T20:20:20.6405628Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T20:20:20.6490497Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T20:20:20.6575715Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T20:20:20.6658443Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T20:20:20.6742190Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T20:20:20.6826159Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T20:20:20.6912970Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T20:20:20.6994762Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T20:20:20.7077301Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T20:20:20.7160799Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T20:20:20.7243841Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T20:20:20.7328959Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T20:20:20.7413344Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T20:20:20.7501517Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T20:20:20.7537141Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T20:20:20.7613241Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T20:20:20.7696745Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T20:20:20.7777923Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T20:20:20.7812680Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T20:20:20.7887876Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T20:20:20.7972786Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T20:20:20.8056265Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T20:20:20.8142744Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T20:20:20.8227068Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T20:20:20.8310657Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T20:20:20.8392515Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T20:20:20.8477854Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T20:20:20.8565622Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T20:20:20.8653632Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T20:20:20.8738671Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T20:20:20.8826815Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T20:20:20.8914814Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T20:20:20.9003228Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T20:20:20.9089040Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T20:20:20.9171690Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T20:20:20.9253962Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T20:20:20.9337036Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T20:20:20.9420986Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T20:20:20.9506222Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:20:20.9592383Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:20:20.9684438Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T20:20:20.9712084Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T20:20:20.9736846Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T20:20:20.9812174Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T20:20:20.9898649Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T20:20:20.9983564Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T20:20:21.0069424Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T20:20:21.0155769Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T20:20:21.0241011Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T20:20:21.0333608Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T20:20:21.0419719Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T20:20:21.0507707Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T20:20:21.0593026Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T20:20:21.0681994Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T20:20:21.0769018Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T20:20:21.0866009Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T20:20:21.0945888Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T20:20:21.1034565Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T20:20:21.1125391Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T20:20:21.1219785Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T20:20:21.1311251Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T20:20:21.1397795Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T20:20:21.1487002Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T20:20:21.1572774Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T20:20:21.1659067Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T20:20:21.1745323Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T20:20:21.1832495Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T20:20:21.1916734Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T20:20:21.2003206Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T20:20:21.2089627Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T20:20:21.2176273Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T20:20:21.2263652Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T20:20:21.2354319Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T20:20:21.2443598Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T20:20:21.2531910Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T20:20:21.2615035Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T20:20:21.2698347Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T20:20:21.2781355Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T20:20:21.2866681Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T20:20:21.2952197Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T20:20:21.3041404Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T20:20:21.3129712Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T20:20:21.3222129Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T20:20:21.3310907Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T20:20:21.3398298Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T20:20:21.3485695Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T20:20:21.3573213Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T20:20:21.3661076Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T20:20:21.3746601Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T20:20:21.3836422Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T20:20:21.3925734Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T20:20:21.4016153Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T20:20:21.4052892Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T20:20:21.4079704Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T20:20:21.4105959Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T20:20:21.4183935Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T20:20:21.4209739Z 
2025-08-20T20:20:21.4210347Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T20:20:21.4210730Z 
2025-08-20T20:20:22.2099310Z 
2025-08-20T20:20:22.2185939Z 
2025-08-20T20:20:22.2186729Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T20:20:22.2186991Z 
2025-08-20T20:20:22.2187076Z [+] Installation completed!
2025-08-20T20:20:22.2263046Z 
2025-08-20T20:20:22.2263557Z [+] GITHUB_TOKEN is Exported
2025-08-20T20:20:22.5125116Z github.com
2025-08-20T20:20:22.5125787Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T20:20:22.5126095Z   - Active account: true
2025-08-20T20:20:22.5126343Z   - Git operations protocol: https
2025-08-20T20:20:22.5126592Z   - Token: ghp_************************************
2025-08-20T20:20:22.5127220Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T20:20:22.5127865Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T20:20:22.5128193Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T20:20:22.6526965Z Limit: 5000, Remaining: 4285, Reset: 2025-08-20 20:25:34 +0000 UTC (5m11s)
2025-08-20T20:20:22.6536217Z 
2025-08-20T20:20:22.6536364Z [+] GHCR_TOKEN is Exported
2025-08-20T20:20:22.6565866Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T20:20:23.0365764Z Login Succeeded
2025-08-20T20:20:23.0374927Z 
2025-08-20T20:20:23.0375292Z [+] GITLAB is Exported
2025-08-20T20:20:23.1775989Z [git remote -v]
2025-08-20T20:20:23.4308634Z gitlab.com
2025-08-20T20:20:23.4309808Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T20:20:23.4312069Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T20:20:23.4312587Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T20:20:23.4312985Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T20:20:23.4313337Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T20:20:23.4313660Z   ✓ Token found: **************************
2025-08-20T20:20:23.4313815Z 
2025-08-20T20:20:23.4314173Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T20:20:23.4314682Z [git remote -v]
2025-08-20T20:20:23.4321380Z 2025/08/20 20:20:23 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T20:20:23.4321951Z git: exit status 128]
2025-08-20T20:20:23.6651358Z 
2025-08-20T20:20:23.6651708Z 
2025-08-20T20:20:23.6652539Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (08:20:23 PM)
2025-08-20T20:20:23.6653103Z 
2025-08-20T20:20:23.6653109Z 
2025-08-20T20:20:23.6653249Z [+] USER = runner
2025-08-20T20:20:23.6653465Z [+] HOME = /home/runner
2025-08-20T20:20:23.6655719Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T20:20:23.6657858Z 
2025-08-20T20:20:23.7900529Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:20:23.7941684Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:20:24.1647429Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:20:24.2731115Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:20:24.3815704Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:20:24.4900266Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:20:25.4561741Z Reading package lists...
2025-08-20T20:20:25.4903203Z Reading package lists...
2025-08-20T20:20:25.7382351Z Building dependency tree...
2025-08-20T20:20:25.7391327Z Reading state information...
2025-08-20T20:20:26.0592059Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:20:26.0592511Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:20:26.0593162Z ca-certificates is already the newest version (20240203).
2025-08-20T20:20:26.0593603Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:20:26.0594040Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:20:26.0594420Z moreutils is already the newest version (0.69-1).
2025-08-20T20:20:26.0594838Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T20:20:26.0595358Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:20:26.0595776Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:20:26.1718412Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:20:26.1765537Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:20:26.3247888Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:20:26.4302108Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:20:26.5355190Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:20:26.6407489Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:20:27.5735557Z Reading package lists...
2025-08-20T20:20:27.6043190Z Reading package lists...
2025-08-20T20:20:27.8481921Z Building dependency tree...
2025-08-20T20:20:27.8491854Z Reading state information...
2025-08-20T20:20:28.1411198Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:20:28.1411716Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:20:28.1412374Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:20:28.1412765Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:20:28.1413203Z ca-certificates is already the newest version (20240203).
2025-08-20T20:20:28.1413630Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:20:28.1414005Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:20:28.1414432Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:20:28.1415085Z gawk set to manually installed.
2025-08-20T20:20:28.1415374Z git-lfs is already the newest version (3.6.1).
2025-08-20T20:20:28.1415842Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:20:28.1416223Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:20:28.1416620Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:20:28.1417200Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:20:28.1417615Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:20:28.1418029Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:20:28.1418447Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:20:28.1418819Z The following additional packages will be installed:
2025-08-20T20:20:28.1419650Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T20:20:28.1420314Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T20:20:28.1420812Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T20:20:28.1421397Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T20:20:28.1421909Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T20:20:28.1422393Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:20:28.1427753Z Suggested packages:
2025-08-20T20:20:28.1428140Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T20:20:28.1428760Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T20:20:28.1429414Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T20:20:28.1429931Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T20:20:28.1430345Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T20:20:28.1430716Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T20:20:28.1431082Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T20:20:28.1662549Z The following NEW packages will be installed:
2025-08-20T20:20:28.1662950Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T20:20:28.1663564Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T20:20:28.1664580Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T20:20:28.1665055Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T20:20:28.1665860Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T20:20:28.1670715Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T20:20:28.1672131Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:20:28.4067169Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:20:28.4067562Z Need to get 27.2 MB of archives.
2025-08-20T20:20:28.4067884Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T20:20:28.4068427Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T20:20:29.2938523Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T20:20:29.8237997Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T20:20:30.0381438Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T20:20:30.1436051Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T20:20:30.2503718Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T20:20:30.4726078Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T20:20:30.6907220Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T20:20:30.9148522Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T20:20:31.0233175Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T20:20:31.9106611Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T20:20:32.1295552Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T20:20:32.8339504Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T20:20:32.9513654Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T20:20:33.0618258Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T20:20:33.1796349Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T20:20:33.2897632Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T20:20:33.8943719Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-20T20:20:34.0037474Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T20:20:34.1164197Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T20:20:34.2253256Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T20:20:34.3349754Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-20T20:20:34.6595170Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-20T20:20:35.0202873Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T20:20:35.3246548Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-20T20:20:35.4349489Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-20T20:20:35.8728496Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T20:20:35.9816206Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-20T20:20:36.0898743Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T20:20:36.2026206Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T20:20:36.3073899Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T20:20:36.4172490Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T20:20:36.5268340Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T20:20:37.1005424Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T20:20:37.7425472Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T20:20:38.0794344Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T20:20:38.3351482Z Preconfiguring packages ...
2025-08-20T20:20:38.4852982Z Fetched 27.2 MB in 10s (2745 kB/s)
2025-08-20T20:20:38.5269361Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T20:20:38.5300997Z (Reading database ... 
2025-08-20T20:20:38.5301249Z (Reading database ... 5%
2025-08-20T20:20:38.5301449Z (Reading database ... 10%
2025-08-20T20:20:38.5301650Z (Reading database ... 15%
2025-08-20T20:20:38.5301847Z (Reading database ... 20%
2025-08-20T20:20:38.5302036Z (Reading database ... 25%
2025-08-20T20:20:38.5302228Z (Reading database ... 30%
2025-08-20T20:20:38.5302449Z (Reading database ... 35%
2025-08-20T20:20:38.5303336Z (Reading database ... 40%
2025-08-20T20:20:38.5303539Z (Reading database ... 45%
2025-08-20T20:20:38.5303739Z (Reading database ... 50%
2025-08-20T20:20:38.5324530Z (Reading database ... 55%
2025-08-20T20:20:38.5414973Z (Reading database ... 60%
2025-08-20T20:20:38.5454988Z (Reading database ... 65%
2025-08-20T20:20:38.5469833Z (Reading database ... 70%
2025-08-20T20:20:38.5490641Z (Reading database ... 75%
2025-08-20T20:20:38.5523484Z (Reading database ... 80%
2025-08-20T20:20:38.5697220Z (Reading database ... 85%
2025-08-20T20:20:38.5716217Z (Reading database ... 90%
2025-08-20T20:20:38.5812665Z (Reading database ... 95%
2025-08-20T20:20:38.5812881Z (Reading database ... 100%
2025-08-20T20:20:38.5813176Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T20:20:38.5848415Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T20:20:38.6071669Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:20:38.7554982Z Selecting previously unselected package poppler-data.
2025-08-20T20:20:38.7743559Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T20:20:38.7864604Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T20:20:39.7258631Z Selecting previously unselected package b3sum.
2025-08-20T20:20:39.7427780Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T20:20:39.7486409Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T20:20:39.8041354Z Selecting previously unselected package build-essential.
2025-08-20T20:20:39.8216412Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T20:20:39.8273009Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T20:20:39.8822501Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T20:20:39.8989599Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T20:20:39.9125026Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T20:20:39.9699406Z Selecting previously unselected package ccache.
2025-08-20T20:20:39.9884425Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T20:20:39.9953709Z Unpacking ccache (4.9.1-1) ...
2025-08-20T20:20:40.0716316Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T20:20:40.0899890Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T20:20:40.0959810Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T20:20:40.1500048Z Selecting previously unselected package xfonts-encodings.
2025-08-20T20:20:40.1695180Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T20:20:40.1750759Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:20:40.2330722Z Selecting previously unselected package xfonts-utils.
2025-08-20T20:20:40.2511505Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T20:20:40.2587542Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:20:40.3422255Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T20:20:40.3615590Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T20:20:40.4241582Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T20:20:40.5333108Z Selecting previously unselected package libgs-common.
2025-08-20T20:20:40.5520869Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:20:40.5600347Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:20:40.6243553Z Selecting previously unselected package libgs10-common.
2025-08-20T20:20:40.6449882Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:20:40.6513825Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:20:40.7484901Z Selecting previously unselected package libidn12:arm64.
2025-08-20T20:20:40.7681341Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T20:20:40.7739340Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T20:20:40.8278163Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T20:20:40.8456190Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T20:20:40.8519559Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T20:20:40.9134664Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T20:20:40.9314422Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T20:20:40.9664091Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T20:20:41.0324383Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T20:20:41.0505423Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T20:20:41.0570554Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T20:20:41.1168938Z Selecting previously unselected package libgs10:arm64.
2025-08-20T20:20:41.1349081Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T20:20:41.1500606Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:20:41.3469944Z Selecting previously unselected package ghostscript.
2025-08-20T20:20:41.3654035Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T20:20:41.3761837Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:20:41.4551032Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T20:20:41.4762293Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:20:41.4830102Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:20:41.7727349Z Selecting previously unselected package imagemagick.
2025-08-20T20:20:41.7911334Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:20:41.7982042Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:20:41.8452853Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T20:20:41.8641020Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T20:20:41.8696303Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:20:41.9241306Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T20:20:41.9420780Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:20:41.9493896Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:20:42.0154341Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T20:20:42.0331844Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T20:20:42.0392649Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:20:42.0994740Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T20:20:42.1247006Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T20:20:42.1308470Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:20:42.1804244Z Selecting previously unselected package libjxr-tools.
2025-08-20T20:20:42.1971097Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T20:20:42.2028865Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:20:42.2588516Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T20:20:42.2762251Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T20:20:42.2820281Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T20:20:42.3540839Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T20:20:42.3713763Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T20:20:42.3774655Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T20:20:42.4266166Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T20:20:42.4454339Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:20:42.4515478Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:20:42.5091990Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T20:20:42.5273824Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T20:20:42.5332124Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T20:20:42.5810706Z Selecting previously unselected package libpaper-utils.
2025-08-20T20:20:42.5989412Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T20:20:42.6048080Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T20:20:42.6546162Z Selecting previously unselected package libtool-bin.
2025-08-20T20:20:42.6721315Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T20:20:42.6784423Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T20:20:42.7370228Z Selecting previously unselected package lzip.
2025-08-20T20:20:42.7545570Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T20:20:42.7603358Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T20:20:42.8149575Z Selecting previously unselected package netpbm.
2025-08-20T20:20:42.8322457Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T20:20:42.8391831Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:20:43.0970815Z Selecting previously unselected package musl:arm64.
2025-08-20T20:20:43.1158504Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T20:20:43.1235865Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T20:20:43.1827247Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T20:20:43.2015923Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T20:20:43.2075401Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T20:20:43.2858294Z Selecting previously unselected package musl-tools.
2025-08-20T20:20:43.3042386Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T20:20:43.3101675Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T20:20:43.3810668Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T20:20:43.6210129Z 
2025-08-20T20:20:43.6210583Z Creating config file /etc/papersize with new version
2025-08-20T20:20:43.7797889Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T20:20:43.7986662Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T20:20:43.8213810Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T20:20:43.8413500Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T20:20:43.8652311Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:20:43.8918268Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T20:20:43.9105825Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T20:20:43.9294521Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T20:20:44.0293539Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:20:44.3454975Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T20:20:44.3626946Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T20:20:44.3775240Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T20:20:44.3837747Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T20:20:44.3917761Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T20:20:44.4023464Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:20:44.4205414Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:20:44.4374989Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T20:20:44.4566991Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:20:44.4737579Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:20:44.4895705Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T20:20:44.4965796Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T20:20:44.5036417Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T20:20:44.5096956Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T20:20:44.5166854Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T20:20:44.5225432Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T20:20:44.5298739Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T20:20:44.5360988Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T20:20:44.5436639Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T20:20:44.5528262Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T20:20:44.5631330Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T20:20:44.5723383Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T20:20:44.5797579Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T20:20:44.5859981Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T20:20:44.5929699Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T20:20:44.5991734Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T20:20:44.6067356Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T20:20:44.6132531Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T20:20:44.6205009Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T20:20:44.6292234Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T20:20:44.6364358Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T20:20:44.6431627Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T20:20:44.6534744Z Setting up b3sum (1.2.0-1) ...
2025-08-20T20:20:44.6703519Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T20:20:44.6985314Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T20:20:44.7165268Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:20:44.7552147Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:20:44.7756808Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T20:20:44.7929862Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:20:44.8113173Z Setting up ccache (4.9.1-1) ...
2025-08-20T20:20:44.8242069Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:20:44.8381299Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:20:44.8546083Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:20:44.8756159Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T20:20:44.8948115Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T20:20:44.9135405Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:20:44.9325441Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:20:44.9523875Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T20:20:45.2955396Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T20:20:45.3119590Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:20:45.3316789Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:20:45.3522442Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:20:45.3741828Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:20:45.4609701Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T20:20:46.4890872Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T20:20:50.6512110Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:20:50.6804801Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:20:53.4977445Z Reading package lists...
2025-08-20T20:20:53.7490689Z Building dependency tree...
2025-08-20T20:20:53.7497371Z Reading state information...
2025-08-20T20:20:54.0151649Z autoconf is already the newest version (2.71-3).
2025-08-20T20:20:54.0152061Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:20:54.0152406Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:20:54.0152731Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:20:54.0153079Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:20:54.0153438Z ca-certificates is already the newest version (20240203).
2025-08-20T20:20:54.0153750Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:20:54.0154044Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:20:54.0154347Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:20:54.0154656Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:20:54.0154970Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:20:54.0155284Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:20:54.0155944Z patch set to manually installed.
2025-08-20T20:20:54.0156249Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:20:54.0156574Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:20:54.0156880Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:20:54.0157179Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:20:54.0157439Z Suggested packages:
2025-08-20T20:20:54.0157613Z   scons-doc
2025-08-20T20:20:54.0320858Z The following NEW packages will be installed:
2025-08-20T20:20:54.0326623Z   autopoint byacc clang qemu-user-static scons
2025-08-20T20:20:54.1292456Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:20:54.1292804Z Need to get 17.8 MB of archives.
2025-08-20T20:20:54.1293097Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T20:20:54.1293591Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T20:20:54.3709522Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T20:20:54.4098961Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-20T20:20:54.7147949Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T20:20:54.7570628Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T20:20:55.0411589Z Fetched 17.8 MB in 1s (24.9 MB/s)
2025-08-20T20:20:55.0675768Z Selecting previously unselected package autopoint.
2025-08-20T20:20:55.0708646Z (Reading database ... 
2025-08-20T20:20:55.0708889Z (Reading database ... 5%
2025-08-20T20:20:55.0709102Z (Reading database ... 10%
2025-08-20T20:20:55.0709411Z (Reading database ... 15%
2025-08-20T20:20:55.0709626Z (Reading database ... 20%
2025-08-20T20:20:55.0709822Z (Reading database ... 25%
2025-08-20T20:20:55.0710048Z (Reading database ... 30%
2025-08-20T20:20:55.0710243Z (Reading database ... 35%
2025-08-20T20:20:55.0710434Z (Reading database ... 40%
2025-08-20T20:20:55.0710632Z (Reading database ... 45%
2025-08-20T20:20:55.0710831Z (Reading database ... 50%
2025-08-20T20:20:55.0735509Z (Reading database ... 55%
2025-08-20T20:20:55.0829372Z (Reading database ... 60%
2025-08-20T20:20:55.0871083Z (Reading database ... 65%
2025-08-20T20:20:55.0886248Z (Reading database ... 70%
2025-08-20T20:20:55.0908975Z (Reading database ... 75%
2025-08-20T20:20:55.1049602Z (Reading database ... 80%
2025-08-20T20:20:55.1132235Z (Reading database ... 85%
2025-08-20T20:20:55.1162619Z (Reading database ... 90%
2025-08-20T20:20:55.1263481Z (Reading database ... 95%
2025-08-20T20:20:55.1263697Z (Reading database ... 100%
2025-08-20T20:20:55.1263991Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T20:20:55.1303899Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T20:20:55.1368118Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T20:20:55.2024896Z Selecting previously unselected package clang.
2025-08-20T20:20:55.2190481Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T20:20:55.2250558Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T20:20:55.2775649Z Selecting previously unselected package qemu-user-static.
2025-08-20T20:20:55.2967007Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T20:20:55.3023131Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:20:56.2986138Z Selecting previously unselected package scons.
2025-08-20T20:20:56.3154831Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T20:20:56.3224087Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T20:20:56.4052884Z Selecting previously unselected package byacc.
2025-08-20T20:20:56.4243219Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T20:20:56.4303606Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T20:20:56.5056394Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:20:56.5248287Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T20:20:56.5480203Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T20:20:56.5892661Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T20:20:56.9585197Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T20:20:56.9760546Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:20:58.1993322Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T20:20:59.6050310Z Reading package lists...
2025-08-20T20:20:59.8618097Z Building dependency tree...
2025-08-20T20:20:59.8625617Z Reading state information...
2025-08-20T20:21:00.1537325Z The following additional packages will be installed:
2025-08-20T20:21:00.1537739Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:21:00.1538081Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:21:00.1538511Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:21:00.1538977Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:21:00.1539571Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:21:00.1542635Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:21:00.1543120Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:21:00.1543930Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:21:00.1544678Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:21:00.1554443Z Suggested packages:
2025-08-20T20:21:00.1554715Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T20:21:00.1555102Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T20:21:00.1555508Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T20:21:00.1555905Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T20:21:00.1556284Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T20:21:00.1556692Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T20:21:00.1557160Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T20:21:00.1557630Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T20:21:00.1557993Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T20:21:00.1558209Z Recommended packages:
2025-08-20T20:21:00.1558488Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T20:21:00.1558913Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T20:21:00.1559482Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T20:21:00.1559841Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T20:21:00.1560164Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T20:21:00.1750289Z The following NEW packages will be installed:
2025-08-20T20:21:00.1751534Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:21:00.1751940Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:21:00.1752354Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:21:00.1752823Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:21:00.1753288Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:21:00.1753719Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:21:00.1754166Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:21:00.1755633Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:21:00.1758938Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:21:00.2736268Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:21:00.2736968Z Need to get 2409 kB of archives.
2025-08-20T20:21:00.2737296Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T20:21:00.2737829Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T20:21:00.3127985Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T20:21:00.3593898Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T20:21:00.4381548Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T20:21:00.4792369Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T20:21:00.5230264Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T20:21:00.5737643Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T20:21:00.6153447Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T20:21:00.6582298Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T20:21:00.7007671Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T20:21:00.7457786Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T20:21:00.7895539Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T20:21:00.8314354Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T20:21:00.8753727Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T20:21:00.9213529Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T20:21:00.9775184Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T20:21:01.0204674Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T20:21:01.2129731Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T20:21:01.2540061Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T20:21:01.2938881Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T20:21:01.3334035Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T20:21:01.4121123Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T20:21:01.4590000Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T20:21:01.4981708Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T20:21:01.5371899Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T20:21:01.5764650Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T20:21:01.6156954Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T20:21:01.6595161Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T20:21:01.7006423Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T20:21:01.7406052Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T20:21:02.0652084Z Fetched 2409 kB in 2s (1504 kB/s)
2025-08-20T20:21:02.0930896Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T20:21:02.0963533Z (Reading database ... 
2025-08-20T20:21:02.0963782Z (Reading database ... 5%
2025-08-20T20:21:02.0963998Z (Reading database ... 10%
2025-08-20T20:21:02.0964410Z (Reading database ... 15%
2025-08-20T20:21:02.0964684Z (Reading database ... 20%
2025-08-20T20:21:02.0964894Z (Reading database ... 25%
2025-08-20T20:21:02.0965091Z (Reading database ... 30%
2025-08-20T20:21:02.0965289Z (Reading database ... 35%
2025-08-20T20:21:02.0965485Z (Reading database ... 40%
2025-08-20T20:21:02.0965680Z (Reading database ... 45%
2025-08-20T20:21:02.0965869Z (Reading database ... 50%
2025-08-20T20:21:02.0988723Z (Reading database ... 55%
2025-08-20T20:21:02.1082575Z (Reading database ... 60%
2025-08-20T20:21:02.1124171Z (Reading database ... 65%
2025-08-20T20:21:02.1139369Z (Reading database ... 70%
2025-08-20T20:21:02.1162407Z (Reading database ... 75%
2025-08-20T20:21:02.1299784Z (Reading database ... 80%
2025-08-20T20:21:02.1378855Z (Reading database ... 85%
2025-08-20T20:21:02.1408693Z (Reading database ... 90%
2025-08-20T20:21:02.1504869Z (Reading database ... 95%
2025-08-20T20:21:02.1505112Z (Reading database ... 100%
2025-08-20T20:21:02.1505409Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T20:21:02.1543328Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T20:21:02.1605689Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:21:02.2126032Z Selecting previously unselected package libfile-which-perl.
2025-08-20T20:21:02.2306242Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T20:21:02.2378752Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T20:21:02.2879423Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T20:21:02.3062487Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T20:21:02.3124104Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T20:21:02.3644137Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T20:21:02.3823156Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T20:21:02.3887918Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T20:21:02.4373089Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T20:21:02.4560144Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T20:21:02.4613688Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:21:02.5071832Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T20:21:02.5250540Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T20:21:02.5314805Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:21:02.5817010Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T20:21:02.5985858Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T20:21:02.6042005Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T20:21:02.6528207Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T20:21:02.6698997Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T20:21:02.6758629Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:21:02.7216753Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T20:21:02.7389133Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T20:21:02.7448068Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T20:21:02.7950033Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T20:21:02.8140929Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T20:21:02.8199992Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T20:21:02.8736902Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T20:21:02.8925500Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T20:21:02.8984417Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:21:02.9606703Z Selecting previously unselected package libimport-into-perl.
2025-08-20T20:21:02.9798315Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T20:21:02.9864995Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T20:21:03.0333035Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T20:21:03.0517367Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T20:21:03.0573961Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T20:21:03.1120870Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T20:21:03.1301654Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T20:21:03.1377257Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:21:03.1841709Z Selecting previously unselected package libmoo-perl.
2025-08-20T20:21:03.2006368Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T20:21:03.2069589Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T20:21:03.2560372Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T20:21:03.2734793Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T20:21:03.2798183Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T20:21:03.3311183Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T20:21:03.3477976Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T20:21:03.3539973Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T20:21:03.4065022Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T20:21:03.4244010Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T20:21:03.4307374Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:21:03.4792435Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T20:21:03.4980202Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T20:21:03.5038454Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:21:03.5526721Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T20:21:03.5703368Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T20:21:03.5790027Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T20:21:03.6660169Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T20:21:03.6830293Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T20:21:03.6907956Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T20:21:03.7499082Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T20:21:03.7670983Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T20:21:03.7735133Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:21:03.8223629Z Selecting previously unselected package libnet-http-perl.
2025-08-20T20:21:03.8385895Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T20:21:03.8442609Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T20:21:03.8920045Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T20:21:03.9095215Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T20:21:03.9159324Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:21:03.9704426Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T20:21:03.9889493Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T20:21:03.9965959Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T20:21:04.0457715Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T20:21:04.0640785Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T20:21:04.0700304Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:21:04.1178141Z Selecting previously unselected package libwww-perl.
2025-08-20T20:21:04.1356233Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T20:21:04.1414209Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T20:21:04.1952078Z Selecting previously unselected package patchutils.
2025-08-20T20:21:04.2130521Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T20:21:04.2192728Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T20:21:04.2781996Z Selecting previously unselected package wdiff.
2025-08-20T20:21:04.2952245Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T20:21:04.3035829Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T20:21:04.3814555Z Selecting previously unselected package devscripts.
2025-08-20T20:21:04.3988693Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T20:21:04.4210142Z Unpacking devscripts (2.23.7) ...
2025-08-20T20:21:04.5610531Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T20:21:04.5801198Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:21:04.5974478Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T20:21:04.6148219Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T20:21:04.6346340Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:21:04.6517261Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:21:04.6714171Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:21:04.6899744Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T20:21:04.7087870Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T20:21:04.7276100Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T20:21:04.7452960Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T20:21:04.7659952Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T20:21:04.7876517Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T20:21:04.8175988Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:21:04.8396359Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T20:21:04.8594526Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:21:04.8774641Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:21:04.8974962Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:21:04.9181518Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T20:21:04.9371381Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T20:21:04.9548861Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T20:21:04.9730751Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T20:21:04.9941833Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:21:05.0133042Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T20:21:05.0355238Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:21:05.0526478Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T20:21:05.0710900Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T20:21:05.0939843Z Setting up libwww-perl (6.76-1) ...
2025-08-20T20:21:05.1119671Z Setting up devscripts (2.23.7) ...
2025-08-20T20:21:05.2427557Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:21:05.2636024Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:21:07.0590561Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:21:08.5249475Z Reading package lists...
2025-08-20T20:21:08.7687932Z Building dependency tree...
2025-08-20T20:21:08.7694880Z Reading state information...
2025-08-20T20:21:09.0483109Z The following additional packages will be installed:
2025-08-20T20:21:09.0491352Z   cmake-data libjsoncpp25 librhash0
2025-08-20T20:21:09.0499299Z Suggested packages:
2025-08-20T20:21:09.0499546Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T20:21:09.0664027Z The following NEW packages will be installed:
2025-08-20T20:21:09.0672724Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T20:21:09.3008099Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:21:09.3008453Z Need to get 12.7 MB of archives.
2025-08-20T20:21:09.3008757Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T20:21:09.3009477Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T20:21:09.6966453Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T20:21:09.9472299Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T20:21:10.5172085Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T20:21:11.7994831Z Fetched 12.7 MB in 2s (5187 kB/s)
2025-08-20T20:21:11.8331043Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T20:21:11.8364851Z (Reading database ... 
2025-08-20T20:21:11.8365225Z (Reading database ... 5%
2025-08-20T20:21:11.8365453Z (Reading database ... 10%
2025-08-20T20:21:11.8365658Z (Reading database ... 15%
2025-08-20T20:21:11.8365857Z (Reading database ... 20%
2025-08-20T20:21:11.8366052Z (Reading database ... 25%
2025-08-20T20:21:11.8366242Z (Reading database ... 30%
2025-08-20T20:21:11.8366438Z (Reading database ... 35%
2025-08-20T20:21:11.8366636Z (Reading database ... 40%
2025-08-20T20:21:11.8367257Z (Reading database ... 45%
2025-08-20T20:21:11.8367451Z (Reading database ... 50%
2025-08-20T20:21:11.8388735Z (Reading database ... 55%
2025-08-20T20:21:11.8482144Z (Reading database ... 60%
2025-08-20T20:21:11.8526645Z (Reading database ... 65%
2025-08-20T20:21:11.8541956Z (Reading database ... 70%
2025-08-20T20:21:11.8564659Z (Reading database ... 75%
2025-08-20T20:21:11.8707743Z (Reading database ... 80%
2025-08-20T20:21:11.8789918Z (Reading database ... 85%
2025-08-20T20:21:11.8820889Z (Reading database ... 90%
2025-08-20T20:21:11.8923351Z (Reading database ... 95%
2025-08-20T20:21:11.8923567Z (Reading database ... 100%
2025-08-20T20:21:11.8923860Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T20:21:11.8964144Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T20:21:11.9086314Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T20:21:11.9738501Z Selecting previously unselected package librhash0:arm64.
2025-08-20T20:21:11.9906709Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T20:21:11.9973452Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T20:21:12.0659391Z Selecting previously unselected package cmake-data.
2025-08-20T20:21:12.0849383Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T20:21:12.0972480Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T20:21:13.0895676Z Selecting previously unselected package cmake.
2025-08-20T20:21:13.1086479Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T20:21:13.1183274Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T20:21:13.3633134Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T20:21:13.3820693Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T20:21:13.4016277Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T20:21:13.4229310Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T20:21:13.4409385Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:21:14.8080096Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:21:16.2289360Z Reading package lists...
2025-08-20T20:21:16.4767513Z Building dependency tree...
2025-08-20T20:21:16.4775186Z Reading state information...
2025-08-20T20:21:16.7840494Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:21:16.7840894Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:21:16.7841222Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:21:16.7841922Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:21:16.7842249Z b3sum is already the newest version (1.2.0-1).
2025-08-20T20:21:16.7842593Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:21:16.7842940Z ca-certificates is already the newest version (20240203).
2025-08-20T20:21:16.7843245Z ccache is already the newest version (4.9.1-1).
2025-08-20T20:21:16.7843543Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:21:16.7843861Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:21:16.7844154Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:21:16.7844439Z git-lfs is already the newest version (3.6.1).
2025-08-20T20:21:16.7844769Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T20:21:16.7845124Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T20:21:16.7845428Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:21:16.7845738Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:21:16.7846059Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:21:16.7846364Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:21:16.7846643Z musl is already the newest version (1.2.4-2).
2025-08-20T20:21:16.7846917Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T20:21:16.7847206Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T20:21:16.7847545Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:21:16.7848162Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:21:16.7848467Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:21:16.7848768Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:21:16.7849102Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:21:16.8040610Z Reading package lists...
2025-08-20T20:21:17.0543225Z Building dependency tree...
2025-08-20T20:21:17.0551731Z Reading state information...
2025-08-20T20:21:17.3465241Z autoconf is already the newest version (2.71-3).
2025-08-20T20:21:17.3465653Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:21:17.3466001Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T20:21:17.3466328Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:21:17.3466653Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:21:17.3467012Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:21:17.3467344Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T20:21:17.3467663Z ca-certificates is already the newest version (20240203).
2025-08-20T20:21:17.3467974Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T20:21:17.3468266Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:21:17.3468559Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:21:17.3468859Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:21:17.3469452Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:21:17.3469792Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:21:17.3470105Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:21:17.3470416Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:21:17.3470742Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:21:17.3471112Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:21:17.3471460Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:21:17.3471754Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:21:17.3472053Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:21:17.3472386Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:21:17.3669949Z Reading package lists...
2025-08-20T20:21:17.6154098Z Building dependency tree...
2025-08-20T20:21:17.6161116Z Reading state information...
2025-08-20T20:21:17.9333083Z devscripts is already the newest version (2.23.7).
2025-08-20T20:21:17.9333478Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:21:17.9536817Z Reading package lists...
2025-08-20T20:21:18.2071883Z Building dependency tree...
2025-08-20T20:21:18.2079418Z Reading state information...
2025-08-20T20:21:18.5248006Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T20:21:18.5248436Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:21:18.5451923Z Reading package lists...
2025-08-20T20:21:18.7978826Z Building dependency tree...
2025-08-20T20:21:18.7988309Z Reading state information...
2025-08-20T20:21:19.1127872Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:21:19.1128317Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T20:21:19.1593295Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:21:19.2070385Z Reading package lists...
2025-08-20T20:21:19.4527422Z Building dependency tree...
2025-08-20T20:21:19.4534311Z Reading state information...
2025-08-20T20:21:19.7355720Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T20:21:19.7356152Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T20:21:19.7356506Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:21:19.7356870Z The following additional packages will be installed:
2025-08-20T20:21:19.7357704Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:21:19.7358105Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T20:21:19.7358555Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:21:19.7358938Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:21:19.7359550Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:21:19.7360006Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:21:19.7360409Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T20:21:19.7360813Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:21:19.7361187Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T20:21:19.7361579Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T20:21:19.7362006Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T20:21:19.7362368Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T20:21:19.7362737Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:21:19.7363175Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T20:21:19.7364004Z   linux-libc-dev-armhf-cross
2025-08-20T20:21:19.7375164Z Suggested packages:
2025-08-20T20:21:19.7375487Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T20:21:19.7375865Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T20:21:19.7739118Z The following NEW packages will be installed:
2025-08-20T20:21:19.7739637Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:21:19.7740042Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T20:21:19.7740495Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:21:19.7740960Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T20:21:19.7741341Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T20:21:19.7741730Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T20:21:19.7742143Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T20:21:19.7742536Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:21:19.7745558Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T20:21:19.7745974Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T20:21:19.7746385Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T20:21:19.7746809Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T20:21:19.7747174Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:21:19.7747560Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T20:21:19.7750366Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T20:21:19.9834900Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:21:19.9835254Z Need to get 112 MB of archives.
2025-08-20T20:21:19.9835561Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T20:21:19.9836246Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:21:20.1141822Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-20T20:21:20.4828954Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:21:20.5246839Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-20T20:21:20.6643278Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-20T20:21:20.7061493Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-20T20:21:20.7482979Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-20T20:21:20.8082617Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:21:20.8504385Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:21:20.8927539Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T20:21:20.9399809Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T20:21:20.9820461Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T20:21:21.0246436Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T20:21:21.0664808Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T20:21:21.1237582Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T20:21:21.1692578Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T20:21:21.2998228Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T20:21:21.3465281Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T20:21:21.5988592Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:21:21.6533862Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T20:21:21.7084303Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T20:21:21.7736055Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T20:21:21.9229726Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-20T20:21:21.9971748Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:21:22.0391399Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:21:22.0811626Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T20:21:22.1349481Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T20:21:22.1768415Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T20:21:22.2193378Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T20:21:22.2612110Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T20:21:22.3304415Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T20:21:22.3780769Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T20:21:22.4302177Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T20:21:22.5626621Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T20:21:22.7867383Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:21:22.8408689Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T20:21:22.8952448Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T20:21:22.9600217Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T20:21:23.1090909Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T20:21:23.1508401Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-20T20:21:23.1926795Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-20T20:21:23.2345761Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T20:21:23.5439489Z Fetched 112 MB in 3s (32.6 MB/s)
2025-08-20T20:21:23.5742406Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T20:21:23.5776825Z (Reading database ... 
2025-08-20T20:21:23.5777048Z (Reading database ... 5%
2025-08-20T20:21:23.5777248Z (Reading database ... 10%
2025-08-20T20:21:23.5777447Z (Reading database ... 15%
2025-08-20T20:21:23.5777642Z (Reading database ... 20%
2025-08-20T20:21:23.5777879Z (Reading database ... 25%
2025-08-20T20:21:23.5778073Z (Reading database ... 30%
2025-08-20T20:21:23.5778628Z (Reading database ... 35%
2025-08-20T20:21:23.5778881Z (Reading database ... 40%
2025-08-20T20:21:23.5779812Z (Reading database ... 45%
2025-08-20T20:21:23.5780024Z (Reading database ... 50%
2025-08-20T20:21:23.5802192Z (Reading database ... 55%
2025-08-20T20:21:23.5893782Z (Reading database ... 60%
2025-08-20T20:21:23.5935902Z (Reading database ... 65%
2025-08-20T20:21:23.5951117Z (Reading database ... 70%
2025-08-20T20:21:23.5975392Z (Reading database ... 75%
2025-08-20T20:21:23.6111876Z (Reading database ... 80%
2025-08-20T20:21:23.6193068Z (Reading database ... 85%
2025-08-20T20:21:23.6223964Z (Reading database ... 90%
2025-08-20T20:21:23.6337826Z (Reading database ... 95%
2025-08-20T20:21:23.6338050Z (Reading database ... 100%
2025-08-20T20:21:23.6338441Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T20:21:23.6381022Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:21:23.6461006Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:23.6933663Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T20:21:23.7121963Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:21:23.7202392Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:23.9875769Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T20:21:24.0046868Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:21:24.0103826Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:24.0625558Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T20:21:24.0806843Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:21:24.0886968Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:24.3873589Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T20:21:24.4064993Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:21:24.4122487Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:21:24.4627301Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T20:21:24.4805738Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:21:24.4876954Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:21:24.5449286Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T20:21:24.5627690Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T20:21:24.5766968Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:21:24.7304735Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T20:21:24.7502598Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:24.7564396Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:24.8036267Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T20:21:24.8231565Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:24.8290987Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:24.8772078Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T20:21:24.8963024Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:21:24.9024037Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:21:24.9773153Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T20:21:24.9965085Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:25.0020680Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:25.0532934Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T20:21:25.0757546Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:25.0817089Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:25.1363575Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T20:21:25.1549859Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:25.1610558Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:25.2125498Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T20:21:25.2304200Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:25.2360281Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:25.3424785Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T20:21:25.3624457Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:25.3711190Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:25.4319357Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T20:21:25.4518144Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:25.4584789Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:25.5215381Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T20:21:25.5408983Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:25.5464399Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:25.6348785Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T20:21:25.6535117Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:21:25.6621248Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:26.0941168Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T20:21:26.1131044Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:21:26.1192514Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:21:26.3995223Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T20:21:26.4182467Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:21:26.4242008Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:21:26.5995794Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T20:21:26.6198096Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:26.6260798Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:26.9484748Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T20:21:26.9661804Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:21:26.9759339Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:27.2996449Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T20:21:27.3191645Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T20:21:27.3254580Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:21:27.4378707Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T20:21:27.4561712Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:27.4618384Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:27.5090231Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T20:21:27.5270786Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:27.5338747Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:27.5929629Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T20:21:27.6113059Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:21:27.6172039Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:21:27.6821818Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T20:21:27.7011125Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:27.7071760Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:27.7608621Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T20:21:27.7812241Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:27.7872229Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:27.8419607Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T20:21:27.8620775Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:27.8680898Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:27.9203953Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T20:21:27.9419981Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:27.9496708Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:28.0857480Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T20:21:28.1046554Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:28.1113682Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:28.1694401Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T20:21:28.1883193Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:28.1960724Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:28.2599976Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T20:21:28.2787616Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:28.2845568Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:28.3652725Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T20:21:28.3861128Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:21:28.3949398Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:28.8431864Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T20:21:28.8610941Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:21:28.8667302Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:21:29.2022292Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T20:21:29.2211560Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:21:29.2270933Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:21:29.3936659Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T20:21:29.4113531Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:21:29.4171406Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:29.6907601Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T20:21:29.7098947Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:21:29.7183775Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:29.9834167Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T20:21:30.0014945Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:21:30.0072878Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:21:30.0507363Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T20:21:30.0704002Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:21:30.0768124Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:21:30.1263558Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T20:21:30.1446388Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:21:30.1527551Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:21:30.1938123Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T20:21:30.2134131Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:21:30.2206081Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:21:30.2914100Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:21:30.3092121Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:21:30.3282360Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.3446432Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.3640262Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.3813110Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:21:30.3982821Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.4140517Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:21:30.4316668Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:21:30.4501977Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.4675355Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.4843939Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:21:30.5030844Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:21:30.5211396Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.5416794Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.5655753Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.5849538Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.6015209Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.6187521Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.6356989Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.6522011Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:21:30.6685297Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.6866847Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.7035228Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:21:30.7209443Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.7387023Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.7583085Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.7809777Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:21:30.7999721Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.8168179Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.8376609Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.8556061Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.8744251Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.8919885Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.9131823Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:21:30.9307084Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.9539258Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.9718313Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:30.9917810Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:21:31.0096372Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:21:31.0272048Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:21:31.0490270Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:21:31.0701268Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T20:21:31.0775300Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:21:31.0904322Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:21:32.4149711Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:21:33.7418145Z Reading package lists...
2025-08-20T20:21:33.9940312Z Building dependency tree...
2025-08-20T20:21:33.9950033Z Reading state information...
2025-08-20T20:21:34.3022218Z The following additional packages will be installed:
2025-08-20T20:21:34.3023079Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:21:34.3026834Z   libpcap0.8-dev
2025-08-20T20:21:34.3386779Z The following NEW packages will be installed:
2025-08-20T20:21:34.3387440Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:21:34.3393989Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T20:21:34.3624110Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:21:34.5274094Z Need to get 1640 kB of archives.
2025-08-20T20:21:34.5274468Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T20:21:34.5275033Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-20T20:21:34.7278832Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T20:21:34.7806718Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-20T20:21:34.8339992Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-20T20:21:34.9042377Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T20:21:35.0153652Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T20:21:35.0621507Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T20:21:35.1011115Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T20:21:35.3876339Z Fetched 1640 kB in 1s (2259 kB/s)
2025-08-20T20:21:35.4255686Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T20:21:35.4293727Z (Reading database ... 
2025-08-20T20:21:35.4294101Z (Reading database ... 5%
2025-08-20T20:21:35.4294313Z (Reading database ... 10%
2025-08-20T20:21:35.4294510Z (Reading database ... 15%
2025-08-20T20:21:35.4294709Z (Reading database ... 20%
2025-08-20T20:21:35.4294905Z (Reading database ... 25%
2025-08-20T20:21:35.4295094Z (Reading database ... 30%
2025-08-20T20:21:35.4295671Z (Reading database ... 35%
2025-08-20T20:21:35.4295887Z (Reading database ... 40%
2025-08-20T20:21:35.4296083Z (Reading database ... 45%
2025-08-20T20:21:35.4296276Z (Reading database ... 50%
2025-08-20T20:21:35.4319417Z (Reading database ... 55%
2025-08-20T20:21:35.4418215Z (Reading database ... 60%
2025-08-20T20:21:35.4459757Z (Reading database ... 65%
2025-08-20T20:21:35.4478841Z (Reading database ... 70%
2025-08-20T20:21:35.4507595Z (Reading database ... 75%
2025-08-20T20:21:35.4654970Z (Reading database ... 80%
2025-08-20T20:21:35.4745653Z (Reading database ... 85%
2025-08-20T20:21:35.4819925Z (Reading database ... 90%
2025-08-20T20:21:35.4920034Z (Reading database ... 95%
2025-08-20T20:21:35.4920251Z (Reading database ... 100%
2025-08-20T20:21:35.4920543Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T20:21:35.4969729Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T20:21:35.5044448Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:21:35.5821766Z Selecting previously unselected package libjudydebian1.
2025-08-20T20:21:35.6041067Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T20:21:35.6178224Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:21:35.6684249Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T20:21:35.6878223Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T20:21:35.6944449Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:21:35.7530614Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T20:21:35.7720853Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T20:21:35.7780594Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:21:35.8319624Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T20:21:35.8503974Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T20:21:35.8576921Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T20:21:35.9402542Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T20:21:35.9596938Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T20:21:35.9690265Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:21:36.0244251Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T20:21:36.0432193Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T20:21:36.0490896Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:21:36.1189898Z Selecting previously unselected package pcaputils.
2025-08-20T20:21:36.1384286Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T20:21:36.1470628Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T20:21:36.2170102Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:21:36.2382848Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:21:36.4202060Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:21:36.4377942Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T20:21:36.4667602Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T20:21:36.7134551Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:21:36.7305922Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T20:21:36.7505596Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:21:36.7779789Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:21:38.3707132Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:21:38.4593731Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:21:38.4767581Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:21:39.9184173Z Reading package lists...
2025-08-20T20:21:40.1733450Z Building dependency tree...
2025-08-20T20:21:40.1742149Z Reading state information...
2025-08-20T20:21:40.2216806Z Reading package lists...
2025-08-20T20:21:40.4766874Z Building dependency tree...
2025-08-20T20:21:40.4775278Z Reading state information...
2025-08-20T20:21:40.7871994Z The following additional packages will be installed:
2025-08-20T20:21:40.7876538Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T20:21:40.7884461Z Suggested packages:
2025-08-20T20:21:40.7884773Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T20:21:40.7885176Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T20:21:40.8080245Z The following NEW packages will be installed:
2025-08-20T20:21:40.8081528Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T20:21:40.8086992Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T20:21:41.0288616Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:21:41.0288965Z Need to get 801 kB of archives.
2025-08-20T20:21:41.0289508Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T20:21:41.0290019Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T20:21:41.2812871Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T20:21:41.4921911Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T20:21:41.8440444Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T20:21:41.9544677Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-20T20:21:42.0577941Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-20T20:21:42.2625154Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-20T20:21:42.3635061Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T20:21:42.4709313Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T20:21:42.7619538Z Fetched 801 kB in 2s (483 kB/s)
2025-08-20T20:21:42.7980692Z Selecting previously unselected package liblz1:arm64.
2025-08-20T20:21:42.8016726Z (Reading database ... 
2025-08-20T20:21:42.8016976Z (Reading database ... 5%
2025-08-20T20:21:42.8017182Z (Reading database ... 10%
2025-08-20T20:21:42.8017377Z (Reading database ... 15%
2025-08-20T20:21:42.8018052Z (Reading database ... 20%
2025-08-20T20:21:42.8018306Z (Reading database ... 25%
2025-08-20T20:21:42.8018507Z (Reading database ... 30%
2025-08-20T20:21:42.8018706Z (Reading database ... 35%
2025-08-20T20:21:42.8018903Z (Reading database ... 40%
2025-08-20T20:21:42.8019102Z (Reading database ... 45%
2025-08-20T20:21:42.8019491Z (Reading database ... 50%
2025-08-20T20:21:42.8042314Z (Reading database ... 55%
2025-08-20T20:21:42.8140315Z (Reading database ... 60%
2025-08-20T20:21:42.8178324Z (Reading database ... 65%
2025-08-20T20:21:42.8197561Z (Reading database ... 70%
2025-08-20T20:21:42.8226029Z (Reading database ... 75%
2025-08-20T20:21:42.8367383Z (Reading database ... 80%
2025-08-20T20:21:42.8452291Z (Reading database ... 85%
2025-08-20T20:21:42.8523457Z (Reading database ... 90%
2025-08-20T20:21:42.8615735Z (Reading database ... 95%
2025-08-20T20:21:42.8615991Z (Reading database ... 100%
2025-08-20T20:21:42.8616285Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T20:21:42.8661154Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T20:21:42.8774976Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T20:21:42.9257306Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T20:21:42.9455837Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T20:21:42.9511914Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T20:21:43.0073512Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T20:21:43.0269611Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T20:21:43.0328763Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T20:21:43.1442412Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T20:21:43.1628768Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T20:21:43.1718626Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T20:21:43.2298509Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T20:21:43.2474258Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T20:21:43.2539551Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T20:21:43.3046483Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T20:21:43.3217133Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T20:21:43.3274377Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:21:43.3779719Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T20:21:43.3952218Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T20:21:43.4034813Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T20:21:43.4589387Z Selecting previously unselected package lzma.
2025-08-20T20:21:43.4798374Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T20:21:43.4861969Z Unpacking lzma (9.22-2.2) ...
2025-08-20T20:21:43.5505809Z Selecting previously unselected package lzma-dev.
2025-08-20T20:21:43.5698330Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T20:21:43.5763330Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T20:21:43.6502877Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T20:21:43.6670953Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T20:21:43.6849778Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T20:21:43.7008286Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T20:21:43.7175042Z Setting up lzma (9.22-2.2) ...
2025-08-20T20:21:43.7321827Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T20:21:43.7441832Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T20:21:43.7614596Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:21:43.7826452Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T20:21:43.8006169Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T20:21:43.8204133Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:21:43.8479792Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:21:45.1869077Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:21:46.6190989Z Reading package lists...
2025-08-20T20:21:46.8602267Z Building dependency tree...
2025-08-20T20:21:46.8610792Z Reading state information...
2025-08-20T20:21:47.2053664Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T20:21:47.2054106Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T20:21:47.2054432Z inetutils-telnet set to manually installed.
2025-08-20T20:21:47.2054741Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T20:21:47.2055068Z The following additional packages will be installed:
2025-08-20T20:21:47.2055332Z   tcpd update-inetd
2025-08-20T20:21:47.2236183Z The following packages will be REMOVED:
2025-08-20T20:21:47.2244634Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T20:21:47.2246091Z The following NEW packages will be installed:
2025-08-20T20:21:47.2246450Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T20:21:47.2246847Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T20:21:47.2254284Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T20:21:47.3225230Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T20:21:47.3225950Z Need to get 691 kB of archives.
2025-08-20T20:21:47.3226232Z After this operation, 987 kB disk space will be freed.
2025-08-20T20:21:47.3226815Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T20:21:47.4511133Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T20:21:47.4987571Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T20:21:47.5464390Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T20:21:47.6026854Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T20:21:47.6750515Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T20:21:47.7346536Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T20:21:47.7902232Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T20:21:47.8406696Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T20:21:47.8890508Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T20:21:47.9435901Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T20:21:48.0034215Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T20:21:48.0580724Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T20:21:48.3077357Z Preconfiguring packages ...
2025-08-20T20:21:48.4163525Z Fetched 691 kB in 1s (829 kB/s)
2025-08-20T20:21:48.4383112Z (Reading database ... 
2025-08-20T20:21:48.4383371Z (Reading database ... 5%
2025-08-20T20:21:48.4383572Z (Reading database ... 10%
2025-08-20T20:21:48.4383772Z (Reading database ... 15%
2025-08-20T20:21:48.4383972Z (Reading database ... 20%
2025-08-20T20:21:48.4384166Z (Reading database ... 25%
2025-08-20T20:21:48.4384373Z (Reading database ... 30%
2025-08-20T20:21:48.4384561Z (Reading database ... 35%
2025-08-20T20:21:48.4384766Z (Reading database ... 40%
2025-08-20T20:21:48.4384960Z (Reading database ... 45%
2025-08-20T20:21:48.4385155Z (Reading database ... 50%
2025-08-20T20:21:48.4408188Z (Reading database ... 55%
2025-08-20T20:21:48.4502499Z (Reading database ... 60%
2025-08-20T20:21:48.4545126Z (Reading database ... 65%
2025-08-20T20:21:48.4564641Z (Reading database ... 70%
2025-08-20T20:21:48.4593360Z (Reading database ... 75%
2025-08-20T20:21:48.4735821Z (Reading database ... 80%
2025-08-20T20:21:48.4820757Z (Reading database ... 85%
2025-08-20T20:21:48.4889817Z (Reading database ... 90%
2025-08-20T20:21:48.4976818Z (Reading database ... 95%
2025-08-20T20:21:48.4977036Z (Reading database ... 100%
2025-08-20T20:21:48.4977329Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T20:21:48.5018587Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T20:21:48.5647618Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T20:21:48.6397900Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T20:21:49.0235504Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T20:21:49.0272196Z (Reading database ... 
2025-08-20T20:21:49.0272413Z (Reading database ... 5%
2025-08-20T20:21:49.0272608Z (Reading database ... 10%
2025-08-20T20:21:49.0272805Z (Reading database ... 15%
2025-08-20T20:21:49.0273002Z (Reading database ... 20%
2025-08-20T20:21:49.0273194Z (Reading database ... 25%
2025-08-20T20:21:49.0273404Z (Reading database ... 30%
2025-08-20T20:21:49.0273600Z (Reading database ... 35%
2025-08-20T20:21:49.0273793Z (Reading database ... 40%
2025-08-20T20:21:49.0274357Z (Reading database ... 45%
2025-08-20T20:21:49.0274619Z (Reading database ... 50%
2025-08-20T20:21:49.0297122Z (Reading database ... 55%
2025-08-20T20:21:49.0392128Z (Reading database ... 60%
2025-08-20T20:21:49.0434174Z (Reading database ... 65%
2025-08-20T20:21:49.0453622Z (Reading database ... 70%
2025-08-20T20:21:49.0481790Z (Reading database ... 75%
2025-08-20T20:21:49.0624043Z (Reading database ... 80%
2025-08-20T20:21:49.0710055Z (Reading database ... 85%
2025-08-20T20:21:49.0778989Z (Reading database ... 90%
2025-08-20T20:21:49.0867812Z (Reading database ... 95%
2025-08-20T20:21:49.0868039Z (Reading database ... 100%
2025-08-20T20:21:49.0868338Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T20:21:49.0911018Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:21:49.1001092Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:21:49.1538959Z Selecting previously unselected package tcpd.
2025-08-20T20:21:49.1731441Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T20:21:49.1794230Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T20:21:49.2465712Z Selecting previously unselected package update-inetd.
2025-08-20T20:21:49.2656324Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T20:21:49.2729368Z Unpacking update-inetd (4.53) ...
2025-08-20T20:21:49.3446842Z Selecting previously unselected package inetutils-inetd.
2025-08-20T20:21:49.3630005Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:21:49.3737918Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:21:49.4413133Z Selecting previously unselected package inetutils-ftp.
2025-08-20T20:21:49.4612504Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:21:49.4673803Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:21:49.5642510Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T20:21:49.5832280Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:21:49.5895721Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:21:49.6505913Z Selecting previously unselected package inetutils-ping.
2025-08-20T20:21:49.6692244Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:21:49.6750452Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:21:49.7405490Z Selecting previously unselected package inetutils-talk.
2025-08-20T20:21:49.7593369Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:21:49.7650959Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:21:49.8232643Z Selecting previously unselected package inetutils-talkd.
2025-08-20T20:21:49.8412308Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:21:49.8504892Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:21:49.9137176Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T20:21:49.9327275Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:21:49.9403506Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:21:50.0004070Z Selecting previously unselected package inetutils-tools.
2025-08-20T20:21:50.0193700Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:21:50.0251450Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:21:50.0937646Z Selecting previously unselected package netcat-traditional.
2025-08-20T20:21:50.1147673Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T20:21:50.1209401Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T20:21:50.1804044Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T20:21:50.2063810Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:21:50.2150349Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:21:50.2899838Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T20:21:50.3185254Z Setting up update-inetd (4.53) ...
2025-08-20T20:21:50.4133223Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:21:50.4315503Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T20:21:50.4443606Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:21:50.7758939Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:21:50.7759538Z 
2025-08-20T20:21:50.7759672Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T20:21:50.7759861Z 
2025-08-20T20:21:50.7760270Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:21:50.7760634Z 
2025-08-20T20:21:50.7761141Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:21:50.7761624Z 
2025-08-20T20:21:51.0132353Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:21:51.0381107Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:21:51.0569864Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T20:21:51.0675231Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:21:51.0884105Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:21:51.1057138Z Setting up tcpd (7.6.q-33) ...
2025-08-20T20:21:51.1225014Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:21:51.4456507Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:21:51.4456905Z 
2025-08-20T20:21:51.4457436Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:21:51.4457902Z 
2025-08-20T20:21:51.7245147Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:21:51.9265355Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:21:52.0211141Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:21:52.0927105Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:21:55.1159479Z Reading package lists...
2025-08-20T20:21:55.3619941Z Building dependency tree...
2025-08-20T20:21:55.3628623Z Reading state information...
2025-08-20T20:21:55.7293336Z The following packages will be REMOVED:
2025-08-20T20:21:55.7301845Z   inetutils-ping
2025-08-20T20:21:55.7303367Z The following NEW packages will be installed:
2025-08-20T20:21:55.7312772Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T20:21:55.7316722Z The following packages will be upgraded:
2025-08-20T20:21:55.7324183Z   iputils-tracepath
2025-08-20T20:21:55.8334612Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T20:21:55.8334984Z Need to get 84.5 kB of archives.
2025-08-20T20:21:55.8335280Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T20:21:55.8335883Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T20:21:55.9570695Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T20:21:56.0035111Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T20:21:56.0514793Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T20:21:56.3716293Z Fetched 84.5 kB in 0s (268 kB/s)
2025-08-20T20:21:56.3922318Z (Reading database ... 
2025-08-20T20:21:56.3922577Z (Reading database ... 5%
2025-08-20T20:21:56.3922781Z (Reading database ... 10%
2025-08-20T20:21:56.3922983Z (Reading database ... 15%
2025-08-20T20:21:56.3923179Z (Reading database ... 20%
2025-08-20T20:21:56.3923372Z (Reading database ... 25%
2025-08-20T20:21:56.3923566Z (Reading database ... 30%
2025-08-20T20:21:56.3924095Z (Reading database ... 35%
2025-08-20T20:21:56.3924316Z (Reading database ... 40%
2025-08-20T20:21:56.3924508Z (Reading database ... 45%
2025-08-20T20:21:56.3924704Z (Reading database ... 50%
2025-08-20T20:21:56.3945944Z (Reading database ... 55%
2025-08-20T20:21:56.4039794Z (Reading database ... 60%
2025-08-20T20:21:56.4081914Z (Reading database ... 65%
2025-08-20T20:21:56.4101225Z (Reading database ... 70%
2025-08-20T20:21:56.4130450Z (Reading database ... 75%
2025-08-20T20:21:56.4315447Z (Reading database ... 80%
2025-08-20T20:21:56.4355286Z (Reading database ... 85%
2025-08-20T20:21:56.4422013Z (Reading database ... 90%
2025-08-20T20:21:56.4509517Z (Reading database ... 95%
2025-08-20T20:21:56.4509746Z (Reading database ... 100%
2025-08-20T20:21:56.4510042Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T20:21:56.4552833Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:21:56.5518324Z Selecting previously unselected package iputils-ping.
2025-08-20T20:21:56.5556102Z (Reading database ... 
2025-08-20T20:21:56.5556333Z (Reading database ... 5%
2025-08-20T20:21:56.5556534Z (Reading database ... 10%
2025-08-20T20:21:56.5556732Z (Reading database ... 15%
2025-08-20T20:21:56.5557691Z (Reading database ... 20%
2025-08-20T20:21:56.5557917Z (Reading database ... 25%
2025-08-20T20:21:56.5558117Z (Reading database ... 30%
2025-08-20T20:21:56.5558311Z (Reading database ... 35%
2025-08-20T20:21:56.5558929Z (Reading database ... 40%
2025-08-20T20:21:56.5559122Z (Reading database ... 45%
2025-08-20T20:21:56.5559437Z (Reading database ... 50%
2025-08-20T20:21:56.5583629Z (Reading database ... 55%
2025-08-20T20:21:56.5685873Z (Reading database ... 60%
2025-08-20T20:21:56.5733025Z (Reading database ... 65%
2025-08-20T20:21:56.5753736Z (Reading database ... 70%
2025-08-20T20:21:56.5785079Z (Reading database ... 75%
2025-08-20T20:21:56.5996383Z (Reading database ... 80%
2025-08-20T20:21:56.6042914Z (Reading database ... 85%
2025-08-20T20:21:56.6121029Z (Reading database ... 90%
2025-08-20T20:21:56.6221898Z (Reading database ... 95%
2025-08-20T20:21:56.6222160Z (Reading database ... 100%
2025-08-20T20:21:56.6222457Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T20:21:56.6269084Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:21:56.6334353Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:21:56.7892787Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:21:56.8099612Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T20:21:56.8787383Z Selecting previously unselected package iputils-arping.
2025-08-20T20:21:56.8983933Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:21:56.9042505Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:21:56.9595331Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T20:21:56.9782108Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:21:56.9848324Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:21:57.0576251Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:21:57.1120692Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:21:57.1432438Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:21:57.1732881Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T20:21:57.1924790Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:22:00.0938631Z Reading package lists...
2025-08-20T20:22:00.3417437Z Building dependency tree...
2025-08-20T20:22:00.3426518Z Reading state information...
2025-08-20T20:22:00.6313872Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T20:22:00.6660346Z The following packages will be upgraded:
2025-08-20T20:22:00.6661029Z   python3-pip python3-pip-whl
2025-08-20T20:22:00.6888057Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:22:00.8355866Z Need to get 3020 kB of archives.
2025-08-20T20:22:00.8356247Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T20:22:01.1641486Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T20:22:01.1642281Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-20T20:22:01.4971996Z Fetched 3020 kB in 1s (5909 kB/s)
2025-08-20T20:22:01.5361553Z (Reading database ... 
2025-08-20T20:22:01.5361833Z (Reading database ... 5%
2025-08-20T20:22:01.5362051Z (Reading database ... 10%
2025-08-20T20:22:01.5362254Z (Reading database ... 15%
2025-08-20T20:22:01.5362448Z (Reading database ... 20%
2025-08-20T20:22:01.5362644Z (Reading database ... 25%
2025-08-20T20:22:01.5362843Z (Reading database ... 30%
2025-08-20T20:22:01.5363751Z (Reading database ... 35%
2025-08-20T20:22:01.5363988Z (Reading database ... 40%
2025-08-20T20:22:01.5364182Z (Reading database ... 45%
2025-08-20T20:22:01.5364377Z (Reading database ... 50%
2025-08-20T20:22:01.5387427Z (Reading database ... 55%
2025-08-20T20:22:01.5485245Z (Reading database ... 60%
2025-08-20T20:22:01.5524113Z (Reading database ... 65%
2025-08-20T20:22:01.5542997Z (Reading database ... 70%
2025-08-20T20:22:01.5570643Z (Reading database ... 75%
2025-08-20T20:22:01.5752253Z (Reading database ... 80%
2025-08-20T20:22:01.5794684Z (Reading database ... 85%
2025-08-20T20:22:01.5864969Z (Reading database ... 90%
2025-08-20T20:22:01.5956989Z (Reading database ... 95%
2025-08-20T20:22:01.5957217Z (Reading database ... 100%
2025-08-20T20:22:01.5957518Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T20:22:01.6001836Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T20:22:01.8951022Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T20:22:02.1308753Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T20:22:02.1487819Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T20:22:02.2903427Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T20:22:02.3064948Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T20:22:03.2483366Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:22:06.4030257Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T20:22:06.7413318Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:22:08.3153841Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T20:22:08.4542457Z Collecting pip
2025-08-20T20:22:08.5284671Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T20:22:08.5537472Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T20:22:08.6410436Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 21.0 MB/s eta 0:00:00
2025-08-20T20:22:09.0339911Z Installing collected packages: pip
2025-08-20T20:22:09.6929030Z Successfully installed pip-25.2
2025-08-20T20:22:09.8951784Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T20:22:09.9378931Z Reading package lists...
2025-08-20T20:22:10.1856717Z Building dependency tree...
2025-08-20T20:22:10.1866096Z Reading state information...
2025-08-20T20:22:10.4584329Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T20:22:10.4584651Z pciutils set to manually installed.
2025-08-20T20:22:10.4584929Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T20:22:10.4585255Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T20:22:10.4585547Z python3-distro set to manually installed.
2025-08-20T20:22:10.4585863Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T20:22:10.4586191Z python3-netifaces set to manually installed.
2025-08-20T20:22:10.4586829Z The following additional packages will be installed:
2025-08-20T20:22:10.4587122Z   libsysfs2
2025-08-20T20:22:10.4595351Z Suggested packages:
2025-08-20T20:22:10.4595780Z   fancontrol read-edid i2c-tools
2025-08-20T20:22:10.4885740Z The following NEW packages will be installed:
2025-08-20T20:22:10.4887728Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T20:22:10.5071543Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:22:10.7165392Z Need to get 133 kB of archives.
2025-08-20T20:22:10.7165770Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T20:22:10.7166280Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T20:22:10.8037476Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T20:22:10.8570838Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T20:22:10.9713843Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T20:22:11.2598495Z Fetched 133 kB in 0s (292 kB/s)
2025-08-20T20:22:11.3004981Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T20:22:11.3041890Z (Reading database ... 
2025-08-20T20:22:11.3042129Z (Reading database ... 5%
2025-08-20T20:22:11.3042338Z (Reading database ... 10%
2025-08-20T20:22:11.3042535Z (Reading database ... 15%
2025-08-20T20:22:11.3043138Z (Reading database ... 20%
2025-08-20T20:22:11.3043342Z (Reading database ... 25%
2025-08-20T20:22:11.3043536Z (Reading database ... 30%
2025-08-20T20:22:11.3044462Z (Reading database ... 35%
2025-08-20T20:22:11.3044674Z (Reading database ... 40%
2025-08-20T20:22:11.3044870Z (Reading database ... 45%
2025-08-20T20:22:11.3045064Z (Reading database ... 50%
2025-08-20T20:22:11.3066797Z (Reading database ... 55%
2025-08-20T20:22:11.3164088Z (Reading database ... 60%
2025-08-20T20:22:11.3207895Z (Reading database ... 65%
2025-08-20T20:22:11.3227196Z (Reading database ... 70%
2025-08-20T20:22:11.3255876Z (Reading database ... 75%
2025-08-20T20:22:11.3441400Z (Reading database ... 80%
2025-08-20T20:22:11.3483005Z (Reading database ... 85%
2025-08-20T20:22:11.3551193Z (Reading database ... 90%
2025-08-20T20:22:11.3638029Z (Reading database ... 95%
2025-08-20T20:22:11.3638258Z (Reading database ... 100%
2025-08-20T20:22:11.3638549Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T20:22:11.3679959Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T20:22:11.3797152Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T20:22:11.4479689Z Selecting previously unselected package sysfsutils.
2025-08-20T20:22:11.4673230Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T20:22:11.4773742Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T20:22:11.5543410Z Selecting previously unselected package lm-sensors.
2025-08-20T20:22:11.5730839Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T20:22:11.6001610Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:22:11.6588247Z Selecting previously unselected package virt-what.
2025-08-20T20:22:11.6792657Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T20:22:11.7206505Z Unpacking virt-what (1.25-2) ...
2025-08-20T20:22:11.7933810Z Setting up virt-what (1.25-2) ...
2025-08-20T20:22:11.8098792Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T20:22:11.8271105Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T20:22:12.1373260Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:22:12.1373639Z 
2025-08-20T20:22:12.1374129Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:22:12.1374561Z 
2025-08-20T20:22:12.3759086Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:22:12.6794111Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T20:22:12.6794585Z 
2025-08-20T20:22:12.6903150Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:22:14.3037249Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:22:15.7315271Z Reading package lists...
2025-08-20T20:22:15.9745932Z Building dependency tree...
2025-08-20T20:22:15.9754944Z Reading state information...
2025-08-20T20:22:16.2750067Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:22:16.2750439Z The following additional packages will be installed:
2025-08-20T20:22:16.2754449Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T20:22:16.2754824Z   xorg-sgml-doctools
2025-08-20T20:22:16.2762290Z Suggested packages:
2025-08-20T20:22:16.2762501Z   libxcb-doc
2025-08-20T20:22:16.2949720Z The following NEW packages will be installed:
2025-08-20T20:22:16.2950942Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T20:22:16.2954163Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T20:22:16.2954523Z   xcb xorg-sgml-doctools
2025-08-20T20:22:16.5384773Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:22:16.5385127Z Need to get 816 kB of archives.
2025-08-20T20:22:16.5385419Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T20:22:16.5386365Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T20:22:16.6458071Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T20:22:16.7603866Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T20:22:17.3882820Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T20:22:17.4959950Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T20:22:17.6055267Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T20:22:17.7231143Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T20:22:17.8318819Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T20:22:17.9391271Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T20:22:18.0467190Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T20:22:18.1549948Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T20:22:18.4424143Z Fetched 816 kB in 2s (441 kB/s)
2025-08-20T20:22:18.4674670Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T20:22:18.4710203Z (Reading database ... 
2025-08-20T20:22:18.4710438Z (Reading database ... 5%
2025-08-20T20:22:18.4710659Z (Reading database ... 10%
2025-08-20T20:22:18.4710862Z (Reading database ... 15%
2025-08-20T20:22:18.4711055Z (Reading database ... 20%
2025-08-20T20:22:18.4711248Z (Reading database ... 25%
2025-08-20T20:22:18.4711442Z (Reading database ... 30%
2025-08-20T20:22:18.4711633Z (Reading database ... 35%
2025-08-20T20:22:18.4711840Z (Reading database ... 40%
2025-08-20T20:22:18.4712032Z (Reading database ... 45%
2025-08-20T20:22:18.4712228Z (Reading database ... 50%
2025-08-20T20:22:18.4735332Z (Reading database ... 55%
2025-08-20T20:22:18.4832822Z (Reading database ... 60%
2025-08-20T20:22:18.4872263Z (Reading database ... 65%
2025-08-20T20:22:18.4891518Z (Reading database ... 70%
2025-08-20T20:22:18.4920315Z (Reading database ... 75%
2025-08-20T20:22:18.5109985Z (Reading database ... 80%
2025-08-20T20:22:18.5151519Z (Reading database ... 85%
2025-08-20T20:22:18.5222183Z (Reading database ... 90%
2025-08-20T20:22:18.5311894Z (Reading database ... 95%
2025-08-20T20:22:18.5312107Z (Reading database ... 100%
2025-08-20T20:22:18.5312397Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T20:22:18.5355378Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T20:22:18.5418469Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T20:22:18.5965944Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T20:22:18.6163349Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T20:22:18.6226660Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:22:18.6853242Z Selecting previously unselected package x11proto-dev.
2025-08-20T20:22:18.7048830Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T20:22:18.7112268Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T20:22:18.7778402Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T20:22:18.7969664Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T20:22:18.8027160Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T20:22:18.8577621Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T20:22:18.8746931Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T20:22:18.8818546Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:22:18.9350488Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T20:22:18.9525380Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:22:18.9584974Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:22:19.0131490Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T20:22:19.0308851Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:22:19.0372480Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:22:19.1057154Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T20:22:19.1259366Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:22:19.1385771Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:22:19.1936980Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T20:22:19.2139046Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:22:19.2201889Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:22:19.2738516Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T20:22:19.2931100Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:22:19.2990615Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:22:19.3586092Z Selecting previously unselected package xcb.
2025-08-20T20:22:19.3781139Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T20:22:19.3865105Z Unpacking xcb (2.4-8build2) ...
2025-08-20T20:22:19.4793256Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:22:19.4996121Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T20:22:19.5165036Z Setting up xcb (2.4-8build2) ...
2025-08-20T20:22:19.5462570Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:22:19.5677002Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:22:19.5972001Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:22:21.1117727Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:22:21.1352098Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T20:22:21.1562057Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T20:22:21.1818131Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:22:21.2030108Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:22:21.2203300Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:22:21.2390549Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:22:21.2581007Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:22:22.8824475Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:22:23.5393796Z Collecting build
2025-08-20T20:22:23.6148077Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:22:23.7412884Z Collecting cffi
2025-08-20T20:22:23.7531126Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T20:22:23.7916226Z Collecting scons
2025-08-20T20:22:23.8034654Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:22:23.8470891Z Collecting scuba
2025-08-20T20:22:23.8592137Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:22:23.9251391Z Collecting pytest
2025-08-20T20:22:23.9358767Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:22:23.9785702Z Collecting packaging>=19.1 (from build)
2025-08-20T20:22:23.9893899Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:22:24.0297894Z Collecting pyproject_hooks (from build)
2025-08-20T20:22:24.0408305Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:22:24.0752533Z Collecting pycparser (from cffi)
2025-08-20T20:22:24.0857021Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:22:24.1351549Z Collecting PyYAML (from scuba)
2025-08-20T20:22:24.1472517Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T20:22:24.1824619Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:22:24.1935431Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:22:24.2352351Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:22:24.2455793Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:22:24.2891319Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:22:24.2995333Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:22:24.3220691Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:22:24.3438082Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T20:22:24.3935672Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:22:24.4429577Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 84.2 MB/s  0:00:00
2025-08-20T20:22:24.4542252Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:22:24.4778406Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:22:24.5008355Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:22:24.5214931Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:22:24.5410345Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:22:24.5666711Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:22:24.5850790Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 58.4 MB/s  0:00:00
2025-08-20T20:22:24.5953845Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:22:24.6170598Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:22:24.6380701Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T20:22:24.6543045Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 33.5 MB/s  0:00:00
2025-08-20T20:22:24.7506995Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:22:26.3613014Z 
2025-08-20T20:22:26.3628172Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T20:22:26.6929365Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:22:27.3483159Z Collecting ansi2txt
2025-08-20T20:22:27.4195667Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:22:27.4649012Z Collecting pipx
2025-08-20T20:22:27.4823916Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:22:27.5246922Z Collecting scons
2025-08-20T20:22:27.5258662Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:22:27.5603424Z Collecting py2static
2025-08-20T20:22:27.5769562Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:22:27.6365039Z Collecting typer
2025-08-20T20:22:27.6519452Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:22:27.7204254Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:22:27.7359802Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:22:27.7748632Z Collecting packaging>=20 (from pipx)
2025-08-20T20:22:27.7759129Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:22:27.8093891Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:22:27.8249600Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:22:27.8652220Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:22:27.8806841Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:22:27.9491748Z Collecting pyinstaller (from py2static)
2025-08-20T20:22:27.9661719Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T20:22:28.0068469Z Collecting staticx (from py2static)
2025-08-20T20:22:28.0243141Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T20:22:28.0788295Z   Preparing metadata (setup.py): started
2025-08-20T20:22:29.2111595Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T20:22:29.2461824Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:22:29.2618078Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:22:29.3144628Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:22:29.3344024Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:22:29.3721549Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:22:29.3894921Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:22:29.4488540Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:22:29.4644000Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:22:29.5063202Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:22:29.5219495Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:22:29.5609276Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:22:29.5620693Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:22:29.5901346Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:22:29.6065471Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:22:29.7347724Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:22:29.7505559Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:22:29.7930209Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:22:29.8085183Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:22:29.8595390Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:22:29.8752876Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:22:29.9178494Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:22:29.9369297Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:22:29.9655566Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:22:29.9904509Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:22:30.0062381Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:22:30.0254224Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:22:30.0515140Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:22:30.0768246Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:22:30.1058998Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:22:30.1202538Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:22:30.1356522Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:22:30.1597803Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:22:30.1852546Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:22:30.2012592Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:22:30.2263049Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:22:30.2500596Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:22:30.2764624Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:22:30.3003535Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:22:30.3252859Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T20:22:30.3538393Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 19.4 MB/s  0:00:00
2025-08-20T20:22:30.3709726Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:22:30.3987415Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:22:30.4278071Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 35.1 MB/s  0:00:00
2025-08-20T20:22:30.4432298Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:22:30.4693459Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:22:30.5109039Z Building wheels for collected packages: staticx
2025-08-20T20:22:30.5116153Z   Building wheel for staticx (setup.py): started
2025-08-20T20:22:42.3510702Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T20:22:42.3519993Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790703 sha256=bfc391152045858c257262f725d8c5fed2815900048d8808a1a4fc3acd9802d9
2025-08-20T20:22:42.3521349Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T20:22:42.3538317Z Successfully built staticx
2025-08-20T20:22:42.4501448Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T20:22:43.2935474Z   Attempting uninstall: scons
2025-08-20T20:22:43.3008194Z     Found existing installation: SCons 4.9.1
2025-08-20T20:22:43.3294572Z     Uninstalling SCons-4.9.1:
2025-08-20T20:22:43.3357232Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:22:43.8248915Z   Attempting uninstall: pygments
2025-08-20T20:22:43.8324223Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:22:43.8486252Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:22:43.8510502Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:22:44.4374535Z   Attempting uninstall: packaging
2025-08-20T20:22:44.4444350Z     Found existing installation: packaging 25.0
2025-08-20T20:22:44.4463771Z     Uninstalling packaging-25.0:
2025-08-20T20:22:44.4469681Z       Successfully uninstalled packaging-25.0
2025-08-20T20:22:45.3517141Z 
2025-08-20T20:22:45.3542330Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T20:22:45.6529028Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:22:46.2889553Z Collecting build
2025-08-20T20:22:46.2900195Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:22:46.3690499Z Collecting cffi
2025-08-20T20:22:46.3701509Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T20:22:46.3921247Z Collecting scons
2025-08-20T20:22:46.3931443Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:22:46.4144317Z Collecting scuba
2025-08-20T20:22:46.4155148Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:22:46.4616218Z Collecting pytest
2025-08-20T20:22:46.4627295Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:22:46.4871442Z Collecting packaging>=19.1 (from build)
2025-08-20T20:22:46.4881782Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:22:46.5057603Z Collecting pyproject_hooks (from build)
2025-08-20T20:22:46.5068779Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:22:46.5262895Z Collecting pycparser (from cffi)
2025-08-20T20:22:46.5275026Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:22:46.5601718Z Collecting PyYAML (from scuba)
2025-08-20T20:22:46.5618253Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T20:22:46.5797624Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:22:46.5807739Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:22:46.6034495Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:22:46.6044851Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:22:46.6288742Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:22:46.6299238Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:22:46.6350235Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:22:46.6359701Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T20:22:46.6371074Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:22:46.6400710Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:22:46.6411000Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:22:46.6421874Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:22:46.6430515Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:22:46.6438862Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:22:46.6447734Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:22:46.6462881Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:22:46.6472439Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:22:46.6481235Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T20:22:46.7518450Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:22:46.7523126Z   Attempting uninstall: scons
2025-08-20T20:22:46.7593883Z     Found existing installation: SCons 4.9.1
2025-08-20T20:22:46.7883319Z     Uninstalling SCons-4.9.1:
2025-08-20T20:22:46.7944880Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:22:47.2836040Z   Attempting uninstall: PyYAML
2025-08-20T20:22:47.2907331Z     Found existing installation: PyYAML 6.0.2
2025-08-20T20:22:47.2927947Z     Uninstalling PyYAML-6.0.2:
2025-08-20T20:22:47.2941292Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T20:22:47.3483067Z   Attempting uninstall: pyproject_hooks
2025-08-20T20:22:47.3554048Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T20:22:47.3566603Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T20:22:47.3572292Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T20:22:47.3711958Z   Attempting uninstall: pygments
2025-08-20T20:22:47.3779744Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:22:47.3937054Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:22:47.3960738Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:22:47.9760084Z   Attempting uninstall: pycparser
2025-08-20T20:22:47.9832945Z     Found existing installation: pycparser 2.22
2025-08-20T20:22:47.9851563Z     Uninstalling pycparser-2.22:
2025-08-20T20:22:47.9857626Z       Successfully uninstalled pycparser-2.22
2025-08-20T20:22:48.1033023Z   Attempting uninstall: pluggy
2025-08-20T20:22:48.1104984Z     Found existing installation: pluggy 1.6.0
2025-08-20T20:22:48.1121304Z     Uninstalling pluggy-1.6.0:
2025-08-20T20:22:48.1126588Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T20:22:48.1323906Z   Attempting uninstall: packaging
2025-08-20T20:22:48.1396342Z     Found existing installation: packaging 25.0
2025-08-20T20:22:48.1416104Z     Uninstalling packaging-25.0:
2025-08-20T20:22:48.1422405Z       Successfully uninstalled packaging-25.0
2025-08-20T20:22:48.1844765Z   Attempting uninstall: iniconfig
2025-08-20T20:22:48.1918384Z     Found existing installation: iniconfig 2.1.0
2025-08-20T20:22:48.1933414Z     Uninstalling iniconfig-2.1.0:
2025-08-20T20:22:48.1938621Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T20:22:48.2058784Z   Attempting uninstall: scuba
2025-08-20T20:22:48.2126936Z     Found existing installation: scuba 2.14.1
2025-08-20T20:22:48.2144842Z     Uninstalling scuba-2.14.1:
2025-08-20T20:22:48.2152286Z       Successfully uninstalled scuba-2.14.1
2025-08-20T20:22:48.2405886Z   Attempting uninstall: pytest
2025-08-20T20:22:48.2481606Z     Found existing installation: pytest 8.4.1
2025-08-20T20:22:48.2529606Z     Uninstalling pytest-8.4.1:
2025-08-20T20:22:48.2733931Z       Successfully uninstalled pytest-8.4.1
2025-08-20T20:22:48.4771302Z   Attempting uninstall: cffi
2025-08-20T20:22:48.4840892Z     Found existing installation: cffi 1.17.1
2025-08-20T20:22:48.4861700Z     Uninstalling cffi-1.17.1:
2025-08-20T20:22:48.5053105Z       Successfully uninstalled cffi-1.17.1
2025-08-20T20:22:48.5722969Z   Attempting uninstall: build
2025-08-20T20:22:48.5795424Z     Found existing installation: build 1.3.0
2025-08-20T20:22:48.5815484Z     Uninstalling build-1.3.0:
2025-08-20T20:22:48.5822278Z       Successfully uninstalled build-1.3.0
2025-08-20T20:22:48.6072919Z 
2025-08-20T20:22:48.6096926Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T20:22:48.8999840Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:22:49.5464081Z Collecting ansi2txt
2025-08-20T20:22:49.5475250Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:22:49.5774288Z Collecting pipx
2025-08-20T20:22:49.5784906Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:22:49.6052602Z Collecting scons
2025-08-20T20:22:49.6063489Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:22:49.6311867Z Collecting py2static
2025-08-20T20:22:49.6321792Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:22:49.6593405Z Collecting typer
2025-08-20T20:22:49.6603932Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:22:49.6936786Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:22:49.6947555Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:22:49.7225614Z Collecting packaging>=20 (from pipx)
2025-08-20T20:22:49.7235514Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:22:49.7541824Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:22:49.7552927Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:22:49.7809836Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:22:49.7821109Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:22:49.8267040Z Collecting pyinstaller (from py2static)
2025-08-20T20:22:49.8279268Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T20:22:49.8560682Z Collecting staticx (from py2static)
2025-08-20T20:22:49.8569064Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T20:22:49.8705446Z   Preparing metadata (setup.py): started
2025-08-20T20:22:50.0710825Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T20:22:50.0999847Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:22:50.1010659Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:22:50.1293838Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:22:50.1304901Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:22:50.1668751Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:22:50.1679020Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:22:50.2230420Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:22:50.2238988Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:22:50.2533373Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:22:50.2544695Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:22:50.2857245Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:22:50.2867270Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:22:50.3101925Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:22:50.3112182Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:22:50.4097901Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:22:50.4106942Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:22:50.4410289Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:22:50.4420424Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:22:50.4722189Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:22:50.4732704Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:22:50.5012745Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:22:50.5023949Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:22:50.5057432Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:22:50.5066758Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:22:50.5076521Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:22:50.5109326Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:22:50.5118036Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:22:50.5127108Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:22:50.5136322Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:22:50.5145674Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:22:50.5155481Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:22:50.5164313Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:22:50.5174597Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:22:50.5189499Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:22:50.5198729Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:22:50.5207475Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:22:50.5216465Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:22:50.5225669Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:22:50.5234465Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T20:22:50.5249094Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:22:50.5260837Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:22:50.5277008Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:22:50.5285687Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:22:50.5621194Z Building wheels for collected packages: staticx
2025-08-20T20:22:50.5627399Z   Building wheel for staticx (setup.py): started
2025-08-20T20:22:53.3015461Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T20:22:53.3029549Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790764 sha256=0cfa32f5d141346a621a57fa5084f18143e783b534265fdc48a30a8c55337381
2025-08-20T20:22:53.3030510Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T20:22:53.3048876Z Successfully built staticx
2025-08-20T20:22:53.4025431Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T20:22:53.4029829Z   Attempting uninstall: pyelftools
2025-08-20T20:22:53.4097760Z     Found existing installation: pyelftools 0.32
2025-08-20T20:22:53.4136912Z     Uninstalling pyelftools-0.32:
2025-08-20T20:22:53.4149201Z       Successfully uninstalled pyelftools-0.32
2025-08-20T20:22:53.5220396Z   Attempting uninstall: altgraph
2025-08-20T20:22:53.5292709Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:22:53.5308926Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:22:53.5314715Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:22:53.5502551Z   Attempting uninstall: typing-extensions
2025-08-20T20:22:53.5574073Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T20:22:53.5586453Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T20:22:53.5777039Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T20:22:53.6068262Z   Attempting uninstall: staticx
2025-08-20T20:22:53.6141224Z     Found existing installation: staticx 0.14.1
2025-08-20T20:22:53.6162335Z     Uninstalling staticx-0.14.1:
2025-08-20T20:22:53.6170732Z       Successfully uninstalled staticx-0.14.1
2025-08-20T20:22:53.6471805Z   Attempting uninstall: shellingham
2025-08-20T20:22:53.6545501Z     Found existing installation: shellingham 1.5.4
2025-08-20T20:22:53.6561183Z     Uninstalling shellingham-1.5.4:
2025-08-20T20:22:53.6566379Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T20:22:53.6705762Z   Attempting uninstall: setuptools
2025-08-20T20:22:53.6774453Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:22:53.6979257Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:22:53.7202407Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:22:54.3058402Z   Attempting uninstall: scons
2025-08-20T20:22:54.3135328Z     Found existing installation: SCons 4.9.1
2025-08-20T20:22:54.3445984Z     Uninstalling SCons-4.9.1:
2025-08-20T20:22:54.3508052Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:22:54.8881476Z   Attempting uninstall: pygments
2025-08-20T20:22:54.8956178Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:22:54.9129824Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:22:54.9152409Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:22:55.4964000Z   Attempting uninstall: platformdirs
2025-08-20T20:22:55.5040689Z     Found existing installation: platformdirs 4.3.8
2025-08-20T20:22:55.5065701Z     Uninstalling platformdirs-4.3.8:
2025-08-20T20:22:55.5071297Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T20:22:55.5277742Z   Attempting uninstall: packaging
2025-08-20T20:22:55.5352668Z     Found existing installation: packaging 25.0
2025-08-20T20:22:55.5372629Z     Uninstalling packaging-25.0:
2025-08-20T20:22:55.5378931Z       Successfully uninstalled packaging-25.0
2025-08-20T20:22:55.5804587Z   Attempting uninstall: mdurl
2025-08-20T20:22:55.5873892Z     Found existing installation: mdurl 0.1.2
2025-08-20T20:22:55.5888305Z     Uninstalling mdurl-0.1.2:
2025-08-20T20:22:55.5893834Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T20:22:55.6036970Z   Attempting uninstall: click
2025-08-20T20:22:55.6109957Z     Found existing installation: click 8.2.1
2025-08-20T20:22:55.6128864Z     Uninstalling click-8.2.1:
2025-08-20T20:22:55.6134555Z       Successfully uninstalled click-8.2.1
2025-08-20T20:22:55.6744321Z   Attempting uninstall: argcomplete
2025-08-20T20:22:55.6818454Z     Found existing installation: argcomplete 3.6.2
2025-08-20T20:22:55.6842930Z     Uninstalling argcomplete-3.6.2:
2025-08-20T20:22:55.6851935Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T20:22:55.7118109Z   Attempting uninstall: ansi2txt
2025-08-20T20:22:55.7189948Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T20:22:55.7203080Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T20:22:55.7397983Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T20:22:55.7518486Z   Attempting uninstall: userpath
2025-08-20T20:22:55.7591369Z     Found existing installation: userpath 1.9.2
2025-08-20T20:22:55.7607540Z     Uninstalling userpath-1.9.2:
2025-08-20T20:22:55.7614548Z       Successfully uninstalled userpath-1.9.2
2025-08-20T20:22:55.7773376Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:22:55.7849078Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:22:55.8155780Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:22:55.8194999Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:22:56.0085848Z   Attempting uninstall: markdown-it-py
2025-08-20T20:22:56.0161547Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T20:22:56.0218190Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T20:22:56.0230123Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T20:22:56.0842567Z   Attempting uninstall: rich
2025-08-20T20:22:56.0919396Z     Found existing installation: rich 14.1.0
2025-08-20T20:22:56.0967692Z     Uninstalling rich-14.1.0:
2025-08-20T20:22:56.0979296Z       Successfully uninstalled rich-14.1.0
2025-08-20T20:22:56.2530353Z   Attempting uninstall: pyinstaller
2025-08-20T20:22:56.2605153Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:22:56.2862792Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:22:56.2901951Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:22:56.5558351Z   Attempting uninstall: pipx
2025-08-20T20:22:56.5647359Z     Found existing installation: pipx 1.7.1
2025-08-20T20:22:56.5684003Z     Uninstalling pipx-1.7.1:
2025-08-20T20:22:56.5692913Z       Successfully uninstalled pipx-1.7.1
2025-08-20T20:22:56.6228697Z   Attempting uninstall: typer
2025-08-20T20:22:56.6303936Z     Found existing installation: typer 0.16.1
2025-08-20T20:22:56.6327551Z     Uninstalling typer-0.16.1:
2025-08-20T20:22:56.6335578Z       Successfully uninstalled typer-0.16.1
2025-08-20T20:22:56.7135817Z   Attempting uninstall: py2static
2025-08-20T20:22:56.7204126Z     Found existing installation: py2static 0.0.1
2025-08-20T20:22:56.7221719Z     Uninstalling py2static-0.0.1:
2025-08-20T20:22:56.7229637Z       Successfully uninstalled py2static-0.0.1
2025-08-20T20:22:56.7364890Z 
2025-08-20T20:22:56.7390393Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T20:22:57.0470326Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:22:57.2275133Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T20:22:57.2279755Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-nhioj7if
2025-08-20T20:22:57.2299280Z 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-nhioj7if
2025-08-20T20:22:58.7798735Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T20:22:58.7835592Z   Installing build dependencies: started
2025-08-20T20:22:59.4444153Z   Installing build dependencies: finished with status 'done'
2025-08-20T20:22:59.4454242Z   Getting requirements to build wheel: started
2025-08-20T20:22:59.7095653Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T20:22:59.7106795Z   Preparing metadata (pyproject.toml): started
2025-08-20T20:22:59.8854319Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T20:23:00.0564429Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T20:23:00.0574708Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:23:00.0883820Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T20:23:00.0894162Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:23:00.1201886Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T20:23:00.1213361Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:23:00.1496164Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T20:23:00.1507281Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:23:00.1547985Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:23:00.1557275Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:23:00.1569190Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:23:00.1585762Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:23:00.1694002Z Building wheels for collected packages: pyinstaller
2025-08-20T20:23:00.1701339Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T20:23:03.4190575Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T20:23:03.4212526Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=c6510e60aeb879a8d45141ea0f15ffffe4cf83d84d9469d51c46e48e73187166
2025-08-20T20:23:03.4213713Z   Stored in directory: /tmp/pip-ephem-wheel-cache-ivogysre/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T20:23:03.4252346Z Successfully built pyinstaller
2025-08-20T20:23:03.5040714Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T20:23:03.5046278Z   Attempting uninstall: altgraph
2025-08-20T20:23:03.5115850Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:23:03.5133302Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:23:03.5139353Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:23:03.5356254Z   Attempting uninstall: setuptools
2025-08-20T20:23:03.5426491Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:23:03.5633282Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:23:03.5859404Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:23:04.1785857Z   Attempting uninstall: packaging
2025-08-20T20:23:04.1870583Z     Found existing installation: packaging 25.0
2025-08-20T20:23:04.1890302Z     Uninstalling packaging-25.0:
2025-08-20T20:23:04.1896334Z       Successfully uninstalled packaging-25.0
2025-08-20T20:23:04.2331647Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:23:04.2408085Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:23:04.2717699Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:23:04.2758129Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:23:04.4732538Z   Attempting uninstall: pyinstaller
2025-08-20T20:23:04.4808259Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:23:04.5072840Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:23:04.5112190Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:23:04.7853050Z 
2025-08-20T20:23:04.7877169Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T20:23:05.0215629Z 6.15.0
2025-08-20T20:23:06.5900377Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T20:23:06.5909669Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T20:23:06.5910031Z 
2025-08-20T20:23:06.5910510Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T20:23:06.5911101Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T20:23:06.5911551Z installation.
2025-08-20T20:23:06.5911762Z 
2025-08-20T20:23:06.5911981Z If you installed the current Docker package using this script and are using it
2025-08-20T20:23:06.5912482Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T20:23:06.5913017Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T20:23:06.5913466Z files to match the parameters passed to the script.
2025-08-20T20:23:06.5913689Z 
2025-08-20T20:23:06.5913864Z You may press Ctrl+C now to abort this script.
2025-08-20T20:23:06.6068791Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:23:08.2433288Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T20:23:08.8349270Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T20:23:08.8458396Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T20:23:08.9404277Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T20:23:08.9420429Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T20:23:08.9428199Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:23:10.2527250Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T20:23:23.1363856Z + sh -c 'docker version'
2025-08-20T20:23:23.1502022Z Client: Docker Engine - Community
2025-08-20T20:23:23.1502572Z  Version:           28.3.3
2025-08-20T20:23:23.1502865Z  API version:       1.51
2025-08-20T20:23:23.1503176Z  Go version:        go1.24.5
2025-08-20T20:23:23.1503548Z  Git commit:        980b856
2025-08-20T20:23:23.1503836Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T20:23:23.1504153Z  OS/Arch:           linux/arm64
2025-08-20T20:23:23.1504415Z  Context:           default
2025-08-20T20:23:23.1504554Z 
2025-08-20T20:23:23.1504656Z Server: Docker Engine - Community
2025-08-20T20:23:23.1504977Z  Engine:
2025-08-20T20:23:23.1505189Z   Version:          28.3.3
2025-08-20T20:23:23.1505465Z   API version:      1.51 (minimum version 1.24)
2025-08-20T20:23:23.1505820Z   Go version:       go1.24.5
2025-08-20T20:23:23.1506109Z   Git commit:       bea959c
2025-08-20T20:23:23.1506362Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T20:23:23.1506729Z   OS/Arch:          linux/arm64
2025-08-20T20:23:23.1506983Z   Experimental:     false
2025-08-20T20:23:23.1507250Z  containerd:
2025-08-20T20:23:23.1507475Z   Version:          1.7.27
2025-08-20T20:23:23.1507768Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T20:23:23.1508149Z  runc:
2025-08-20T20:23:23.1508357Z   Version:          1.2.5
2025-08-20T20:23:23.1508600Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T20:23:23.1508915Z  docker-init:
2025-08-20T20:23:23.1509109Z   Version:          0.19.0
2025-08-20T20:23:23.1509744Z   GitCommit:        de40ad0
2025-08-20T20:23:23.1521032Z 
2025-08-20T20:23:23.1521584Z ================================================================================
2025-08-20T20:23:23.1521878Z 
2025-08-20T20:23:23.1522383Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T20:23:23.1522951Z Docker daemon in rootless mode for your user:
2025-08-20T20:23:23.1523275Z 
2025-08-20T20:23:23.1523418Z     dockerd-rootless-setuptool.sh install
2025-08-20T20:23:23.1523638Z 
2025-08-20T20:23:23.1523860Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T20:23:23.1524205Z 
2025-08-20T20:23:23.1524211Z 
2025-08-20T20:23:23.1524431Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T20:23:23.1524919Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T20:23:23.1525189Z 
2025-08-20T20:23:23.1525378Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T20:23:23.1525934Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T20:23:23.1526409Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T20:23:23.1526705Z 
2025-08-20T20:23:23.1526864Z ================================================================================
2025-08-20T20:23:23.1527107Z 
2025-08-20T20:23:34.4519486Z ● docker.service - Docker Application Container Engine
2025-08-20T20:23:34.4520118Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:23:34.4520641Z      Active: active (running) since Wed 2025-08-20 20:23:24 UTC; 10s ago
2025-08-20T20:23:34.4521182Z TriggeredBy: ● docker.socket
2025-08-20T20:23:34.4521894Z        Docs: https://docs.docker.com
2025-08-20T20:23:34.4522173Z    Main PID: 20454 (dockerd)
2025-08-20T20:23:34.4522497Z       Tasks: 10
2025-08-20T20:23:34.4522732Z      Memory: 21.2M (peak: 25.3M)
2025-08-20T20:23:34.4523040Z         CPU: 270ms
2025-08-20T20:23:34.4523340Z      CGroup: /system.slice/docker.service
2025-08-20T20:23:34.4525903Z              └─20454 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:23:34.4526232Z 
2025-08-20T20:23:34.4526720Z Aug 20 20:23:23 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:23.811408589Z" level=info msg="Loading containers: start."
2025-08-20T20:23:34.4527897Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.356700317Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 7c006eb21f6296454acd8d588a2b08bc6ebbc13bc118a6285de9a1fe7bee364f], retrying...."
2025-08-20T20:23:34.4529077Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.394606689Z" level=info msg="Loading containers: done."
2025-08-20T20:23:34.4531179Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.414221037Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:23:34.4532523Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.414333040Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:23:34.4533460Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.414366616Z" level=info msg="Initializing buildkit"
2025-08-20T20:23:34.4534193Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.431193718Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:23:34.4534935Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.435604402Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:23:34.4535761Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.435680836Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:23:34.4536428Z Aug 20 20:23:24 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:23:34.4616875Z ● docker.service - Docker Application Container Engine
2025-08-20T20:23:34.4617540Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:23:34.4620824Z      Active: active (running) since Wed 2025-08-20 20:23:24 UTC; 10s ago
2025-08-20T20:23:34.4621661Z TriggeredBy: ● docker.socket
2025-08-20T20:23:34.4621993Z        Docs: https://docs.docker.com
2025-08-20T20:23:34.4622331Z    Main PID: 20454 (dockerd)
2025-08-20T20:23:34.4622606Z       Tasks: 10
2025-08-20T20:23:34.4622848Z      Memory: 21.2M (peak: 25.3M)
2025-08-20T20:23:34.4623215Z         CPU: 270ms
2025-08-20T20:23:34.4623494Z      CGroup: /system.slice/docker.service
2025-08-20T20:23:34.4624102Z              └─20454 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:23:34.4624451Z 
2025-08-20T20:23:34.4624818Z Aug 20 20:23:23 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:23.811408589Z" level=info msg="Loading containers: start."
2025-08-20T20:23:34.4625995Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.356700317Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 7c006eb21f6296454acd8d588a2b08bc6ebbc13bc118a6285de9a1fe7bee364f], retrying...."
2025-08-20T20:23:34.4627214Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.394606689Z" level=info msg="Loading containers: done."
2025-08-20T20:23:34.4628384Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.414221037Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:23:34.4630282Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.414333040Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:23:34.4631259Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.414366616Z" level=info msg="Initializing buildkit"
2025-08-20T20:23:34.4631986Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.431193718Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:23:34.4632735Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.435604402Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:23:34.4633585Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.435680836Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:23:34.4634269Z Aug 20 20:23:24 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:23:34.4807138Z ● docker.service - Docker Application Container Engine
2025-08-20T20:23:34.4807705Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:23:34.4808203Z      Active: active (running) since Wed 2025-08-20 20:23:24 UTC; 10s ago
2025-08-20T20:23:34.4808728Z TriggeredBy: ● docker.socket
2025-08-20T20:23:34.4809035Z        Docs: https://docs.docker.com
2025-08-20T20:23:34.4809496Z    Main PID: 20454 (dockerd)
2025-08-20T20:23:34.4809833Z       Tasks: 10
2025-08-20T20:23:34.4810070Z      Memory: 21.2M (peak: 25.3M)
2025-08-20T20:23:34.4810371Z         CPU: 270ms
2025-08-20T20:23:34.4810636Z      CGroup: /system.slice/docker.service
2025-08-20T20:23:34.4811246Z              └─20454 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:23:34.4811538Z 
2025-08-20T20:23:34.4811945Z Aug 20 20:23:23 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:23.811408589Z" level=info msg="Loading containers: start."
2025-08-20T20:23:34.4813119Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.356700317Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 7c006eb21f6296454acd8d588a2b08bc6ebbc13bc118a6285de9a1fe7bee364f], retrying...."
2025-08-20T20:23:34.4814261Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.394606689Z" level=info msg="Loading containers: done."
2025-08-20T20:23:34.4815771Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.414221037Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:23:34.4817136Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.414333040Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:23:34.4818076Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.414366616Z" level=info msg="Initializing buildkit"
2025-08-20T20:23:34.4818792Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.431193718Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:23:34.4819764Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.435604402Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:23:34.4820583Z Aug 20 20:23:24 runnervmdbl46 dockerd[20454]: time="2025-08-20T20:23:24.435680836Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:23:34.4821291Z Aug 20 20:23:24 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:23:34.4905692Z Docker version 28.3.3, build 980b856
2025-08-20T20:23:34.5073274Z Unable to find image 'hello-world:latest' locally
2025-08-20T20:23:35.0962778Z latest: Pulling from library/hello-world
2025-08-20T20:23:35.2797855Z 198f93fd5094: Pulling fs layer
2025-08-20T20:23:35.5810563Z 198f93fd5094: Download complete
2025-08-20T20:23:35.6105871Z 198f93fd5094: Pull complete
2025-08-20T20:23:35.6315896Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T20:23:35.6397596Z Status: Downloaded newer image for hello-world:latest
2025-08-20T20:23:36.4389876Z 
2025-08-20T20:23:36.4390661Z Hello from Docker!
2025-08-20T20:23:36.4391631Z This message shows that your installation appears to be working correctly.
2025-08-20T20:23:36.4392181Z 
2025-08-20T20:23:36.4392345Z To generate this message, Docker took the following steps:
2025-08-20T20:23:36.4392723Z  1. The Docker client contacted the Docker daemon.
2025-08-20T20:23:36.4393176Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T20:23:36.4393601Z     (arm64v8)
2025-08-20T20:23:36.4394198Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T20:23:36.4394732Z     executable that produces the output you are currently reading.
2025-08-20T20:23:36.4395203Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T20:23:36.4395578Z     to your terminal.
2025-08-20T20:23:36.4395756Z 
2025-08-20T20:23:36.4396020Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T20:23:36.4396418Z  $ docker run -it ubuntu bash
2025-08-20T20:23:36.4396578Z 
2025-08-20T20:23:36.4396825Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T20:23:36.4397237Z  https://hub.docker.com/
2025-08-20T20:23:36.4397392Z 
2025-08-20T20:23:36.4397525Z For more examples and ideas, visit:
2025-08-20T20:23:36.4397932Z  https://docs.docker.com/get-started/
2025-08-20T20:23:36.4398125Z 
2025-08-20T20:23:36.5723273Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:23:36.5724046Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:23:36.5724584Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:23:36.5725185Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:23:36.5725642Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:23:36.5788043Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:23:36.5788551Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:23:36.5788929Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:23:36.5790350Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:23:36.5790719Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:23:36.5791077Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:23:36.5791459Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:23:36.5791845Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:23:36.5792257Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:23:36.5792649Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:23:36.5793046Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:23:36.5793444Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:23:36.5793804Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:23:36.5794182Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:23:36.5794648Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:23:36.5795090Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:23:36.5795475Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:23:36.5795891Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:23:36.5797113Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:23:36.5797478Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:23:36.5797868Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:23:36.5798300Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:23:36.5798714Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:23:36.5799123Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:23:36.5799701Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:23:36.5800125Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:23:36.5800547Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:23:36.5800973Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:23:36.5801398Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:23:36.5801839Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:23:36.5802265Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:23:36.5802667Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:23:36.5803075Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:23:36.5803472Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:23:36.5803877Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:23:36.5804299Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:23:36.5804714Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:23:36.5805117Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:23:36.5805518Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:23:36.5805972Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:23:36.5806444Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:23:36.5806916Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:23:36.5807687Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:23:36.5808154Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:23:36.5808574Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:23:36.5808992Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:23:36.5809557Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:23:36.5809982Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:23:36.5810381Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:23:36.5810755Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:23:36.5811115Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:23:36.5811484Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:23:36.5811880Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:23:36.5812289Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:23:36.5812667Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:23:36.5813251Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:23:36.5813691Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:23:36.5814325Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:23:36.5814731Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:23:36.5815153Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:23:36.5815585Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:23:36.5815989Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:23:36.5816390Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:23:36.5816827Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:23:36.5817322Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:23:36.5817822Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:23:36.5818286Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:23:36.5818704Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:23:36.5819094Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:23:36.5819764Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:23:36.5820173Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:23:36.5820577Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:23:36.5821032Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:23:36.5821530Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:23:36.5822035Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:23:36.5822522Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:23:36.5822965Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:23:36.5823363Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:23:36.5823759Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:23:36.5824164Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:23:36.5824564Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:23:36.5825185Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:23:36.5825633Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:23:36.5826058Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:23:36.5826438Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:23:36.5826809Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:23:36.5827223Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:23:36.5827628Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:23:36.5828004Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:23:36.5828370Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:23:36.5828762Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:23:36.5829345Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:23:36.5829723Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:23:36.5830102Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:23:36.5830513Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:23:36.5830899Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:23:36.5831445Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:23:36.5831811Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:23:36.5832186Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:23:36.5832573Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:23:36.5832966Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:23:36.5833363Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:23:36.5833747Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:23:36.5834126Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:23:36.5834526Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:23:36.5834976Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:23:36.5835352Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:23:36.5835708Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:23:36.5836060Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:23:36.5836418Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:23:36.5836780Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:23:36.5837137Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:23:36.5837512Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:23:36.5837911Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:23:36.5838344Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:23:36.5838782Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:23:36.5839435Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:23:36.5839883Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:23:36.5840277Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:23:36.5840668Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:23:36.5841066Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:23:36.5841714Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:23:36.5842121Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:23:36.5842514Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:23:36.5842931Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:23:36.5843370Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:23:36.5843804Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:23:36.5844192Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:23:36.5844585Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:23:36.5844994Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:23:36.5845402Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:23:36.5845809Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:23:36.5846205Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:23:36.5846603Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:23:36.5847005Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:23:36.5847387Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:23:36.5847922Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:23:36.5848285Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:23:36.5848679Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:23:36.5849077Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:23:36.5849642Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:23:36.5850042Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:23:36.5850413Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:23:36.5850788Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:23:36.5851165Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:23:36.5851548Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:23:36.5851977Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:23:36.5852422Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:23:36.5852820Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:23:36.5853192Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:23:36.5853582Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:23:36.5854008Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:23:36.5854424Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:23:36.5854781Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:23:36.5855126Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:23:36.5855543Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:23:36.5855976Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:23:36.5856384Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:23:36.5856770Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:23:36.5857154Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:23:36.5857534Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:23:36.5858215Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:23:36.5858705Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:23:36.5859121Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:23:36.5859626Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:23:36.5859990Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:23:36.5860442Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:23:36.5860945Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:23:36.5861382Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:23:36.5861756Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:23:36.5862213Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:23:36.5862752Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:23:36.5863252Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:23:36.5863699Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:23:36.5864059Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:23:36.5864631Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:23:36.5865044Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:23:36.5865459Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:23:36.5865863Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:23:36.5866237Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:23:36.5866615Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:23:36.5867015Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:23:36.5867415Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:23:36.5867810Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:23:36.5868210Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:23:36.5868612Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:23:36.5869009Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:23:36.5869576Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:23:36.5870033Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:23:36.5870461Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:23:36.5870856Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:23:36.5871228Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:23:36.5871601Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:23:36.5871979Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:23:36.5872371Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:23:36.5872796Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:23:36.5873263Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:23:36.5873712Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:23:36.5874120Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:23:36.5874509Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:23:36.5875192Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:23:36.5875595Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:23:36.5875967Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:23:36.5876347Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:23:36.5876730Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:23:36.5877178Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:23:36.5877648Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:23:36.5878108Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:23:36.5878628Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:23:36.5879301Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:23:36.5879823Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:23:36.5880262Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:23:36.5880627Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:23:36.5880989Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:23:36.5881567Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:23:36.5881947Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:23:36.5882315Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:23:36.5882698Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:23:36.5883080Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:23:36.5883472Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:23:36.5883852Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:23:36.5884228Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:23:36.5884627Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:23:36.5885018Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:23:36.5885430Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:23:36.5885872Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:23:36.5886295Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:23:36.5886710Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:23:36.5887113Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:23:36.5887531Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:23:36.5887955Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:23:36.5888349Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:23:36.5888714Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:23:36.5889427Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:36.5889999Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:23:36.5890376Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:23:36.5890798Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:23:36.5891175Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:23:36.5891574Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:23:36.5892254Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:23:36.5892701Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:23:36.5893129Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:23:36.5893532Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:23:36.5893934Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:23:36.5894359Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:23:36.5894767Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:23:36.5895157Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:23:36.5895583Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:23:36.5896079Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:23:36.5896576Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:23:36.5897269Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:23:36.5897687Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:23:36.5898088Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:23:36.5898729Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:23:36.5899437Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:23:36.5899855Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:23:36.5900291Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:23:36.5900739Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:23:36.5901146Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:23:36.5901510Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:23:36.5901861Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:23:36.5902237Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:23:36.5902622Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:23:36.5902995Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:23:36.5903347Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:23:36.5903713Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:23:36.5904076Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:23:36.5904429Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:23:36.5904803Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:23:36.5905156Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:23:36.5905530Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:23:36.5905916Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:23:36.5906276Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:23:36.5906637Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:23:36.5907003Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:23:36.5907367Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:23:36.5907742Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:23:36.5908111Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:23:36.5908473Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:23:36.5909076Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:23:36.5909812Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:23:36.5910252Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:23:36.5910659Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:23:36.5911026Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:23:36.5911410Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:23:36.5911839Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:23:36.5912239Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:23:36.5912594Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:23:36.5912964Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:23:36.5913324Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:23:36.5913668Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:23:36.5914013Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:23:36.5914366Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:23:36.5914730Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:23:36.5915279Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:23:36.5915627Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:23:36.5915958Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:23:36.5916334Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:23:36.5916737Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:23:36.5917138Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:23:36.5917535Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:23:36.5917927Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:23:36.5918340Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:23:36.5918839Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:23:36.5919645Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:23:36.5920273Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:23:36.5920817Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:23:36.5921289Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:23:36.5921744Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:23:36.5922265Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:23:36.5922884Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:23:36.5923446Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:23:36.5923939Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:23:36.5924381Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:23:36.5924750Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:23:36.5925123Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:23:36.5925497Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:23:36.5926108Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:23:36.5926531Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:23:36.5926917Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:23:36.5927307Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:23:36.5927694Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:23:36.5928085Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:23:36.5928463Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:23:36.5928838Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:23:36.5929353Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:23:36.5929760Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:23:36.5930161Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:23:36.5930571Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:23:36.5930981Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:23:36.5931349Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:23:36.5931736Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:23:36.5932313Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:23:36.5932720Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:23:36.5933156Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:23:36.5933579Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:23:36.5933944Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:23:36.5934371Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:23:36.5934756Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:23:36.5935125Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:23:36.5935515Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:23:36.5935907Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:23:36.5936297Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:23:36.5936703Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:23:36.5937067Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:23:36.5937435Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:23:36.5937985Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:36.5938705Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:36.5939684Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:36.5940390Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:36.5940924Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:23:36.5941303Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:23:36.5941709Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:23:36.5942110Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:23:36.5942488Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:23:36.5943095Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:23:36.5943488Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:23:36.5943866Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:23:36.5944245Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:23:36.5944619Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:23:36.5945000Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:23:36.5945388Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:23:36.5945792Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:23:36.5946192Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:23:36.5946591Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:23:36.5946983Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:23:36.5947364Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:23:36.5947753Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:23:36.5948157Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:23:36.5948559Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:23:36.5949128Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:23:36.5949690Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:23:36.5950122Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:23:36.5950557Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:23:36.5950962Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:23:36.5951405Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:23:36.5951859Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:23:36.5952266Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:23:36.5952633Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:23:36.5953012Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:23:36.5953415Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:23:36.5953825Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:23:36.5954229Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:23:36.5954611Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:23:36.5955004Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:23:36.5955479Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:23:36.5955951Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:23:36.5956350Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:23:36.5956763Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:23:36.5957216Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:23:36.5957666Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:23:36.5958142Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:23:36.5958626Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:23:36.5959071Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:23:36.5959876Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:23:36.5960305Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:23:36.5960694Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:23:36.5961114Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:23:36.5961500Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:23:36.5961880Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:23:36.5962287Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:23:36.5962687Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:23:36.5963090Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:23:36.5963512Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:23:36.5963911Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:23:36.5964291Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:23:36.5964663Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:23:36.5965021Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:23:36.5965410Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:23:36.5965984Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:23:36.5966379Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:23:36.5966830Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:23:36.5967280Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:23:36.5967679Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:23:36.5968122Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:23:36.5968543Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:23:36.5968948Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:23:36.5969549Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:23:36.5969913Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:23:36.5970289Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:23:36.5970684Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:23:36.5971078Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:23:36.5971461Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:23:36.5971820Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:23:36.5972177Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:23:36.5972527Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:23:36.5973019Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:23:36.5973528Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:23:36.5973914Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:23:36.5974298Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:23:36.5974694Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:23:36.5975104Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:23:36.5975517Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:23:36.5975923Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:23:36.5976604Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:23:36.5977048Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:23:36.5977421Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:23:36.5977790Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:23:36.5978153Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:23:36.5978534Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:23:36.5978957Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:23:36.5979708Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:23:36.5980120Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:23:36.5980546Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:23:36.5980996Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:23:36.5981398Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:23:36.5981766Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:23:36.5982116Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:23:36.5982465Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:23:36.5983071Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:23:36.5983452Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:23:36.5983829Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:23:36.5984225Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:23:36.5984644Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:23:36.5985107Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:23:36.5985546Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:23:36.5985923Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:23:36.5986309Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:23:36.5986699Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:23:36.5987090Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:23:36.5987471Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:23:36.5987845Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:23:36.5988289Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:23:36.5988784Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:23:36.5989484Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:23:36.5989897Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:23:36.5990284Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:23:36.5990689Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:23:36.5991092Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:23:36.5991470Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:23:36.5991867Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:23:36.5992249Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:23:36.5992595Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:23:36.5992953Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:23:36.5993587Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:23:36.5994044Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:23:36.5994423Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:23:36.5994807Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:23:36.5995251Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:23:36.5995698Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:23:36.5996125Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:23:36.5996521Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:23:36.5997037Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:36.5997549Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:23:36.5997943Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:23:36.5998354Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:23:36.5998781Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:23:36.5999474Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:23:36.6000264Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:23:36.6000879Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:23:36.6001529Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:23:36.6002181Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:23:36.6002811Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:23:36.6003434Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:23:36.6004017Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:23:36.6004505Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:23:36.6004953Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:23:36.6005389Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:23:36.6005818Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:23:36.6006297Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:23:36.6006730Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:23:36.6007112Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:23:36.6007482Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:23:36.6007860Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:23:36.6008243Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:23:36.6008656Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:23:36.6009068Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:23:36.6009584Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:23:36.6009976Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:23:36.6010439Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:23:36.6011165Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:23:36.6011720Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:23:36.6012212Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:23:36.6012663Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:23:36.6013086Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:23:36.6013523Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:23:36.6013936Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:23:36.6014369Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:23:36.6014796Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:23:36.6015187Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:23:36.6015572Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:23:36.6015944Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:23:36.6016325Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:23:36.6016764Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:23:36.6017365Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:23:36.6017774Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:23:36.6018187Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:23:36.6018618Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:23:36.6019068Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:23:36.6019679Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:23:36.6020116Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:23:36.6020513Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:23:36.6020886Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:23:36.6021277Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:23:36.6021655Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:23:36.6022027Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:23:36.6022428Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:23:36.6022831Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:23:36.6023257Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:23:36.6023731Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:23:36.6024190Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:23:36.6024581Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:23:36.6024933Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:23:36.6025308Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:23:36.6025706Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:23:36.6026094Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:23:36.6026485Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:23:36.6026915Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:23:36.6027559Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:23:36.6028049Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:23:36.6028439Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:23:36.6028841Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:23:36.6029678Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:36.6030303Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:23:36.6030764Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:23:36.6031209Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:23:36.6031635Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:23:36.6032033Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:23:36.6032430Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:23:36.6032824Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:23:36.6033226Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:23:36.6033668Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:23:36.6034263Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:23:36.6034658Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:23:36.6035059Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:23:36.6035433Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:23:36.6035841Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:23:36.6036305Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:23:36.6036730Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:23:36.6037109Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:23:36.6037487Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:23:36.6037877Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:23:36.6038260Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:23:36.6038636Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:23:36.6039067Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:23:36.6039700Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:23:36.6040119Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:23:36.6040523Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:23:36.6040925Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:23:36.6041308Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:23:36.6041683Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:23:36.6042069Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:23:36.6042475Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:23:36.6042918Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:23:36.6043366Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:23:36.6043784Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:23:36.6044191Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:23:36.6044831Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:23:36.6045289Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:23:36.6045677Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:23:36.6046035Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:23:36.6046385Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:23:36.6046759Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:23:36.6047132Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:23:36.6047485Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:23:36.6047859Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:23:36.6048255Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:23:36.6048646Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:23:36.6049006Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:23:36.6049613Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:23:36.6050004Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:23:36.6050401Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:23:36.6050984Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:23:36.6051352Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:23:36.6051715Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:23:36.6052097Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:23:36.6052477Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:23:36.6052827Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:23:36.6053209Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:23:36.6053603Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:23:36.6053986Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:23:36.6054364Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:23:36.6054743Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:23:36.6055132Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:23:36.6055537Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:23:36.6055961Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:23:36.6056372Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:23:36.6056733Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:23:36.6057086Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:23:36.6057437Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:23:36.6057865Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:23:36.6058370Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:23:36.6058881Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:23:36.6059654Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:23:36.6060169Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:23:36.6060610Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:23:36.6060987Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:23:36.6061622Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:23:36.6062033Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:23:36.6062425Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:23:36.6062816Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:23:36.6063203Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:23:36.6063585Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:23:36.6063975Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:23:36.6064420Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:23:36.6064848Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:23:36.6065224Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:23:36.6065627Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:23:36.6066055Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:23:36.6066436Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:23:36.6066789Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:23:36.6067177Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:23:36.6067818Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:23:36.6068283Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:23:36.6068697Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:23:36.6069116Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:23:36.6069874Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:23:36.6070325Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:23:36.6244854Z [+] Installing Go for linux-arm64...
2025-08-20T20:23:38.2282585Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T20:23:38.2282910Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T20:23:38.2283152Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T20:23:38.2293309Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T20:23:38.2293712Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T20:23:38.2294065Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T20:23:38.2509061Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T20:23:38.2509612Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T20:23:38.2510076Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T20:23:38.2510554Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T20:23:38.2510998Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T20:23:38.2511443Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T20:23:38.2511904Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T20:23:38.2512393Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T20:23:38.2512825Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T20:23:38.2513256Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T20:23:38.2513691Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T20:23:38.2514125Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T20:23:38.2514915Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T20:23:38.2515399Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T20:23:38.2515846Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T20:23:38.2516301Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T20:23:38.2516760Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T20:23:38.2517231Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T20:23:38.2517678Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T20:23:38.2518088Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T20:23:38.2518431Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T20:23:38.2518755Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T20:23:38.2519085Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T20:23:38.2519649Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T20:23:38.2519995Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T20:23:38.2552571Z go version go1.22.2 linux/arm64
2025-08-20T20:23:38.2824133Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:23:38.2824516Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:23:38.2825247Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:23:38.2825603Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:23:38.2825971Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:23:38.2826330Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:23:38.2826695Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:23:38.2827071Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:23:38.2827420Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:23:38.2827927Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:23:38.2828283Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:23:38.2828669Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:23:38.2829051Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:23:38.2829723Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:23:38.2830130Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:23:38.2830537Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:23:38.2830940Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:23:38.2831300Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:23:38.2831682Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:23:38.2832140Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:23:38.2832581Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:23:38.2832969Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:23:38.2833390Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:23:38.2833789Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:23:38.2834139Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:23:38.2834528Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:23:38.2834958Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:23:38.2835671Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:23:38.2836113Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:23:38.2836524Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:23:38.2836940Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:23:38.2837363Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:23:38.2837799Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:23:38.2838216Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:23:38.2838661Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:23:38.2839085Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:23:38.2839654Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:23:38.2840074Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:23:38.2840508Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:23:38.2840919Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:23:38.2841345Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:23:38.2841766Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:23:38.2842387Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:23:38.2842794Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:23:38.2843258Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:23:38.2843733Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:23:38.2844207Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:23:38.2844700Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:23:38.2845143Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:23:38.2845565Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:23:38.2845982Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:23:38.2846395Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:23:38.2846811Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:23:38.2847211Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:23:38.2847581Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:23:38.2847935Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:23:38.2848315Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:23:38.2848707Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:23:38.2849111Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:23:38.2849802Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:23:38.2850218Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:23:38.2850664Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:23:38.2851084Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:23:38.2851497Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:23:38.2851916Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:23:38.2852346Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:23:38.2853012Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:23:38.2853429Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:23:38.2853867Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:23:38.2854364Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:23:38.2854861Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:23:38.2855327Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:23:38.2855743Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:23:38.2856131Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:23:38.2856525Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:23:38.2856932Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:23:38.2857328Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:23:38.2857785Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:23:38.2858284Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:23:38.2858787Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:23:38.2859608Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:23:38.2860059Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:23:38.2860461Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:23:38.2860862Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:23:38.2861269Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:23:38.2861674Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:23:38.2862063Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:23:38.2862488Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:23:38.2862913Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:23:38.2863300Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:23:38.2863677Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:23:38.2864085Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:23:38.2864495Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:23:38.2864871Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:23:38.2865238Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:23:38.2865638Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:23:38.2866032Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:23:38.2866382Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:23:38.2866759Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:23:38.2867169Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:23:38.2867561Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:23:38.2867927Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:23:38.2868297Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:23:38.2868672Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:23:38.2869064Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:23:38.2869844Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:23:38.2870265Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:23:38.2870649Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:23:38.2871027Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:23:38.2871426Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:23:38.2871833Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:23:38.2872202Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:23:38.2872556Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:23:38.2872903Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:23:38.2873256Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:23:38.2873621Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:23:38.2873966Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:23:38.2874333Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:23:38.2874730Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:23:38.2875155Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:23:38.2875767Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:23:38.2876168Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:23:38.2876561Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:23:38.2876953Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:23:38.2877345Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:23:38.2877753Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:23:38.2878165Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:23:38.2878551Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:23:38.2878943Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:23:38.2879575Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:23:38.2880028Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:23:38.2880457Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:23:38.2880848Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:23:38.2881239Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:23:38.2881648Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:23:38.2882059Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:23:38.2882465Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:23:38.2882856Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:23:38.2883254Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:23:38.2883655Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:23:38.2884036Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:23:38.2884396Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:23:38.2884764Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:23:38.2885160Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:23:38.2885553Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:23:38.2886169Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:23:38.2886603Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:23:38.2886974Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:23:38.2887352Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:23:38.2887731Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:23:38.2888151Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:23:38.2888577Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:23:38.2889023Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:23:38.2889605Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:23:38.2889981Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:23:38.2890377Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:23:38.2890798Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:23:38.2891213Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:23:38.2891567Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:23:38.2891913Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:23:38.2892522Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:23:38.2892957Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:23:38.2893367Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:23:38.2893750Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:23:38.2894131Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:23:38.2894516Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:23:38.2894946Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:23:38.2895415Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:23:38.2895830Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:23:38.2896200Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:23:38.2896566Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:23:38.2897009Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:23:38.2897509Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:23:38.2897950Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:23:38.2898325Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:23:38.2898789Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:23:38.2899570Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:23:38.2900099Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:23:38.2900532Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:23:38.2900897Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:23:38.2901278Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:23:38.2901690Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:23:38.2902108Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:23:38.2902511Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:23:38.2903122Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:23:38.2903516Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:23:38.2903913Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:23:38.2904314Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:23:38.2904712Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:23:38.2905120Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:23:38.2905516Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:23:38.2905910Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:23:38.2906330Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:23:38.2906779Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:23:38.2907211Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:23:38.2907600Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:23:38.2907973Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:23:38.2908348Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:23:38.2908720Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:23:38.2909444Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:23:38.2909879Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:23:38.2910348Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:23:38.2910801Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:23:38.2911206Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:23:38.2911599Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:23:38.2911982Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:23:38.2912357Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:23:38.2912729Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:23:38.2913117Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:23:38.2913507Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:23:38.2913956Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:23:38.2914429Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:23:38.2914890Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:23:38.2915410Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:23:38.2915927Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:23:38.2916438Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:23:38.2916881Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:23:38.2917248Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:23:38.2917623Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:23:38.2918005Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:23:38.2918382Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:23:38.2918752Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:23:38.2919134Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:23:38.2919885Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:23:38.2920294Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:23:38.2920674Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:23:38.2921050Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:23:38.2921449Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:23:38.2921841Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:23:38.2922261Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:23:38.2922695Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:23:38.2923116Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:23:38.2923530Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:23:38.2923935Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:23:38.2924346Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:23:38.2924773Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:23:38.2925165Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:23:38.2925531Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:23:38.2926206Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:38.2926726Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:23:38.2927099Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:23:38.2927469Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:23:38.2927840Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:23:38.2928241Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:23:38.2928678Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:23:38.2929105Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:23:38.2929695Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:23:38.2930108Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:23:38.2930520Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:23:38.2930940Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:23:38.2931351Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:23:38.2931742Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:23:38.2932175Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:23:38.2932669Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:23:38.2933168Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:23:38.2933620Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:23:38.2934031Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:23:38.2934439Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:23:38.2934912Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:23:38.2935395Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:23:38.2935811Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:23:38.2936246Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:23:38.2936888Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:23:38.2937331Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:23:38.2937692Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:23:38.2938043Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:23:38.2938413Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:23:38.2938805Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:23:38.2939294Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:23:38.2939667Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:23:38.2940035Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:23:38.2940397Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:23:38.2940800Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:23:38.2941178Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:23:38.2941535Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:23:38.2941911Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:23:38.2942297Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:23:38.2942660Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:23:38.2943214Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:23:38.2943579Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:23:38.2943948Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:23:38.2944318Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:23:38.2944683Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:23:38.2945047Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:23:38.2945422Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:23:38.2945844Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:23:38.2946282Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:23:38.2946688Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:23:38.2947059Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:23:38.2947439Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:23:38.2947866Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:23:38.2948266Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:23:38.2948627Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:23:38.2949000Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:23:38.2949514Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:23:38.2949859Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:23:38.2950207Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:23:38.2950562Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:23:38.2950936Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:23:38.2951295Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:23:38.2951635Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:23:38.2951970Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:23:38.2952347Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:23:38.2952753Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:23:38.2953434Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:23:38.2953853Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:23:38.2954248Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:23:38.2954667Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:23:38.2955171Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:23:38.2955784Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:23:38.2956405Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:23:38.2956948Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:23:38.2957426Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:23:38.2957886Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:23:38.2958406Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:23:38.2959027Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:23:38.2959889Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:23:38.2960387Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:23:38.2960833Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:23:38.2961201Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:23:38.2961577Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:23:38.2961955Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:23:38.2962337Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:23:38.2962748Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:23:38.2963133Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:23:38.2963521Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:23:38.2963910Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:23:38.2964301Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:23:38.2964680Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:23:38.2965055Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:23:38.2965432Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:23:38.2965829Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:23:38.2966225Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:23:38.2966641Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:23:38.2967054Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:23:38.2967429Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:23:38.2967825Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:23:38.2968238Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:23:38.2968650Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:23:38.2969092Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:23:38.2969727Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:23:38.2970331Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:23:38.2970724Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:23:38.2971108Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:23:38.2971474Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:23:38.2971865Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:23:38.2972265Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:23:38.2972652Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:23:38.2973034Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:23:38.2973397Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:23:38.2973764Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:23:38.2974316Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:38.2975034Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:38.2975717Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:38.2976379Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:38.2977068Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:23:38.2977458Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:23:38.2977864Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:23:38.2978268Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:23:38.2978651Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:23:38.2979027Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:23:38.2979540Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:23:38.2979924Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:23:38.2980304Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:23:38.2980685Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:23:38.2981063Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:23:38.2981447Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:23:38.2981853Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:23:38.2982252Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:23:38.2982659Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:23:38.2983046Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:23:38.2983423Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:23:38.2983813Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:23:38.2984217Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:23:38.2984624Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:23:38.2985028Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:23:38.2985417Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:23:38.2985841Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:23:38.2986279Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:23:38.2986897Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:23:38.2987360Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:23:38.2987817Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:23:38.2988221Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:23:38.2988594Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:23:38.2988981Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:23:38.2989551Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:23:38.2989965Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:23:38.2990366Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:23:38.2990743Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:23:38.2991137Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:23:38.2991605Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:23:38.2992079Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:23:38.2992476Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:23:38.2992883Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:23:38.2993521Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:23:38.2993969Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:23:38.2994440Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:23:38.2994928Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:23:38.2995376Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:23:38.2995815Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:23:38.2996214Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:23:38.2996603Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:23:38.2997025Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:23:38.2997413Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:23:38.2997791Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:23:38.2998204Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:23:38.2998605Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:23:38.2999014Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:23:38.2999602Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:23:38.2999999Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:23:38.3000378Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:23:38.3000745Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:23:38.3001102Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:23:38.3001494Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:23:38.3001916Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:23:38.3002311Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:23:38.3002759Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:23:38.3003210Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:23:38.3003812Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:23:38.3004276Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:23:38.3004699Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:23:38.3005106Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:23:38.3005515Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:23:38.3005878Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:23:38.3006241Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:23:38.3006634Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:23:38.3007031Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:23:38.3007413Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:23:38.3007778Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:23:38.3008124Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:23:38.3008473Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:23:38.3008958Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:23:38.3009606Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:23:38.3010165Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:23:38.3010545Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:23:38.3010947Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:23:38.3011359Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:23:38.3011774Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:23:38.3012182Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:23:38.3012599Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:23:38.3013010Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:23:38.3013385Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:23:38.3013753Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:23:38.3014119Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:23:38.3014494Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:23:38.3014919Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:23:38.3015347Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:23:38.3015747Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:23:38.3016171Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:23:38.3016614Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:23:38.3017013Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:23:38.3017381Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:23:38.3017732Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:23:38.3018090Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:23:38.3018463Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:23:38.3018840Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:23:38.3019378Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:23:38.3019803Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:23:38.3020420Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:23:38.3020904Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:23:38.3021342Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:23:38.3021718Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:23:38.3022109Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:23:38.3022504Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:23:38.3022894Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:23:38.3023279Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:23:38.3023654Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:23:38.3024097Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:23:38.3024590Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:23:38.3025022Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:23:38.3025394Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:23:38.3025772Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:23:38.3026173Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:23:38.3026705Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:23:38.3027079Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:23:38.3027480Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:23:38.3027862Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:23:38.3028210Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:23:38.3028570Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:23:38.3028970Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:23:38.3029558Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:23:38.3029944Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:23:38.3030328Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:23:38.3030775Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:23:38.3031217Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:23:38.3031644Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:23:38.3032038Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:23:38.3032614Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:38.3033126Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:23:38.3033519Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:23:38.3033937Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:23:38.3034364Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:23:38.3034885Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:23:38.3035466Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:23:38.3036075Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:23:38.3036751Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:23:38.3037607Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:23:38.3038258Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:23:38.3038883Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:23:38.3039678Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:23:38.3040172Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:23:38.3040653Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:23:38.3041093Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:23:38.3041521Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:23:38.3042000Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:23:38.3042434Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:23:38.3042814Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:23:38.3043179Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:23:38.3043558Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:23:38.3044126Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:23:38.3044537Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:23:38.3044954Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:23:38.3045320Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:23:38.3045712Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:23:38.3046179Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:23:38.3046668Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:23:38.3047160Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:23:38.3047650Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:23:38.3048103Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:23:38.3048521Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:23:38.3048935Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:23:38.3049515Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:23:38.3049951Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:23:38.3050385Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:23:38.3050776Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:23:38.3051160Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:23:38.3051541Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:23:38.3051920Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:23:38.3052362Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:23:38.3052804Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:23:38.3053210Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:23:38.3053625Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:23:38.3054057Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:23:38.3054712Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:23:38.3055183Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:23:38.3055616Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:23:38.3056017Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:23:38.3056393Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:23:38.3056783Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:23:38.3057152Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:23:38.3057527Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:23:38.3057926Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:23:38.3058326Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:23:38.3058755Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:23:38.3059367Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:23:38.3059841Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:23:38.3060242Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:23:38.3060593Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:23:38.3061128Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:23:38.3061522Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:23:38.3061912Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:23:38.3062304Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:23:38.3062732Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:23:38.3063185Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:23:38.3063604Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:23:38.3063989Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:23:38.3064392Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:23:38.3064937Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:38.3065518Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:23:38.3065974Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:23:38.3066422Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:23:38.3066846Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:23:38.3067249Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:23:38.3067642Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:23:38.3068036Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:23:38.3068436Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:23:38.3068850Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:23:38.3069445Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:23:38.3069866Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:23:38.3070273Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:23:38.3070646Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:23:38.3071254Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:23:38.3071750Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:23:38.3072178Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:23:38.3072554Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:23:38.3072931Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:23:38.3073327Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:23:38.3073703Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:23:38.3074074Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:23:38.3074506Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:23:38.3074953Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:23:38.3075363Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:23:38.3075759Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:23:38.3076159Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:23:38.3076544Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:23:38.3076919Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:23:38.3077494Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:23:38.3077901Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:23:38.3078349Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:23:38.3078796Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:23:38.3079384Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:23:38.3079806Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:23:38.3080213Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:23:38.3080636Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:23:38.3081026Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:23:38.3081381Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:23:38.3081734Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:23:38.3082098Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:23:38.3082470Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:23:38.3082823Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:23:38.3083194Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:23:38.3083595Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:23:38.3083979Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:23:38.3084338Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:23:38.3084686Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:23:38.3085063Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:23:38.3085464Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:23:38.3085842Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:23:38.3086208Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:23:38.3086572Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:23:38.3086956Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:23:38.3087339Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:23:38.3087967Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:23:38.3088374Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:23:38.3088769Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:23:38.3089349Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:23:38.3089754Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:23:38.3090138Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:23:38.3090522Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:23:38.3090924Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:23:38.3091346Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:23:38.3091741Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:23:38.3092100Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:23:38.3092446Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:23:38.3092789Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:23:38.3093210Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:23:38.3093714Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:23:38.3094361Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:23:38.3094841Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:23:38.3095346Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:23:38.3095784Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:23:38.3096170Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:23:38.3096557Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:23:38.3096950Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:23:38.3097341Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:23:38.3097726Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:23:38.3098117Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:23:38.3098494Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:23:38.3098887Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:23:38.3099482Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:23:38.3099932Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:23:38.3100316Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:23:38.3100714Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:23:38.3101137Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:23:38.3101516Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:23:38.3101866Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:23:38.3102258Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:23:38.3102707Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:23:38.3103170Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:23:38.3103581Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:23:38.3104000Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:23:38.3104627Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:23:38.3105082Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:23:38.5164416Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:23:38.7161378Z Collecting meson
2025-08-20T20:23:38.8045984Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T20:23:38.8598322Z Collecting ninja
2025-08-20T20:23:38.8766999Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T20:23:38.9057194Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T20:23:38.9817507Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 19.8 MB/s  0:00:00
2025-08-20T20:23:38.9986163Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T20:23:39.0826337Z Installing collected packages: ninja, meson
2025-08-20T20:23:39.7644765Z 
2025-08-20T20:23:39.7668681Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T20:23:40.0482319Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:23:40.1423088Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T20:23:40.2345120Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T20:23:40.7472445Z 1.8.4
2025-08-20T20:23:40.7792870Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T20:23:40.8108144Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:23:40.8108618Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:23:40.8108992Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:23:40.8109503Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:23:40.8109872Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:23:40.8110265Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:23:40.8110623Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:23:40.8110981Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:23:40.8111324Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:23:40.8111649Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:23:40.8112019Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:23:40.8112404Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:23:40.8112787Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:23:40.8113193Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:23:40.8113585Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:23:40.8113994Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:23:40.8114396Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:23:40.8114757Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:23:40.8115133Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:23:40.8115591Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:23:40.8116046Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:23:40.8116433Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:23:40.8116852Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:23:40.8117248Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:23:40.8117599Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:23:40.8118372Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:23:40.8118839Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:23:40.8119390Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:23:40.8119807Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:23:40.8120224Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:23:40.8120655Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:23:40.8121076Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:23:40.8121507Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:23:40.8121926Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:23:40.8122365Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:23:40.8122796Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:23:40.8123200Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:23:40.8123610Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:23:40.8124001Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:23:40.8124405Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:23:40.8125070Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:23:40.8125495Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:23:40.8125897Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:23:40.8126292Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:23:40.8126742Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:23:40.8127219Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:23:40.8127687Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:23:40.8128171Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:23:40.8128618Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:23:40.8129041Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:23:40.8129758Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:23:40.8130169Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:23:40.8130585Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:23:40.8130984Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:23:40.8131361Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:23:40.8131719Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:23:40.8132089Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:23:40.8132484Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:23:40.8132885Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:23:40.8133270Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:23:40.8133677Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:23:40.8134116Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:23:40.8134541Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:23:40.8134949Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:23:40.8135710Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:23:40.8136168Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:23:40.8136574Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:23:40.8136972Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:23:40.8137403Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:23:40.8137905Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:23:40.8138406Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:23:40.8138867Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:23:40.8139412Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:23:40.8139822Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:23:40.8140218Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:23:40.8140617Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:23:40.8141016Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:23:40.8141473Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:23:40.8142171Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:23:40.8142679Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:23:40.8143171Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:23:40.8143608Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:23:40.8144012Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:23:40.8144408Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:23:40.8144861Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:23:40.8145259Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:23:40.8145647Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:23:40.8146070Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:23:40.8146500Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:23:40.8146885Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:23:40.8147254Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:23:40.8147658Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:23:40.8148067Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:23:40.8148444Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:23:40.8148812Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:23:40.8149328Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:23:40.8149743Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:23:40.8150099Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:23:40.8150482Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:23:40.8150889Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:23:40.8151274Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:23:40.8151638Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:23:40.8151999Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:23:40.8152589Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:23:40.8153005Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:23:40.8153403Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:23:40.8153795Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:23:40.8154176Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:23:40.8154566Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:23:40.8154961Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:23:40.8155354Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:23:40.8155723Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:23:40.8156079Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:23:40.8156433Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:23:40.8156789Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:23:40.8157148Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:23:40.8157498Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:23:40.8157870Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:23:40.8158420Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:23:40.8158850Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:23:40.8159411Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:23:40.8159823Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:23:40.8160215Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:23:40.8160607Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:23:40.8160997Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:23:40.8161398Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:23:40.8161805Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:23:40.8162186Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:23:40.8162585Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:23:40.8162996Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:23:40.8163436Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:23:40.8163866Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:23:40.8164256Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:23:40.8164654Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:23:40.8165069Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:23:40.8165477Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:23:40.8165881Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:23:40.8166278Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:23:40.8166681Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:23:40.8167086Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:23:40.8167464Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:23:40.8167820Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:23:40.8168210Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:23:40.8168813Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:23:40.8169366Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:23:40.8169778Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:23:40.8170166Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:23:40.8170536Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:23:40.8170917Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:23:40.8171296Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:23:40.8171683Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:23:40.8172108Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:23:40.8172550Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:23:40.8172950Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:23:40.8173321Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:23:40.8173708Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:23:40.8174129Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:23:40.8174544Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:23:40.8175059Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:23:40.8175402Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:23:40.8175824Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:23:40.8176252Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:23:40.8176660Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:23:40.8177048Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:23:40.8177430Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:23:40.8177810Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:23:40.8178236Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:23:40.8178703Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:23:40.8179120Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:23:40.8179621Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:23:40.8179983Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:23:40.8180430Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:23:40.8180932Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:23:40.8181375Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:23:40.8181748Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:23:40.8182207Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:23:40.8182741Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:23:40.8183249Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:23:40.8183687Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:23:40.8184048Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:23:40.8184429Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:23:40.8184840Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:23:40.8185429Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:23:40.8185859Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:23:40.8186232Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:23:40.8186608Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:23:40.8187004Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:23:40.8187406Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:23:40.8187803Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:23:40.8188198Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:23:40.8188593Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:23:40.8188987Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:23:40.8189535Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:23:40.8189987Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:23:40.8190413Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:23:40.8190802Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:23:40.8191178Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:23:40.8191711Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:23:40.8192092Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:23:40.8192484Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:23:40.8192904Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:23:40.8193373Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:23:40.8193827Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:23:40.8194231Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:23:40.8194619Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:23:40.8195007Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:23:40.8195381Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:23:40.8195756Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:23:40.8196145Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:23:40.8196527Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:23:40.8196974Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:23:40.8197446Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:23:40.8197911Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:23:40.8198432Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:23:40.8198947Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:23:40.8199644Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:23:40.8200095Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:23:40.8200462Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:23:40.8200823Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:23:40.8201204Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:23:40.8201582Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:23:40.8202152Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:23:40.8202553Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:23:40.8202939Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:23:40.8203326Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:23:40.8203702Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:23:40.8204080Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:23:40.8204478Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:23:40.8204868Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:23:40.8205284Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:23:40.8205721Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:23:40.8206145Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:23:40.8206558Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:23:40.8206961Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:23:40.8207371Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:23:40.8207796Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:23:40.8208338Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:23:40.8208699Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:23:40.8209341Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:40.8209868Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:23:40.8210265Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:23:40.8210644Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:23:40.8211011Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:23:40.8211410Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:23:40.8211849Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:23:40.8212276Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:23:40.8212715Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:23:40.8213116Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:23:40.8213517Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:23:40.8213939Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:23:40.8214351Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:23:40.8214752Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:23:40.8215182Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:23:40.8215671Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:23:40.8216173Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:23:40.8216626Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:23:40.8217036Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:23:40.8217435Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:23:40.8218023Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:23:40.8218509Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:23:40.8219336Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:23:40.8219812Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:23:40.8220264Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:23:40.8220673Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:23:40.8221037Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:23:40.8221394Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:23:40.8221764Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:23:40.8222146Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:23:40.8222513Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:23:40.8222865Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:23:40.8223239Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:23:40.8223604Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:23:40.8223963Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:23:40.8224331Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:23:40.8224688Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:23:40.8225237Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:23:40.8225626Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:23:40.8225986Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:23:40.8226347Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:23:40.8226705Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:23:40.8227068Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:23:40.8227445Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:23:40.8227810Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:23:40.8228171Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:23:40.8228546Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:23:40.8228967Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:23:40.8229611Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:23:40.8230029Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:23:40.8230397Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:23:40.8230779Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:23:40.8231206Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:23:40.8231614Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:23:40.8231984Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:23:40.8232352Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:23:40.8232712Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:23:40.8233059Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:23:40.8233412Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:23:40.8233765Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:23:40.8234134Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:23:40.8234496Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:23:40.8234843Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:23:40.8235181Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:23:40.8235804Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:23:40.8236241Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:23:40.8236643Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:23:40.8237037Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:23:40.8237438Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:23:40.8237854Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:23:40.8238359Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:23:40.8238975Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:23:40.8239742Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:23:40.8240291Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:23:40.8240766Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:23:40.8241221Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:23:40.8241740Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:23:40.8242552Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:23:40.8243114Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:23:40.8243611Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:23:40.8244057Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:23:40.8244432Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:23:40.8244849Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:23:40.8245228Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:23:40.8245608Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:23:40.8245996Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:23:40.8246387Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:23:40.8246773Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:23:40.8247160Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:23:40.8247549Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:23:40.8247933Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:23:40.8248321Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:23:40.8248698Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:23:40.8249095Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:23:40.8249709Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:23:40.8250152Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:23:40.8250581Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:23:40.8250950Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:23:40.8251342Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:23:40.8251752Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:23:40.8252163Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:23:40.8252829Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:23:40.8253275Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:23:40.8253646Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:23:40.8254015Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:23:40.8254397Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:23:40.8254770Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:23:40.8255156Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:23:40.8255549Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:23:40.8255935Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:23:40.8256314Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:23:40.8256680Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:23:40.8257050Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:23:40.8257598Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:40.8258315Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:40.8259337Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:40.8260025Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:40.8260550Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:23:40.8260936Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:23:40.8261348Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:23:40.8261749Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:23:40.8262125Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:23:40.8262501Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:23:40.8262866Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:23:40.8263248Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:23:40.8263626Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:23:40.8264003Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:23:40.8264382Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:23:40.8264768Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:23:40.8265173Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:23:40.8265573Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:23:40.8265978Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:23:40.8266367Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:23:40.8266749Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:23:40.8267139Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:23:40.8267544Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:23:40.8267942Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:23:40.8268339Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:23:40.8268732Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:23:40.8269546Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:23:40.8270018Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:23:40.8270423Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:23:40.8270863Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:23:40.8271320Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:23:40.8271730Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:23:40.8272101Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:23:40.8272483Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:23:40.8272884Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:23:40.8273290Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:23:40.8273700Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:23:40.8274082Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:23:40.8274471Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:23:40.8274941Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:23:40.8275416Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:23:40.8275963Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:23:40.8276369Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:23:40.8276823Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:23:40.8277275Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:23:40.8277748Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:23:40.8278233Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:23:40.8278678Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:23:40.8279116Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:23:40.8279649Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:23:40.8280044Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:23:40.8280461Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:23:40.8280844Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:23:40.8281219Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:23:40.8281628Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:23:40.8282032Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:23:40.8282433Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:23:40.8282847Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:23:40.8283238Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:23:40.8283616Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:23:40.8283986Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:23:40.8284342Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:23:40.8284730Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:23:40.8285153Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:23:40.8285547Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:23:40.8286195Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:23:40.8286680Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:23:40.8287087Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:23:40.8287528Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:23:40.8287952Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:23:40.8288363Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:23:40.8288768Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:23:40.8289126Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:23:40.8289625Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:23:40.8290032Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:23:40.8290434Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:23:40.8290812Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:23:40.8291167Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:23:40.8291519Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:23:40.8291870Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:23:40.8292529Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:23:40.8293038Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:23:40.8293419Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:23:40.8293799Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:23:40.8294195Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:23:40.8294611Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:23:40.8295020Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:23:40.8295425Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:23:40.8295842Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:23:40.8296257Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:23:40.8296635Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:23:40.8297004Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:23:40.8297362Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:23:40.8297740Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:23:40.8298166Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:23:40.8298601Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:23:40.8299003Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:23:40.8299569Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:23:40.8300018Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:23:40.8300422Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:23:40.8300791Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:23:40.8301142Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:23:40.8301491Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:23:40.8301862Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:23:40.8302241Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:23:40.8302815Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:23:40.8303235Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:23:40.8303651Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:23:40.8304112Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:23:40.8304546Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:23:40.8304926Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:23:40.8305313Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:23:40.8305705Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:23:40.8306093Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:23:40.8306477Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:23:40.8306857Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:23:40.8307302Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:23:40.8307797Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:23:40.8308221Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:23:40.8308746Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:23:40.8309124Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:23:40.8309712Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:23:40.8310111Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:23:40.8310484Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:23:40.8310886Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:23:40.8311269Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:23:40.8311618Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:23:40.8311970Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:23:40.8312366Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:23:40.8312792Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:23:40.8313179Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:23:40.8313568Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:23:40.8314013Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:23:40.8314460Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:23:40.8314893Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:23:40.8315289Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:23:40.8315830Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:40.8316342Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:23:40.8316738Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:23:40.8317152Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:23:40.8317588Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:23:40.8318108Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:23:40.8318692Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:23:40.8319745Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:23:40.8320451Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:23:40.8321102Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:23:40.8321733Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:23:40.8322368Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:23:40.8322952Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:23:40.8323437Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:23:40.8323878Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:23:40.8324318Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:23:40.8324746Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:23:40.8325220Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:23:40.8325653Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:23:40.8326037Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:23:40.8326568Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:23:40.8326950Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:23:40.8327336Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:23:40.8327744Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:23:40.8328157Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:23:40.8328522Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:23:40.8328915Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:23:40.8329641Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:23:40.8330142Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:23:40.8330634Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:23:40.8331127Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:23:40.8331577Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:23:40.8331993Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:23:40.8332406Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:23:40.8332823Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:23:40.8333259Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:23:40.8333691Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:23:40.8334084Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:23:40.8334469Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:23:40.8334852Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:23:40.8335231Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:23:40.8335666Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:23:40.8336110Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:23:40.8336515Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:23:40.8337131Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:23:40.8337632Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:23:40.8338082Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:23:40.8338526Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:23:40.8338957Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:23:40.8339511Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:23:40.8339891Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:23:40.8340283Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:23:40.8340653Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:23:40.8341025Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:23:40.8341433Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:23:40.8341835Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:23:40.8342262Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:23:40.8342732Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:23:40.8343365Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:23:40.8343761Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:23:40.8344117Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:23:40.8344537Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:23:40.8344935Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:23:40.8345326Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:23:40.8345720Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:23:40.8346150Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:23:40.8346598Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:23:40.8347014Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:23:40.8347409Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:23:40.8347812Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:23:40.8348358Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:40.8348937Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:23:40.8349577Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:23:40.8350038Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:23:40.8350465Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:23:40.8350866Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:23:40.8351260Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:23:40.8351656Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:23:40.8352054Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:23:40.8352457Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:23:40.8352836Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:23:40.8353229Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:23:40.8353858Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:23:40.8354255Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:23:40.8354661Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:23:40.8355128Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:23:40.8355554Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:23:40.8355935Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:23:40.8356312Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:23:40.8356699Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:23:40.8357073Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:23:40.8357445Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:23:40.8357881Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:23:40.8358326Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:23:40.8358733Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:23:40.8359132Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:23:40.8359693Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:23:40.8360265Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:23:40.8360644Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:23:40.8361029Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:23:40.8361432Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:23:40.8361877Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:23:40.8362328Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:23:40.8362747Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:23:40.8363149Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:23:40.8363554Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:23:40.8363980Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:23:40.8364377Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:23:40.8364736Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:23:40.8365085Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:23:40.8365452Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:23:40.8365828Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:23:40.8366188Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:23:40.8366555Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:23:40.8366952Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:23:40.8367340Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:23:40.8367699Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:23:40.8368061Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:23:40.8368442Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:23:40.8368843Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:23:40.8369402Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:23:40.8369796Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:23:40.8370378Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:23:40.8370780Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:23:40.8371168Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:23:40.8371521Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:23:40.8371897Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:23:40.8372289Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:23:40.8372677Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:23:40.8373055Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:23:40.8373434Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:23:40.8373822Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:23:40.8374222Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:23:40.8374649Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:23:40.8375052Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:23:40.8375411Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:23:40.8375762Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:23:40.8376104Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:23:40.8376724Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:23:40.8377234Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:23:40.8377705Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:23:40.8378182Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:23:40.8378691Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:23:40.8379128Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:23:40.8379799Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:23:40.8380198Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:23:40.8380588Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:23:40.8380983Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:23:40.8381374Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:23:40.8381763Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:23:40.8382141Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:23:40.8382534Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:23:40.8382981Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:23:40.8383413Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:23:40.8383784Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:23:40.8384181Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:23:40.8384605Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:23:40.8384991Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:23:40.8385342Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:23:40.8385726Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:23:40.8386177Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:23:40.8386636Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:23:40.8387248Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:23:40.8387744Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:23:40.8388175Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:23:40.8388613Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:23:41.0214587Z info: downloading installer
2025-08-20T20:23:41.3254460Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T20:23:41.3254831Z warn: /home/runner/.rustup/settings.toml
2025-08-20T20:23:41.3255198Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T20:23:41.3255626Z warn: instead of the one inferred from the default host triple.
2025-08-20T20:23:41.3436395Z info: profile set to 'default'
2025-08-20T20:23:41.3436726Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T20:23:41.3437119Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T20:23:41.3995650Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:23:41.6113144Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:23:41.6684130Z info: downloading component 'clippy'
2025-08-20T20:23:41.8783519Z info: downloading component 'rustfmt'
2025-08-20T20:23:41.9935845Z info: downloading component 'cargo'
2025-08-20T20:23:42.1270614Z info: downloading component 'rust-std'
2025-08-20T20:23:42.5001411Z info: downloading component 'rustc'
2025-08-20T20:23:43.3481045Z info: removing previous version of component 'clippy'
2025-08-20T20:23:43.3997462Z info: removing previous version of component 'rustfmt'
2025-08-20T20:23:43.4217489Z info: removing previous version of component 'cargo'
2025-08-20T20:23:43.4996436Z info: removing previous version of component 'rust-std'
2025-08-20T20:23:43.5379459Z info: removing previous version of component 'rustc'
2025-08-20T20:23:43.6180655Z info: installing component 'clippy'
2025-08-20T20:23:43.8841892Z info: installing component 'rustfmt'
2025-08-20T20:23:44.0831915Z info: installing component 'cargo'
2025-08-20T20:23:44.5836190Z info: installing component 'rust-std'
2025-08-20T20:23:45.8977606Z info: installing component 'rustc'
2025-08-20T20:23:48.7416161Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:23:48.7416456Z 
2025-08-20T20:23:48.7487175Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-20T20:23:48.7487617Z 
2025-08-20T20:23:48.7487621Z 
2025-08-20T20:23:48.7487701Z Rust is installed now. Great!
2025-08-20T20:23:48.7487854Z 
2025-08-20T20:23:48.7488029Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T20:23:48.7488430Z environment variable. This has not been done automatically.
2025-08-20T20:23:48.7488654Z 
2025-08-20T20:23:48.7488789Z To configure your current shell, you need to source
2025-08-20T20:23:48.7489076Z the corresponding env file under $HOME/.cargo.
2025-08-20T20:23:48.7489467Z 
2025-08-20T20:23:48.7489668Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T20:23:48.7490060Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T20:23:48.7490355Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T20:23:48.7490630Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T20:23:48.7774014Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:23:48.8095276Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:23:48.8095565Z 
2025-08-20T20:23:48.8165945Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:23:48.8166268Z 
2025-08-20T20:23:48.8572928Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:23:48.8953961Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T20:23:48.9253864Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:23:48.9254270Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:23:48.9254634Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:23:48.9255004Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:23:48.9255564Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:23:48.9255920Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:23:48.9256297Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:23:48.9256659Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:23:48.9257007Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:23:48.9257340Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:23:48.9257698Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:23:48.9258087Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:23:48.9258472Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:23:48.9258877Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:23:48.9260524Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:23:48.9260957Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:23:48.9261686Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:23:48.9262053Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:23:48.9262430Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:23:48.9262889Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:23:48.9263333Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:23:48.9263728Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:23:48.9264147Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:23:48.9264550Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:23:48.9264904Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:23:48.9265292Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:23:48.9265727Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:23:48.9266147Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:23:48.9266550Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:23:48.9266966Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:23:48.9267387Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:23:48.9267816Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:23:48.9268248Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:23:48.9268672Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:23:48.9269111Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:23:48.9269725Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:23:48.9270148Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:23:48.9270556Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:23:48.9270952Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:23:48.9271357Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:23:48.9271780Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:23:48.9272407Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:23:48.9272873Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:23:48.9273275Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:23:48.9273731Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:23:48.9274214Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:23:48.9274679Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:23:48.9275171Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:23:48.9275614Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:23:48.9276035Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:23:48.9276458Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:23:48.9276879Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:23:48.9277297Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:23:48.9277698Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:23:48.9278073Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:23:48.9278602Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:23:48.9278973Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:23:48.9279499Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:23:48.9279911Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:23:48.9280295Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:23:48.9280716Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:23:48.9281154Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:23:48.9281577Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:23:48.9281986Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:23:48.9282409Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:23:48.9282841Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:23:48.9283247Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:23:48.9283641Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:23:48.9284081Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:23:48.9284580Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:23:48.9285081Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:23:48.9285542Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:23:48.9285960Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:23:48.9286348Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:23:48.9286751Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:23:48.9287153Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:23:48.9287553Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:23:48.9288012Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:23:48.9288516Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:23:48.9289574Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:23:48.9290144Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:23:48.9290592Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:23:48.9290998Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:23:48.9291397Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:23:48.9291808Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:23:48.9292207Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:23:48.9292595Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:23:48.9293021Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:23:48.9293451Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:23:48.9293831Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:23:48.9294207Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:23:48.9294614Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:23:48.9295020Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:23:48.9295555Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:23:48.9295929Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:23:48.9296321Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:23:48.9296711Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:23:48.9297066Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:23:48.9297447Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:23:48.9297856Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:23:48.9298247Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:23:48.9298615Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:23:48.9298983Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:23:48.9299553Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:23:48.9299956Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:23:48.9300358Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:23:48.9300750Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:23:48.9301133Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:23:48.9301515Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:23:48.9301918Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:23:48.9302320Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:23:48.9302692Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:23:48.9303044Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:23:48.9303395Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:23:48.9303754Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:23:48.9304116Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:23:48.9304466Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:23:48.9304840Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:23:48.9305243Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:23:48.9305888Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:23:48.9306353Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:23:48.9306753Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:23:48.9307143Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:23:48.9307532Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:23:48.9307924Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:23:48.9308324Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:23:48.9308735Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:23:48.9309120Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:23:48.9309648Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:23:48.9310072Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:23:48.9310512Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:23:48.9310945Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:23:48.9311332Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:23:48.9311724Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:23:48.9312320Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:23:48.9312734Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:23:48.9313181Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:23:48.9313577Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:23:48.9313977Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:23:48.9314385Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:23:48.9314773Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:23:48.9315138Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:23:48.9315506Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:23:48.9315900Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:23:48.9316302Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:23:48.9316708Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:23:48.9317098Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:23:48.9317471Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:23:48.9317847Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:23:48.9318228Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:23:48.9318616Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:23:48.9319038Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:23:48.9319617Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:23:48.9320021Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:23:48.9320400Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:23:48.9320790Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:23:48.9321213Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:23:48.9321630Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:23:48.9321984Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:23:48.9322521Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:23:48.9323012Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:23:48.9323450Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:23:48.9323860Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:23:48.9324244Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:23:48.9324629Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:23:48.9325016Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:23:48.9325436Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:23:48.9325901Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:23:48.9326314Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:23:48.9326686Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:23:48.9327048Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:23:48.9327495Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:23:48.9327998Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:23:48.9328444Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:23:48.9328964Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:23:48.9329694Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:23:48.9330239Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:23:48.9330741Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:23:48.9331190Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:23:48.9331549Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:23:48.9331926Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:23:48.9332340Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:23:48.9332760Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:23:48.9333170Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:23:48.9333548Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:23:48.9333925Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:23:48.9334325Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:23:48.9334725Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:23:48.9335130Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:23:48.9335528Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:23:48.9335922Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:23:48.9336315Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:23:48.9336738Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:23:48.9337191Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:23:48.9337612Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:23:48.9338006Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:23:48.9338380Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:23:48.9338756Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:23:48.9339468Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:23:48.9339929Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:23:48.9340360Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:23:48.9340831Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:23:48.9341283Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:23:48.9341703Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:23:48.9342094Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:23:48.9342475Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:23:48.9342850Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:23:48.9343219Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:23:48.9343617Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:23:48.9344001Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:23:48.9344452Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:23:48.9344925Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:23:48.9345385Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:23:48.9346097Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:23:48.9346617Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:23:48.9347118Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:23:48.9347557Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:23:48.9347928Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:23:48.9348294Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:23:48.9348672Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:23:48.9349048Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:23:48.9349560Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:23:48.9349952Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:23:48.9350335Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:23:48.9350721Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:23:48.9351098Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:23:48.9351471Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:23:48.9351875Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:23:48.9352270Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:23:48.9352684Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:23:48.9353120Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:23:48.9353549Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:23:48.9353967Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:23:48.9354373Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:23:48.9354786Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:23:48.9355208Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:23:48.9355600Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:23:48.9356224Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:23:48.9356792Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:48.9357317Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:23:48.9357690Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:23:48.9358066Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:23:48.9358436Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:23:48.9358834Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:23:48.9359402Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:23:48.9359847Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:23:48.9360283Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:23:48.9360695Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:23:48.9361102Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:23:48.9361527Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:23:48.9361939Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:23:48.9362527Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:23:48.9362963Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:23:48.9363456Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:23:48.9363956Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:23:48.9364407Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:23:48.9364821Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:23:48.9365223Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:23:48.9365697Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:23:48.9366181Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:23:48.9366591Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:23:48.9367031Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:23:48.9367485Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:23:48.9367891Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:23:48.9368256Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:23:48.9368609Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:23:48.9368983Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:23:48.9369534Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:23:48.9369908Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:23:48.9370262Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:23:48.9370633Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:23:48.9371001Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:23:48.9371359Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:23:48.9371726Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:23:48.9372084Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:23:48.9372488Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:23:48.9373099Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:23:48.9373485Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:23:48.9373845Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:23:48.9374207Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:23:48.9374575Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:23:48.9374955Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:23:48.9375319Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:23:48.9375678Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:23:48.9376055Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:23:48.9376473Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:23:48.9376915Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:23:48.9377324Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:23:48.9377687Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:23:48.9378070Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:23:48.9378495Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:23:48.9379040Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:23:48.9379602Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:23:48.9379997Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:23:48.9380360Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:23:48.9380705Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:23:48.9381051Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:23:48.9381413Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:23:48.9381783Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:23:48.9382139Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:23:48.9382484Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:23:48.9382819Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:23:48.9383200Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:23:48.9383603Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:23:48.9384003Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:23:48.9384403Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:23:48.9384798Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:23:48.9385214Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:23:48.9385722Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:23:48.9386334Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:23:48.9386964Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:23:48.9387513Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:23:48.9387985Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:23:48.9388441Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:23:48.9388963Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:23:48.9389930Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:23:48.9390521Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:23:48.9391013Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:23:48.9391457Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:23:48.9391824Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:23:48.9392199Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:23:48.9392571Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:23:48.9392952Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:23:48.9393343Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:23:48.9393729Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:23:48.9394118Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:23:48.9394507Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:23:48.9394893Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:23:48.9395271Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:23:48.9395651Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:23:48.9396240Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:23:48.9396641Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:23:48.9397034Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:23:48.9397444Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:23:48.9397858Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:23:48.9398231Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:23:48.9398620Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:23:48.9399030Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:23:48.9399617Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:23:48.9400060Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:23:48.9400492Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:23:48.9400856Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:23:48.9401224Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:23:48.9401606Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:23:48.9401974Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:23:48.9402371Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:23:48.9402769Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:23:48.9403153Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:23:48.9403541Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:23:48.9403901Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:23:48.9404274Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:23:48.9404823Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:48.9405540Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:48.9406432Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:48.9407129Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:48.9407658Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:23:48.9408044Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:23:48.9408450Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:23:48.9408854Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:23:48.9409375Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:23:48.9409775Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:23:48.9410143Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:23:48.9410518Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:23:48.9410907Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:23:48.9411282Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:23:48.9411660Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:23:48.9412048Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:23:48.9412453Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:23:48.9413023Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:23:48.9413470Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:23:48.9413856Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:23:48.9414232Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:23:48.9414617Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:23:48.9415025Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:23:48.9415425Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:23:48.9415821Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:23:48.9416214Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:23:48.9416639Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:23:48.9417075Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:23:48.9417484Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:23:48.9417924Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:23:48.9418381Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:23:48.9418784Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:23:48.9419323Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:23:48.9419750Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:23:48.9420150Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:23:48.9420562Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:23:48.9420966Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:23:48.9421352Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:23:48.9421743Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:23:48.9422209Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:23:48.9422678Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:23:48.9423075Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:23:48.9423680Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:23:48.9424201Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:23:48.9424652Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:23:48.9425126Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:23:48.9425616Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:23:48.9426060Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:23:48.9426499Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:23:48.9426900Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:23:48.9427289Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:23:48.9427716Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:23:48.9428102Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:23:48.9428475Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:23:48.9428887Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:23:48.9429441Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:23:48.9430019Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:23:48.9430437Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:23:48.9430833Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:23:48.9431210Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:23:48.9431578Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:23:48.9431938Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:23:48.9432326Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:23:48.9432747Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:23:48.9433140Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:23:48.9433590Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:23:48.9434046Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:23:48.9434454Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:23:48.9434895Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:23:48.9435320Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:23:48.9435732Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:23:48.9436140Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:23:48.9436498Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:23:48.9436856Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:23:48.9437253Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:23:48.9437654Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:23:48.9438032Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:23:48.9438391Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:23:48.9438741Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:23:48.9439091Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:23:48.9439900Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:23:48.9440433Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:23:48.9440817Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:23:48.9441200Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:23:48.9441597Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:23:48.9442012Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:23:48.9442422Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:23:48.9442827Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:23:48.9443238Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:23:48.9443649Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:23:48.9444027Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:23:48.9444401Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:23:48.9444767Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:23:48.9445149Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:23:48.9445568Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:23:48.9446159Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:23:48.9446564Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:23:48.9447007Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:23:48.9447451Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:23:48.9447850Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:23:48.9448224Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:23:48.9448576Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:23:48.9448924Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:23:48.9449442Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:23:48.9449822Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:23:48.9450196Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:23:48.9450608Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:23:48.9451026Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:23:48.9451486Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:23:48.9451924Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:23:48.9452301Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:23:48.9452687Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:23:48.9453078Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:23:48.9453465Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:23:48.9453845Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:23:48.9454227Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:23:48.9454669Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:23:48.9455158Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:23:48.9455584Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:23:48.9455963Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:23:48.9456551Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:23:48.9456984Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:23:48.9457376Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:23:48.9457750Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:23:48.9458146Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:23:48.9458531Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:23:48.9458879Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:23:48.9459389Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:23:48.9459806Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:23:48.9460229Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:23:48.9460611Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:23:48.9460996Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:23:48.9461438Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:23:48.9461881Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:23:48.9462309Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:23:48.9462875Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:23:48.9463389Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:48.9463894Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:23:48.9464284Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:23:48.9464695Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:23:48.9465130Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:23:48.9465652Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:23:48.9466240Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:23:48.9466847Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:23:48.9467502Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:23:48.9468150Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:23:48.9468778Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:23:48.9469546Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:23:48.9470134Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:23:48.9470615Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:23:48.9471061Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:23:48.9471499Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:23:48.9471935Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:23:48.9472408Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:23:48.9472842Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:23:48.9473228Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:23:48.9473597Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:23:48.9474159Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:23:48.9474558Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:23:48.9474970Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:23:48.9475379Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:23:48.9475747Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:23:48.9476138Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:23:48.9476600Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:23:48.9477092Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:23:48.9477583Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:23:48.9478073Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:23:48.9478530Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:23:48.9478942Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:23:48.9479615Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:23:48.9480041Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:23:48.9480661Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:23:48.9481092Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:23:48.9481481Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:23:48.9481861Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:23:48.9482241Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:23:48.9482624Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:23:48.9483066Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:23:48.9483510Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:23:48.9483916Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:23:48.9484333Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:23:48.9484766Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:23:48.9485214Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:23:48.9485659Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:23:48.9486094Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:23:48.9486498Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:23:48.9486874Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:23:48.9487261Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:23:48.9487634Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:23:48.9488007Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:23:48.9488409Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:23:48.9488821Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:23:48.9489415Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:23:48.9489909Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:23:48.9490368Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:23:48.9491024Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:23:48.9491399Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:23:48.9491773Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:23:48.9492168Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:23:48.9492556Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:23:48.9492953Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:23:48.9493384Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:23:48.9493839Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:23:48.9494250Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:23:48.9494634Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:23:48.9495039Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:23:48.9495579Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:23:48.9496161Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:23:48.9496613Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:23:48.9497215Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:23:48.9497641Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:23:48.9498039Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:23:48.9498430Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:23:48.9498822Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:23:48.9499369Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:23:48.9499789Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:23:48.9500170Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:23:48.9500562Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:23:48.9500965Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:23:48.9501347Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:23:48.9501755Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:23:48.9502217Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:23:48.9502642Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:23:48.9503023Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:23:48.9503401Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:23:48.9503786Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:23:48.9504166Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:23:48.9504540Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:23:48.9504973Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:23:48.9505428Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:23:48.9505836Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:23:48.9506235Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:23:48.9506636Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:23:48.9507017Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:23:48.9507600Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:23:48.9508010Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:23:48.9508414Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:23:48.9508857Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:23:48.9509570Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:23:48.9510020Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:23:48.9510426Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:23:48.9510832Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:23:48.9511257Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:23:48.9511645Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:23:48.9512004Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:23:48.9512350Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:23:48.9512720Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:23:48.9513095Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:23:48.9513490Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:23:48.9514074Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:23:48.9514470Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:23:48.9514854Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:23:48.9515210Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:23:48.9515558Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:23:48.9515941Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:23:48.9516337Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:23:48.9516715Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:23:48.9517082Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:23:48.9517447Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:23:48.9517839Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:23:48.9518221Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:23:48.9518573Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:23:48.9518946Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:23:48.9519563Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:23:48.9519960Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:23:48.9520344Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:23:48.9520722Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:23:48.9521105Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:23:48.9521508Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:23:48.9521932Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:23:48.9522472Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:23:48.9539506Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:23:48.9539893Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:23:48.9540246Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:23:48.9540944Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:23:48.9541470Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:23:48.9541942Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:23:48.9542419Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:23:48.9542925Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:23:48.9543372Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:23:48.9543750Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:23:48.9544143Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:23:48.9544534Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:23:48.9544922Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:23:48.9545314Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:23:48.9545702Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:23:48.9546084Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:23:48.9546479Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:23:48.9546922Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:23:48.9547522Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:23:48.9547900Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:23:48.9548299Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:23:48.9548725Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:23:48.9549105Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:23:48.9549625Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:23:48.9550016Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:23:48.9550468Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:23:48.9550929Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:23:48.9551347Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:23:48.9551764Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:23:48.9552222Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:23:48.9552653Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:23:48.9552991Z 
2025-08-20T20:23:48.9552995Z 
2025-08-20T20:23:48.9553360Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (08:23:48 PM)
2025-08-20T20:23:48.9553715Z 
2025-08-20T20:23:48.9553719Z 
2025-08-20T20:23:48.9553722Z 
2025-08-20T20:23:48.9553792Z [+] Continue : YES
2025-08-20T20:23:48.9553896Z 
2025-08-20T20:23:48.9554126Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T20:23:49.0110439Z 
2025-08-20T20:23:49.0111049Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (08:23:49 PM) UTC
2025-08-20T20:23:49.0111346Z 
2025-08-20T20:23:49.0125776Z 
2025-08-20T20:23:49.0125942Z [+] Total RECIPES :: 1
2025-08-20T20:23:49.0126078Z 
2025-08-20T20:23:49.0202490Z 
2025-08-20T20:23:49.0203123Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ghfetch/static.official.source.yaml (1/1)
2025-08-20T20:23:49.0203624Z 
2025-08-20T20:23:49.1170939Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ghfetch/static.official.source.yaml
2025-08-20T20:23:49.1182259Z mode of '/tmp/pkgforge/IsSrJxmcs_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:23:49.1230596Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/ghfetch/official [Provided]
2025-08-20T20:23:49.1231005Z [+] Setting '.pkg_family' --> ghfetch [Provided]
2025-08-20T20:23:49.1245831Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T20:23:49.1248687Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-20T20:23:49.1277013Z [00:00:00.003]➜  
2025-08-20T20:23:49.1277490Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/IsSrJxmcs_build.yaml
2025-08-20T20:23:49.1277908Z [00:00:00.003]➜  
2025-08-20T20:23:49.1313233Z [00:00:00.006]➜  
2025-08-20T20:23:49.1313664Z [00:00:00.006]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/IsSrJxmcs_build.yaml
2025-08-20T20:23:49.1314051Z [00:00:00.006]➜  
2025-08-20T20:23:49.1393785Z [00:00:00.014]➜  
2025-08-20T20:23:49.1395028Z [00:00:00.014]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/ghfetch/static.official.source.yaml) --> /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (08:23:49 PM) UTC]
2025-08-20T20:23:49.1396133Z [00:00:00.014]➜  
2025-08-20T20:23:49.1396419Z [00:00:00.014]➜  
2025-08-20T20:23:49.1396739Z [00:00:00.014]➜  
2025-08-20T20:23:49.1397524Z [00:00:00.014]➜  ###################################################################
2025-08-20T20:23:49.1404118Z [00:00:00.015]➜  #!/SBUILD ver @v1.0.0
2025-08-20T20:23:49.1405841Z [00:00:00.015]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ghfetch/static.official.source.yaml
2025-08-20T20:23:49.1406572Z [00:00:00.015]➜  _disabled: false
2025-08-20T20:23:49.1406922Z [00:00:00.015]➜  
2025-08-20T20:23:49.1407213Z [00:00:00.015]➜  pkg: "ghfetch"
2025-08-20T20:23:49.1407610Z [00:00:00.015]➜  pkg_id: "github.com.orangekame3.ghfetch"
2025-08-20T20:23:49.1408043Z [00:00:00.015]➜  pkg_type: "static"
2025-08-20T20:23:49.1408381Z [00:00:00.015]➜  category:
2025-08-20T20:23:49.1415844Z [00:00:00.015]➜    - "ConsoleOnly"
2025-08-20T20:23:49.1416352Z [00:00:00.015]➜    - "Utility"
2025-08-20T20:23:49.1416840Z [00:00:00.015]➜  description: "CLI tool to fetch GitHub user information and show like neofetch"
2025-08-20T20:23:49.1417233Z [00:00:00.015]➜  distro_pkg:
2025-08-20T20:23:49.1417489Z [00:00:00.015]➜    archlinux:
2025-08-20T20:23:49.1417712Z [00:00:00.015]➜      aur:
2025-08-20T20:23:49.1417940Z [00:00:00.015]➜        - "ghfetch"
2025-08-20T20:23:49.1418204Z [00:00:00.015]➜        - "ghfetch-git"
2025-08-20T20:23:49.1418459Z [00:00:00.015]➜    nixpkgs:
2025-08-20T20:23:49.1418689Z [00:00:00.015]➜      - "ghfetch"
2025-08-20T20:23:49.1418929Z [00:00:00.015]➜  homepage:
2025-08-20T20:23:49.1419380Z [00:00:00.015]➜    - "https://github.com/orangekame3/ghfetch"
2025-08-20T20:23:49.1419738Z [00:00:00.015]➜  license:
2025-08-20T20:23:49.1419986Z [00:00:00.015]➜    - id: "MIT"
2025-08-20T20:23:49.1420508Z [00:00:00.015]➜      url: "https://github.com/orangekame3/ghfetch/raw/f4c063360bea472e14bdf83cb32987a912adc7cc/LICENSE"  
2025-08-20T20:23:49.1420981Z [00:00:00.015]➜  maintainer:
2025-08-20T20:23:49.1421319Z [00:00:00.015]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:23:49.1421627Z [00:00:00.015]➜  note:
2025-08-20T20:23:49.1421908Z [00:00:00.015]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T20:23:49.1422456Z [00:00:00.015]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/orangekame3/ghfetch"
2025-08-20T20:23:49.1422887Z [00:00:00.015]➜  provides:
2025-08-20T20:23:49.1423135Z [00:00:00.015]➜    - "ghfetch"
2025-08-20T20:23:49.1427062Z [00:00:00.015]➜  repology:
2025-08-20T20:23:49.1427413Z [00:00:00.015]➜    - "ghfetch"
2025-08-20T20:23:49.1427665Z [00:00:00.015]➜  src_url:
2025-08-20T20:23:49.1427962Z [00:00:00.015]➜    - "https://github.com/orangekame3/ghfetch"
2025-08-20T20:23:49.1428586Z [00:00:00.015]➜  tag:
2025-08-20T20:23:49.1428860Z [00:00:00.015]➜    - "github"
2025-08-20T20:23:49.1429112Z [00:00:00.015]➜  x_exec:
2025-08-20T20:23:49.1429733Z [00:00:00.015]➜    bsys: "docker://go"
2025-08-20T20:23:49.1429988Z [00:00:00.015]➜    host:
2025-08-20T20:23:49.1430218Z [00:00:00.015]➜      - "aarch64-Linux"
2025-08-20T20:23:49.1430561Z [00:00:00.015]➜      - "x86_64-Linux"
2025-08-20T20:23:49.1430823Z [00:00:00.015]➜    shell: "bash"
2025-08-20T20:23:49.1431082Z [00:00:00.015]➜    pkgver: |
2025-08-20T20:23:49.1431361Z [00:00:00.015]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T20:23:49.1432072Z [00:00:00.015]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/orangekame3/ghfetch" "./TEMPREPO" &>/dev/null && \
2025-08-20T20:23:49.1432927Z [00:00:00.015]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T20:23:49.1433578Z [00:00:00.015]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T20:23:49.1433954Z [00:00:00.015]➜    run: |
2025-08-20T20:23:49.1434168Z [00:00:00.015]➜      #Build
2025-08-20T20:23:49.1434763Z [00:00:00.015]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T20:23:49.1435474Z [00:00:00.015]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T20:23:49.1436405Z [00:00:00.015]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T20:23:49.1436869Z [00:00:00.015]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T20:23:49.1437275Z [00:00:00.015]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T20:23:49.1437618Z [00:00:00.015]➜        bash -l -c '
2025-08-20T20:23:49.1437864Z [00:00:00.015]➜        #Setup ENV
2025-08-20T20:23:49.1438246Z [00:00:00.015]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:23:49.1438607Z [00:00:00.015]➜         CGO_ENABLED="1" 
2025-08-20T20:23:49.1438968Z [00:00:00.015]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:23:49.1439700Z [00:00:00.015]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T20:23:49.1440111Z [00:00:00.015]➜         GOOS="linux"
2025-08-20T20:23:49.1440422Z [00:00:00.015]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:23:49.1440717Z [00:00:00.015]➜        #Build
2025-08-20T20:23:49.1441234Z [00:00:00.015]➜         git clone --filter "blob:none" --quiet "https://github.com/orangekame3/ghfetch" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T20:23:49.1441784Z [00:00:00.015]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T20:23:49.1442263Z [00:00:00.015]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T20:23:49.1442692Z [00:00:00.015]➜         go mod tidy -v ; go generate ./...
2025-08-20T20:23:49.1443445Z [00:00:00.015]➜         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/ghfetch"
2025-08-20T20:23:49.1444062Z [00:00:00.015]➜        #Copy
2025-08-20T20:23:49.1444698Z [00:00:00.015]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T20:23:49.1445261Z [00:00:00.015]➜        #Strip 
2025-08-20T20:23:49.1445748Z [00:00:00.015]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:23:49.1446430Z [00:00:00.015]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:23:49.1447365Z [00:00:00.015]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:23:49.1448039Z [00:00:00.015]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:23:49.1448595Z [00:00:00.015]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:23:49.1449014Z [00:00:00.015]➜         popd &>/dev/null
2025-08-20T20:23:49.1449797Z [00:00:00.015]➜        '
2025-08-20T20:23:49.1450063Z [00:00:00.015]➜      #Copy & Meta
2025-08-20T20:23:49.1450423Z [00:00:00.015]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T20:23:49.1450974Z [00:00:00.015]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T20:23:49.1452062Z [00:00:00.015]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T20:23:49.1452846Z [00:00:00.015]➜  
2025-08-20T20:23:49.1453031Z [00:00:00.015]➜  
2025-08-20T20:23:49.1453301Z [00:00:00.015]➜  ###################################################################
2025-08-20T20:23:49.1453572Z [00:00:00.015]➜  
2025-08-20T20:23:49.1453755Z [00:00:00.015]➜  
2025-08-20T20:23:49.1453935Z [00:00:00.015]➜  
2025-08-20T20:23:49.1454700Z [00:00:00.017]➜  '/tmp/pkgforge/IsSrJxmcs_build.yaml' -> '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T20:23:50.5168451Z [00:00:01.392]➜  '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/ghfetch.static.version' -> '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/ghfetch.version'
2025-08-20T20:23:50.5216950Z [00:00:01.397]➜  [+] Version: HEAD-8a14103-250820T180454 ('.x_exec.pkgver') [/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/ghfetch.static.version]
2025-08-20T20:23:50.5406774Z [00:00:01.416]➜  [+] Progs: ghfetch
2025-08-20T20:23:50.8029377Z [00:00:01.678]➜  
2025-08-20T20:23:50.8029777Z [00:00:01.678]➜  [-] Missing packages. Found: 
2025-08-20T20:23:50.8030089Z [00:00:01.678]➜  [+] Expected: ghfetch
2025-08-20T20:23:50.8030375Z [00:00:01.678]➜  [+] Continuing with build...
2025-08-20T20:23:50.8030628Z [00:00:01.678]➜  
2025-08-20T20:23:51.1434415Z [00:00:02.018]➜  
2025-08-20T20:23:51.1434727Z [00:00:02.018]➜  
2025-08-20T20:23:51.1511809Z [00:00:02.026]➜  + mkdir -pv /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T20:23:51.1527054Z [00:00:02.027]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=ghfetch -e PKG_ID=github.com.orangekame3.ghfetch -e PKG_TYPE=static -e PKG_VER=HEAD-8a14103-250820T180454 -e PKGVER=HEAD-8a14103-250820T180454 -e SBUILD_PKG=ghfetch.static -e SBUILD_PKGVER=HEAD-8a14103-250820T180454 --volume /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T20:23:51.1528859Z [00:00:02.027]➜    #Setup ENV
2025-08-20T20:23:51.1532111Z [00:00:02.027]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:23:51.1532565Z [00:00:02.027]➜     CGO_ENABLED="1" 
2025-08-20T20:23:51.1532928Z [00:00:02.027]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:23:51.1533462Z [00:00:02.027]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T20:23:51.1533845Z [00:00:02.028]➜     GOOS="linux"
2025-08-20T20:23:51.1534166Z [00:00:02.028]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:23:51.1534462Z [00:00:02.028]➜    #Build
2025-08-20T20:23:51.1534984Z [00:00:02.028]➜     git clone --filter "blob:none" --quiet "https://github.com/orangekame3/ghfetch" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T20:23:51.1535527Z [00:00:02.028]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T20:23:51.1536379Z [00:00:02.028]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T20:23:51.1536883Z [00:00:02.028]➜     go mod tidy -v ; go generate ./...
2025-08-20T20:23:51.1537629Z [00:00:02.028]➜     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/ghfetch"
2025-08-20T20:23:51.1538251Z [00:00:02.028]➜    #Copy
2025-08-20T20:23:51.1538873Z [00:00:02.028]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T20:23:51.1539650Z [00:00:02.028]➜    #Strip 
2025-08-20T20:23:51.1540152Z [00:00:02.028]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:23:51.1540840Z [00:00:02.028]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:23:51.1541519Z [00:00:02.028]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:23:51.1542103Z [00:00:02.028]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:23:51.1542648Z [00:00:02.028]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:23:51.1543332Z [00:00:02.028]➜     popd &>/dev/null
2025-08-20T20:23:51.1543570Z [00:00:02.028]➜    '
2025-08-20T20:23:51.6545524Z [00:00:02.529]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T20:23:51.7812687Z [00:00:02.656]➜  b2e6f696af52: Pulling fs layer
2025-08-20T20:23:51.7813118Z [00:00:02.656]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T20:23:51.7813425Z [00:00:02.656]➜  99fd740fb142: Pulling fs layer
2025-08-20T20:23:51.7813726Z [00:00:02.656]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T20:23:51.7814075Z [00:00:02.656]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T20:23:51.7814372Z [00:00:02.656]➜  323e89f8c367: Pulling fs layer
2025-08-20T20:23:51.7814651Z [00:00:02.656]➜  4239b2f25ebc: Waiting
2025-08-20T20:23:51.7814912Z [00:00:02.656]➜  2b92eb3035e7: Waiting
2025-08-20T20:23:51.9886287Z [00:00:02.863]➜  99fd740fb142: Download complete
2025-08-20T20:23:52.0164341Z [00:00:02.891]➜  b2e6f696af52: Verifying Checksum
2025-08-20T20:23:52.0164861Z [00:00:02.891]➜  b2e6f696af52: Download complete
2025-08-20T20:23:52.0428904Z [00:00:02.917]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T20:23:52.0429512Z [00:00:02.918]➜  996f2cb07f7c: Download complete
2025-08-20T20:23:52.1063920Z [00:00:02.981]➜  b2e6f696af52: Pull complete
2025-08-20T20:23:52.1801418Z [00:00:03.055]➜  323e89f8c367: Download complete
2025-08-20T20:23:52.3534277Z [00:00:03.228]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T20:23:52.3539071Z [00:00:03.228]➜  4239b2f25ebc: Download complete
2025-08-20T20:23:57.2411011Z [00:00:08.116]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T20:23:57.2411416Z [00:00:08.116]➜  2b92eb3035e7: Download complete
2025-08-20T20:24:02.4826317Z [00:00:13.357]➜  996f2cb07f7c: Pull complete
2025-08-20T20:24:11.1312123Z [00:00:22.006]➜  99fd740fb142: Pull complete
2025-08-20T20:25:35.6258282Z [00:01:46.501]➜  2b92eb3035e7: Pull complete
2025-08-20T20:25:42.6148371Z [00:01:53.490]➜  4239b2f25ebc: Pull complete
2025-08-20T20:25:42.6686143Z [00:01:53.543]➜  323e89f8c367: Pull complete
2025-08-20T20:25:42.6900413Z [00:01:53.565]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T20:25:42.6971410Z [00:01:53.572]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T20:25:43.0020116Z [00:01:53.877]➜  + mkdir -p /build-bins
2025-08-20T20:25:43.0038384Z [00:01:53.879]➜  ++ mktemp -d
2025-08-20T20:25:43.0053439Z [00:01:53.880]➜  + pushd /tmp/tmp.KP6YC4moNg
2025-08-20T20:25:43.0053782Z [00:01:53.880]➜  + CGO_ENABLED=1
2025-08-20T20:25:43.0054526Z [00:01:53.880]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T20:25:43.0059871Z [00:01:53.881]➜  ++ uname -m
2025-08-20T20:25:43.0064804Z [00:01:53.881]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T20:25:43.0073728Z [00:01:53.882]➜  + GOARCH=arm64
2025-08-20T20:25:43.0074053Z [00:01:53.882]➜  + GOOS=linux
2025-08-20T20:25:43.0074353Z [00:01:53.882]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:25:43.0074933Z [00:01:53.882]➜  + git clone --filter blob:none --quiet https://github.com/orangekame3/ghfetch ./TEMPREPO
2025-08-20T20:25:44.0022613Z [00:01:54.877]➜  + cd ./TEMPREPO
2025-08-20T20:25:44.0023008Z [00:01:54.877]➜  + echo -e '\n[+] Target: "arm64/linux"'
2025-08-20T20:25:44.0023747Z [00:01:54.877]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T20:25:44.0024191Z [00:01:54.877]➜  + go mod tidy -v
2025-08-20T20:25:44.0024423Z [00:01:54.877]➜  
2025-08-20T20:25:44.0024687Z [00:01:54.877]➜  [+] Target: "arm64/linux"
2025-08-20T20:25:44.0025117Z [00:01:54.877]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:25:44.0025491Z [00:01:54.877]➜  
2025-08-20T20:25:44.0202166Z [00:01:54.895]➜  go: downloading github.com/TheZoraiz/ascii-image-converter v1.13.1
2025-08-20T20:25:44.0203229Z [00:01:54.895]➜  go: downloading github.com/briandowns/spinner v1.23.0
2025-08-20T20:25:44.0204237Z [00:01:54.895]➜  go: downloading github.com/charmbracelet/lipgloss v0.8.0
2025-08-20T20:25:44.0205232Z [00:01:54.895]➜  go: downloading github.com/fatih/color v1.15.0
2025-08-20T20:25:44.1721810Z [00:01:55.047]➜  go: downloading github.com/nsf/termbox-go v1.1.1
2025-08-20T20:25:44.2483913Z [00:01:55.123]➜  go: downloading github.com/spf13/cobra v1.7.0
2025-08-20T20:25:44.2844286Z [00:01:55.159]➜  go: downloading github.com/mattn/go-colorable v0.1.13
2025-08-20T20:25:44.2953001Z [00:01:55.170]➜  go: downloading github.com/mattn/go-isatty v0.0.18
2025-08-20T20:25:44.3028842Z [00:01:55.178]➜  go: downloading golang.org/x/sys v0.7.0
2025-08-20T20:25:44.3528494Z [00:01:55.228]➜  go: downloading github.com/mattn/go-runewidth v0.0.14
2025-08-20T20:25:44.3529018Z [00:01:55.228]➜  go: downloading github.com/muesli/reflow v0.3.0
2025-08-20T20:25:44.3899785Z [00:01:55.265]➜  go: downloading github.com/muesli/termenv v0.15.2
2025-08-20T20:25:44.3906895Z [00:01:55.266]➜  go: downloading golang.org/x/term v0.1.0
2025-08-20T20:25:44.4810856Z [00:01:55.356]➜  go: downloading github.com/inconshreveable/mousetrap v1.1.0
2025-08-20T20:25:44.4811402Z [00:01:55.356]➜  go: downloading github.com/spf13/pflag v1.0.5
2025-08-20T20:25:44.5173028Z [00:01:55.392]➜  go: downloading github.com/rivo/uniseg v0.2.0
2025-08-20T20:25:44.5324852Z [00:01:55.407]➜  go: downloading github.com/aymanbagabas/go-osc52/v2 v2.0.1
2025-08-20T20:25:44.5325367Z [00:01:55.407]➜  go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
2025-08-20T20:25:44.5373754Z [00:01:55.412]➜  go: downloading github.com/fogleman/gg v1.3.0
2025-08-20T20:25:44.5427152Z [00:01:55.418]➜  go: downloading github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
2025-08-20T20:25:44.5573689Z [00:01:55.432]➜  go: downloading golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
2025-08-20T20:25:44.6123111Z [00:01:55.487]➜  go: downloading github.com/disintegration/imaging v1.6.2
2025-08-20T20:25:44.6547633Z [00:01:55.530]➜  go: downloading github.com/gookit/color v1.4.2
2025-08-20T20:25:44.6903135Z [00:01:55.565]➜  go: downloading github.com/makeworld-the-better-one/dither/v2 v2.2.0
2025-08-20T20:25:44.7524418Z [00:01:55.627]➜  go: downloading github.com/nathan-fiscaletti/consolesize-go v0.0.0-20210105204122-a87d9f614b9d
2025-08-20T20:25:44.7525115Z [00:01:55.627]➜  go: downloading github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778
2025-08-20T20:25:45.0334763Z [00:01:55.908]➜  go: downloading github.com/stretchr/testify v1.6.1
2025-08-20T20:25:45.0634112Z [00:01:55.938]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T20:25:45.0634943Z [00:01:55.938]➜  go: downloading github.com/davecgh/go-spew v1.1.0
2025-08-20T20:25:45.0635431Z [00:01:55.938]➜  go: downloading github.com/pmezard/go-difflib v1.0.0
2025-08-20T20:25:45.0971213Z [00:01:55.972]➜  + go generate ./...
2025-08-20T20:25:45.1136102Z [00:01:55.988]➜  + 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/ghfetch
2025-08-20T20:25:45.1160230Z [00:01:55.991]➜  WORK=/tmp/go-build4047508428
2025-08-20T20:25:45.1301119Z [00:01:56.005]➜  # get https://proxy.golang.org/github.com/%21the%21zoraiz/ascii-image-converter/@v/v1.13.1.info
2025-08-20T20:25:45.2175551Z [00:01:56.092]➜  # get https://proxy.golang.org/github.com/%21the%21zoraiz/ascii-image-converter/@v/v1.13.1.info: 200 OK (0.087s)
2025-08-20T20:25:45.2179647Z [00:01:56.093]➜  # get https://proxy.golang.org/github.com/nathan-fiscaletti/consolesize-go/@v/v0.0.0-20210105204122-a87d9f614b9d.info
2025-08-20T20:25:45.2484971Z [00:01:56.123]➜  # get https://proxy.golang.org/github.com/nathan-fiscaletti/consolesize-go/@v/v0.0.0-20210105204122-a87d9f614b9d.info: 200 OK (0.030s)
2025-08-20T20:25:45.2487503Z [00:01:56.124]➜  # get https://proxy.golang.org/github.com/disintegration/imaging/@v/v1.6.2.info
2025-08-20T20:25:45.2727726Z [00:01:56.148]➜  # get https://proxy.golang.org/github.com/disintegration/imaging/@v/v1.6.2.info: 200 OK (0.024s)
2025-08-20T20:25:45.2731201Z [00:01:56.148]➜  # get https://proxy.golang.org/golang.org/x/image/@v/v0.0.0-20210628002857-a66eb6448b8d.info
2025-08-20T20:25:45.2970036Z [00:01:56.172]➜  # get https://proxy.golang.org/golang.org/x/image/@v/v0.0.0-20210628002857-a66eb6448b8d.info: 200 OK (0.024s)
2025-08-20T20:25:45.2980128Z [00:01:56.173]➜  # get https://proxy.golang.org/github.com/gookit/color/@v/v1.4.2.info
2025-08-20T20:25:45.3269481Z [00:01:56.202]➜  # get https://proxy.golang.org/github.com/gookit/color/@v/v1.4.2.info: 200 OK (0.029s)
2025-08-20T20:25:45.3271905Z [00:01:56.202]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20210125001918-ca9a967f8778.info
2025-08-20T20:25:45.3516033Z [00:01:56.226]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20210125001918-ca9a967f8778.info: 200 OK (0.024s)
2025-08-20T20:25:45.3527103Z [00:01:56.228]➜  # get https://proxy.golang.org/github.com/makeworld-the-better-one/dither/v2/@v/v2.2.0.info
2025-08-20T20:25:45.3799286Z [00:01:56.255]➜  # get https://proxy.golang.org/github.com/makeworld-the-better-one/dither/v2/@v/v2.2.0.info: 200 OK (0.027s)
2025-08-20T20:25:45.3803048Z [00:01:56.255]➜  # get https://proxy.golang.org/github.com/fogleman/gg/@v/v1.3.0.info
2025-08-20T20:25:45.4048072Z [00:01:56.280]➜  # get https://proxy.golang.org/github.com/fogleman/gg/@v/v1.3.0.info: 200 OK (0.024s)
2025-08-20T20:25:45.4050356Z [00:01:56.280]➜  # get https://proxy.golang.org/github.com/golang/freetype/@v/v0.0.0-20170609003504-e2365dfdc4a0.info
2025-08-20T20:25:45.4290220Z [00:01:56.304]➜  # get https://proxy.golang.org/github.com/golang/freetype/@v/v0.0.0-20170609003504-e2365dfdc4a0.info: 200 OK (0.024s)
2025-08-20T20:25:45.4335104Z [00:01:56.308]➜  # get https://proxy.golang.org/github.com/briandowns/spinner/@v/v1.23.0.info
2025-08-20T20:25:45.4574149Z [00:01:56.332]➜  # get https://proxy.golang.org/github.com/briandowns/spinner/@v/v1.23.0.info: 200 OK (0.024s)
2025-08-20T20:25:45.4577179Z [00:01:56.333]➜  # get https://proxy.golang.org/github.com/fatih/color/@v/v1.15.0.info
2025-08-20T20:25:45.4816539Z [00:01:56.357]➜  # get https://proxy.golang.org/github.com/fatih/color/@v/v1.15.0.info: 200 OK (0.024s)
2025-08-20T20:25:45.4820340Z [00:01:56.357]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.13.info
2025-08-20T20:25:45.5059325Z [00:01:56.381]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.13.info: 200 OK (0.024s)
2025-08-20T20:25:45.5062663Z [00:01:56.381]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.18.info
2025-08-20T20:25:45.5302422Z [00:01:56.405]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.18.info: 200 OK (0.024s)
2025-08-20T20:25:45.5308365Z [00:01:56.406]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.7.0.info
2025-08-20T20:25:45.5549703Z [00:01:56.430]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.7.0.info: 200 OK (0.024s)
2025-08-20T20:25:45.5553714Z [00:01:56.430]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.1.0.info
2025-08-20T20:25:45.5792270Z [00:01:56.454]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.1.0.info: 200 OK (0.024s)
2025-08-20T20:25:45.5795322Z [00:01:56.454]➜  # get https://proxy.golang.org/github.com/charmbracelet/lipgloss/@v/v0.8.0.info
2025-08-20T20:25:45.6066283Z [00:01:56.482]➜  # get https://proxy.golang.org/github.com/charmbracelet/lipgloss/@v/v0.8.0.info: 200 OK (0.027s)
2025-08-20T20:25:45.6069243Z [00:01:56.482]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.14.info
2025-08-20T20:25:45.6310494Z [00:01:56.506]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.14.info: 200 OK (0.024s)
2025-08-20T20:25:45.6313405Z [00:01:56.506]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.2.0.info
2025-08-20T20:25:45.6552935Z [00:01:56.530]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.2.0.info: 200 OK (0.024s)
2025-08-20T20:25:45.6555692Z [00:01:56.531]➜  # get https://proxy.golang.org/github.com/muesli/reflow/@v/v0.3.0.info
2025-08-20T20:25:45.6794267Z [00:01:56.554]➜  # get https://proxy.golang.org/github.com/muesli/reflow/@v/v0.3.0.info: 200 OK (0.024s)
2025-08-20T20:25:45.6799484Z [00:01:56.555]➜  # get https://proxy.golang.org/github.com/muesli/termenv/@v/v0.15.2.info
2025-08-20T20:25:45.7037459Z [00:01:56.579]➜  # get https://proxy.golang.org/github.com/muesli/termenv/@v/v0.15.2.info: 200 OK (0.024s)
2025-08-20T20:25:45.7040186Z [00:01:56.579]➜  # get https://proxy.golang.org/github.com/aymanbagabas/go-osc52/v2/@v/v2.0.1.info
2025-08-20T20:25:45.7279522Z [00:01:56.603]➜  # get https://proxy.golang.org/github.com/aymanbagabas/go-osc52/v2/@v/v2.0.1.info: 200 OK (0.024s)
2025-08-20T20:25:45.7282419Z [00:01:56.603]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.2.0.info
2025-08-20T20:25:45.7522365Z [00:01:56.627]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.2.0.info: 200 OK (0.024s)
2025-08-20T20:25:45.7526601Z [00:01:56.628]➜  # get https://proxy.golang.org/github.com/nsf/termbox-go/@v/v1.1.1.info
2025-08-20T20:25:45.7765192Z [00:01:56.651]➜  # get https://proxy.golang.org/github.com/nsf/termbox-go/@v/v1.1.1.info: 200 OK (0.024s)
2025-08-20T20:25:45.7769103Z [00:01:56.652]➜  # get https://proxy.golang.org/github.com/spf13/cobra/@v/v1.7.0.info
2025-08-20T20:25:45.8008844Z [00:01:56.676]➜  # get https://proxy.golang.org/github.com/spf13/cobra/@v/v1.7.0.info: 200 OK (0.024s)
2025-08-20T20:25:45.8012088Z [00:01:56.676]➜  # get https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.5.info
2025-08-20T20:25:45.8251499Z [00:01:56.700]➜  # get https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.5.info: 200 OK (0.024s)
2025-08-20T20:25:45.8263576Z [00:01:56.701]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:45.8263927Z [00:01:56.701]➜  git status --porcelain
2025-08-20T20:25:45.8292753Z [00:01:56.704]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:45.8293233Z [00:01:56.704]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T20:25:45.8306397Z [00:01:56.706]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO; git config extensions.objectformat
2025-08-20T20:25:45.8314738Z [00:01:56.706]➜  0.001s # cd /tmp/tmp.KP6YC4moNg/TEMPREPO; git config extensions.objectformat
2025-08-20T20:25:45.8315602Z [00:01:56.706]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 8a141037355d3f79076cf8a12afb5ca7809fe4be --
2025-08-20T20:25:45.8328702Z [00:01:56.708]➜  0.001s # cd /tmp/tmp.KP6YC4moNg/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 8a141037355d3f79076cf8a12afb5ca7809fe4be --
2025-08-20T20:25:45.8330084Z [00:01:56.708]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 8a141037355d3f79076cf8a12afb5ca7809fe4be
2025-08-20T20:25:45.8437510Z [00:01:56.719]➜  0.011s # cd /tmp/tmp.KP6YC4moNg/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 8a141037355d3f79076cf8a12afb5ca7809fe4be
2025-08-20T20:25:45.8438456Z [00:01:56.719]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 8a141037355d --
2025-08-20T20:25:45.8453307Z [00:01:56.720]➜  0.001s # cd /tmp/tmp.KP6YC4moNg/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 8a141037355d --
2025-08-20T20:25:45.8454158Z [00:01:56.720]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO; git cat-file blob 8a141037355d3f79076cf8a12afb5ca7809fe4be:go.mod
2025-08-20T20:25:45.8463839Z [00:01:56.721]➜  0.001s # cd /tmp/tmp.KP6YC4moNg/TEMPREPO; git cat-file blob 8a141037355d3f79076cf8a12afb5ca7809fe4be:go.mod
2025-08-20T20:25:45.8505415Z [00:01:56.725]➜  internal/unsafeheader
2025-08-20T20:25:45.8507715Z [00:01:56.726]➜  internal/goarch
2025-08-20T20:25:45.8508045Z [00:01:56.726]➜  mkdir -p $WORK/b007/
2025-08-20T20:25:45.8508574Z [00:01:56.726]➜  mkdir -p $WORK/b009/
2025-08-20T20:25:45.8508982Z [00:01:56.726]➜  internal/byteorder
2025-08-20T20:25:45.8511221Z [00:01:56.726]➜  mkdir -p $WORK/b013/
2025-08-20T20:25:45.8511747Z [00:01:56.726]➜  echo '# import config' > $WORK/b007/importcfg # internal
2025-08-20T20:25:45.8516817Z [00:01:56.726]➜  echo '# import config' > $WORK/b013/importcfg # internal
2025-08-20T20:25:45.8520133Z [00:01:56.726]➜  echo '# import config' > $WORK/b009/importcfg # internal
2025-08-20T20:25:45.8520646Z [00:01:56.726]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:45.8525469Z [00:01:56.726]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b013=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid TBPJ9nmn3XMRKHaQjfh3/TBPJ9nmn3XMRKHaQjfh3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T20:25:45.8551966Z [00:01:56.727]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b007/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b007=>" -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/b007/importcfg -pack /root/.go/src/internal/goarch/goarch.go /root/.go/src/internal/goarch/goarch_arm64.go /root/.go/src/internal/goarch/zgoarch_arm64.go
2025-08-20T20:25:45.8555317Z [00:01:56.727]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b009=>" -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/b009/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T20:25:45.8556810Z [00:01:56.728]➜  internal/cpu
2025-08-20T20:25:45.8557069Z [00:01:56.728]➜  mkdir -p $WORK/b012/
2025-08-20T20:25:45.8557380Z [00:01:56.728]➜  echo -n > $WORK/b012/go_asm.h # internal
2025-08-20T20:25:45.8557696Z [00:01:56.728]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:25:45.8558738Z [00:01:56.728]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b012/symabis ./cpu.s ./cpu_arm64.s
2025-08-20T20:25:45.8584284Z [00:01:56.733]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T20:25:45.8585827Z [00:01:56.733]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:45.8588203Z [00:01:56.733]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid xOiVxElhnkLKUPIOyZdm/xOiVxElhnkLKUPIOyZdm -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/cpu/cpu.go /root/.go/src/internal/cpu/cpu_arm64.go /root/.go/src/internal/cpu/cpu_arm64_hwcap.go /root/.go/src/internal/cpu/cpu_arm64_linux.go /root/.go/src/internal/cpu/cpu_no_name.go
2025-08-20T20:25:45.8615134Z [00:01:56.736]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T20:25:45.8617901Z [00:01:56.737]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d # internal
2025-08-20T20:25:45.8620267Z [00:01:56.737]➜  internal/coverage/rtcov
2025-08-20T20:25:45.8620835Z [00:01:56.737]➜  mkdir -p $WORK/b015/
2025-08-20T20:25:45.8625981Z [00:01:56.738]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T20:25:45.8627764Z [00:01:56.738]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b015=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid Lg1Ui5Zii1hLtfRIIRhB/Lg1Ui5Zii1hLtfRIIRhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T20:25:45.8638504Z [00:01:56.739]➜  go tool buildid -w $WORK/b007/_pkg_.a # internal
2025-08-20T20:25:45.8651207Z [00:01:56.740]➜  cp $WORK/b007/_pkg_.a /root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d # internal
2025-08-20T20:25:45.8666713Z [00:01:56.742]➜  internal/abi
2025-08-20T20:25:45.8668330Z [00:01:56.742]➜  mkdir -p $WORK/b006/
2025-08-20T20:25:45.8682124Z [00:01:56.743]➜  echo -n > $WORK/b006/go_asm.h # internal
2025-08-20T20:25:45.8683903Z [00:01:56.743]➜  cd /root/.go/src/internal/abi
2025-08-20T20:25:45.8700237Z [00:01:56.745]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b006/symabis ./abi_test.s ./stub.s
2025-08-20T20:25:45.8711332Z [00:01:56.745]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T20:25:45.8712047Z [00:01:56.745]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d # internal
2025-08-20T20:25:45.8712628Z [00:01:56.745]➜  internal/godebugs
2025-08-20T20:25:45.8712889Z [00:01:56.745]➜  mkdir -p $WORK/b016/
2025-08-20T20:25:45.8713248Z [00:01:56.745]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T20:25:45.8713610Z [00:01:56.745]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:45.8715649Z [00:01:56.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b016=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid z0U3JTpbM1KVjGC6PuUk/z0U3JTpbM1KVjGC6PuUk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T20:25:45.8736652Z [00:01:56.748]➜  cat >/tmp/go-build4047508428/b006/importcfg << 'EOF' # internal
2025-08-20T20:25:45.8740887Z [00:01:56.748]➜  # import config
2025-08-20T20:25:45.8741318Z [00:01:56.748]➜  packagefile internal/goarch=/tmp/go-build4047508428/b007/_pkg_.a
2025-08-20T20:25:45.8741672Z [00:01:56.748]➜  EOF
2025-08-20T20:25:45.8745244Z [00:01:56.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid OEFtkDQjYlx_bUzkur7n/OEFtkDQjYlx_bUzkur7n -goversion go1.25.0 -symabis $WORK/b006/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack -asmhdr $WORK/b006/go_asm.h /root/.go/src/internal/abi/abi.go /root/.go/src/internal/abi/abi_arm64.go /root/.go/src/internal/abi/compiletype.go /root/.go/src/internal/abi/escape.go /root/.go/src/internal/abi/funcpc.go /root/.go/src/internal/abi/iface.go /root/.go/src/internal/abi/map_noswiss.go /root/.go/src/internal/abi/map_select_swiss.go /root/.go/src/internal/abi/map_swiss.go /root/.go/src/internal/abi/rangefuncconsts.go /root/.go/src/internal/abi/runtime.go /root/.go/src/internal/abi/stack.go /root/.go/src/internal/abi/switch.go /root/.go/src/internal/abi/symtab.go /root/.go/src/internal/abi/type.go
2025-08-20T20:25:45.8758491Z [00:01:56.751]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T20:25:45.8762611Z [00:01:56.751]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d # internal
2025-08-20T20:25:45.8802624Z [00:01:56.755]➜  internal/goexperiment
2025-08-20T20:25:45.8805038Z [00:01:56.755]➜  mkdir -p $WORK/b017/
2025-08-20T20:25:45.8805471Z [00:01:56.755]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T20:25:45.8811709Z [00:01:56.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b017=>" -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/b017/importcfg -pack /root/.go/src/internal/goexperiment/exp_aliastypeparams_on.go /root/.go/src/internal/goexperiment/exp_arenas_off.go /root/.go/src/internal/goexperiment/exp_boringcrypto_off.go /root/.go/src/internal/goexperiment/exp_cacheprog_off.go /root/.go/src/internal/goexperiment/exp_cgocheck2_off.go /root/.go/src/internal/goexperiment/exp_dwarf5_on.go /root/.go/src/internal/goexperiment/exp_fieldtrack_off.go /root/.go/src/internal/goexperiment/exp_greenteagc_off.go /root/.go/src/internal/goexperiment/exp_heapminimum512kib_off.go /root/.go/src/internal/goexperiment/exp_jsonv2_off.go /root/.go/src/internal/goexperiment/exp_loopvar_off.go /root/.go/src/internal/goexperiment/exp_newinliner_off.go /root/.go/src/internal/goexperiment/exp_preemptibleloops_off.go /root/.go/src/internal/goexperiment/exp_rangefunc_off.go /root/.go/src/internal/goexperiment/exp_regabiargs_on.go /root/.go/src/internal/goexperiment/exp_regabiwrappers_on.go /root/.go/src/internal/goexperiment/exp_staticlockranking_off.go /root/.go/src/internal/goexperiment/exp_swissmap_on.go /root/.go/src/internal/goexperiment/exp_synchashtriemap_on.go /root/.go/src/internal/goexperiment/exp_synctest_off.go /root/.go/src/internal/goexperiment/flags.go
2025-08-20T20:25:45.8821241Z [00:01:56.757]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T20:25:45.8824320Z [00:01:56.757]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d # internal
2025-08-20T20:25:45.8825590Z [00:01:56.758]➜  internal/goos
2025-08-20T20:25:45.8827247Z [00:01:56.758]➜  mkdir -p $WORK/b018/
2025-08-20T20:25:45.8865024Z [00:01:56.761]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T20:25:45.8868169Z [00:01:56.761]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b018=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid Zaio9CsRMM6rTHRpGKtH/Zaio9CsRMM6rTHRpGKtH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack /root/.go/src/internal/goos/goos.go /root/.go/src/internal/goos/unix.go /root/.go/src/internal/goos/zgoos_linux.go
2025-08-20T20:25:45.8901769Z [00:01:56.765]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:25:45.8902796Z [00:01:56.765]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/cpu.o ./cpu.s
2025-08-20T20:25:45.8931601Z [00:01:56.768]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/cpu_arm64.o ./cpu_arm64.s
2025-08-20T20:25:45.8938499Z [00:01:56.769]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T20:25:45.8953633Z [00:01:56.770]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T20:25:45.8960941Z [00:01:56.770]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d # internal
2025-08-20T20:25:45.8961574Z [00:01:56.770]➜  internal/profilerecord
2025-08-20T20:25:45.8961854Z [00:01:56.770]➜  mkdir -p $WORK/b019/
2025-08-20T20:25:45.8962452Z [00:01:56.770]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d # internal
2025-08-20T20:25:45.8962988Z [00:01:56.770]➜  internal/runtime/math
2025-08-20T20:25:45.8963276Z [00:01:56.770]➜  mkdir -p $WORK/b023/
2025-08-20T20:25:45.8963623Z [00:01:56.770]➜  echo '# import config' > $WORK/b019/importcfg # internal
2025-08-20T20:25:45.8963983Z [00:01:56.770]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:45.8965694Z [00:01:56.770]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b019=>" -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/b019/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T20:25:45.8967253Z [00:01:56.770]➜  cat >/tmp/go-build4047508428/b023/importcfg << 'EOF' # internal
2025-08-20T20:25:45.8967600Z [00:01:56.770]➜  # import config
2025-08-20T20:25:45.8967970Z [00:01:56.770]➜  packagefile internal/goarch=/tmp/go-build4047508428/b007/_pkg_.a
2025-08-20T20:25:45.8968314Z [00:01:56.770]➜  EOF
2025-08-20T20:25:45.8970106Z [00:01:56.770]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b023=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid 5Ux89PrGBaXlGLWJEWjy/5Ux89PrGBaXlGLWJEWjy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T20:25:45.8974021Z [00:01:56.772]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:25:45.8980395Z [00:01:56.772]➜  go tool pack r $WORK/b012/_pkg_.a $WORK/b012/cpu.o $WORK/b012/cpu_arm64.o # internal
2025-08-20T20:25:45.8980922Z [00:01:56.773]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T20:25:45.8981622Z [00:01:56.773]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d # internal
2025-08-20T20:25:45.8982183Z [00:01:56.773]➜  internal/bytealg
2025-08-20T20:25:45.8982797Z [00:01:56.773]➜  mkdir -p $WORK/b011/
2025-08-20T20:25:45.8983150Z [00:01:56.773]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T20:25:45.8983477Z [00:01:56.773]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:25:45.8986585Z [00:01:56.773]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b011/symabis ./compare_arm64.s ./count_arm64.s ./equal_arm64.s ./index_arm64.s ./indexbyte_arm64.s
2025-08-20T20:25:45.9013418Z [00:01:56.776]➜  cat >/tmp/go-build4047508428/b011/importcfg << 'EOF' # internal
2025-08-20T20:25:45.9013821Z [00:01:56.776]➜  # import config
2025-08-20T20:25:45.9014482Z [00:01:56.776]➜  packagefile internal/cpu=/tmp/go-build4047508428/b012/_pkg_.a
2025-08-20T20:25:45.9014970Z [00:01:56.776]➜  EOF
2025-08-20T20:25:45.9015442Z [00:01:56.776]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:45.9019698Z [00:01:56.776]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid cHLYtuUGsNYroo6_NRzy/cHLYtuUGsNYroo6_NRzy -goversion go1.25.0 -symabis $WORK/b011/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h /root/.go/src/internal/bytealg/bytealg.go /root/.go/src/internal/bytealg/compare_native.go /root/.go/src/internal/bytealg/count_native.go /root/.go/src/internal/bytealg/equal_generic.go /root/.go/src/internal/bytealg/equal_native.go /root/.go/src/internal/bytealg/index_arm64.go /root/.go/src/internal/bytealg/index_native.go /root/.go/src/internal/bytealg/indexbyte_native.go /root/.go/src/internal/bytealg/lastindexbyte_generic.go
2025-08-20T20:25:45.9053519Z [00:01:56.780]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T20:25:45.9059609Z [00:01:56.781]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d # internal
2025-08-20T20:25:45.9065685Z [00:01:56.781]➜  internal/chacha8rand
2025-08-20T20:25:45.9065995Z [00:01:56.781]➜  mkdir -p $WORK/b014/
2025-08-20T20:25:45.9066314Z [00:01:56.782]➜  echo -n > $WORK/b014/go_asm.h # internal
2025-08-20T20:25:45.9067527Z [00:01:56.782]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T20:25:45.9070995Z [00:01:56.782]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -I $WORK/b014/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b014/symabis ./chacha8_arm64.s
2025-08-20T20:25:45.9101306Z [00:01:56.785]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T20:25:45.9102866Z [00:01:56.785]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d # internal
2025-08-20T20:25:45.9106494Z [00:01:56.786]➜  internal/runtime/atomic
2025-08-20T20:25:45.9108389Z [00:01:56.786]➜  mkdir -p $WORK/b020/
2025-08-20T20:25:45.9111603Z [00:01:56.786]➜  echo -n > $WORK/b020/go_asm.h # internal
2025-08-20T20:25:45.9115004Z [00:01:56.786]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T20:25:45.9116604Z [00:01:56.786]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -I $WORK/b020/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b020/symabis ./atomic_arm64.s
2025-08-20T20:25:45.9125070Z [00:01:56.787]➜  cat >/tmp/go-build4047508428/b014/importcfg << 'EOF' # internal
2025-08-20T20:25:45.9126452Z [00:01:56.788]➜  # import config
2025-08-20T20:25:45.9127323Z [00:01:56.788]➜  packagefile internal/byteorder=/tmp/go-build4047508428/b013/_pkg_.a
2025-08-20T20:25:45.9129459Z [00:01:56.788]➜  packagefile internal/cpu=/tmp/go-build4047508428/b012/_pkg_.a
2025-08-20T20:25:45.9130292Z [00:01:56.788]➜  packagefile internal/goarch=/tmp/go-build4047508428/b007/_pkg_.a
2025-08-20T20:25:45.9131991Z [00:01:56.788]➜  EOF
2025-08-20T20:25:45.9132556Z [00:01:56.788]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:45.9134882Z [00:01:56.788]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid M9nUdEz__gedwbgeRjJL/M9nUdEz__gedwbgeRjJL -goversion go1.25.0 -symabis $WORK/b014/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack -asmhdr $WORK/b014/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T20:25:45.9155528Z [00:01:56.790]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:25:45.9156683Z [00:01:56.790]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/compare_arm64.o ./compare_arm64.s
2025-08-20T20:25:45.9161674Z [00:01:56.791]➜  cat >/tmp/go-build4047508428/b020/importcfg << 'EOF' # internal
2025-08-20T20:25:45.9162634Z [00:01:56.791]➜  # import config
2025-08-20T20:25:45.9163066Z [00:01:56.791]➜  packagefile internal/cpu=/tmp/go-build4047508428/b012/_pkg_.a
2025-08-20T20:25:45.9163550Z [00:01:56.791]➜  packagefile internal/goarch=/tmp/go-build4047508428/b007/_pkg_.a
2025-08-20T20:25:45.9164268Z [00:01:56.791]➜  EOF
2025-08-20T20:25:45.9167418Z [00:01:56.792]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:45.9174660Z [00:01:56.792]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid 4iqTnJEJ0Qa9TcC_Q_sc/4iqTnJEJ0Qa9TcC_Q_sc -goversion go1.25.0 -symabis $WORK/b020/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack -asmhdr $WORK/b020/go_asm.h /root/.go/src/internal/runtime/atomic/atomic_arm64.go /root/.go/src/internal/runtime/atomic/doc.go /root/.go/src/internal/runtime/atomic/stubs.go /root/.go/src/internal/runtime/atomic/types.go /root/.go/src/internal/runtime/atomic/types_64bit.go /root/.go/src/internal/runtime/atomic/unaligned.go /root/.go/src/internal/runtime/atomic/xchg8.go
2025-08-20T20:25:45.9191333Z [00:01:56.794]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:25:45.9192553Z [00:01:56.794]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/count_arm64.o ./count_arm64.s
2025-08-20T20:25:45.9223504Z [00:01:56.797]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/equal_arm64.o ./equal_arm64.s
2025-08-20T20:25:45.9266297Z [00:01:56.799]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/index_arm64.o ./index_arm64.s
2025-08-20T20:25:45.9294035Z [00:01:56.804]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/indexbyte_arm64.o ./indexbyte_arm64.s
2025-08-20T20:25:45.9355249Z [00:01:56.810]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/compare_arm64.o $WORK/b011/count_arm64.o $WORK/b011/equal_arm64.o $WORK/b011/index_arm64.o $WORK/b011/indexbyte_arm64.o # internal
2025-08-20T20:25:45.9357613Z [00:01:56.810]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T20:25:45.9359916Z [00:01:56.811]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d # internal
2025-08-20T20:25:45.9362372Z [00:01:56.811]➜  internal/runtime/strconv
2025-08-20T20:25:45.9363937Z [00:01:56.811]➜  mkdir -p $WORK/b022/
2025-08-20T20:25:45.9381256Z [00:01:56.813]➜  cat >/tmp/go-build4047508428/b022/importcfg << 'EOF' # internal
2025-08-20T20:25:45.9400467Z [00:01:56.813]➜  # import config
2025-08-20T20:25:45.9403466Z [00:01:56.813]➜  packagefile internal/runtime/math=/tmp/go-build4047508428/b023/_pkg_.a
2025-08-20T20:25:45.9403949Z [00:01:56.813]➜  EOF
2025-08-20T20:25:45.9404209Z [00:01:56.813]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:45.9405919Z [00:01:56.813]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b022=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid sGVZN97xBvHwg1gwzGiw/sGVZN97xBvHwg1gwzGiw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T20:25:45.9408080Z [00:01:56.815]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T20:25:45.9409545Z [00:01:56.815]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -I $WORK/b014/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b014/chacha8_arm64.o ./chacha8_arm64.s
2025-08-20T20:25:45.9475553Z [00:01:56.822]➜  go tool pack r $WORK/b014/_pkg_.a $WORK/b014/chacha8_arm64.o # internal
2025-08-20T20:25:45.9477074Z [00:01:56.823]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T20:25:45.9479118Z [00:01:56.823]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d # internal
2025-08-20T20:25:45.9481740Z [00:01:56.823]➜  internal/runtime/syscall
2025-08-20T20:25:45.9484195Z [00:01:56.823]➜  mkdir -p $WORK/b024/
2025-08-20T20:25:45.9484798Z [00:01:56.823]➜  echo -n > $WORK/b024/go_asm.h # internal
2025-08-20T20:25:45.9486306Z [00:01:56.823]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T20:25:45.9488095Z [00:01:56.823]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -I $WORK/b024/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b024/symabis ./asm_linux_arm64.s
2025-08-20T20:25:45.9525478Z [00:01:56.827]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T20:25:45.9527160Z [00:01:56.828]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -I $WORK/b020/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b020/atomic_arm64.o ./atomic_arm64.s
2025-08-20T20:25:45.9541442Z [00:01:56.829]➜  cat >/tmp/go-build4047508428/b024/importcfg << 'EOF' # internal
2025-08-20T20:25:45.9542609Z [00:01:56.829]➜  # import config
2025-08-20T20:25:45.9544123Z [00:01:56.829]➜  packagefile internal/goarch=/tmp/go-build4047508428/b007/_pkg_.a
2025-08-20T20:25:45.9544822Z [00:01:56.829]➜  EOF
2025-08-20T20:25:45.9545298Z [00:01:56.829]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:45.9547786Z [00:01:56.829]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid h7rJ5t74D4jf8hI5e9k-/h7rJ5t74D4jf8hI5e9k- -goversion go1.25.0 -symabis $WORK/b024/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack -asmhdr $WORK/b024/go_asm.h /root/.go/src/internal/runtime/syscall/defs_linux.go /root/.go/src/internal/runtime/syscall/defs_linux_arm64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T20:25:45.9610756Z [00:01:56.836]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T20:25:45.9624193Z [00:01:56.837]➜  go tool pack r $WORK/b020/_pkg_.a $WORK/b020/atomic_arm64.o # internal
2025-08-20T20:25:45.9624750Z [00:01:56.837]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T20:25:45.9625436Z [00:01:56.837]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d # internal
2025-08-20T20:25:45.9625995Z [00:01:56.837]➜  internal/runtime/exithook
2025-08-20T20:25:45.9626269Z [00:01:56.837]➜  mkdir -p $WORK/b025/
2025-08-20T20:25:45.9626607Z [00:01:56.837]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T20:25:45.9628438Z [00:01:56.838]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d # internal
2025-08-20T20:25:45.9665060Z [00:01:56.841]➜  internal/runtime/gc
2025-08-20T20:25:45.9671637Z [00:01:56.842]➜  cat >/tmp/go-build4047508428/b025/importcfg << 'EOF' # internal
2025-08-20T20:25:45.9672836Z [00:01:56.842]➜  # import config
2025-08-20T20:25:45.9674599Z [00:01:56.842]➜  packagefile internal/runtime/atomic=/tmp/go-build4047508428/b020/_pkg_.a
2025-08-20T20:25:45.9675371Z [00:01:56.842]➜  EOF
2025-08-20T20:25:45.9676168Z [00:01:56.842]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:45.9679309Z [00:01:56.843]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b025=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid vRsvs1FpEvSALlVcu8C5/vRsvs1FpEvSALlVcu8C5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T20:25:45.9682073Z [00:01:56.843]➜  mkdir -p $WORK/b026/
2025-08-20T20:25:45.9682774Z [00:01:56.843]➜  cat >/tmp/go-build4047508428/b026/importcfg << 'EOF' # internal
2025-08-20T20:25:45.9683257Z [00:01:56.843]➜  # import config
2025-08-20T20:25:45.9684630Z [00:01:56.843]➜  packagefile internal/goarch=/tmp/go-build4047508428/b007/_pkg_.a
2025-08-20T20:25:45.9696030Z [00:01:56.843]➜  EOF
2025-08-20T20:25:45.9698311Z [00:01:56.843]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b026=>" -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/b026/importcfg -pack /root/.go/src/internal/runtime/gc/malloc.go /root/.go/src/internal/runtime/gc/scan.go /root/.go/src/internal/runtime/gc/sizeclasses.go
2025-08-20T20:25:45.9815671Z [00:01:56.856]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T20:25:45.9817829Z [00:01:56.856]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -I $WORK/b024/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b024/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T20:25:45.9856948Z [00:01:56.861]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T20:25:45.9861669Z [00:01:56.861]➜  go tool pack r $WORK/b024/_pkg_.a $WORK/b024/asm_linux_arm64.o # internal
2025-08-20T20:25:45.9869849Z [00:01:56.862]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T20:25:45.9886571Z [00:01:56.863]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d # internal
2025-08-20T20:25:45.9887373Z [00:01:56.863]➜  internal/runtime/cgroup
2025-08-20T20:25:45.9887712Z [00:01:56.863]➜  mkdir -p $WORK/b021/
2025-08-20T20:25:45.9888108Z [00:01:56.863]➜  cat >/tmp/go-build4047508428/b021/importcfg << 'EOF' # internal
2025-08-20T20:25:45.9888574Z [00:01:56.863]➜  # import config
2025-08-20T20:25:45.9888989Z [00:01:56.863]➜  packagefile internal/bytealg=/tmp/go-build4047508428/b011/_pkg_.a
2025-08-20T20:25:45.9889796Z [00:01:56.863]➜  packagefile internal/runtime/strconv=/tmp/go-build4047508428/b022/_pkg_.a
2025-08-20T20:25:45.9890872Z [00:01:56.863]➜  packagefile internal/runtime/syscall=/tmp/go-build4047508428/b024/_pkg_.a
2025-08-20T20:25:45.9891434Z [00:01:56.863]➜  EOF
2025-08-20T20:25:45.9892306Z [00:01:56.863]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:45.9894756Z [00:01:56.863]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b021=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid RZkNYuEbdv1cShxbFoVg/RZkNYuEbdv1cShxbFoVg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /root/.go/src/internal/runtime/cgroup/cgroup_linux.go /root/.go/src/internal/runtime/cgroup/line_reader.go /root/.go/src/internal/runtime/cgroup/runtime.go
2025-08-20T20:25:45.9902857Z [00:01:56.864]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T20:25:45.9903790Z [00:01:56.865]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d # internal
2025-08-20T20:25:45.9906523Z [00:01:56.865]➜  internal/asan
2025-08-20T20:25:45.9908424Z [00:01:56.865]➜  mkdir -p $WORK/b028/
2025-08-20T20:25:45.9909529Z [00:01:56.866]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T20:25:45.9911637Z [00:01:56.866]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b028=>" -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/b028/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T20:25:45.9917843Z [00:01:56.867]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d # internal
2025-08-20T20:25:45.9928788Z [00:01:56.868]➜  internal/msan
2025-08-20T20:25:45.9929098Z [00:01:56.868]➜  mkdir -p $WORK/b029/
2025-08-20T20:25:45.9946091Z [00:01:56.869]➜  echo '# import config' > $WORK/b029/importcfg # internal
2025-08-20T20:25:45.9956172Z [00:01:56.870]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b029=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid cK2sxiCTxqBq1nuuQvTl/cK2sxiCTxqBq1nuuQvTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T20:25:46.0025483Z [00:01:56.877]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T20:25:46.0026291Z [00:01:56.878]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d # internal
2025-08-20T20:25:46.0032539Z [00:01:56.878]➜  internal/runtime/sys
2025-08-20T20:25:46.0033116Z [00:01:56.878]➜  mkdir -p $WORK/b031/
2025-08-20T20:25:46.0033643Z [00:01:56.878]➜  echo -n > $WORK/b031/go_asm.h # internal
2025-08-20T20:25:46.0034185Z [00:01:56.878]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:25:46.0036161Z [00:01:56.878]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b031/symabis ./dit_arm64.s ./empty.s
2025-08-20T20:25:46.0058617Z [00:01:56.881]➜  cat >/tmp/go-build4047508428/b031/importcfg << 'EOF' # internal
2025-08-20T20:25:46.0059429Z [00:01:56.881]➜  # import config
2025-08-20T20:25:46.0060596Z [00:01:56.881]➜  packagefile internal/cpu=/tmp/go-build4047508428/b012/_pkg_.a
2025-08-20T20:25:46.0061359Z [00:01:56.881]➜  packagefile internal/goarch=/tmp/go-build4047508428/b007/_pkg_.a
2025-08-20T20:25:46.0062006Z [00:01:56.881]➜  packagefile internal/goos=/tmp/go-build4047508428/b018/_pkg_.a
2025-08-20T20:25:46.0063300Z [00:01:56.881]➜  EOF
2025-08-20T20:25:46.0064021Z [00:01:56.881]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T20:25:46.0073600Z [00:01:56.882]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d # internal
2025-08-20T20:25:46.0074669Z [00:01:56.882]➜  internal/stringslite
2025-08-20T20:25:46.0075152Z [00:01:56.882]➜  mkdir -p $WORK/b032/
2025-08-20T20:25:46.0075755Z [00:01:56.882]➜  cat >/tmp/go-build4047508428/b032/importcfg << 'EOF' # internal
2025-08-20T20:25:46.0076262Z [00:01:56.882]➜  # import config
2025-08-20T20:25:46.0076764Z [00:01:56.882]➜  packagefile internal/bytealg=/tmp/go-build4047508428/b011/_pkg_.a
2025-08-20T20:25:46.0077263Z [00:01:56.882]➜  EOF
2025-08-20T20:25:46.0077653Z [00:01:56.882]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:46.0079514Z [00:01:56.882]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b032=>" -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/b032/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T20:25:46.0083598Z [00:01:56.882]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid JaoXZ_h_hmhHF4urri25/JaoXZ_h_hmhHF4urri25 -goversion go1.25.0 -symabis $WORK/b031/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack -asmhdr $WORK/b031/go_asm.h /root/.go/src/internal/runtime/sys/consts.go /root/.go/src/internal/runtime/sys/consts_norace.go /root/.go/src/internal/runtime/sys/dit_arm64.go /root/.go/src/internal/runtime/sys/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T20:25:46.0109488Z [00:01:56.886]➜  cd /root/.go/src/internal/abi
2025-08-20T20:25:46.0121982Z [00:01:56.887]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/abi_test.o ./abi_test.s
2025-08-20T20:25:46.0138506Z [00:01:56.888]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/stub.o ./stub.s
2025-08-20T20:25:46.0200308Z [00:01:56.895]➜  go tool pack r $WORK/b006/_pkg_.a $WORK/b006/abi_test.o $WORK/b006/stub.o # internal
2025-08-20T20:25:46.0213459Z [00:01:56.895]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T20:25:46.0254324Z [00:01:56.900]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d # internal
2025-08-20T20:25:46.0256998Z [00:01:56.901]➜  internal/race
2025-08-20T20:25:46.0260047Z [00:01:56.901]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T20:25:46.0266325Z [00:01:56.902]➜  mkdir -p $WORK/b030/
2025-08-20T20:25:46.0266747Z [00:01:56.902]➜  cat >/tmp/go-build4047508428/b030/importcfg << 'EOF' # internal
2025-08-20T20:25:46.0267097Z [00:01:56.902]➜  # import config
2025-08-20T20:25:46.0267459Z [00:01:56.902]➜  packagefile internal/abi=/tmp/go-build4047508428/b006/_pkg_.a
2025-08-20T20:25:46.0267795Z [00:01:56.902]➜  EOF
2025-08-20T20:25:46.0268067Z [00:01:56.902]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:46.0269826Z [00:01:56.902]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b030=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid FhbLQqV1Qz8jSBwlrpNF/FhbLQqV1Qz8jSBwlrpNF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T20:25:46.0272183Z [00:01:56.902]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d # internal
2025-08-20T20:25:46.0273136Z [00:01:56.902]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T20:25:46.0274984Z [00:01:56.902]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:25:46.0276511Z [00:01:56.902]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b031/dit_arm64.o ./dit_arm64.s
2025-08-20T20:25:46.0277543Z [00:01:56.903]➜  internal/trace/tracev2
2025-08-20T20:25:46.0277820Z [00:01:56.903]➜  mkdir -p $WORK/b033/
2025-08-20T20:25:46.0285895Z [00:01:56.903]➜  echo '# import config' > $WORK/b033/importcfg # internal
2025-08-20T20:25:46.0287265Z [00:01:56.903]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d # internal
2025-08-20T20:25:46.0288098Z [00:01:56.903]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:46.0290224Z [00:01:56.903]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b033=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid JOw4kvqnrGZisJYbR6vl/JOw4kvqnrGZisJYbR6vl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /root/.go/src/internal/trace/tracev2/doc.go /root/.go/src/internal/trace/tracev2/events.go /root/.go/src/internal/trace/tracev2/spec.go
2025-08-20T20:25:46.0292349Z [00:01:56.904]➜  sync/atomic
2025-08-20T20:25:46.0298948Z [00:01:56.905]➜  mkdir -p $WORK/b037/
2025-08-20T20:25:46.0300320Z [00:01:56.905]➜  echo -n > $WORK/b037/go_asm.h # internal
2025-08-20T20:25:46.0300684Z [00:01:56.905]➜  cd /root/.go/src/sync/atomic
2025-08-20T20:25:46.0301679Z [00:01:56.905]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b037=>" -I $WORK/b037/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b037/symabis ./asm.s
2025-08-20T20:25:46.0308121Z [00:01:56.906]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:25:46.0310911Z [00:01:56.906]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b031/empty.o ./empty.s
2025-08-20T20:25:46.0334611Z [00:01:56.908]➜  echo '# import config' > $WORK/b037/importcfg # internal
2025-08-20T20:25:46.0336026Z [00:01:56.909]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:46.0338788Z [00:01:56.909]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b037=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid v-MlDIDzOS5gnwcNEwHP/v-MlDIDzOS5gnwcNEwHP -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/sync/atomic/doc.go /root/.go/src/sync/atomic/doc_64.go /root/.go/src/sync/atomic/type.go /root/.go/src/sync/atomic/value.go
2025-08-20T20:25:46.0344954Z [00:01:56.909]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:25:46.0345490Z [00:01:56.909]➜  go tool pack r $WORK/b031/_pkg_.a $WORK/b031/dit_arm64.o $WORK/b031/empty.o # internal
2025-08-20T20:25:46.0345999Z [00:01:56.909]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T20:25:46.0364848Z [00:01:56.911]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d # internal
2025-08-20T20:25:46.0381636Z [00:01:56.913]➜  internal/synctest
2025-08-20T20:25:46.0382864Z [00:01:56.913]➜  mkdir -p $WORK/b038/
2025-08-20T20:25:46.0383314Z [00:01:56.913]➜  cat >/tmp/go-build4047508428/b038/importcfg << 'EOF' # internal
2025-08-20T20:25:46.0383984Z [00:01:56.913]➜  # import config
2025-08-20T20:25:46.0384423Z [00:01:56.913]➜  packagefile internal/abi=/tmp/go-build4047508428/b006/_pkg_.a
2025-08-20T20:25:46.0384766Z [00:01:56.913]➜  EOF
2025-08-20T20:25:46.0385015Z [00:01:56.913]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:46.0386638Z [00:01:56.913]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b038=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid TXvhGynv0KAtbNuS7qmd/TXvhGynv0KAtbNuS7qmd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T20:25:46.0441256Z [00:01:56.919]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T20:25:46.0445290Z [00:01:56.919]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d # internal
2025-08-20T20:25:46.0473545Z [00:01:56.921]➜  internal/runtime/maps
2025-08-20T20:25:46.0474655Z [00:01:56.921]➜  mkdir -p $WORK/b027/
2025-08-20T20:25:46.0475744Z [00:01:56.921]➜  cat >/tmp/go-build4047508428/b027/importcfg << 'EOF' # internal
2025-08-20T20:25:46.0476578Z [00:01:56.921]➜  # import config
2025-08-20T20:25:46.0477563Z [00:01:56.921]➜  packagefile internal/abi=/tmp/go-build4047508428/b006/_pkg_.a
2025-08-20T20:25:46.0478296Z [00:01:56.921]➜  packagefile internal/asan=/tmp/go-build4047508428/b028/_pkg_.a
2025-08-20T20:25:46.0479710Z [00:01:56.921]➜  packagefile internal/goarch=/tmp/go-build4047508428/b007/_pkg_.a
2025-08-20T20:25:46.0480630Z [00:01:56.921]➜  packagefile internal/msan=/tmp/go-build4047508428/b029/_pkg_.a
2025-08-20T20:25:46.0481786Z [00:01:56.921]➜  packagefile internal/race=/tmp/go-build4047508428/b030/_pkg_.a
2025-08-20T20:25:46.0482855Z [00:01:56.921]➜  packagefile internal/runtime/math=/tmp/go-build4047508428/b023/_pkg_.a
2025-08-20T20:25:46.0483853Z [00:01:56.921]➜  packagefile internal/runtime/sys=/tmp/go-build4047508428/b031/_pkg_.a
2025-08-20T20:25:46.0484832Z [00:01:56.921]➜  EOF
2025-08-20T20:25:46.0488319Z [00:01:56.921]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b027=>" -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/b027/importcfg -pack /root/.go/src/internal/runtime/maps/group.go /root/.go/src/internal/runtime/maps/map.go /root/.go/src/internal/runtime/maps/runtime.go /root/.go/src/internal/runtime/maps/runtime_fast32_swiss.go /root/.go/src/internal/runtime/maps/runtime_fast64_swiss.go /root/.go/src/internal/runtime/maps/runtime_faststr_swiss.go /root/.go/src/internal/runtime/maps/runtime_swiss.go /root/.go/src/internal/runtime/maps/table.go /root/.go/src/internal/runtime/maps/table_debug.go
2025-08-20T20:25:46.0497291Z [00:01:56.922]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T20:25:46.0497969Z [00:01:56.923]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d # internal
2025-08-20T20:25:46.0498494Z [00:01:56.924]➜  math/bits
2025-08-20T20:25:46.0498733Z [00:01:56.924]➜  mkdir -p $WORK/b040/
2025-08-20T20:25:46.0499088Z [00:01:56.924]➜  echo '# import config' > $WORK/b040/importcfg # internal
2025-08-20T20:25:46.0501067Z [00:01:56.924]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b040=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid mewLIJx9t7e24poTN5tU/mewLIJx9t7e24poTN5tU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b040/importcfg -pack /root/.go/src/math/bits/bits.go /root/.go/src/math/bits/bits_errors.go /root/.go/src/math/bits/bits_tables.go
2025-08-20T20:25:46.0510916Z [00:01:56.926]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T20:25:46.0514428Z [00:01:56.926]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d # internal
2025-08-20T20:25:46.0518620Z [00:01:56.927]➜  unicode
2025-08-20T20:25:46.0518962Z [00:01:56.927]➜  mkdir -p $WORK/b041/
2025-08-20T20:25:46.0523353Z [00:01:56.927]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T20:25:46.0528318Z [00:01:56.928]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b041=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid 1uavR90G2Z8Kzq6sjfjV/1uavR90G2Z8Kzq6sjfjV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b041/importcfg -pack /root/.go/src/unicode/casetables.go /root/.go/src/unicode/digit.go /root/.go/src/unicode/graphic.go /root/.go/src/unicode/letter.go /root/.go/src/unicode/tables.go
2025-08-20T20:25:46.0725884Z [00:01:56.947]➜  cd /root/.go/src/sync/atomic
2025-08-20T20:25:46.0726996Z [00:01:56.947]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b037=>" -I $WORK/b037/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b037/asm.o ./asm.s
2025-08-20T20:25:46.0727879Z [00:01:56.948]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T20:25:46.0734596Z [00:01:56.948]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d # internal
2025-08-20T20:25:46.0739584Z [00:01:56.949]➜  unicode/utf8
2025-08-20T20:25:46.0743153Z [00:01:56.949]➜  mkdir -p $WORK/b042/
2025-08-20T20:25:46.0747119Z [00:01:56.950]➜  echo '# import config' > $WORK/b042/importcfg # internal
2025-08-20T20:25:46.0749046Z [00:01:56.950]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:46.0758112Z [00:01:56.951]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b042=>" -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/b042/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T20:25:46.0791183Z [00:01:56.953]➜  cd /root/.go/src/sync/atomic
2025-08-20T20:25:46.0792409Z [00:01:56.953]➜  go tool pack r $WORK/b037/_pkg_.a $WORK/b037/asm.o # internal
2025-08-20T20:25:46.0793254Z [00:01:56.953]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T20:25:46.0794191Z [00:01:56.954]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d # internal
2025-08-20T20:25:46.0795400Z [00:01:56.954]➜  internal/sync
2025-08-20T20:25:46.0795899Z [00:01:56.955]➜  mkdir -p $WORK/b036/
2025-08-20T20:25:46.0801024Z [00:01:56.955]➜  cat >/tmp/go-build4047508428/b036/importcfg << 'EOF' # internal
2025-08-20T20:25:46.0801433Z [00:01:56.955]➜  # import config
2025-08-20T20:25:46.0803510Z [00:01:56.955]➜  packagefile internal/abi=/tmp/go-build4047508428/b006/_pkg_.a
2025-08-20T20:25:46.0804014Z [00:01:56.955]➜  packagefile internal/goarch=/tmp/go-build4047508428/b007/_pkg_.a
2025-08-20T20:25:46.0804492Z [00:01:56.955]➜  packagefile internal/race=/tmp/go-build4047508428/b030/_pkg_.a
2025-08-20T20:25:46.0804960Z [00:01:56.955]➜  packagefile sync/atomic=/tmp/go-build4047508428/b037/_pkg_.a
2025-08-20T20:25:46.0805290Z [00:01:56.955]➜  EOF
2025-08-20T20:25:46.0805551Z [00:01:56.955]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:46.0807547Z [00:01:56.955]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b036=>" -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/b036/importcfg -pack /root/.go/src/internal/sync/hashtriemap.go /root/.go/src/internal/sync/mutex.go /root/.go/src/internal/sync/runtime.go
2025-08-20T20:25:46.0959765Z [00:01:56.970]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T20:25:46.0966763Z [00:01:56.971]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d # internal
2025-08-20T20:25:46.0967392Z [00:01:56.971]➜  cmp
2025-08-20T20:25:46.0967627Z [00:01:56.971]➜  mkdir -p $WORK/b044/
2025-08-20T20:25:46.0967985Z [00:01:56.971]➜  echo '# import config' > $WORK/b044/importcfg # internal
2025-08-20T20:25:46.0969527Z [00:01:56.971]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b044=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid 3pNLZ4lQZRo8EuEyPFwj/3pNLZ4lQZRo8EuEyPFwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T20:25:46.1059324Z [00:01:56.980]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T20:25:46.1067641Z [00:01:56.980]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d # internal
2025-08-20T20:25:46.1068428Z [00:01:56.980]➜  encoding
2025-08-20T20:25:46.1068680Z [00:01:56.980]➜  mkdir -p $WORK/b045/
2025-08-20T20:25:46.1069040Z [00:01:56.980]➜  echo '# import config' > $WORK/b045/importcfg # internal
2025-08-20T20:25:46.1070710Z [00:01:56.980]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b045=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid _GZqvJiOcWT_ie0TcTGm/_GZqvJiOcWT_ie0TcTGm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T20:25:46.1072402Z [00:01:56.981]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T20:25:46.1073066Z [00:01:56.981]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d # internal
2025-08-20T20:25:46.1107333Z [00:01:56.985]➜  math
2025-08-20T20:25:46.1108208Z [00:01:56.985]➜  mkdir -p $WORK/b049/
2025-08-20T20:25:46.1108579Z [00:01:56.986]➜  echo -n > $WORK/b049/go_asm.h # internal
2025-08-20T20:25:46.1108890Z [00:01:56.986]➜  cd /root/.go/src/math
2025-08-20T20:25:46.1110093Z [00:01:56.986]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -I $WORK/b049/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b049/symabis ./dim_arm64.s ./exp_arm64.s ./floor_arm64.s ./modf_arm64.s
2025-08-20T20:25:46.1143773Z [00:01:56.989]➜  cat >/tmp/go-build4047508428/b049/importcfg << 'EOF' # internal
2025-08-20T20:25:46.1145711Z [00:01:56.989]➜  # import config
2025-08-20T20:25:46.1146615Z [00:01:56.989]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:46.1147337Z [00:01:56.989]➜  EOF
2025-08-20T20:25:46.1148323Z [00:01:56.989]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:46.1155643Z [00:01:56.989]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -p math -lang=go1.25 -std -installsuffix shared -buildid 6wDiWzQQCqBQkxujwy3F/6wDiWzQQCqBQkxujwy3F -goversion go1.25.0 -symabis $WORK/b049/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b049/importcfg -pack -asmhdr $WORK/b049/go_asm.h /root/.go/src/math/abs.go /root/.go/src/math/acosh.go /root/.go/src/math/asin.go /root/.go/src/math/asinh.go /root/.go/src/math/atan.go /root/.go/src/math/atan2.go /root/.go/src/math/atanh.go /root/.go/src/math/bits.go /root/.go/src/math/cbrt.go /root/.go/src/math/const.go /root/.go/src/math/copysign.go /root/.go/src/math/dim.go /root/.go/src/math/dim_asm.go /root/.go/src/math/erf.go /root/.go/src/math/erfinv.go /root/.go/src/math/exp.go /root/.go/src/math/exp2_asm.go /root/.go/src/math/exp_asm.go /root/.go/src/math/expm1.go /root/.go/src/math/floor.go /root/.go/src/math/floor_asm.go /root/.go/src/math/fma.go /root/.go/src/math/frexp.go /root/.go/src/math/gamma.go /root/.go/src/math/hypot.go /root/.go/src/math/hypot_noasm.go /root/.go/src/math/j0.go /root/.go/src/math/j1.go /root/.go/src/math/jn.go /root/.go/src/math/ldexp.go /root/.go/src/math/lgamma.go /root/.go/src/math/log.go /root/.go/src/math/log10.go /root/.go/src/math/log1p.go /root/.go/src/math/log_stub.go /root/.go/src/math/logb.go /root/.go/src/math/mod.go /root/.go/src/math/modf.go /root/.go/src/math/modf_asm.go /root/.go/src/math/nextafter.go /root/.go/src/math/pow.go /root/.go/src/math/pow10.go /root/.go/src/math/remainder.go /root/.go/src/math/signbit.go /root/.go/src/math/sin.go /root/.go/src/math/sincos.go /root/.go/src/math/sinh.go /root/.go/src/math/sqrt.go /root/.go/src/math/stubs.go /root/.go/src/math/tan.go /root/.go/src/math/tanh.go /root/.go/src/math/trig_reduce.go /root/.go/src/math/unsafe.go
2025-08-20T20:25:46.1214642Z [00:01:56.996]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T20:25:46.1219244Z [00:01:56.997]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d # internal
2025-08-20T20:25:46.1230100Z [00:01:56.998]➜  internal/itoa
2025-08-20T20:25:46.1231871Z [00:01:56.998]➜  mkdir -p $WORK/b053/
2025-08-20T20:25:46.1233515Z [00:01:56.998]➜  echo '# import config' > $WORK/b053/importcfg # internal
2025-08-20T20:25:46.1235946Z [00:01:56.998]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b053=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid 9u4HPsdihVw8NDi4g4l5/9u4HPsdihVw8NDi4g4l5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b053/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T20:25:46.1371023Z [00:01:57.012]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T20:25:46.1375251Z [00:01:57.012]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d # internal
2025-08-20T20:25:46.1377087Z [00:01:57.012]➜  unicode/utf16
2025-08-20T20:25:46.1377389Z [00:01:57.012]➜  mkdir -p $WORK/b068/
2025-08-20T20:25:46.1377779Z [00:01:57.012]➜  echo '# import config' > $WORK/b068/importcfg # internal
2025-08-20T20:25:46.1379528Z [00:01:57.012]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b068=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid L6aXOucgpcsx5O1yqVow/L6aXOucgpcsx5O1yqVow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T20:25:46.1659670Z [00:01:57.040]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T20:25:46.1660465Z [00:01:57.041]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d # internal
2025-08-20T20:25:46.1661026Z [00:01:57.041]➜  image/color
2025-08-20T20:25:46.1664060Z [00:01:57.041]➜  mkdir -p $WORK/b079/
2025-08-20T20:25:46.1678842Z [00:01:57.041]➜  echo '# import config' > $WORK/b079/importcfg # internal
2025-08-20T20:25:46.1680769Z [00:01:57.041]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/image/color=>image/color;$WORK/b079=>" -p image/color -lang=go1.25 -std -complete -installsuffix shared -buildid ol6SQl3dUtPQvnKtBlUM/ol6SQl3dUtPQvnKtBlUM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b079/importcfg -pack /root/.go/src/image/color/color.go /root/.go/src/image/color/ycbcr.go
2025-08-20T20:25:46.1982644Z [00:01:57.073]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T20:25:46.1986496Z [00:01:57.074]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T20:25:46.1995901Z [00:01:57.074]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/e5/e53045bc2ec97b559155d1c5e6dc9a06ce1d46c8809e605557703b51aa03b9a4-d # internal
2025-08-20T20:25:46.1998365Z [00:01:57.075]➜  image/color/palette
2025-08-20T20:25:46.1998649Z [00:01:57.075]➜  mkdir -p $WORK/b093/
2025-08-20T20:25:46.2004329Z [00:01:57.075]➜  cat >/tmp/go-build4047508428/b093/importcfg << 'EOF' # internal
2025-08-20T20:25:46.2005078Z [00:01:57.075]➜  # import config
2025-08-20T20:25:46.2005512Z [00:01:57.075]➜  packagefile image/color=/tmp/go-build4047508428/b079/_pkg_.a
2025-08-20T20:25:46.2005852Z [00:01:57.075]➜  EOF
2025-08-20T20:25:46.2007712Z [00:01:57.075]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/.go/src/image/color/palette=>image/color/palette;$WORK/b093=>" -p image/color/palette -lang=go1.25 -std -complete -installsuffix shared -buildid 5WAvDoTstTvnuYOiomDb/5WAvDoTstTvnuYOiomDb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack /root/.go/src/image/color/palette/generate.go /root/.go/src/image/color/palette/palette.go
2025-08-20T20:25:46.2032994Z [00:01:57.078]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d # internal
2025-08-20T20:25:46.2166494Z [00:01:57.091]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T20:25:46.2168127Z [00:01:57.092]➜  runtime
2025-08-20T20:25:46.2180666Z [00:01:57.093]➜  mkdir -p $WORK/b010/
2025-08-20T20:25:46.2187620Z [00:01:57.094]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T20:25:46.2188233Z [00:01:57.094]➜  cd /root/.go/src/runtime
2025-08-20T20:25:46.2191327Z [00:01:57.094]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b010/symabis ./asm.s ./asm_arm64.s ./atomic_arm64.s ./duff_arm64.s ./ints.s ./memclr_arm64.s ./memmove_arm64.s ./preempt_arm64.s ./rt0_linux_arm64.s ./sys_linux_arm64.s ./tls_arm64.s
2025-08-20T20:25:46.2203006Z [00:01:57.095]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T20:25:46.2210127Z [00:01:57.095]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/67/67883749d7645bee72f275eec7afd07f88490c17e364f340c684e5c06d53c6a9-d # internal
2025-08-20T20:25:46.2211013Z [00:01:57.095]➜  log/internal
2025-08-20T20:25:46.2212253Z [00:01:57.095]➜  mkdir -p $WORK/b103/
2025-08-20T20:25:46.2212673Z [00:01:57.095]➜  echo '# import config' > $WORK/b103/importcfg # internal
2025-08-20T20:25:46.2213044Z [00:01:57.095]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:46.2214581Z [00:01:57.095]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b103=>" -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/b103/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T20:25:46.2229701Z [00:01:57.097]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d # internal
2025-08-20T20:25:46.2231655Z [00:01:57.098]➜  golang.org/x/image/math/f64
2025-08-20T20:25:46.2233581Z [00:01:57.098]➜  mkdir -p $WORK/b114/
2025-08-20T20:25:46.2239809Z [00:01:57.099]➜  echo '# import config' > $WORK/b114/importcfg # internal
2025-08-20T20:25:46.2244061Z [00:01:57.099]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b114/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/math/f64=>golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/math/f64;$WORK/b114=>" -p golang.org/x/image/math/f64 -lang=go1.12 -complete -installsuffix shared -buildid uvoPtCX-GNWiLqhIrruw/uvoPtCX-GNWiLqhIrruw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b114/importcfg -pack /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/math/f64/f64.go
2025-08-20T20:25:46.2318041Z [00:01:57.107]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T20:25:46.2321365Z [00:01:57.107]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d # internal
2025-08-20T20:25:46.2323466Z [00:01:57.107]➜  container/list
2025-08-20T20:25:46.2325833Z [00:01:57.107]➜  mkdir -p $WORK/b122/
2025-08-20T20:25:46.2327090Z [00:01:57.108]➜  echo '# import config' > $WORK/b122/importcfg # internal
2025-08-20T20:25:46.2329851Z [00:01:57.108]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b122=>" -p container/list -lang=go1.25 -std -complete -installsuffix shared -buildid TrZDFbIDKtA6owNtEibT/TrZDFbIDKtA6owNtEibT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T20:25:46.2340333Z [00:01:57.109]➜  cat >/tmp/go-build4047508428/b010/importcfg << 'EOF' # internal
2025-08-20T20:25:46.2340789Z [00:01:57.109]➜  # import config
2025-08-20T20:25:46.2341365Z [00:01:57.109]➜  packagefile internal/abi=/tmp/go-build4047508428/b006/_pkg_.a
2025-08-20T20:25:46.2341857Z [00:01:57.109]➜  packagefile internal/bytealg=/tmp/go-build4047508428/b011/_pkg_.a
2025-08-20T20:25:46.2342357Z [00:01:57.109]➜  packagefile internal/byteorder=/tmp/go-build4047508428/b013/_pkg_.a
2025-08-20T20:25:46.2342893Z [00:01:57.109]➜  packagefile internal/chacha8rand=/tmp/go-build4047508428/b014/_pkg_.a
2025-08-20T20:25:46.2343431Z [00:01:57.109]➜  packagefile internal/coverage/rtcov=/tmp/go-build4047508428/b015/_pkg_.a
2025-08-20T20:25:46.2343934Z [00:01:57.109]➜  packagefile internal/cpu=/tmp/go-build4047508428/b012/_pkg_.a
2025-08-20T20:25:46.2344406Z [00:01:57.109]➜  packagefile internal/goarch=/tmp/go-build4047508428/b007/_pkg_.a
2025-08-20T20:25:46.2344898Z [00:01:57.109]➜  packagefile internal/godebugs=/tmp/go-build4047508428/b016/_pkg_.a
2025-08-20T20:25:46.2345884Z [00:01:57.109]➜  packagefile internal/goexperiment=/tmp/go-build4047508428/b017/_pkg_.a
2025-08-20T20:25:46.2346384Z [00:01:57.109]➜  packagefile internal/goos=/tmp/go-build4047508428/b018/_pkg_.a
2025-08-20T20:25:46.2346893Z [00:01:57.109]➜  packagefile internal/profilerecord=/tmp/go-build4047508428/b019/_pkg_.a
2025-08-20T20:25:46.2347429Z [00:01:57.109]➜  packagefile internal/runtime/atomic=/tmp/go-build4047508428/b020/_pkg_.a
2025-08-20T20:25:46.2347975Z [00:01:57.109]➜  packagefile internal/runtime/cgroup=/tmp/go-build4047508428/b021/_pkg_.a
2025-08-20T20:25:46.2348524Z [00:01:57.109]➜  packagefile internal/runtime/exithook=/tmp/go-build4047508428/b025/_pkg_.a
2025-08-20T20:25:46.2349058Z [00:01:57.109]➜  packagefile internal/runtime/gc=/tmp/go-build4047508428/b026/_pkg_.a
2025-08-20T20:25:46.2349804Z [00:01:57.109]➜  packagefile internal/runtime/maps=/tmp/go-build4047508428/b027/_pkg_.a
2025-08-20T20:25:46.2350335Z [00:01:57.109]➜  packagefile internal/runtime/math=/tmp/go-build4047508428/b023/_pkg_.a
2025-08-20T20:25:46.2350881Z [00:01:57.109]➜  packagefile internal/runtime/strconv=/tmp/go-build4047508428/b022/_pkg_.a
2025-08-20T20:25:46.2351416Z [00:01:57.109]➜  packagefile internal/runtime/sys=/tmp/go-build4047508428/b031/_pkg_.a
2025-08-20T20:25:46.2351949Z [00:01:57.109]➜  packagefile internal/runtime/syscall=/tmp/go-build4047508428/b024/_pkg_.a
2025-08-20T20:25:46.2352478Z [00:01:57.109]➜  packagefile internal/stringslite=/tmp/go-build4047508428/b032/_pkg_.a
2025-08-20T20:25:46.2353013Z [00:01:57.109]➜  packagefile internal/trace/tracev2=/tmp/go-build4047508428/b033/_pkg_.a
2025-08-20T20:25:46.2353376Z [00:01:57.109]➜  EOF
2025-08-20T20:25:46.2390186Z [00:01:57.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid B5UbB7eV3_8DKtyjgmA9/B5UbB7eV3_8DKtyjgmA9 -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/runtime/alg.go /root/.go/src/runtime/arena.go /root/.go/src/runtime/asan0.go /root/.go/src/runtime/atomic_pointer.go /root/.go/src/runtime/badlinkname.go /root/.go/src/runtime/badlinkname_linux.go /root/.go/src/runtime/cgo.go /root/.go/src/runtime/cgo_mmap.go /root/.go/src/runtime/cgo_sigaction.go /root/.go/src/runtime/cgocall.go /root/.go/src/runtime/cgocallback.go /root/.go/src/runtime/cgocheck.go /root/.go/src/runtime/cgroup_linux.go /root/.go/src/runtime/chan.go /root/.go/src/runtime/checkptr.go /root/.go/src/runtime/compiler.go /root/.go/src/runtime/complex.go /root/.go/src/runtime/coro.go /root/.go/src/runtime/covercounter.go /root/.go/src/runtime/covermeta.go /root/.go/src/runtime/cpuflags.go /root/.go/src/runtime/cpuflags_arm64.go /root/.go/src/runtime/cpuprof.go /root/.go/src/runtime/create_file_unix.go /root/.go/src/runtime/debug.go /root/.go/src/runtime/debugcall.go /root/.go/src/runtime/debuglog.go /root/.go/src/runtime/debuglog_off.go /root/.go/src/runtime/defs_linux_arm64.go /root/.go/src/runtime/env_posix.go /root/.go/src/runtime/error.go /root/.go/src/runtime/extern.go /root/.go/src/runtime/fastlog2.go /root/.go/src/runtime/fastlog2table.go /root/.go/src/runtime/fds_unix.go /root/.go/src/runtime/float.go /root/.go/src/runtime/hash64.go /root/.go/src/runtime/heapdump.go /root/.go/src/runtime/histogram.go /root/.go/src/runtime/iface.go /root/.go/src/runtime/lfstack.go /root/.go/src/runtime/linkname.go /root/.go/src/runtime/linkname_swiss.go /root/.go/src/runtime/linkname_unix.go /root/.go/src/runtime/lock_futex.go /root/.go/src/runtime/lock_spinbit.go /root/.go/src/runtime/lockrank.go /root/.go/src/runtime/lockrank_off.go /root/.go/src/runtime/malloc.go /root/.go/src/runtime/map_fast32_swiss.go /root/.go/src/runtime/map_fast64_swiss.go /root/.go/src/runtime/map_faststr_swiss.go /root/.go/src/runtime/map_swiss.go /root/.go/src/runtime/mbarrier.go /root/.go/src/runtime/mbitmap.go /root/.go/src/runtime/mcache.go /root/.go/src/runtime/mcentral.go /root/.go/src/runtime/mcheckmark.go /root/.go/src/runtime/mcleanup.go /root/.go/src/runtime/mem.go /root/.go/src/runtime/mem_linux.go /root/.go/src/runtime/mem_nonsbrk.go /root/.go/src/runtime/metrics.go /root/.go/src/runtime/mfinal.go /root/.go/src/runtime/mfixalloc.go /root/.go/src/runtime/mgc.go /root/.go/src/runtime/mgclimit.go /root/.go/src/runtime/mgcmark.go /root/.go/src/runtime/mgcmark_nogreenteagc.go /root/.go/src/runtime/mgcpacer.go /root/.go/src/runtime/mgcscavenge.go /root/.go/src/runtime/mgcstack.go /root/.go/src/runtime/mgcsweep.go /root/.go/src/runtime/mgcwork.go /root/.go/src/runtime/mheap.go /root/.go/src/runtime/minmax.go /root/.go/src/runtime/mpagealloc.go /root/.go/src/runtime/mpagealloc_64bit.go /root/.go/src/runtime/mpagecache.go /root/.go/src/runtime/mpallocbits.go /root/.go/src/runtime/mprof.go /root/.go/src/runtime/mranges.go /root/.go/src/runtime/msan0.go /root/.go/src/runtime/msize.go /root/.go/src/runtime/mspanset.go /root/.go/src/runtime/mstats.go /root/.go/src/runtime/mwbbuf.go /root/.go/src/runtime/nbpipe_pipe2.go /root/.go/src/runtime/netpoll.go /root/.go/src/runtime/netpoll_epoll.go /root/.go/src/runtime/nonwindows_stub.go /root/.go/src/runtime/note_other.go /root/.go/src/runtime/os_linux.go /root/.go/src/runtime/os_linux_arm64.go /root/.go/src/runtime/os_linux_generic.go /root/.go/src/runtime/os_nonopenbsd.go /root/.go/src/runtime/os_unix.go /root/.go/src/runtime/panic.go /root/.go/src/runtime/pinner.go /root/.go/src/runtime/plugin.go /root/.go/src/runtime/preempt.go /root/.go/src/runtime/preempt_nonwindows.go /root/.go/src/runtime/print.go /root/.go/src/runtime/proc.go /root/.go/src/runtime/profbuf.go /root/.go/src/runtime/proflabel.go /root/.go/src/runtime/race0.go /root/.go/src/runtime/rand.go /root/.go/src/runtime/rdebug.go /root/.go/src/runtime/retry.go /root/.go/src/runtime/runtime.go /root/.go/src/runtime/runtime1.go /root/.go/src/runtime/runtime2.go /root/.go/src/runtime/runtime_boring.go /root/.go/src/runtime/rwmutex.go /root/.go/src/runtime/security_linux.go /root/.go/src/runtime/security_unix.go /root/.go/src/runtime/select.go /root/.go/src/runtime/sema.go /root/.go/src/runtime/set_vma_name_linux.go /root/.go/src/runtime/signal_arm64.go /root/.go/src/runtime/signal_linux_arm64.go /root/.go/src/runtime/signal_unix.go /root/.go/src/runtime/sigqueue.go /root/.go/src/runtime/sigqueue_note.go /root/.go/src/runtime/sigtab_linux_generic.go /root/.go/src/runtime/slice.go /root/.go/src/runtime/softfloat64.go /root/.go/src/runtime/stack.go /root/.go/src/runtime/stkframe.go /root/.go/src/runtime/string.go /root/.go/src/runtime/stubs.go /root/.go/src/runtime/stubs2.go /root/.go/src/runtime/stubs3.go /root/.go/src/runtime/stubs_arm64.go /root/.go/src/runtime/stubs_linux.go /root/.go/src/runtime/stubs_nonwasm.go /root/.go/src/runtime/symtab.go /root/.go/src/runtime/symtabinl.go /root/.go/src/runtime/synctest.go /root/.go/src/runtime/sys_arm64.go /root/.go/src/runtime/sys_nonppc64x.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_stubs.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timestub.go /root/.go/src/runtime/timestub2.go /root/.go/src/runtime/tls_stub.go /root/.go/src/runtime/trace.go /root/.go/src/runtime/traceallocfree.go /root/.go/src/runtime/traceback.go /root/.go/src/runtime/tracebuf.go /root/.go/src/runtime/tracecpu.go /root/.go/src/runtime/traceevent.go /root/.go/src/runtime/tracemap.go /root/.go/src/runtime/traceregion.go /root/.go/src/runtime/traceruntime.go /root/.go/src/runtime/tracestack.go /root/.go/src/runtime/tracestatus.go /root/.go/src/runtime/tracestring.go /root/.go/src/runtime/tracetime.go /root/.go/src/runtime/tracetype.go /root/.go/src/runtime/type.go /root/.go/src/runtime/typekind.go /root/.go/src/runtime/unsafe.go /root/.go/src/runtime/utf8.go /root/.go/src/runtime/valgrind0.go /root/.go/src/runtime/vdso_elf64.go /root/.go/src/runtime/vdso_linux.go /root/.go/src/runtime/vdso_linux_arm64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T20:25:46.2418116Z [00:01:57.112]➜  cd /root/.go/src/math
2025-08-20T20:25:46.2419011Z [00:01:57.112]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -I $WORK/b049/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b049/dim_arm64.o ./dim_arm64.s
2025-08-20T20:25:46.2433629Z [00:01:57.118]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T20:25:46.2438604Z [00:01:57.119]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/c3/c3584e965c7d4279042718527d2973814d43bc1949e1fd14cf5d4dd66d75ccfd-d # internal
2025-08-20T20:25:46.2452361Z [00:01:57.120]➜  crypto/internal/fips140/alias
2025-08-20T20:25:46.2455954Z [00:01:57.121]➜  mkdir -p $WORK/b131/
2025-08-20T20:25:46.2460741Z [00:01:57.121]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -I $WORK/b049/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b049/exp_arm64.o ./exp_arm64.s
2025-08-20T20:25:46.2467796Z [00:01:57.122]➜  echo '# import config' > $WORK/b131/importcfg # internal
2025-08-20T20:25:46.2483651Z [00:01:57.123]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:46.2492507Z [00:01:57.123]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b131=>" -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/b131/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T20:25:46.2574466Z [00:01:57.132]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T20:25:46.2575856Z [00:01:57.133]➜  cd /root/.go/src/math
2025-08-20T20:25:46.2578049Z [00:01:57.133]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -I $WORK/b049/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b049/floor_arm64.o ./floor_arm64.s
2025-08-20T20:25:46.2584715Z [00:01:57.133]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d # internal
2025-08-20T20:25:46.2585436Z [00:01:57.133]➜  crypto/internal/fips140deps/byteorder
2025-08-20T20:25:46.2585749Z [00:01:57.133]➜  mkdir -p $WORK/b135/
2025-08-20T20:25:46.2594515Z [00:01:57.134]➜  cat >/tmp/go-build4047508428/b135/importcfg << 'EOF' # internal
2025-08-20T20:25:46.2595937Z [00:01:57.134]➜  # import config
2025-08-20T20:25:46.2596421Z [00:01:57.134]➜  packagefile internal/byteorder=/tmp/go-build4047508428/b013/_pkg_.a
2025-08-20T20:25:46.2596790Z [00:01:57.134]➜  EOF
2025-08-20T20:25:46.2597043Z [00:01:57.134]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:46.2598981Z [00:01:57.134]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b135=>" -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/b135/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T20:25:46.2627733Z [00:01:57.138]➜  cd /root/.go/src/math
2025-08-20T20:25:46.2629859Z [00:01:57.138]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -I $WORK/b049/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b049/modf_arm64.o ./modf_arm64.s
2025-08-20T20:25:46.2657408Z [00:01:57.141]➜  go tool pack r $WORK/b049/_pkg_.a $WORK/b049/dim_arm64.o $WORK/b049/exp_arm64.o $WORK/b049/floor_arm64.o $WORK/b049/modf_arm64.o # internal
2025-08-20T20:25:46.2658082Z [00:01:57.141]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T20:25:46.2682672Z [00:01:57.143]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T20:25:46.2683492Z [00:01:57.143]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d # internal
2025-08-20T20:25:46.2684075Z [00:01:57.143]➜  crypto/internal/fips140deps/cpu
2025-08-20T20:25:46.2684371Z [00:01:57.143]➜  mkdir -p $WORK/b136/
2025-08-20T20:25:46.2684746Z [00:01:57.143]➜  cat >/tmp/go-build4047508428/b136/importcfg << 'EOF' # internal
2025-08-20T20:25:46.2685092Z [00:01:57.143]➜  # import config
2025-08-20T20:25:46.2685465Z [00:01:57.143]➜  packagefile internal/cpu=/tmp/go-build4047508428/b012/_pkg_.a
2025-08-20T20:25:46.2685944Z [00:01:57.143]➜  packagefile internal/goarch=/tmp/go-build4047508428/b007/_pkg_.a
2025-08-20T20:25:46.2686285Z [00:01:57.143]➜  EOF
2025-08-20T20:25:46.2686532Z [00:01:57.143]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:46.2688321Z [00:01:57.143]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b136/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b136=>" -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/b136/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T20:25:46.2690396Z [00:01:57.143]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d # internal
2025-08-20T20:25:46.2690959Z [00:01:57.143]➜  crypto/internal/boring/sig
2025-08-20T20:25:46.2691602Z [00:01:57.143]➜  mkdir -p $WORK/b149/
2025-08-20T20:25:46.2692011Z [00:01:57.143]➜  echo -n > $WORK/b149/go_asm.h # internal
2025-08-20T20:25:46.2698701Z [00:01:57.145]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T20:25:46.2700188Z [00:01:57.145]➜  /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/b149=>" -I $WORK/b149/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b149/symabis ./sig_other.s
2025-08-20T20:25:46.2714315Z [00:01:57.146]➜  echo '# import config' > $WORK/b149/importcfg # internal
2025-08-20T20:25:46.2719422Z [00:01:57.146]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:46.2721848Z [00:01:57.146]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b149=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid HC672PcYn1QAJA2a1Uyp/HC672PcYn1QAJA2a1Uyp -goversion go1.25.0 -symabis $WORK/b149/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack -asmhdr $WORK/b149/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T20:25:46.2768679Z [00:01:57.152]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T20:25:46.2774397Z [00:01:57.152]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d # internal
2025-08-20T20:25:46.2775503Z [00:01:57.152]➜  crypto/internal/fips140/subtle
2025-08-20T20:25:46.2777350Z [00:01:57.152]➜  mkdir -p $WORK/b139/
2025-08-20T20:25:46.2778377Z [00:01:57.153]➜  echo -n > $WORK/b139/go_asm.h # internal
2025-08-20T20:25:46.2786764Z [00:01:57.154]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T20:25:46.2789409Z [00:01:57.154]➜  /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/b139=>" -I $WORK/b139/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b139/symabis ./xor_arm64.s
2025-08-20T20:25:46.2812495Z [00:01:57.156]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T20:25:46.2820416Z [00:01:57.157]➜  cat >/tmp/go-build4047508428/b139/importcfg << 'EOF' # internal
2025-08-20T20:25:46.2822751Z [00:01:57.157]➜  # import config
2025-08-20T20:25:46.2824761Z [00:01:57.157]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build4047508428/b131/_pkg_.a
2025-08-20T20:25:46.2825511Z [00:01:57.157]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4047508428/b135/_pkg_.a
2025-08-20T20:25:46.2826054Z [00:01:57.157]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:46.2826382Z [00:01:57.157]➜  EOF
2025-08-20T20:25:46.2826626Z [00:01:57.157]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:46.2829266Z [00:01:57.157]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b139/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b139=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 2NY9C7oa8Pj4-CAILAM2/2NY9C7oa8Pj4-CAILAM2 -goversion go1.25.0 -symabis $WORK/b139/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b139/importcfg -pack -asmhdr $WORK/b139/go_asm.h /root/.go/src/crypto/internal/fips140/subtle/constant_time.go /root/.go/src/crypto/internal/fips140/subtle/xor.go /root/.go/src/crypto/internal/fips140/subtle/xor_asm.go
2025-08-20T20:25:46.2837676Z [00:01:57.159]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d # internal
2025-08-20T20:25:46.2838390Z [00:01:57.159]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:25:46.2838714Z [00:01:57.159]➜  mkdir -p $WORK/b171/
2025-08-20T20:25:46.2839065Z [00:01:57.159]➜  echo '# import config' > $WORK/b171/importcfg # internal
2025-08-20T20:25:46.2844379Z [00:01:57.159]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1=>vendor/golang.org/x/crypto/cryptobyte/asn1;$WORK/b171=>" -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/b171/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T20:25:46.2846208Z [00:01:57.159]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T20:25:46.2847401Z [00:01:57.159]➜  /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/b149=>" -I $WORK/b149/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b149/sig_other.o ./sig_other.s
2025-08-20T20:25:46.2881344Z [00:01:57.163]➜  go tool pack r $WORK/b149/_pkg_.a $WORK/b149/sig_other.o # internal
2025-08-20T20:25:46.2882343Z [00:01:57.163]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T20:25:46.2883105Z [00:01:57.163]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d # internal
2025-08-20T20:25:46.2883711Z [00:01:57.163]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T20:25:46.2884033Z [00:01:57.163]➜  mkdir -p $WORK/b184/
2025-08-20T20:25:46.2884385Z [00:01:57.163]➜  echo '# import config' > $WORK/b184/importcfg # internal
2025-08-20T20:25:46.2885199Z [00:01:57.163]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:46.2887183Z [00:01:57.163]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/alias=>vendor/golang.org/x/crypto/internal/alias;$WORK/b184=>" -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/b184/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T20:25:46.2967726Z [00:01:57.172]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T20:25:46.2968562Z [00:01:57.172]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d # internal
2025-08-20T20:25:46.2969307Z [00:01:57.172]➜  internal/nettrace
2025-08-20T20:25:46.2969636Z [00:01:57.172]➜  mkdir -p $WORK/b202/
2025-08-20T20:25:46.2970939Z [00:01:57.172]➜  echo '# import config' > $WORK/b202/importcfg # internal
2025-08-20T20:25:46.2973139Z [00:01:57.172]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b202=>" -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/b202/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T20:25:46.2975899Z [00:01:57.173]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T20:25:46.3010606Z [00:01:57.174]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T20:25:46.3012677Z [00:01:57.174]➜  /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/b139=>" -I $WORK/b139/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b139/xor_arm64.o ./xor_arm64.s
2025-08-20T20:25:46.3014156Z [00:01:57.174]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d # internal
2025-08-20T20:25:46.3014716Z [00:01:57.175]➜  github.com/rivo/uniseg
2025-08-20T20:25:46.3014991Z [00:01:57.175]➜  mkdir -p $WORK/b232/
2025-08-20T20:25:46.3015368Z [00:01:57.175]➜  cat >/tmp/go-build4047508428/b232/importcfg << 'EOF' # internal
2025-08-20T20:25:46.3015714Z [00:01:57.176]➜  # import config
2025-08-20T20:25:46.3016383Z [00:01:57.176]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:46.3016832Z [00:01:57.176]➜  EOF
2025-08-20T20:25:46.3017091Z [00:01:57.176]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:46.3019410Z [00:01:57.176]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rivo/uniseg@v0.2.0=>github.com/rivo/uniseg@v0.2.0;$WORK/b232=>" -p github.com/rivo/uniseg -lang=go1.12 -complete -installsuffix shared -buildid HVuhn3sn4l8xCUbd3GXo/HVuhn3sn4l8xCUbd3GXo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b232/importcfg -pack /root/go/pkg/mod/github.com/rivo/uniseg@v0.2.0/doc.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.2.0/grapheme.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.2.0/properties.go
2025-08-20T20:25:46.3039491Z [00:01:57.179]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T20:25:46.3040132Z [00:01:57.179]➜  go tool pack r $WORK/b139/_pkg_.a $WORK/b139/xor_arm64.o # internal
2025-08-20T20:25:46.3045615Z [00:01:57.179]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T20:25:46.3046332Z [00:01:57.180]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d # internal
2025-08-20T20:25:46.3074920Z [00:01:57.182]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T20:25:46.3078251Z [00:01:57.183]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d # internal
2025-08-20T20:25:46.3286391Z [00:01:57.203]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T20:25:46.3293755Z [00:01:57.204]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/a8/a83c362fc8509a8cc4d75ce37ae7eadaaad2ed149076159ba87b6baea9bbf874-d # internal
2025-08-20T20:25:47.8300426Z [00:01:58.705]➜  cp /root/.go/src/runtime/tls_arm64.h $WORK/b010/tls_GOARCH.h
2025-08-20T20:25:47.8300862Z [00:01:58.705]➜  cd /root/.go/src/runtime
2025-08-20T20:25:47.8301812Z [00:01:58.705]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/asm.o ./asm.s
2025-08-20T20:25:47.8328255Z [00:01:58.707]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/asm_arm64.o ./asm_arm64.s
2025-08-20T20:25:47.8413818Z [00:01:58.716]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/atomic_arm64.o ./atomic_arm64.s
2025-08-20T20:25:47.8437453Z [00:01:58.719]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/duff_arm64.o ./duff_arm64.s
2025-08-20T20:25:47.8464854Z [00:01:58.721]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/ints.o ./ints.s
2025-08-20T20:25:47.8490707Z [00:01:58.724]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/memclr_arm64.o ./memclr_arm64.s
2025-08-20T20:25:47.8514852Z [00:01:58.726]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/memmove_arm64.o ./memmove_arm64.s
2025-08-20T20:25:47.8540448Z [00:01:58.729]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/preempt_arm64.o ./preempt_arm64.s
2025-08-20T20:25:47.8580314Z [00:01:58.733]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/rt0_linux_arm64.o ./rt0_linux_arm64.s
2025-08-20T20:25:47.8605150Z [00:01:58.735]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/sys_linux_arm64.o ./sys_linux_arm64.s
2025-08-20T20:25:47.8657977Z [00:01:58.741]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/tls_arm64.o ./tls_arm64.s
2025-08-20T20:25:47.8698265Z [00:01:58.745]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/asm.o $WORK/b010/asm_arm64.o $WORK/b010/atomic_arm64.o $WORK/b010/duff_arm64.o $WORK/b010/ints.o $WORK/b010/memclr_arm64.o $WORK/b010/memmove_arm64.o $WORK/b010/preempt_arm64.o $WORK/b010/rt0_linux_arm64.o $WORK/b010/sys_linux_arm64.o $WORK/b010/tls_arm64.o # internal
2025-08-20T20:25:47.8701309Z [00:01:58.745]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T20:25:47.8977144Z [00:01:58.773]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d # internal
2025-08-20T20:25:47.8980764Z [00:01:58.773]➜  internal/reflectlite
2025-08-20T20:25:47.8981079Z [00:01:58.773]➜  mkdir -p $WORK/b005/
2025-08-20T20:25:47.8981346Z [00:01:58.773]➜  crypto/subtle
2025-08-20T20:25:47.8981594Z [00:01:58.773]➜  mkdir -p $WORK/b148/
2025-08-20T20:25:47.8981908Z [00:01:58.773]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T20:25:47.8982244Z [00:01:58.773]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T20:25:47.8983389Z [00:01:58.773]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b005/symabis ./asm.s
2025-08-20T20:25:47.8984463Z [00:01:58.773]➜  cat >/tmp/go-build4047508428/b148/importcfg << 'EOF' # internal
2025-08-20T20:25:47.8984812Z [00:01:58.773]➜  # import config
2025-08-20T20:25:47.8985244Z [00:01:58.773]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4047508428/b139/_pkg_.a
2025-08-20T20:25:47.8985819Z [00:01:58.773]➜  packagefile internal/runtime/sys=/tmp/go-build4047508428/b031/_pkg_.a
2025-08-20T20:25:47.8987463Z [00:01:58.773]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:47.8987791Z [00:01:58.773]➜  EOF
2025-08-20T20:25:47.8988039Z [00:01:58.773]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:47.8991676Z [00:01:58.773]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b148=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid L9xD5BsaOGxtRphKUMpv/L9xD5BsaOGxtRphKUMpv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b148/importcfg -pack /root/.go/src/crypto/subtle/constant_time.go /root/.go/src/crypto/subtle/dit.go /root/.go/src/crypto/subtle/xor.go
2025-08-20T20:25:47.8994716Z [00:01:58.773]➜  iter
2025-08-20T20:25:47.8995010Z [00:01:58.774]➜  mkdir -p $WORK/b039/
2025-08-20T20:25:47.8995384Z [00:01:58.774]➜  cat >/tmp/go-build4047508428/b039/importcfg << 'EOF' # internal
2025-08-20T20:25:47.8995756Z [00:01:58.774]➜  # import config
2025-08-20T20:25:47.8996124Z [00:01:58.774]➜  packagefile internal/race=/tmp/go-build4047508428/b030/_pkg_.a
2025-08-20T20:25:47.8996574Z [00:01:58.774]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:47.8996891Z [00:01:58.774]➜  EOF
2025-08-20T20:25:47.8999516Z [00:01:58.774]➜  /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-20T20:25:47.9000747Z [00:01:58.774]➜  sync
2025-08-20T20:25:47.9000979Z [00:01:58.774]➜  mkdir -p $WORK/b035/
2025-08-20T20:25:47.9001346Z [00:01:58.774]➜  cat >/tmp/go-build4047508428/b035/importcfg << 'EOF' # internal
2025-08-20T20:25:47.9001694Z [00:01:58.774]➜  # import config
2025-08-20T20:25:47.9002067Z [00:01:58.774]➜  packagefile internal/race=/tmp/go-build4047508428/b030/_pkg_.a
2025-08-20T20:25:47.9002587Z [00:01:58.774]➜  packagefile internal/sync=/tmp/go-build4047508428/b036/_pkg_.a
2025-08-20T20:25:47.9003075Z [00:01:58.774]➜  packagefile internal/synctest=/tmp/go-build4047508428/b038/_pkg_.a
2025-08-20T20:25:47.9003543Z [00:01:58.774]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:47.9003983Z [00:01:58.774]➜  packagefile sync/atomic=/tmp/go-build4047508428/b037/_pkg_.a
2025-08-20T20:25:47.9004325Z [00:01:58.774]➜  EOF
2025-08-20T20:25:47.9006629Z [00:01:58.774]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b035=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid _xpgFTXYS-CkzPCjgl54/_xpgFTXYS-CkzPCjgl54 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b035/importcfg -pack /root/.go/src/sync/cond.go /root/.go/src/sync/hashtriemap.go /root/.go/src/sync/mutex.go /root/.go/src/sync/once.go /root/.go/src/sync/oncefunc.go /root/.go/src/sync/pool.go /root/.go/src/sync/poolqueue.go /root/.go/src/sync/runtime.go /root/.go/src/sync/runtime2.go /root/.go/src/sync/rwmutex.go /root/.go/src/sync/waitgroup.go
2025-08-20T20:25:47.9018953Z [00:01:58.777]➜  cat >/tmp/go-build4047508428/b005/importcfg << 'EOF' # internal
2025-08-20T20:25:47.9019560Z [00:01:58.777]➜  # import config
2025-08-20T20:25:47.9021406Z [00:01:58.777]➜  packagefile internal/abi=/tmp/go-build4047508428/b006/_pkg_.a
2025-08-20T20:25:47.9021953Z [00:01:58.777]➜  packagefile internal/goarch=/tmp/go-build4047508428/b007/_pkg_.a
2025-08-20T20:25:47.9022478Z [00:01:58.777]➜  packagefile internal/unsafeheader=/tmp/go-build4047508428/b009/_pkg_.a
2025-08-20T20:25:47.9022957Z [00:01:58.777]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:47.9023308Z [00:01:58.777]➜  EOF
2025-08-20T20:25:47.9025383Z [00:01:58.777]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid 5BLKCpsZ5t_lrpMFhH5I/5BLKCpsZ5t_lrpMFhH5I -goversion go1.25.0 -symabis $WORK/b005/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/go_asm.h /root/.go/src/internal/reflectlite/swapper.go /root/.go/src/internal/reflectlite/type.go /root/.go/src/internal/reflectlite/value.go
2025-08-20T20:25:47.9110400Z [00:01:58.786]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T20:25:47.9118375Z [00:01:58.787]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d # internal
2025-08-20T20:25:47.9153115Z [00:01:58.790]➜  slices
2025-08-20T20:25:47.9153459Z [00:01:58.790]➜  mkdir -p $WORK/b047/
2025-08-20T20:25:47.9153850Z [00:01:58.790]➜  cat >/tmp/go-build4047508428/b047/importcfg << 'EOF' # internal
2025-08-20T20:25:47.9154197Z [00:01:58.790]➜  # import config
2025-08-20T20:25:47.9154572Z [00:01:58.790]➜  packagefile cmp=/tmp/go-build4047508428/b044/_pkg_.a
2025-08-20T20:25:47.9154987Z [00:01:58.790]➜  packagefile iter=/tmp/go-build4047508428/b039/_pkg_.a
2025-08-20T20:25:47.9155413Z [00:01:58.790]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:47.9155737Z [00:01:58.790]➜  EOF
2025-08-20T20:25:47.9157896Z [00:01:58.790]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b047=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid iFykUHT5cA4lGgnhfBIn/iFykUHT5cA4lGgnhfBIn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b047/importcfg -pack /root/.go/src/slices/iter.go /root/.go/src/slices/slices.go /root/.go/src/slices/sort.go /root/.go/src/slices/zsortanyfunc.go /root/.go/src/slices/zsortordered.go
2025-08-20T20:25:47.9165361Z [00:01:58.791]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T20:25:47.9171208Z [00:01:58.792]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d # internal
2025-08-20T20:25:47.9174526Z [00:01:58.792]➜  weak
2025-08-20T20:25:47.9174830Z [00:01:58.792]➜  mkdir -p $WORK/b165/
2025-08-20T20:25:47.9175208Z [00:01:58.792]➜  cat >/tmp/go-build4047508428/b165/importcfg << 'EOF' # internal
2025-08-20T20:25:47.9175670Z [00:01:58.792]➜  # import config
2025-08-20T20:25:47.9176095Z [00:01:58.792]➜  packagefile internal/abi=/tmp/go-build4047508428/b006/_pkg_.a
2025-08-20T20:25:47.9176565Z [00:01:58.792]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:47.9176884Z [00:01:58.792]➜  EOF
2025-08-20T20:25:47.9185575Z [00:01:58.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b165=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid yhoITzeK5DP-MybkpRqt/yhoITzeK5DP-MybkpRqt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b165/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T20:25:47.9288938Z [00:01:58.804]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T20:25:47.9290455Z [00:01:58.804]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d # internal
2025-08-20T20:25:47.9291001Z [00:01:58.804]➜  maps
2025-08-20T20:25:47.9292143Z [00:01:58.804]➜  mkdir -p $WORK/b199/
2025-08-20T20:25:47.9299488Z [00:01:58.805]➜  cat >/tmp/go-build4047508428/b199/importcfg << 'EOF' # internal
2025-08-20T20:25:47.9300365Z [00:01:58.805]➜  # import config
2025-08-20T20:25:47.9300717Z [00:01:58.805]➜  packagefile iter=/tmp/go-build4047508428/b039/_pkg_.a
2025-08-20T20:25:47.9301031Z [00:01:58.805]➜  EOF
2025-08-20T20:25:47.9302417Z [00:01:58.805]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b199=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid XA-Sgfg9JPDGuAJgedrY/XA-Sgfg9JPDGuAJgedrY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T20:25:47.9393712Z [00:01:58.814]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T20:25:47.9394994Z [00:01:58.814]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T20:25:47.9400683Z [00:01:58.815]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d # internal
2025-08-20T20:25:47.9406121Z [00:01:58.816]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d # internal
2025-08-20T20:25:47.9827013Z [00:01:58.857]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T20:25:47.9828353Z [00:01:58.857]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/asm.o ./asm.s
2025-08-20T20:25:47.9858505Z [00:01:58.860]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/asm.o # internal
2025-08-20T20:25:47.9859129Z [00:01:58.860]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T20:25:47.9867427Z [00:01:58.862]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d # internal
2025-08-20T20:25:47.9872673Z [00:01:58.862]➜  errors
2025-08-20T20:25:47.9873601Z [00:01:58.862]➜  mkdir -p $WORK/b004/
2025-08-20T20:25:47.9874389Z [00:01:58.862]➜  cat >/tmp/go-build4047508428/b004/importcfg << 'EOF' # internal
2025-08-20T20:25:47.9874821Z [00:01:58.862]➜  # import config
2025-08-20T20:25:47.9875229Z [00:01:58.862]➜  packagefile internal/reflectlite=/tmp/go-build4047508428/b005/_pkg_.a
2025-08-20T20:25:47.9875600Z [00:01:58.862]➜  EOF
2025-08-20T20:25:47.9875848Z [00:01:58.862]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:47.9878790Z [00:01:58.862]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b004=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 095G1sRcqUaOcFo1s7gh/095G1sRcqUaOcFo1s7gh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T20:25:47.9882425Z [00:01:58.863]➜  sort
2025-08-20T20:25:47.9882684Z [00:01:58.863]➜  mkdir -p $WORK/b083/
2025-08-20T20:25:47.9888322Z [00:01:58.864]➜  cat >/tmp/go-build4047508428/b083/importcfg << 'EOF' # internal
2025-08-20T20:25:47.9889742Z [00:01:58.864]➜  # import config
2025-08-20T20:25:47.9890266Z [00:01:58.864]➜  packagefile internal/reflectlite=/tmp/go-build4047508428/b005/_pkg_.a
2025-08-20T20:25:47.9892095Z [00:01:58.864]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:47.9893630Z [00:01:58.864]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:47.9893967Z [00:01:58.864]➜  EOF
2025-08-20T20:25:47.9896123Z [00:01:58.864]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b083=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid p4KTq1vYeL3p6fuhbC28/p4KTq1vYeL3p6fuhbC28 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack /root/.go/src/sort/search.go /root/.go/src/sort/slice.go /root/.go/src/sort/sort.go /root/.go/src/sort/zsortfunc.go /root/.go/src/sort/zsortinterface.go
2025-08-20T20:25:47.9956156Z [00:01:58.870]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T20:25:47.9982268Z [00:01:58.873]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d # internal
2025-08-20T20:25:47.9982890Z [00:01:58.873]➜  internal/testlog
2025-08-20T20:25:47.9983165Z [00:01:58.873]➜  mkdir -p $WORK/b066/
2025-08-20T20:25:47.9986294Z [00:01:58.873]➜  cat >/tmp/go-build4047508428/b066/importcfg << 'EOF' # internal
2025-08-20T20:25:47.9987850Z [00:01:58.873]➜  # import config
2025-08-20T20:25:47.9988626Z [00:01:58.874]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:47.9989626Z [00:01:58.874]➜  packagefile sync/atomic=/tmp/go-build4047508428/b037/_pkg_.a
2025-08-20T20:25:47.9990379Z [00:01:58.874]➜  EOF
2025-08-20T20:25:47.9992304Z [00:01:58.874]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b066=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid lZKBL5EBzISAizWwsOPq/lZKBL5EBzISAizWwsOPq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T20:25:47.9994042Z [00:01:58.874]➜  internal/bisect
2025-08-20T20:25:47.9994509Z [00:01:58.874]➜  mkdir -p $WORK/b061/
2025-08-20T20:25:47.9995091Z [00:01:58.874]➜  cat >/tmp/go-build4047508428/b061/importcfg << 'EOF' # internal
2025-08-20T20:25:47.9996073Z [00:01:58.874]➜  # import config
2025-08-20T20:25:47.9996596Z [00:01:58.874]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:47.9997040Z [00:01:58.874]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:47.9997479Z [00:01:58.874]➜  packagefile sync/atomic=/tmp/go-build4047508428/b037/_pkg_.a
2025-08-20T20:25:47.9997807Z [00:01:58.874]➜  EOF
2025-08-20T20:25:48.0002148Z [00:01:58.874]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b061=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid l4jKZnf1JVKltmsYep8x/l4jKZnf1JVKltmsYep8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b061/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T20:25:48.0171211Z [00:01:58.892]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T20:25:48.0177607Z [00:01:58.893]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d # internal
2025-08-20T20:25:48.0179410Z [00:01:58.893]➜  io
2025-08-20T20:25:48.0181489Z [00:01:58.893]➜  mkdir -p $WORK/b034/
2025-08-20T20:25:48.0183357Z [00:01:58.893]➜  cat >/tmp/go-build4047508428/b034/importcfg << 'EOF' # internal
2025-08-20T20:25:48.0183772Z [00:01:58.893]➜  # import config
2025-08-20T20:25:48.0189930Z [00:01:58.893]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:48.0190721Z [00:01:58.894]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:48.0192177Z [00:01:58.894]➜  EOF
2025-08-20T20:25:48.0193959Z [00:01:58.894]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b034=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid ymzOBahWBQSHctlSrZkw/ymzOBahWBQSHctlSrZkw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T20:25:48.0233492Z [00:01:58.898]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T20:25:48.0261004Z [00:01:58.899]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d # internal
2025-08-20T20:25:48.0264056Z [00:01:58.901]➜  strconv
2025-08-20T20:25:48.0265501Z [00:01:58.901]➜  mkdir -p $WORK/b048/
2025-08-20T20:25:48.0266953Z [00:01:58.901]➜  cat >/tmp/go-build4047508428/b048/importcfg << 'EOF' # internal
2025-08-20T20:25:48.0267319Z [00:01:58.901]➜  # import config
2025-08-20T20:25:48.0267692Z [00:01:58.901]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:48.0268160Z [00:01:58.901]➜  packagefile internal/bytealg=/tmp/go-build4047508428/b011/_pkg_.a
2025-08-20T20:25:48.0268675Z [00:01:58.901]➜  packagefile internal/stringslite=/tmp/go-build4047508428/b032/_pkg_.a
2025-08-20T20:25:48.0269269Z [00:01:58.901]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:48.0269787Z [00:01:58.901]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:48.0270243Z [00:01:58.901]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:48.0270575Z [00:01:58.901]➜  EOF
2025-08-20T20:25:48.0273551Z [00:01:58.901]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b048=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid -NFPF1TgPmFIp5xx8aOt/-NFPF1TgPmFIp5xx8aOt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack /root/.go/src/strconv/atob.go /root/.go/src/strconv/atoc.go /root/.go/src/strconv/atof.go /root/.go/src/strconv/atoi.go /root/.go/src/strconv/bytealg.go /root/.go/src/strconv/ctoa.go /root/.go/src/strconv/decimal.go /root/.go/src/strconv/doc.go /root/.go/src/strconv/eisel_lemire.go /root/.go/src/strconv/ftoa.go /root/.go/src/strconv/ftoaryu.go /root/.go/src/strconv/isprint.go /root/.go/src/strconv/itoa.go /root/.go/src/strconv/quote.go
2025-08-20T20:25:48.0448123Z [00:01:58.919]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T20:25:48.0469570Z [00:01:58.922]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d # internal
2025-08-20T20:25:48.0476869Z [00:01:58.922]➜  internal/oserror
2025-08-20T20:25:48.0478347Z [00:01:58.923]➜  mkdir -p $WORK/b057/
2025-08-20T20:25:48.0483865Z [00:01:58.923]➜  cat >/tmp/go-build4047508428/b057/importcfg << 'EOF' # internal
2025-08-20T20:25:48.0485916Z [00:01:58.923]➜  # import config
2025-08-20T20:25:48.0487337Z [00:01:58.923]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:48.0487777Z [00:01:58.923]➜  EOF
2025-08-20T20:25:48.0491166Z [00:01:58.924]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b057=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid DkixL9Lt3mtxmevGhxjJ/DkixL9Lt3mtxmevGhxjJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b057/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T20:25:48.0806469Z [00:01:58.955]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T20:25:48.0817041Z [00:01:58.957]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d # internal
2025-08-20T20:25:48.0817616Z [00:01:58.957]➜  path
2025-08-20T20:25:48.0817864Z [00:01:58.957]➜  mkdir -p $WORK/b058/
2025-08-20T20:25:48.0826712Z [00:01:58.958]➜  cat >/tmp/go-build4047508428/b058/importcfg << 'EOF' # internal
2025-08-20T20:25:48.0827149Z [00:01:58.958]➜  # import config
2025-08-20T20:25:48.0827499Z [00:01:58.958]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:48.0828174Z [00:01:58.958]➜  packagefile internal/bytealg=/tmp/go-build4047508428/b011/_pkg_.a
2025-08-20T20:25:48.0830407Z [00:01:58.958]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:48.0831277Z [00:01:58.958]➜  EOF
2025-08-20T20:25:48.0832717Z [00:01:58.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b058=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid IZsxqBDjV4qmdR3qJ35o/IZsxqBDjV4qmdR3qJ35o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T20:25:48.0907070Z [00:01:58.965]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T20:25:48.0925549Z [00:01:58.967]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d # internal
2025-08-20T20:25:48.0929328Z [00:01:58.968]➜  bytes
2025-08-20T20:25:48.0936270Z [00:01:58.968]➜  mkdir -p $WORK/b003/
2025-08-20T20:25:48.0939604Z [00:01:58.969]➜  cat >/tmp/go-build4047508428/b003/importcfg << 'EOF' # internal
2025-08-20T20:25:48.0940014Z [00:01:58.969]➜  # import config
2025-08-20T20:25:48.0940399Z [00:01:58.969]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:48.0940868Z [00:01:58.969]➜  packagefile internal/bytealg=/tmp/go-build4047508428/b011/_pkg_.a
2025-08-20T20:25:48.0941315Z [00:01:58.969]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:48.0941727Z [00:01:58.969]➜  packagefile iter=/tmp/go-build4047508428/b039/_pkg_.a
2025-08-20T20:25:48.0942159Z [00:01:58.969]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:48.0942609Z [00:01:58.969]➜  packagefile unicode=/tmp/go-build4047508428/b041/_pkg_.a
2025-08-20T20:25:48.0943168Z [00:01:58.969]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:48.0943550Z [00:01:58.969]➜  EOF
2025-08-20T20:25:48.0945154Z [00:01:58.969]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b003=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid ay423br3koLuVDH0_p8K/ay423br3koLuVDH0_p8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b003/importcfg -pack /root/.go/src/bytes/buffer.go /root/.go/src/bytes/bytes.go /root/.go/src/bytes/iter.go /root/.go/src/bytes/reader.go
2025-08-20T20:25:48.0975505Z [00:01:58.972]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T20:25:48.0996951Z [00:01:58.975]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d # internal
2025-08-20T20:25:48.0997881Z [00:01:58.975]➜  internal/godebug
2025-08-20T20:25:48.0998505Z [00:01:58.975]➜  mkdir -p $WORK/b060/
2025-08-20T20:25:48.1004767Z [00:01:58.975]➜  cat >/tmp/go-build4047508428/b060/importcfg << 'EOF' # internal
2025-08-20T20:25:48.1005163Z [00:01:58.975]➜  # import config
2025-08-20T20:25:48.1007387Z [00:01:58.976]➜  packagefile internal/bisect=/tmp/go-build4047508428/b061/_pkg_.a
2025-08-20T20:25:48.1007930Z [00:01:58.976]➜  packagefile internal/godebugs=/tmp/go-build4047508428/b016/_pkg_.a
2025-08-20T20:25:48.1008428Z [00:01:58.976]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:48.1008872Z [00:01:58.976]➜  packagefile sync/atomic=/tmp/go-build4047508428/b037/_pkg_.a
2025-08-20T20:25:48.1009346Z [00:01:58.976]➜  EOF
2025-08-20T20:25:48.1010931Z [00:01:58.976]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b060=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid LmYiLXYZhZSnPow1X0TD/LmYiLXYZhZSnPow1X0TD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b060/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T20:25:48.1282427Z [00:01:59.001]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T20:25:48.1284304Z [00:01:59.003]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d # internal
2025-08-20T20:25:48.1286399Z [00:01:59.004]➜  syscall
2025-08-20T20:25:48.1286754Z [00:01:59.004]➜  mkdir -p $WORK/b062/
2025-08-20T20:25:48.1287444Z [00:01:59.004]➜  echo -n > $WORK/b062/go_asm.h # internal
2025-08-20T20:25:48.1287760Z [00:01:59.004]➜  cd /root/.go/src/syscall
2025-08-20T20:25:48.1288722Z [00:01:59.004]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b062=>" -I $WORK/b062/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b062/symabis ./asm_linux_arm64.s
2025-08-20T20:25:48.1338531Z [00:01:59.009]➜  cat >/tmp/go-build4047508428/b062/importcfg << 'EOF' # internal
2025-08-20T20:25:48.1339790Z [00:01:59.009]➜  # import config
2025-08-20T20:25:48.1340156Z [00:01:59.009]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:48.1340621Z [00:01:59.009]➜  packagefile internal/asan=/tmp/go-build4047508428/b028/_pkg_.a
2025-08-20T20:25:48.1341105Z [00:01:59.009]➜  packagefile internal/bytealg=/tmp/go-build4047508428/b011/_pkg_.a
2025-08-20T20:25:48.1341609Z [00:01:59.009]➜  packagefile internal/byteorder=/tmp/go-build4047508428/b013/_pkg_.a
2025-08-20T20:25:48.1342125Z [00:01:59.009]➜  packagefile internal/goarch=/tmp/go-build4047508428/b007/_pkg_.a
2025-08-20T20:25:48.1342614Z [00:01:59.009]➜  packagefile internal/itoa=/tmp/go-build4047508428/b053/_pkg_.a
2025-08-20T20:25:48.1343083Z [00:01:59.009]➜  packagefile internal/msan=/tmp/go-build4047508428/b029/_pkg_.a
2025-08-20T20:25:48.1343564Z [00:01:59.009]➜  packagefile internal/oserror=/tmp/go-build4047508428/b057/_pkg_.a
2025-08-20T20:25:48.1344062Z [00:01:59.009]➜  packagefile internal/race=/tmp/go-build4047508428/b030/_pkg_.a
2025-08-20T20:25:48.1344582Z [00:01:59.009]➜  packagefile internal/runtime/syscall=/tmp/go-build4047508428/b024/_pkg_.a
2025-08-20T20:25:48.1345073Z [00:01:59.009]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:48.1345530Z [00:01:59.009]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:48.1345950Z [00:01:59.009]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:48.1346398Z [00:01:59.009]➜  packagefile sync/atomic=/tmp/go-build4047508428/b037/_pkg_.a
2025-08-20T20:25:48.1346731Z [00:01:59.009]➜  EOF
2025-08-20T20:25:48.1346981Z [00:01:59.009]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:48.1352745Z [00:01:59.009]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b062=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid ktFerKhiYiuGIxv1i7DE/ktFerKhiYiuGIxv1i7DE -goversion go1.25.0 -symabis $WORK/b062/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack -asmhdr $WORK/b062/go_asm.h /root/.go/src/syscall/badlinkname_unix.go /root/.go/src/syscall/dirent.go /root/.go/src/syscall/env_unix.go /root/.go/src/syscall/exec_linux.go /root/.go/src/syscall/exec_unix.go /root/.go/src/syscall/flock_linux.go /root/.go/src/syscall/forkpipe2.go /root/.go/src/syscall/linkname_unix.go /root/.go/src/syscall/lsf_linux.go /root/.go/src/syscall/net.go /root/.go/src/syscall/netlink_linux.go /root/.go/src/syscall/rlimit.go /root/.go/src/syscall/rlimit_stub.go /root/.go/src/syscall/setuidgid_linux.go /root/.go/src/syscall/sockcmsg_linux.go /root/.go/src/syscall/sockcmsg_unix.go /root/.go/src/syscall/sockcmsg_unix_other.go /root/.go/src/syscall/syscall.go /root/.go/src/syscall/syscall_linux.go /root/.go/src/syscall/syscall_linux_arm64.go /root/.go/src/syscall/syscall_unix.go /root/.go/src/syscall/time_nofake.go /root/.go/src/syscall/timestruct.go /root/.go/src/syscall/zerrors_linux_arm64.go /root/.go/src/syscall/zsyscall_linux_arm64.go /root/.go/src/syscall/zsysnum_linux_arm64.go /root/.go/src/syscall/ztypes_linux_arm64.go
2025-08-20T20:25:48.1937719Z [00:01:59.068]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T20:25:48.1956604Z [00:01:59.070]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d # internal
2025-08-20T20:25:48.1972329Z [00:01:59.070]➜  encoding/base64
2025-08-20T20:25:48.1972656Z [00:01:59.071]➜  mkdir -p $WORK/b046/
2025-08-20T20:25:48.1973602Z [00:01:59.071]➜  cat >/tmp/go-build4047508428/b046/importcfg << 'EOF' # internal
2025-08-20T20:25:48.1973956Z [00:01:59.071]➜  # import config
2025-08-20T20:25:48.1974340Z [00:01:59.071]➜  packagefile internal/byteorder=/tmp/go-build4047508428/b013/_pkg_.a
2025-08-20T20:25:48.1974797Z [00:01:59.071]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:48.1975211Z [00:01:59.071]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:48.1975658Z [00:01:59.071]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:48.1975980Z [00:01:59.071]➜  EOF
2025-08-20T20:25:48.1977456Z [00:01:59.071]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b046=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid FKJwPhQaRaoMo7QhtkYl/FKJwPhQaRaoMo7QhtkYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T20:25:48.2008061Z [00:01:59.076]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T20:25:48.2025913Z [00:01:59.077]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d # internal
2025-08-20T20:25:48.2048033Z [00:01:59.080]➜  reflect
2025-08-20T20:25:48.2048674Z [00:01:59.080]➜  mkdir -p $WORK/b052/
2025-08-20T20:25:48.2057251Z [00:01:59.081]➜  echo -n > $WORK/b052/go_asm.h # internal
2025-08-20T20:25:48.2058805Z [00:01:59.081]➜  cd /root/.go/src/reflect
2025-08-20T20:25:48.2061702Z [00:01:59.081]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b052=>" -I $WORK/b052/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b052/symabis ./asm_arm64.s
2025-08-20T20:25:48.2114473Z [00:01:59.086]➜  cat >/tmp/go-build4047508428/b052/importcfg << 'EOF' # internal
2025-08-20T20:25:48.2114911Z [00:01:59.086]➜  # import config
2025-08-20T20:25:48.2115302Z [00:01:59.086]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:48.2115758Z [00:01:59.086]➜  packagefile internal/abi=/tmp/go-build4047508428/b006/_pkg_.a
2025-08-20T20:25:48.2116237Z [00:01:59.086]➜  packagefile internal/bytealg=/tmp/go-build4047508428/b011/_pkg_.a
2025-08-20T20:25:48.2116722Z [00:01:59.086]➜  packagefile internal/goarch=/tmp/go-build4047508428/b007/_pkg_.a
2025-08-20T20:25:48.2117198Z [00:01:59.086]➜  packagefile internal/itoa=/tmp/go-build4047508428/b053/_pkg_.a
2025-08-20T20:25:48.2118007Z [00:01:59.086]➜  packagefile internal/race=/tmp/go-build4047508428/b030/_pkg_.a
2025-08-20T20:25:48.2118587Z [00:01:59.086]➜  packagefile internal/runtime/maps=/tmp/go-build4047508428/b027/_pkg_.a
2025-08-20T20:25:48.2119114Z [00:01:59.086]➜  packagefile internal/runtime/sys=/tmp/go-build4047508428/b031/_pkg_.a
2025-08-20T20:25:48.2120377Z [00:01:59.086]➜  packagefile internal/unsafeheader=/tmp/go-build4047508428/b009/_pkg_.a
2025-08-20T20:25:48.2120872Z [00:01:59.086]➜  packagefile iter=/tmp/go-build4047508428/b039/_pkg_.a
2025-08-20T20:25:48.2121288Z [00:01:59.086]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:48.2121711Z [00:01:59.086]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:48.2122141Z [00:01:59.086]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:48.2122561Z [00:01:59.086]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:48.2122991Z [00:01:59.086]➜  packagefile unicode=/tmp/go-build4047508428/b041/_pkg_.a
2025-08-20T20:25:48.2123440Z [00:01:59.086]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:48.2123773Z [00:01:59.086]➜  EOF
2025-08-20T20:25:48.2124019Z [00:01:59.086]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:48.2126879Z [00:01:59.086]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b052=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid n7dc5IpgUHaURtvfKDUL/n7dc5IpgUHaURtvfKDUL -goversion go1.25.0 -symabis $WORK/b052/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack -asmhdr $WORK/b052/go_asm.h /root/.go/src/reflect/abi.go /root/.go/src/reflect/badlinkname.go /root/.go/src/reflect/deepequal.go /root/.go/src/reflect/float32reg_generic.go /root/.go/src/reflect/iter.go /root/.go/src/reflect/makefunc.go /root/.go/src/reflect/map_swiss.go /root/.go/src/reflect/swapper.go /root/.go/src/reflect/type.go /root/.go/src/reflect/value.go /root/.go/src/reflect/visiblefields.go
2025-08-20T20:25:48.2293884Z [00:01:59.103]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T20:25:48.2306505Z [00:01:59.106]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d # internal
2025-08-20T20:25:48.2325700Z [00:01:59.108]➜  strings
2025-08-20T20:25:48.2326608Z [00:01:59.108]➜  mkdir -p $WORK/b067/
2025-08-20T20:25:48.2334089Z [00:01:59.108]➜  cat >/tmp/go-build4047508428/b067/importcfg << 'EOF' # internal
2025-08-20T20:25:48.2334492Z [00:01:59.108]➜  # import config
2025-08-20T20:25:48.2334895Z [00:01:59.108]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:48.2335348Z [00:01:59.108]➜  packagefile internal/abi=/tmp/go-build4047508428/b006/_pkg_.a
2025-08-20T20:25:48.2335827Z [00:01:59.108]➜  packagefile internal/bytealg=/tmp/go-build4047508428/b011/_pkg_.a
2025-08-20T20:25:48.2336336Z [00:01:59.108]➜  packagefile internal/stringslite=/tmp/go-build4047508428/b032/_pkg_.a
2025-08-20T20:25:48.2336827Z [00:01:59.108]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:48.2338289Z [00:01:59.109]➜  packagefile iter=/tmp/go-build4047508428/b039/_pkg_.a
2025-08-20T20:25:48.2338746Z [00:01:59.109]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:48.2339336Z [00:01:59.109]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:48.2339822Z [00:01:59.109]➜  packagefile unicode=/tmp/go-build4047508428/b041/_pkg_.a
2025-08-20T20:25:48.2340289Z [00:01:59.109]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:48.2340627Z [00:01:59.109]➜  EOF
2025-08-20T20:25:48.2343119Z [00:01:59.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b067=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid 7c9vJPLXfeWsNhsNR7m0/7c9vJPLXfeWsNhsNR7m0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /root/.go/src/strings/builder.go /root/.go/src/strings/clone.go /root/.go/src/strings/compare.go /root/.go/src/strings/iter.go /root/.go/src/strings/reader.go /root/.go/src/strings/replace.go /root/.go/src/strings/search.go /root/.go/src/strings/strings.go
2025-08-20T20:25:48.2406890Z [00:01:59.115]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T20:25:48.2424275Z [00:01:59.116]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d # internal
2025-08-20T20:25:48.2425314Z [00:01:59.116]➜  hash
2025-08-20T20:25:48.2425915Z [00:01:59.116]➜  mkdir -p $WORK/b084/
2025-08-20T20:25:48.2427160Z [00:01:59.116]➜  cat >/tmp/go-build4047508428/b084/importcfg << 'EOF' # internal
2025-08-20T20:25:48.2427938Z [00:01:59.116]➜  # import config
2025-08-20T20:25:48.2429655Z [00:01:59.116]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:48.2430060Z [00:01:59.116]➜  EOF
2025-08-20T20:25:48.2431416Z [00:01:59.116]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b084=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid 8Uee5i_pcRkHzOIsnGmB/8Uee5i_pcRkHzOIsnGmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T20:25:48.2582666Z [00:01:59.133]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T20:25:48.2585537Z [00:01:59.133]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d # internal
2025-08-20T20:25:48.2586512Z [00:01:59.133]➜  hash/adler32
2025-08-20T20:25:48.2586895Z [00:01:59.133]➜  mkdir -p $WORK/b085/
2025-08-20T20:25:48.2587949Z [00:01:59.133]➜  cat >/tmp/go-build4047508428/b085/importcfg << 'EOF' # internal
2025-08-20T20:25:48.2588956Z [00:01:59.133]➜  # import config
2025-08-20T20:25:48.2590131Z [00:01:59.133]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:48.2590900Z [00:01:59.133]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:48.2591897Z [00:01:59.133]➜  packagefile internal/byteorder=/tmp/go-build4047508428/b013/_pkg_.a
2025-08-20T20:25:48.2592319Z [00:01:59.133]➜  EOF
2025-08-20T20:25:48.2593772Z [00:01:59.133]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/.go/src/hash/adler32=>hash/adler32;$WORK/b085=>" -p hash/adler32 -lang=go1.25 -std -complete -installsuffix shared -buildid zYnB5d9XbU5vl2fMxxwe/zYnB5d9XbU5vl2fMxxwe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b085/importcfg -pack /root/.go/src/hash/adler32/adler32.go
2025-08-20T20:25:48.2738438Z [00:01:59.149]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T20:25:48.2748605Z [00:01:59.150]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/c4/c4effad20123a08bb8a1021958f599f04434ee49d095cf01dc213a40883c934a-d # internal
2025-08-20T20:25:48.2749462Z [00:01:59.150]➜  hash/crc32
2025-08-20T20:25:48.2749836Z [00:01:59.150]➜  mkdir -p $WORK/b096/
2025-08-20T20:25:48.2758412Z [00:01:59.151]➜  echo -n > $WORK/b096/go_asm.h # internal
2025-08-20T20:25:48.2759302Z [00:01:59.151]➜  cd /root/.go/src/hash/crc32
2025-08-20T20:25:48.2760679Z [00:01:59.151]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b096=>" -I $WORK/b096/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b096/symabis ./crc32_arm64.s
2025-08-20T20:25:48.2916349Z [00:01:59.166]➜  cat >/tmp/go-build4047508428/b096/importcfg << 'EOF' # internal
2025-08-20T20:25:48.2916971Z [00:01:59.167]➜  # import config
2025-08-20T20:25:48.2917359Z [00:01:59.167]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:48.2917811Z [00:01:59.167]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:48.2918280Z [00:01:59.167]➜  packagefile internal/byteorder=/tmp/go-build4047508428/b013/_pkg_.a
2025-08-20T20:25:48.2919309Z [00:01:59.167]➜  packagefile internal/cpu=/tmp/go-build4047508428/b012/_pkg_.a
2025-08-20T20:25:48.2919844Z [00:01:59.167]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:48.2920281Z [00:01:59.167]➜  packagefile sync/atomic=/tmp/go-build4047508428/b037/_pkg_.a
2025-08-20T20:25:48.2920613Z [00:01:59.167]➜  EOF
2025-08-20T20:25:48.2920860Z [00:01:59.167]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:48.2922917Z [00:01:59.167]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b096=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid jqW3dDY0YLEOOFeWovmy/jqW3dDY0YLEOOFeWovmy -goversion go1.25.0 -symabis $WORK/b096/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack -asmhdr $WORK/b096/go_asm.h /root/.go/src/hash/crc32/crc32.go /root/.go/src/hash/crc32/crc32_arm64.go /root/.go/src/hash/crc32/crc32_generic.go /root/.go/src/hash/crc32/gen.go
2025-08-20T20:25:48.3488377Z [00:01:59.223]➜  cd /root/.go/src/hash/crc32
2025-08-20T20:25:48.3489703Z [00:01:59.224]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b096=>" -I $WORK/b096/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b096/crc32_arm64.o ./crc32_arm64.s
2025-08-20T20:25:48.3563319Z [00:01:59.231]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T20:25:48.3581828Z [00:01:59.232]➜  go tool pack r $WORK/b096/_pkg_.a $WORK/b096/crc32_arm64.o # internal
2025-08-20T20:25:48.3582782Z [00:01:59.232]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T20:25:48.3583474Z [00:01:59.233]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d # internal
2025-08-20T20:25:48.3584004Z [00:01:59.233]➜  bufio
2025-08-20T20:25:48.3584238Z [00:01:59.233]➜  mkdir -p $WORK/b078/
2025-08-20T20:25:48.3590949Z [00:01:59.234]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d # internal
2025-08-20T20:25:48.3604378Z [00:01:59.235]➜  cat >/tmp/go-build4047508428/b078/importcfg << 'EOF' # internal
2025-08-20T20:25:48.3604793Z [00:01:59.235]➜  # import config
2025-08-20T20:25:48.3605142Z [00:01:59.235]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:48.3605571Z [00:01:59.235]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:48.3605981Z [00:01:59.235]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:48.3606419Z [00:01:59.235]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:48.3606871Z [00:01:59.235]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:48.3607208Z [00:01:59.235]➜  EOF
2025-08-20T20:25:48.3607454Z [00:01:59.235]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:48.3608925Z [00:01:59.235]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b078=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid Q1p5ESaeRWXuhO4Me_H8/Q1p5ESaeRWXuhO4Me_H8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b078/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T20:25:48.3834510Z [00:01:59.258]➜  runtime/cgo
2025-08-20T20:25:48.3834888Z [00:01:59.258]➜  mkdir -p $WORK/b101/
2025-08-20T20:25:48.3867633Z [00:01:59.261]➜  echo -n > $WORK/b101/preferlinkext # internal
2025-08-20T20:25:48.3868142Z [00:01:59.262]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:25:48.3869529Z [00:01:59.262]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b101/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b101/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T20:25:48.4217514Z [00:01:59.296]➜  cd $WORK
2025-08-20T20:25:48.4218539Z [00:01:59.296]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:25:48.4311018Z [00:01:59.306]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T20:25:48.4358352Z [00:01:59.311]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d # internal
2025-08-20T20:25:48.4415289Z [00:01:59.316]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:25:48.4531203Z [00:01:59.328]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T20:25:48.4531690Z [00:01:59.328]➜  image
2025-08-20T20:25:48.4531938Z [00:01:59.328]➜  mkdir -p $WORK/b077/
2025-08-20T20:25:48.4532317Z [00:01:59.328]➜  cat >/tmp/go-build4047508428/b077/importcfg << 'EOF' # internal
2025-08-20T20:25:48.4532662Z [00:01:59.328]➜  # import config
2025-08-20T20:25:48.4533004Z [00:01:59.328]➜  packagefile bufio=/tmp/go-build4047508428/b078/_pkg_.a
2025-08-20T20:25:48.4533498Z [00:01:59.328]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:48.4533945Z [00:01:59.328]➜  packagefile image/color=/tmp/go-build4047508428/b079/_pkg_.a
2025-08-20T20:25:48.4534370Z [00:01:59.328]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:48.4535031Z [00:01:59.328]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:48.4536090Z [00:01:59.328]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:48.4537103Z [00:01:59.328]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:48.4537687Z [00:01:59.328]➜  packagefile sync/atomic=/tmp/go-build4047508428/b037/_pkg_.a
2025-08-20T20:25:48.4538130Z [00:01:59.328]➜  EOF
2025-08-20T20:25:48.4538512Z [00:01:59.328]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:48.4540594Z [00:01:59.328]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/.go/src/image=>image;$WORK/b077=>" -p image -lang=go1.25 -std -complete -installsuffix shared -buildid 5atW7hS7FvXrIRy7S1Sm/5atW7hS7FvXrIRy7S1Sm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack /root/.go/src/image/format.go /root/.go/src/image/geom.go /root/.go/src/image/image.go /root/.go/src/image/names.go /root/.go/src/image/ycbcr.go
2025-08-20T20:25:48.4707918Z [00:01:59.346]➜  cd /root/.go/src/syscall
2025-08-20T20:25:48.4709519Z [00:01:59.346]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b062=>" -I $WORK/b062/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b062/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T20:25:48.4804026Z [00:01:59.355]➜  go tool pack r $WORK/b062/_pkg_.a $WORK/b062/asm_linux_arm64.o # internal
2025-08-20T20:25:48.4804859Z [00:01:59.355]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T20:25:48.4871840Z [00:01:59.362]➜  cd $WORK
2025-08-20T20:25:48.4872682Z [00:01:59.362]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:25:48.4898145Z [00:01:59.365]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d # internal
2025-08-20T20:25:48.5021309Z [00:01:59.377]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:25:48.5170985Z [00:01:59.392]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:25:48.5175319Z [00:01:59.392]➜  time
2025-08-20T20:25:48.5176978Z [00:01:59.393]➜  mkdir -p $WORK/b059/
2025-08-20T20:25:48.5181671Z [00:01:59.393]➜  cat >/tmp/go-build4047508428/b059/importcfg << 'EOF' # internal
2025-08-20T20:25:48.5182927Z [00:01:59.393]➜  # import config
2025-08-20T20:25:48.5183325Z [00:01:59.393]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:48.5183808Z [00:01:59.393]➜  packagefile internal/bytealg=/tmp/go-build4047508428/b011/_pkg_.a
2025-08-20T20:25:48.5184709Z [00:01:59.393]➜  packagefile internal/godebug=/tmp/go-build4047508428/b060/_pkg_.a
2025-08-20T20:25:48.5185302Z [00:01:59.393]➜  packagefile internal/stringslite=/tmp/go-build4047508428/b032/_pkg_.a
2025-08-20T20:25:48.5185790Z [00:01:59.393]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:48.5186248Z [00:01:59.393]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:48.5186670Z [00:01:59.393]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:48.5187106Z [00:01:59.393]➜  packagefile syscall=/tmp/go-build4047508428/b062/_pkg_.a
2025-08-20T20:25:48.5187424Z [00:01:59.393]➜  EOF
2025-08-20T20:25:48.5187676Z [00:01:59.393]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:48.5190231Z [00:01:59.394]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b059=>" -p time -lang=go1.25 -std -installsuffix shared -buildid EXE43KLT6MRts9SmvSmj/EXE43KLT6MRts9SmvSmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack /root/.go/src/time/format.go /root/.go/src/time/format_rfc3339.go /root/.go/src/time/sleep.go /root/.go/src/time/sys_unix.go /root/.go/src/time/tick.go /root/.go/src/time/time.go /root/.go/src/time/zoneinfo.go /root/.go/src/time/zoneinfo_goroot.go /root/.go/src/time/zoneinfo_read.go /root/.go/src/time/zoneinfo_unix.go
2025-08-20T20:25:48.5392938Z [00:01:59.414]➜  cd $WORK
2025-08-20T20:25:48.5394590Z [00:01:59.414]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b101=/tmp/go-build -gno-record-gcc-switches -frandom-seed=1 -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:25:48.5550411Z [00:01:59.430]➜  cd $WORK/b101
2025-08-20T20:25:48.5552767Z [00:01:59.430]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b101=/tmp/go-build -gno-record-gcc-switches -I $WORK/b101/ -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/b101/_x001.o -c _cgo_export.c
2025-08-20T20:25:48.5736295Z [00:01:59.448]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b101=/tmp/go-build -gno-record-gcc-switches -I $WORK/b101/ -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/b101/_x002.o -c cgo.cgo2.c
2025-08-20T20:25:48.5920675Z [00:01:59.467]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:25:48.5922924Z [00:01:59.467]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b101=/tmp/go-build -gno-record-gcc-switches -I $WORK/b101/ -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/b101/_x003.o -c gcc_context.c
2025-08-20T20:25:48.6074983Z [00:01:59.482]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T20:25:48.6097670Z [00:01:59.485]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/78/785bed4ba14081da51765d45b81953cced3b447e1399e86302ae85c258e6b9cd-d # internal
2025-08-20T20:25:48.6144683Z [00:01:59.489]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b101=/tmp/go-build -gno-record-gcc-switches -I $WORK/b101/ -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/b101/_x004.o -c gcc_fatalf.c
2025-08-20T20:25:48.6177238Z [00:01:59.493]➜  internal/syscall/unix
2025-08-20T20:25:48.6178223Z [00:01:59.493]➜  mkdir -p $WORK/b064/
2025-08-20T20:25:48.6193570Z [00:01:59.494]➜  cat >/tmp/go-build4047508428/b064/importcfg << 'EOF' # internal
2025-08-20T20:25:48.6194287Z [00:01:59.494]➜  # import config
2025-08-20T20:25:48.6194810Z [00:01:59.494]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:48.6196334Z [00:01:59.494]➜  packagefile sync/atomic=/tmp/go-build4047508428/b037/_pkg_.a
2025-08-20T20:25:48.6196804Z [00:01:59.494]➜  packagefile syscall=/tmp/go-build4047508428/b062/_pkg_.a
2025-08-20T20:25:48.6197128Z [00:01:59.494]➜  EOF
2025-08-20T20:25:48.6197703Z [00:01:59.494]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:48.6204161Z [00:01:59.494]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b064=>" -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/b064/importcfg -pack /root/.go/src/internal/syscall/unix/at.go /root/.go/src/internal/syscall/unix/at_fstatat.go /root/.go/src/internal/syscall/unix/at_sysnum_fstatat_linux.go /root/.go/src/internal/syscall/unix/at_sysnum_linux.go /root/.go/src/internal/syscall/unix/constants.go /root/.go/src/internal/syscall/unix/copy_file_range_unix.go /root/.go/src/internal/syscall/unix/eaccess.go /root/.go/src/internal/syscall/unix/faccessat_syscall.go /root/.go/src/internal/syscall/unix/fcntl_unix.go /root/.go/src/internal/syscall/unix/getrandom.go /root/.go/src/internal/syscall/unix/getrandom_linux.go /root/.go/src/internal/syscall/unix/kernel_version_linux.go /root/.go/src/internal/syscall/unix/net.go /root/.go/src/internal/syscall/unix/nofollow_posix.go /root/.go/src/internal/syscall/unix/nonblocking_unix.go /root/.go/src/internal/syscall/unix/pidfd_linux.go /root/.go/src/internal/syscall/unix/renameat_sysnum_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux_other.go /root/.go/src/internal/syscall/unix/syscall.go /root/.go/src/internal/syscall/unix/sysnum_linux_generic.go /root/.go/src/internal/syscall/unix/tcsetpgrp_linux.go /root/.go/src/internal/syscall/unix/utimes.go /root/.go/src/internal/syscall/unix/waitid_linux.go
2025-08-20T20:25:48.6380542Z [00:01:59.513]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:25:48.6385054Z [00:01:59.513]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b101=/tmp/go-build -gno-record-gcc-switches -I $WORK/b101/ -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/b101/_x005.o -c gcc_libinit.c
2025-08-20T20:25:48.6560775Z [00:01:59.531]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T20:25:48.6585838Z [00:01:59.533]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d # internal
2025-08-20T20:25:48.6591437Z [00:01:59.533]➜  internal/syscall/execenv
2025-08-20T20:25:48.6592243Z [00:01:59.533]➜  mkdir -p $WORK/b065/
2025-08-20T20:25:48.6592698Z [00:01:59.533]➜  cat >/tmp/go-build4047508428/b065/importcfg << 'EOF' # internal
2025-08-20T20:25:48.6593049Z [00:01:59.533]➜  # import config
2025-08-20T20:25:48.6593394Z [00:01:59.533]➜  packagefile syscall=/tmp/go-build4047508428/b062/_pkg_.a
2025-08-20T20:25:48.6593714Z [00:01:59.533]➜  EOF
2025-08-20T20:25:48.6593956Z [00:01:59.533]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:48.6595703Z [00:01:59.533]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b065=>" -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/b065/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T20:25:48.6763550Z [00:01:59.551]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T20:25:48.6767699Z [00:01:59.551]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:25:48.6769404Z [00:01:59.551]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b101=/tmp/go-build -gno-record-gcc-switches -I $WORK/b101/ -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/b101/_x006.o -c gcc_linux_arm64.c
2025-08-20T20:25:48.6781670Z [00:01:59.553]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d # internal
2025-08-20T20:25:48.6788722Z [00:01:59.554]➜  github.com/nathan-fiscaletti/consolesize-go
2025-08-20T20:25:48.6789607Z [00:01:59.554]➜  mkdir -p $WORK/b073/
2025-08-20T20:25:48.6800132Z [00:01:59.555]➜  cat >/tmp/go-build4047508428/b073/importcfg << 'EOF' # internal
2025-08-20T20:25:48.6800580Z [00:01:59.555]➜  # import config
2025-08-20T20:25:48.6800965Z [00:01:59.555]➜  packagefile syscall=/tmp/go-build4047508428/b062/_pkg_.a
2025-08-20T20:25:48.6801287Z [00:01:59.555]➜  EOF
2025-08-20T20:25:48.6808236Z [00:01:59.556]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:48.6812170Z [00:01:59.556]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/nathan-fiscaletti/consolesize-go@v0.0.0-20210105204122-a87d9f614b9d=>github.com/nathan-fiscaletti/consolesize-go@v0.0.0-20210105204122-a87d9f614b9d;$WORK/b073=>" -p github.com/nathan-fiscaletti/consolesize-go -lang=go1.16 -complete -installsuffix shared -buildid xxCCGc9tkGbBJhj_IX6_/xxCCGc9tkGbBJhj_IX6_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack /root/go/pkg/mod/github.com/nathan-fiscaletti/consolesize-go@v0.0.0-20210105204122-a87d9f614b9d/consolesize_unix.go
2025-08-20T20:25:48.7061046Z [00:01:59.581]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:25:48.7063508Z [00:01:59.581]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b101=/tmp/go-build -gno-record-gcc-switches -I $WORK/b101/ -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/b101/_x007.o -c gcc_mmap.c
2025-08-20T20:25:48.7234600Z [00:01:59.598]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T20:25:48.7236058Z [00:01:59.599]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/ff/fff51042083f49a430a1889ab69a4f120d41d44625f8b3b613b2310d9ad5ba86-d # internal
2025-08-20T20:25:48.7237063Z [00:01:59.599]➜  image/internal/imageutil
2025-08-20T20:25:48.7237355Z [00:01:59.599]➜  mkdir -p $WORK/b090/
2025-08-20T20:25:48.7237758Z [00:01:59.599]➜  cat >/tmp/go-build4047508428/b090/importcfg << 'EOF' # internal
2025-08-20T20:25:48.7241782Z [00:01:59.599]➜  # import config
2025-08-20T20:25:48.7242157Z [00:01:59.599]➜  packagefile image=/tmp/go-build4047508428/b077/_pkg_.a
2025-08-20T20:25:48.7243000Z [00:01:59.599]➜  EOF
2025-08-20T20:25:48.7243464Z [00:01:59.599]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:48.7245466Z [00:01:59.599]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/image/internal/imageutil=>image/internal/imageutil;$WORK/b090=>" -p image/internal/imageutil -lang=go1.25 -std -complete -installsuffix shared -buildid dD2uzJyr78_eNthmncD2/dD2uzJyr78_eNthmncD2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack /root/.go/src/image/internal/imageutil/imageutil.go /root/.go/src/image/internal/imageutil/impl.go
2025-08-20T20:25:48.7311307Z [00:01:59.606]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:25:48.7312927Z [00:01:59.606]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b101=/tmp/go-build -gno-record-gcc-switches -I $WORK/b101/ -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/b101/_x008.o -c gcc_setenv.c
2025-08-20T20:25:48.7521833Z [00:01:59.627]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b101=/tmp/go-build -gno-record-gcc-switches -I $WORK/b101/ -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/b101/_x009.o -c gcc_sigaction.c
2025-08-20T20:25:48.7757344Z [00:01:59.650]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T20:25:48.7758095Z [00:01:59.651]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/73/73699e292ac1a89c59e08a0c47cd491743701e6075ac72089ca2940e29c9f0c7-d # internal
2025-08-20T20:25:48.7758656Z [00:01:59.651]➜  image/draw
2025-08-20T20:25:48.7758905Z [00:01:59.651]➜  mkdir -p $WORK/b089/
2025-08-20T20:25:48.7762943Z [00:01:59.651]➜  cat >/tmp/go-build4047508428/b089/importcfg << 'EOF' # internal
2025-08-20T20:25:48.7763940Z [00:01:59.651]➜  # import config
2025-08-20T20:25:48.7764662Z [00:01:59.651]➜  packagefile image=/tmp/go-build4047508428/b077/_pkg_.a
2025-08-20T20:25:48.7765151Z [00:01:59.651]➜  packagefile image/color=/tmp/go-build4047508428/b079/_pkg_.a
2025-08-20T20:25:48.7765680Z [00:01:59.651]➜  packagefile image/internal/imageutil=/tmp/go-build4047508428/b090/_pkg_.a
2025-08-20T20:25:48.7766059Z [00:01:59.651]➜  EOF
2025-08-20T20:25:48.7783562Z [00:01:59.653]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:48.7785742Z [00:01:59.653]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/image/draw=>image/draw;$WORK/b089=>" -p image/draw -lang=go1.25 -std -complete -installsuffix shared -buildid 2N61At-TKdq4BatuBNa8/2N61At-TKdq4BatuBNa8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b089/importcfg -pack /root/.go/src/image/draw/draw.go
2025-08-20T20:25:48.7854701Z [00:01:59.660]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:25:48.7857354Z [00:01:59.661]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b101=/tmp/go-build -gno-record-gcc-switches -I $WORK/b101/ -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/b101/_x010.o -c gcc_stack_unix.c
2025-08-20T20:25:48.8319120Z [00:01:59.705]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b101=/tmp/go-build -gno-record-gcc-switches -I $WORK/b101/ -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/b101/_x011.o -c gcc_traceback.c
2025-08-20T20:25:48.8721647Z [00:01:59.747]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b101=/tmp/go-build -gno-record-gcc-switches -I $WORK/b101/ -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/b101/_x012.o -c gcc_util.c
2025-08-20T20:25:48.8805369Z [00:01:59.755]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T20:25:48.8836573Z [00:01:59.758]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d # internal
2025-08-20T20:25:48.8838154Z [00:01:59.759]➜  io/fs
2025-08-20T20:25:48.8838939Z [00:01:59.759]➜  mkdir -p $WORK/b056/
2025-08-20T20:25:48.8839918Z [00:01:59.759]➜  cat >/tmp/go-build4047508428/b056/importcfg << 'EOF' # internal
2025-08-20T20:25:48.8840767Z [00:01:59.759]➜  # import config
2025-08-20T20:25:48.8841211Z [00:01:59.759]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:48.8841695Z [00:01:59.759]➜  packagefile internal/bytealg=/tmp/go-build4047508428/b011/_pkg_.a
2025-08-20T20:25:48.8842224Z [00:01:59.759]➜  packagefile internal/oserror=/tmp/go-build4047508428/b057/_pkg_.a
2025-08-20T20:25:48.8842671Z [00:01:59.759]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:48.8843078Z [00:01:59.759]➜  packagefile path=/tmp/go-build4047508428/b058/_pkg_.a
2025-08-20T20:25:48.8843497Z [00:01:59.759]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:48.8843917Z [00:01:59.759]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:48.8844810Z [00:01:59.759]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:48.8845149Z [00:01:59.759]➜  EOF
2025-08-20T20:25:48.8845396Z [00:01:59.759]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:48.8847601Z [00:01:59.759]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b056=>" -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/b056/importcfg -pack /root/.go/src/io/fs/format.go /root/.go/src/io/fs/fs.go /root/.go/src/io/fs/glob.go /root/.go/src/io/fs/readdir.go /root/.go/src/io/fs/readfile.go /root/.go/src/io/fs/readlink.go /root/.go/src/io/fs/stat.go /root/.go/src/io/fs/sub.go /root/.go/src/io/fs/walk.go
2025-08-20T20:25:48.8862693Z [00:01:59.760]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T20:25:48.8864004Z [00:01:59.761]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/c5/c5fd1cb122946e60aca42b061b170854fc7ccdf7ab7ae1bb7ca4597185f93544-d # internal
2025-08-20T20:25:48.8875652Z [00:01:59.762]➜  internal/poll
2025-08-20T20:25:48.8875946Z [00:01:59.763]➜  mkdir -p $WORK/b063/
2025-08-20T20:25:48.8890496Z [00:01:59.764]➜  cat >/tmp/go-build4047508428/b063/importcfg << 'EOF' # internal
2025-08-20T20:25:48.8891054Z [00:01:59.764]➜  # import config
2025-08-20T20:25:48.8891668Z [00:01:59.764]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:48.8892191Z [00:01:59.764]➜  packagefile internal/itoa=/tmp/go-build4047508428/b053/_pkg_.a
2025-08-20T20:25:48.8892706Z [00:01:59.764]➜  packagefile internal/syscall/unix=/tmp/go-build4047508428/b064/_pkg_.a
2025-08-20T20:25:48.8893171Z [00:01:59.764]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:48.8893589Z [00:01:59.764]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:48.8894008Z [00:01:59.764]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:48.8894457Z [00:01:59.764]➜  packagefile sync/atomic=/tmp/go-build4047508428/b037/_pkg_.a
2025-08-20T20:25:48.8894894Z [00:01:59.764]➜  packagefile syscall=/tmp/go-build4047508428/b062/_pkg_.a
2025-08-20T20:25:48.8895316Z [00:01:59.764]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:48.8895625Z [00:01:59.764]➜  EOF
2025-08-20T20:25:48.8901097Z [00:01:59.764]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b063=>" -p internal/poll -lang=go1.25 -std -installsuffix shared -buildid xdd4bpnqufmBejaVtNIS/xdd4bpnqufmBejaVtNIS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b063/importcfg -pack /root/.go/src/internal/poll/copy_file_range_linux.go /root/.go/src/internal/poll/copy_file_range_unix.go /root/.go/src/internal/poll/errno_unix.go /root/.go/src/internal/poll/fd.go /root/.go/src/internal/poll/fd_fsync_posix.go /root/.go/src/internal/poll/fd_mutex.go /root/.go/src/internal/poll/fd_poll_runtime.go /root/.go/src/internal/poll/fd_posix.go /root/.go/src/internal/poll/fd_unix.go /root/.go/src/internal/poll/fd_unixjs.go /root/.go/src/internal/poll/fd_writev_unix.go /root/.go/src/internal/poll/hook_cloexec.go /root/.go/src/internal/poll/hook_unix.go /root/.go/src/internal/poll/iovec_unix.go /root/.go/src/internal/poll/sendfile.go /root/.go/src/internal/poll/sendfile_unix.go /root/.go/src/internal/poll/sock_cloexec.go /root/.go/src/internal/poll/sockopt.go /root/.go/src/internal/poll/sockopt_linux.go /root/.go/src/internal/poll/sockopt_unix.go /root/.go/src/internal/poll/sockoptip.go /root/.go/src/internal/poll/splice_linux.go /root/.go/src/internal/poll/writev.go
2025-08-20T20:25:48.8951384Z [00:01:59.769]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:25:48.8953016Z [00:01:59.769]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b101=/tmp/go-build -gno-record-gcc-switches -I $WORK/b101/ -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/b101/_x013.o -c linux_syscall.c
2025-08-20T20:25:48.9368769Z [00:01:59.812]➜  cd /root/.go/src/reflect
2025-08-20T20:25:48.9369963Z [00:01:59.812]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b052=>" -I $WORK/b052/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b052/asm_arm64.o ./asm_arm64.s
2025-08-20T20:25:48.9410491Z [00:01:59.816]➜  go tool pack r $WORK/b052/_pkg_.a $WORK/b052/asm_arm64.o # internal
2025-08-20T20:25:48.9411019Z [00:01:59.816]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T20:25:48.9451860Z [00:01:59.820]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T20:25:48.9467500Z [00:01:59.821]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d # internal
2025-08-20T20:25:48.9468341Z [00:01:59.822]➜  internal/filepathlite
2025-08-20T20:25:48.9468726Z [00:01:59.822]➜  mkdir -p $WORK/b055/
2025-08-20T20:25:48.9469842Z [00:01:59.822]➜  cat >/tmp/go-build4047508428/b055/importcfg << 'EOF' # internal
2025-08-20T20:25:48.9470755Z [00:01:59.822]➜  # import config
2025-08-20T20:25:48.9471179Z [00:01:59.822]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:48.9471662Z [00:01:59.822]➜  packagefile internal/bytealg=/tmp/go-build4047508428/b011/_pkg_.a
2025-08-20T20:25:48.9472206Z [00:01:59.822]➜  packagefile internal/stringslite=/tmp/go-build4047508428/b032/_pkg_.a
2025-08-20T20:25:48.9472680Z [00:01:59.822]➜  packagefile io/fs=/tmp/go-build4047508428/b056/_pkg_.a
2025-08-20T20:25:48.9473099Z [00:01:59.822]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:48.9473416Z [00:01:59.822]➜  EOF
2025-08-20T20:25:48.9473664Z [00:01:59.822]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:48.9475744Z [00:01:59.822]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b055=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 3Pvg2aOousz6X6FWyKfn/3Pvg2aOousz6X6FWyKfn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /root/.go/src/internal/filepathlite/path.go /root/.go/src/internal/filepathlite/path_nonwindows.go /root/.go/src/internal/filepathlite/path_unix.go
2025-08-20T20:25:48.9477714Z [00:01:59.822]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:25:48.9480468Z [00:01:59.822]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b101=/tmp/go-build -gno-record-gcc-switches -I $WORK/b101/ -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/b101/_x014.o -c gcc_arm64.S
2025-08-20T20:25:48.9567182Z [00:01:59.831]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d # internal
2025-08-20T20:25:48.9567777Z [00:01:59.832]➜  internal/fmtsort
2025-08-20T20:25:48.9572693Z [00:01:59.832]➜  mkdir -p $WORK/b051/
2025-08-20T20:25:48.9577976Z [00:01:59.833]➜  cat >/tmp/go-build4047508428/b051/importcfg << 'EOF' # internal
2025-08-20T20:25:48.9578386Z [00:01:59.833]➜  # import config
2025-08-20T20:25:48.9578735Z [00:01:59.833]➜  packagefile cmp=/tmp/go-build4047508428/b044/_pkg_.a
2025-08-20T20:25:48.9579317Z [00:01:59.833]➜  packagefile reflect=/tmp/go-build4047508428/b052/_pkg_.a
2025-08-20T20:25:48.9579812Z [00:01:59.833]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:48.9580129Z [00:01:59.833]➜  EOF
2025-08-20T20:25:48.9580379Z [00:01:59.833]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:48.9581946Z [00:01:59.833]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b051=>" -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/b051/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T20:25:48.9623096Z [00:01:59.837]➜  cd $WORK/b101
2025-08-20T20:25:48.9625327Z [00:01:59.837]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b101=/tmp/go-build -gno-record-gcc-switches -I $WORK/b101/ -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/b101/_cgo_main.o -c _cgo_main.c
2025-08-20T20:25:48.9815414Z [00:01:59.856]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:48.9817604Z [00:01:59.857]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b101=/tmp/go-build -gno-record-gcc-switches -o $WORK/b101/_cgo_.o $WORK/b101/_cgo_main.o $WORK/b101/preferlinkext $WORK/b101/_x001.o $WORK/b101/_x002.o $WORK/b101/_x003.o $WORK/b101/_x004.o $WORK/b101/_x005.o $WORK/b101/_x006.o $WORK/b101/_x007.o $WORK/b101/_x008.o $WORK/b101/_x009.o $WORK/b101/_x010.o $WORK/b101/_x011.o $WORK/b101/_x012.o $WORK/b101/_x013.o $WORK/b101/_x014.o -O2 -g -lpthread
2025-08-20T20:25:48.9826300Z [00:01:59.858]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T20:25:48.9867080Z [00:01:59.861]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d # internal
2025-08-20T20:25:48.9869015Z [00:01:59.862]➜  embed
2025-08-20T20:25:48.9869579Z [00:01:59.862]➜  mkdir -p $WORK/b070/
2025-08-20T20:25:48.9869986Z [00:01:59.862]➜  cat >/tmp/go-build4047508428/b070/importcfg << 'EOF' # internal
2025-08-20T20:25:48.9870335Z [00:01:59.862]➜  # import config
2025-08-20T20:25:48.9870685Z [00:01:59.862]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:48.9871178Z [00:01:59.862]➜  packagefile internal/bytealg=/tmp/go-build4047508428/b011/_pkg_.a
2025-08-20T20:25:48.9871685Z [00:01:59.862]➜  packagefile internal/stringslite=/tmp/go-build4047508428/b032/_pkg_.a
2025-08-20T20:25:48.9872147Z [00:01:59.862]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:48.9872550Z [00:01:59.862]➜  packagefile io/fs=/tmp/go-build4047508428/b056/_pkg_.a
2025-08-20T20:25:48.9872960Z [00:01:59.862]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:48.9873620Z [00:01:59.862]➜  EOF
2025-08-20T20:25:48.9883569Z [00:01:59.863]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b070=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid QFiBJLv8Lq6LyZVR1Q-x/QFiBJLv8Lq6LyZVR1Q-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T20:25:49.0024830Z [00:01:59.877]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T20:25:49.0045818Z [00:01:59.879]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d # internal
2025-08-20T20:25:49.0048070Z [00:01:59.880]➜  encoding/binary
2025-08-20T20:25:49.0048355Z [00:01:59.880]➜  mkdir -p $WORK/b075/
2025-08-20T20:25:49.0053449Z [00:01:59.880]➜  cat >/tmp/go-build4047508428/b075/importcfg << 'EOF' # internal
2025-08-20T20:25:49.0053870Z [00:01:59.880]➜  # import config
2025-08-20T20:25:49.0054262Z [00:01:59.880]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:49.0054686Z [00:01:59.880]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:49.0055095Z [00:01:59.880]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:49.0055515Z [00:01:59.880]➜  packagefile reflect=/tmp/go-build4047508428/b052/_pkg_.a
2025-08-20T20:25:49.0055938Z [00:01:59.880]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:49.0056785Z [00:01:59.880]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:49.0057096Z [00:01:59.880]➜  EOF
2025-08-20T20:25:49.0058940Z [00:01:59.880]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b075=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid NuN1vJFz0DtSsbIcH3t4/NuN1vJFz0DtSsbIcH3t4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /root/.go/src/encoding/binary/binary.go /root/.go/src/encoding/binary/native_endian_little.go /root/.go/src/encoding/binary/varint.go
2025-08-20T20:25:49.0284873Z [00:01:59.903]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T20:25:49.0300712Z [00:01:59.905]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/52/52af8cb2a532bab302e9f7fb061655a50333958840ea22ce9b7cd81a35113a21-d # internal
2025-08-20T20:25:49.0305851Z [00:01:59.906]➜  image/jpeg
2025-08-20T20:25:49.0306731Z [00:01:59.906]➜  mkdir -p $WORK/b094/
2025-08-20T20:25:49.0307173Z [00:01:59.906]➜  cat >/tmp/go-build4047508428/b094/importcfg << 'EOF' # internal
2025-08-20T20:25:49.0307535Z [00:01:59.906]➜  # import config
2025-08-20T20:25:49.0307884Z [00:01:59.906]➜  packagefile bufio=/tmp/go-build4047508428/b078/_pkg_.a
2025-08-20T20:25:49.0308311Z [00:01:59.906]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:49.0308733Z [00:01:59.906]➜  packagefile image=/tmp/go-build4047508428/b077/_pkg_.a
2025-08-20T20:25:49.0309437Z [00:01:59.906]➜  packagefile image/color=/tmp/go-build4047508428/b079/_pkg_.a
2025-08-20T20:25:49.0310022Z [00:01:59.906]➜  packagefile image/internal/imageutil=/tmp/go-build4047508428/b090/_pkg_.a
2025-08-20T20:25:49.0310500Z [00:01:59.906]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:49.0310809Z [00:01:59.906]➜  EOF
2025-08-20T20:25:49.0312821Z [00:01:59.906]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/.go/src/image/jpeg=>image/jpeg;$WORK/b094=>" -p image/jpeg -lang=go1.25 -std -complete -installsuffix shared -buildid qiqcMJ0n6aAaek-5WkvE/qiqcMJ0n6aAaek-5WkvE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack /root/.go/src/image/jpeg/fdct.go /root/.go/src/image/jpeg/huffman.go /root/.go/src/image/jpeg/idct.go /root/.go/src/image/jpeg/reader.go /root/.go/src/image/jpeg/scan.go /root/.go/src/image/jpeg/writer.go
2025-08-20T20:25:49.0383040Z [00:01:59.913]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T20:25:49.0411977Z [00:01:59.916]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d # internal
2025-08-20T20:25:49.0452328Z [00:01:59.919]➜  os
2025-08-20T20:25:49.0452673Z [00:01:59.919]➜  mkdir -p $WORK/b054/
2025-08-20T20:25:49.0453068Z [00:01:59.919]➜  cat >/tmp/go-build4047508428/b054/importcfg << 'EOF' # internal
2025-08-20T20:25:49.0453423Z [00:01:59.919]➜  # import config
2025-08-20T20:25:49.0453798Z [00:01:59.919]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:49.0454263Z [00:01:59.919]➜  packagefile internal/bytealg=/tmp/go-build4047508428/b011/_pkg_.a
2025-08-20T20:25:49.0454765Z [00:01:59.919]➜  packagefile internal/byteorder=/tmp/go-build4047508428/b013/_pkg_.a
2025-08-20T20:25:49.0455292Z [00:01:59.919]➜  packagefile internal/filepathlite=/tmp/go-build4047508428/b055/_pkg_.a
2025-08-20T20:25:49.0455798Z [00:01:59.919]➜  packagefile internal/goarch=/tmp/go-build4047508428/b007/_pkg_.a
2025-08-20T20:25:49.0456287Z [00:01:59.919]➜  packagefile internal/itoa=/tmp/go-build4047508428/b053/_pkg_.a
2025-08-20T20:25:49.0456762Z [00:01:59.919]➜  packagefile internal/poll=/tmp/go-build4047508428/b063/_pkg_.a
2025-08-20T20:25:49.0457263Z [00:01:59.919]➜  packagefile internal/stringslite=/tmp/go-build4047508428/b032/_pkg_.a
2025-08-20T20:25:49.0457804Z [00:01:59.919]➜  packagefile internal/syscall/execenv=/tmp/go-build4047508428/b065/_pkg_.a
2025-08-20T20:25:49.0458832Z [00:01:59.919]➜  packagefile internal/syscall/unix=/tmp/go-build4047508428/b064/_pkg_.a
2025-08-20T20:25:49.0459610Z [00:01:59.919]➜  packagefile internal/testlog=/tmp/go-build4047508428/b066/_pkg_.a
2025-08-20T20:25:49.0460070Z [00:01:59.919]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:49.0460480Z [00:01:59.919]➜  packagefile io/fs=/tmp/go-build4047508428/b056/_pkg_.a
2025-08-20T20:25:49.0460904Z [00:01:59.919]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:49.0461346Z [00:01:59.919]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:49.0461762Z [00:01:59.919]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:49.0462192Z [00:01:59.919]➜  packagefile sync/atomic=/tmp/go-build4047508428/b037/_pkg_.a
2025-08-20T20:25:49.0462639Z [00:01:59.919]➜  packagefile syscall=/tmp/go-build4047508428/b062/_pkg_.a
2025-08-20T20:25:49.0463059Z [00:01:59.919]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:49.0463377Z [00:01:59.919]➜  EOF
2025-08-20T20:25:49.0469326Z [00:01:59.919]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b054=>" -p os -lang=go1.25 -std -installsuffix shared -buildid oUESCsCAy6GOzPyYrhiS/oUESCsCAy6GOzPyYrhiS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b054/importcfg -pack /root/.go/src/os/dir.go /root/.go/src/os/dir_unix.go /root/.go/src/os/dirent_linux.go /root/.go/src/os/eloop_other.go /root/.go/src/os/env.go /root/.go/src/os/error.go /root/.go/src/os/error_errno.go /root/.go/src/os/exec.go /root/.go/src/os/exec_linux.go /root/.go/src/os/exec_posix.go /root/.go/src/os/exec_unix.go /root/.go/src/os/executable.go /root/.go/src/os/executable_procfs.go /root/.go/src/os/file.go /root/.go/src/os/file_open_unix.go /root/.go/src/os/file_posix.go /root/.go/src/os/file_unix.go /root/.go/src/os/getwd.go /root/.go/src/os/path.go /root/.go/src/os/path_unix.go /root/.go/src/os/pidfd_linux.go /root/.go/src/os/pipe2_unix.go /root/.go/src/os/proc.go /root/.go/src/os/rawconn.go /root/.go/src/os/removeall_at.go /root/.go/src/os/removeall_unix.go /root/.go/src/os/root.go /root/.go/src/os/root_nonwindows.go /root/.go/src/os/root_openat.go /root/.go/src/os/root_unix.go /root/.go/src/os/stat.go /root/.go/src/os/stat_linux.go /root/.go/src/os/stat_unix.go /root/.go/src/os/sticky_notbsd.go /root/.go/src/os/sys.go /root/.go/src/os/sys_linux.go /root/.go/src/os/sys_unix.go /root/.go/src/os/tempfile.go /root/.go/src/os/types.go /root/.go/src/os/types_unix.go /root/.go/src/os/wait_waitid.go /root/.go/src/os/zero_copy_linux.go /root/.go/src/os/zero_copy_posix.go
2025-08-20T20:25:49.1251058Z [00:02:00.000]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b101=/tmp/go-build -gno-record-gcc-switches -o $WORK/b101/_cgo_.o $WORK/b101/_cgo_main.o $WORK/b101/preferlinkext $WORK/b101/_x001.o $WORK/b101/_x002.o $WORK/b101/_x003.o $WORK/b101/_x004.o $WORK/b101/_x005.o $WORK/b101/_x006.o $WORK/b101/_x007.o $WORK/b101/_x008.o $WORK/b101/_x009.o $WORK/b101/_x010.o $WORK/b101/_x011.o $WORK/b101/_x012.o $WORK/b101/_x013.o $WORK/b101/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T20:25:49.1254168Z [00:02:00.000]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage cgo -dynimport $WORK/b101/_cgo_.o -dynout $WORK/b101/_cgo_import.go -dynlinker
2025-08-20T20:25:49.1293881Z [00:02:00.004]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T20:25:49.1307890Z [00:02:00.006]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/f3/f31e48d16aaf146e45b2dfe20ffaced478f23c5add4e46ff919ca47bdd4f0f61-d # internal
2025-08-20T20:25:49.1318084Z [00:02:00.006]➜  regexp/syntax
2025-08-20T20:25:49.1318389Z [00:02:00.006]➜  mkdir -p $WORK/b105/
2025-08-20T20:25:49.1318777Z [00:02:00.006]➜  cat >/tmp/go-build4047508428/b105/importcfg << 'EOF' # internal
2025-08-20T20:25:49.1319132Z [00:02:00.006]➜  # import config
2025-08-20T20:25:49.1319681Z [00:02:00.006]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:49.1320542Z [00:02:00.006]➜  packagefile sort=/tmp/go-build4047508428/b083/_pkg_.a
2025-08-20T20:25:49.1320968Z [00:02:00.006]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:49.1321394Z [00:02:00.006]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:49.1321813Z [00:02:00.006]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:49.1322232Z [00:02:00.006]➜  packagefile unicode=/tmp/go-build4047508428/b041/_pkg_.a
2025-08-20T20:25:49.1322696Z [00:02:00.006]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:49.1323028Z [00:02:00.006]➜  EOF
2025-08-20T20:25:49.1325490Z [00:02:00.006]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b105=>" -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/b105/importcfg -pack /root/.go/src/regexp/syntax/compile.go /root/.go/src/regexp/syntax/doc.go /root/.go/src/regexp/syntax/op_string.go /root/.go/src/regexp/syntax/parse.go /root/.go/src/regexp/syntax/perl_groups.go /root/.go/src/regexp/syntax/prog.go /root/.go/src/regexp/syntax/regexp.go /root/.go/src/regexp/syntax/simplify.go
2025-08-20T20:25:49.1352409Z [00:02:00.009]➜  echo -n > $WORK/b101/go_asm.h # internal
2025-08-20T20:25:49.1352841Z [00:02:00.009]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:25:49.1353888Z [00:02:00.009]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b101=>" -I $WORK/b101/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b101/symabis ./asm_arm64.s
2025-08-20T20:25:49.1410069Z [00:02:00.016]➜  cat >/tmp/go-build4047508428/b101/importcfg << 'EOF' # internal
2025-08-20T20:25:49.1410539Z [00:02:00.016]➜  # import config
2025-08-20T20:25:49.1410979Z [00:02:00.016]➜  packagefile internal/runtime/sys=/tmp/go-build4047508428/b031/_pkg_.a
2025-08-20T20:25:49.1411460Z [00:02:00.016]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:49.1411898Z [00:02:00.016]➜  packagefile sync/atomic=/tmp/go-build4047508428/b037/_pkg_.a
2025-08-20T20:25:49.1412232Z [00:02:00.016]➜  EOF
2025-08-20T20:25:49.1412475Z [00:02:00.016]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:49.1415717Z [00:02:00.016]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b101=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid TGVioR3yNDWRnEGdnH6m/TGVioR3yNDWRnEGdnH6m -goversion go1.25.0 -symabis $WORK/b101/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack -asmhdr $WORK/b101/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/b101/_cgo_gotypes.go $WORK/b101/cgo.cgo1.go $WORK/b101/_cgo_import.go
2025-08-20T20:25:49.1600421Z [00:02:00.034]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T20:25:49.1620130Z [00:02:00.037]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d # internal
2025-08-20T20:25:49.1630535Z [00:02:00.037]➜  golang.org/x/image/bmp
2025-08-20T20:25:49.1631010Z [00:02:00.037]➜  mkdir -p $WORK/b076/
2025-08-20T20:25:49.1631425Z [00:02:00.038]➜  cat >/tmp/go-build4047508428/b076/importcfg << 'EOF' # internal
2025-08-20T20:25:49.1631780Z [00:02:00.038]➜  # import config
2025-08-20T20:25:49.1632156Z [00:02:00.038]➜  packagefile encoding/binary=/tmp/go-build4047508428/b075/_pkg_.a
2025-08-20T20:25:49.1632615Z [00:02:00.038]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:49.1633425Z [00:02:00.038]➜  packagefile image=/tmp/go-build4047508428/b077/_pkg_.a
2025-08-20T20:25:49.1633871Z [00:02:00.038]➜  packagefile image/color=/tmp/go-build4047508428/b079/_pkg_.a
2025-08-20T20:25:49.1634300Z [00:02:00.038]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:49.1634607Z [00:02:00.038]➜  EOF
2025-08-20T20:25:49.1636918Z [00:02:00.038]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/bmp=>golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/bmp;$WORK/b076=>" -p golang.org/x/image/bmp -lang=go1.12 -complete -installsuffix shared -buildid rsqsq9OXC1FDBVLr08E3/rsqsq9OXC1FDBVLr08E3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/bmp/reader.go /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/bmp/writer.go
2025-08-20T20:25:49.1909737Z [00:02:00.065]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T20:25:49.1910594Z [00:02:00.066]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/82/82104bcac1aff73237cdcf08d2d6f186ff82094fbb063c4a9a018f87d21c4ba3-d # internal
2025-08-20T20:25:49.1912520Z [00:02:00.066]➜  golang.org/x/image/ccitt
2025-08-20T20:25:49.1914285Z [00:02:00.066]➜  mkdir -p $WORK/b086/
2025-08-20T20:25:49.1922062Z [00:02:00.067]➜  cat >/tmp/go-build4047508428/b086/importcfg << 'EOF' # internal
2025-08-20T20:25:49.1922517Z [00:02:00.067]➜  # import config
2025-08-20T20:25:49.1922937Z [00:02:00.067]➜  packagefile encoding/binary=/tmp/go-build4047508428/b075/_pkg_.a
2025-08-20T20:25:49.1923392Z [00:02:00.067]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:49.1923813Z [00:02:00.067]➜  packagefile image=/tmp/go-build4047508428/b077/_pkg_.a
2025-08-20T20:25:49.1924221Z [00:02:00.067]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:49.1924645Z [00:02:00.067]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:49.1924982Z [00:02:00.067]➜  EOF
2025-08-20T20:25:49.1928008Z [00:02:00.067]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/ccitt=>golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/ccitt;$WORK/b086=>" -p golang.org/x/image/ccitt -lang=go1.12 -complete -installsuffix shared -buildid 5BqR4oDHDzTVkrwUjskS/5BqR4oDHDzTVkrwUjskS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b086/importcfg -pack /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/ccitt/reader.go /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/ccitt/table.go /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/ccitt/writer.go
2025-08-20T20:25:49.2292086Z [00:02:00.104]➜  cp /root/.go/src/runtime/cgo/abi_arm64.h $WORK/b101/abi_GOARCH.h
2025-08-20T20:25:49.2335122Z [00:02:00.108]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:25:49.2336241Z [00:02:00.109]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b101=>" -I $WORK/b101/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b101/asm_arm64.o ./asm_arm64.s
2025-08-20T20:25:49.2456008Z [00:02:00.120]➜  go tool pack r $WORK/b101/_pkg_.a $WORK/b101/asm_arm64.o $WORK/b101/preferlinkext $WORK/b101/_x001.o $WORK/b101/_x002.o $WORK/b101/_x003.o $WORK/b101/_x004.o $WORK/b101/_x005.o $WORK/b101/_x006.o $WORK/b101/_x007.o $WORK/b101/_x008.o $WORK/b101/_x009.o $WORK/b101/_x010.o $WORK/b101/_x011.o $WORK/b101/_x012.o $WORK/b101/_x013.o $WORK/b101/_x014.o # internal
2025-08-20T20:25:49.2457328Z [00:02:00.121]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T20:25:49.2481020Z [00:02:00.123]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d # internal
2025-08-20T20:25:49.2519649Z [00:02:00.127]➜  math/rand
2025-08-20T20:25:49.2519969Z [00:02:00.127]➜  mkdir -p $WORK/b107/
2025-08-20T20:25:49.2525841Z [00:02:00.128]➜  cat >/tmp/go-build4047508428/b107/importcfg << 'EOF' # internal
2025-08-20T20:25:49.2526279Z [00:02:00.128]➜  # import config
2025-08-20T20:25:49.2526868Z [00:02:00.128]➜  packagefile internal/godebug=/tmp/go-build4047508428/b060/_pkg_.a
2025-08-20T20:25:49.2527348Z [00:02:00.128]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:49.2527763Z [00:02:00.128]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:49.2528223Z [00:02:00.128]➜  packagefile sync/atomic=/tmp/go-build4047508428/b037/_pkg_.a
2025-08-20T20:25:49.2528556Z [00:02:00.128]➜  EOF
2025-08-20T20:25:49.2528805Z [00:02:00.128]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:49.2530845Z [00:02:00.128]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b107=>" -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/b107/importcfg -pack /root/.go/src/math/rand/exp.go /root/.go/src/math/rand/normal.go /root/.go/src/math/rand/rand.go /root/.go/src/math/rand/rng.go /root/.go/src/math/rand/zipf.go
2025-08-20T20:25:49.2560687Z [00:02:00.131]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T20:25:49.2568454Z [00:02:00.132]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/9e/9ef2e15c7026013dae9265297444a92dadb5c91ea6f19e12982c2bfe8cc8127a-d # internal
2025-08-20T20:25:49.2571324Z [00:02:00.132]➜  golang.org/x/image/draw
2025-08-20T20:25:49.2572994Z [00:02:00.132]➜  mkdir -p $WORK/b113/
2025-08-20T20:25:49.2582746Z [00:02:00.133]➜  cat >/tmp/go-build4047508428/b113/importcfg << 'EOF' # internal
2025-08-20T20:25:49.2583308Z [00:02:00.133]➜  # import config
2025-08-20T20:25:49.2583840Z [00:02:00.133]➜  packagefile golang.org/x/image/math/f64=/tmp/go-build4047508428/b114/_pkg_.a
2025-08-20T20:25:49.2598189Z [00:02:00.133]➜  packagefile image=/tmp/go-build4047508428/b077/_pkg_.a
2025-08-20T20:25:49.2598742Z [00:02:00.133]➜  packagefile image/color=/tmp/go-build4047508428/b079/_pkg_.a
2025-08-20T20:25:49.2599337Z [00:02:00.133]➜  packagefile image/draw=/tmp/go-build4047508428/b089/_pkg_.a
2025-08-20T20:25:49.2599842Z [00:02:00.133]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:49.2600259Z [00:02:00.133]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:49.2600564Z [00:02:00.133]➜  EOF
2025-08-20T20:25:49.2604013Z [00:02:00.133]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/draw=>golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/draw;$WORK/b113=>" -p golang.org/x/image/draw -lang=go1.12 -complete -installsuffix shared -buildid _xHmliHlWfrhb0u8Qxqi/_xHmliHlWfrhb0u8Qxqi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/draw/draw.go /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/draw/draw_go117.go /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/draw/impl.go /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/draw/scale.go
2025-08-20T20:25:49.3332608Z [00:02:00.208]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T20:25:49.3357577Z [00:02:00.211]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d # internal
2025-08-20T20:25:49.3358241Z [00:02:00.211]➜  regexp
2025-08-20T20:25:49.3358487Z [00:02:00.211]➜  mkdir -p $WORK/b104/
2025-08-20T20:25:49.3368981Z [00:02:00.212]➜  cat >/tmp/go-build4047508428/b104/importcfg << 'EOF' # internal
2025-08-20T20:25:49.3370629Z [00:02:00.212]➜  # import config
2025-08-20T20:25:49.3371014Z [00:02:00.212]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:49.3371429Z [00:02:00.212]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:49.3372320Z [00:02:00.212]➜  packagefile regexp/syntax=/tmp/go-build4047508428/b105/_pkg_.a
2025-08-20T20:25:49.3372772Z [00:02:00.212]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:49.3373201Z [00:02:00.212]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:49.3373630Z [00:02:00.212]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:49.3374047Z [00:02:00.212]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:49.3374483Z [00:02:00.212]➜  packagefile unicode=/tmp/go-build4047508428/b041/_pkg_.a
2025-08-20T20:25:49.3374933Z [00:02:00.212]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:49.3375268Z [00:02:00.212]➜  EOF
2025-08-20T20:25:49.3376936Z [00:02:00.212]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b104=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid OVCec7tSb5whGRiUe_hP/OVCec7tSb5whGRiUe_hP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /root/.go/src/regexp/backtrack.go /root/.go/src/regexp/exec.go /root/.go/src/regexp/onepass.go /root/.go/src/regexp/regexp.go
2025-08-20T20:25:49.3475426Z [00:02:00.222]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T20:25:49.3492901Z [00:02:00.224]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d # internal
2025-08-20T20:25:49.3507504Z [00:02:00.225]➜  github.com/makeworld-the-better-one/dither/v2
2025-08-20T20:25:49.3507981Z [00:02:00.225]➜  mkdir -p $WORK/b106/
2025-08-20T20:25:49.3510686Z [00:02:00.226]➜  cat >/tmp/go-build4047508428/b106/importcfg << 'EOF' # internal
2025-08-20T20:25:49.3511373Z [00:02:00.226]➜  # import config
2025-08-20T20:25:49.3511724Z [00:02:00.226]➜  packagefile image=/tmp/go-build4047508428/b077/_pkg_.a
2025-08-20T20:25:49.3512180Z [00:02:00.226]➜  packagefile image/color=/tmp/go-build4047508428/b079/_pkg_.a
2025-08-20T20:25:49.3512654Z [00:02:00.226]➜  packagefile image/draw=/tmp/go-build4047508428/b089/_pkg_.a
2025-08-20T20:25:49.3513089Z [00:02:00.226]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:49.3513513Z [00:02:00.226]➜  packagefile math/rand=/tmp/go-build4047508428/b107/_pkg_.a
2025-08-20T20:25:49.3513951Z [00:02:00.226]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:49.3514370Z [00:02:00.226]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:49.3515053Z [00:02:00.226]➜  EOF
2025-08-20T20:25:49.3536585Z [00:02:00.228]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/makeworld-the-better-one/dither/v2@v2.2.0=>github.com/makeworld-the-better-one/dither/v2@v2.2.0;$WORK/b106=>" -p github.com/makeworld-the-better-one/dither/v2 -lang=go1.15 -complete -installsuffix shared -buildid f__7W2-JMnFqsMrVy_Lm/f__7W2-JMnFqsMrVy_Lm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -pack /root/go/pkg/mod/github.com/makeworld-the-better-one/dither/v2@v2.2.0/color_spaces.go /root/go/pkg/mod/github.com/makeworld-the-better-one/dither/v2@v2.2.0/dither.go /root/go/pkg/mod/github.com/makeworld-the-better-one/dither/v2@v2.2.0/draw.go /root/go/pkg/mod/github.com/makeworld-the-better-one/dither/v2@v2.2.0/error_diffusers.go /root/go/pkg/mod/github.com/makeworld-the-better-one/dither/v2@v2.2.0/ordered_ditherers.go /root/go/pkg/mod/github.com/makeworld-the-better-one/dither/v2@v2.2.0/parallel.go /root/go/pkg/mod/github.com/makeworld-the-better-one/dither/v2@v2.2.0/pixelmappers.go /root/go/pkg/mod/github.com/makeworld-the-better-one/dither/v2@v2.2.0/special.go
2025-08-20T20:25:49.4211443Z [00:02:00.296]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T20:25:49.4229514Z [00:02:00.298]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/e8/e850d88150889bd9c469efb797d6685bf951c0455963a02b6660e42e01a32fdf-d # internal
2025-08-20T20:25:49.4233734Z [00:02:00.298]➜  golang.org/x/image/vp8
2025-08-20T20:25:49.4235398Z [00:02:00.298]➜  mkdir -p $WORK/b118/
2025-08-20T20:25:49.4247438Z [00:02:00.300]➜  cat >/tmp/go-build4047508428/b118/importcfg << 'EOF' # internal
2025-08-20T20:25:49.4251113Z [00:02:00.300]➜  # import config
2025-08-20T20:25:49.4252355Z [00:02:00.300]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:49.4252809Z [00:02:00.300]➜  packagefile image=/tmp/go-build4047508428/b077/_pkg_.a
2025-08-20T20:25:49.4253259Z [00:02:00.300]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:49.4253571Z [00:02:00.300]➜  EOF
2025-08-20T20:25:49.4258072Z [00:02:00.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/vp8=>golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/vp8;$WORK/b118=>" -p golang.org/x/image/vp8 -lang=go1.12 -complete -installsuffix shared -buildid xygsBNNi6S7bVtXvHgf2/xygsBNNi6S7bVtXvHgf2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b118/importcfg -pack /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/vp8/decode.go /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/vp8/filter.go /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/vp8/idct.go /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/vp8/partition.go /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/vp8/pred.go /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/vp8/predfunc.go /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/vp8/quant.go /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/vp8/reconstruct.go /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/vp8/token.go
2025-08-20T20:25:49.4963503Z [00:02:00.369]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T20:25:49.4972146Z [00:02:00.371]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d # internal
2025-08-20T20:25:49.4972823Z [00:02:00.371]➜  golang.org/x/image/vp8l
2025-08-20T20:25:49.4973110Z [00:02:00.372]➜  mkdir -p $WORK/b119/
2025-08-20T20:25:49.4973486Z [00:02:00.372]➜  cat >/tmp/go-build4047508428/b119/importcfg << 'EOF' # internal
2025-08-20T20:25:49.4973829Z [00:02:00.372]➜  # import config
2025-08-20T20:25:49.4974166Z [00:02:00.372]➜  packagefile bufio=/tmp/go-build4047508428/b078/_pkg_.a
2025-08-20T20:25:49.4974960Z [00:02:00.372]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:49.4975461Z [00:02:00.372]➜  packagefile image=/tmp/go-build4047508428/b077/_pkg_.a
2025-08-20T20:25:49.4975903Z [00:02:00.372]➜  packagefile image/color=/tmp/go-build4047508428/b079/_pkg_.a
2025-08-20T20:25:49.4976330Z [00:02:00.372]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:49.4976632Z [00:02:00.372]➜  EOF
2025-08-20T20:25:49.4981401Z [00:02:00.373]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/vp8l=>golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/vp8l;$WORK/b119=>" -p golang.org/x/image/vp8l -lang=go1.12 -complete -installsuffix shared -buildid NSzxFxAyUYyoraZflUJ-/NSzxFxAyUYyoraZflUJ- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b119/importcfg -pack /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/vp8l/decode.go /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/vp8l/huffman.go /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/vp8l/transform.go
2025-08-20T20:25:49.5205843Z [00:02:00.395]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T20:25:49.5374235Z [00:02:00.412]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d # internal
2025-08-20T20:25:49.5392767Z [00:02:00.414]➜  fmt
2025-08-20T20:25:49.5393974Z [00:02:00.414]➜  mkdir -p $WORK/b050/
2025-08-20T20:25:49.5410055Z [00:02:00.416]➜  cat >/tmp/go-build4047508428/b050/importcfg << 'EOF' # internal
2025-08-20T20:25:49.5410555Z [00:02:00.416]➜  # import config
2025-08-20T20:25:49.5410915Z [00:02:00.416]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:49.5411383Z [00:02:00.416]➜  packagefile internal/fmtsort=/tmp/go-build4047508428/b051/_pkg_.a
2025-08-20T20:25:49.5411859Z [00:02:00.416]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:49.5412311Z [00:02:00.416]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:49.5412749Z [00:02:00.416]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:49.5413166Z [00:02:00.416]➜  packagefile reflect=/tmp/go-build4047508428/b052/_pkg_.a
2025-08-20T20:25:49.5413594Z [00:02:00.416]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:49.5414019Z [00:02:00.416]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:49.5414460Z [00:02:00.416]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:49.5414900Z [00:02:00.416]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:49.5415229Z [00:02:00.416]➜  EOF
2025-08-20T20:25:49.5417130Z [00:02:00.417]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b050=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid KK0d2mAdBMirocFQerGP/KK0d2mAdBMirocFQerGP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b050/importcfg -pack /root/.go/src/fmt/doc.go /root/.go/src/fmt/errors.go /root/.go/src/fmt/format.go /root/.go/src/fmt/print.go /root/.go/src/fmt/scan.go
2025-08-20T20:25:49.5498779Z [00:02:00.425]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T20:25:49.5511332Z [00:02:00.426]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/81/81066c1b6c4c9f1a93b07e3a2d14692ffca475f1129fa2ef418c3d36c0aa58be-d # internal
2025-08-20T20:25:49.5517464Z [00:02:00.427]➜  github.com/TheZoraiz/ascii-image-converter/aic_package/winsize
2025-08-20T20:25:49.5518313Z [00:02:00.427]➜  mkdir -p $WORK/b072/
2025-08-20T20:25:49.5519359Z [00:02:00.427]➜  cat >/tmp/go-build4047508428/b072/importcfg << 'EOF' # internal
2025-08-20T20:25:49.5520460Z [00:02:00.427]➜  # import config
2025-08-20T20:25:49.5521317Z [00:02:00.427]➜  packagefile github.com/nathan-fiscaletti/consolesize-go=/tmp/go-build4047508428/b073/_pkg_.a
2025-08-20T20:25:49.5522086Z [00:02:00.427]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:49.5523579Z [00:02:00.427]➜  packagefile syscall=/tmp/go-build4047508428/b062/_pkg_.a
2025-08-20T20:25:49.5523986Z [00:02:00.427]➜  EOF
2025-08-20T20:25:49.5526322Z [00:02:00.427]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!the!zoraiz/ascii-image-converter@v1.13.1/aic_package/winsize=>github.com/TheZoraiz/ascii-image-converter@v1.13.1/aic_package/winsize;$WORK/b072=>" -p github.com/TheZoraiz/ascii-image-converter/aic_package/winsize -lang=go1.17 -complete -installsuffix shared -buildid o7Tuh5ySLZL_7fwzWOCI/o7Tuh5ySLZL_7fwzWOCI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack /root/go/pkg/mod/github.com/!the!zoraiz/ascii-image-converter@v1.13.1/aic_package/winsize/winsize_unix.go
2025-08-20T20:25:49.5756680Z [00:02:00.450]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T20:25:49.5765279Z [00:02:00.451]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/91/91ea267c6cccf1626fe6e8e832af2d113aa5bfdbe64ba6c31eada8f474a726e5-d # internal
2025-08-20T20:25:49.5766618Z [00:02:00.451]➜  io/ioutil
2025-08-20T20:25:49.5767230Z [00:02:00.451]➜  mkdir -p $WORK/b088/
2025-08-20T20:25:49.5768155Z [00:02:00.451]➜  cat >/tmp/go-build4047508428/b088/importcfg << 'EOF' # internal
2025-08-20T20:25:49.5769089Z [00:02:00.451]➜  # import config
2025-08-20T20:25:49.5769670Z [00:02:00.451]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:49.5770639Z [00:02:00.451]➜  packagefile io/fs=/tmp/go-build4047508428/b056/_pkg_.a
2025-08-20T20:25:49.5771067Z [00:02:00.451]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:49.5771483Z [00:02:00.452]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:49.5771910Z [00:02:00.452]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:49.5772230Z [00:02:00.452]➜  EOF
2025-08-20T20:25:49.5773766Z [00:02:00.452]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b088=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid 1THy3quLs4RypiYbEiwj/1THy3quLs4RypiYbEiwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T20:25:49.5859466Z [00:02:00.461]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T20:25:49.5881957Z [00:02:00.463]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/dd/ddcb3556826d6d80b5a158d5223166fbc35eaca2bb5d7536a524109a347aad03-d # internal
2025-08-20T20:25:49.5889289Z [00:02:00.464]➜  path/filepath
2025-08-20T20:25:49.5889636Z [00:02:00.464]➜  mkdir -p $WORK/b097/
2025-08-20T20:25:49.5895998Z [00:02:00.464]➜  cat >/tmp/go-build4047508428/b097/importcfg << 'EOF' # internal
2025-08-20T20:25:49.5896433Z [00:02:00.465]➜  # import config
2025-08-20T20:25:49.5896781Z [00:02:00.465]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:49.5897272Z [00:02:00.465]➜  packagefile internal/bytealg=/tmp/go-build4047508428/b011/_pkg_.a
2025-08-20T20:25:49.5897788Z [00:02:00.465]➜  packagefile internal/filepathlite=/tmp/go-build4047508428/b055/_pkg_.a
2025-08-20T20:25:49.5898258Z [00:02:00.465]➜  packagefile io/fs=/tmp/go-build4047508428/b056/_pkg_.a
2025-08-20T20:25:49.5898665Z [00:02:00.465]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:49.5899084Z [00:02:00.465]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:49.5899695Z [00:02:00.465]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:49.5900124Z [00:02:00.465]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:49.5900554Z [00:02:00.465]➜  packagefile syscall=/tmp/go-build4047508428/b062/_pkg_.a
2025-08-20T20:25:49.5901004Z [00:02:00.465]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:49.5901340Z [00:02:00.465]➜  EOF
2025-08-20T20:25:49.5931072Z [00:02:00.468]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b097=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid opMDk0VgiCmU5a1iZkch/opMDk0VgiCmU5a1iZkch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack /root/.go/src/path/filepath/match.go /root/.go/src/path/filepath/path.go /root/.go/src/path/filepath/path_unix.go /root/.go/src/path/filepath/symlink.go /root/.go/src/path/filepath/symlink_unix.go
2025-08-20T20:25:49.6225664Z [00:02:00.497]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T20:25:49.6236434Z [00:02:00.498]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d # internal
2025-08-20T20:25:49.6239927Z [00:02:00.498]➜  golang.org/x/image/riff
2025-08-20T20:25:49.6240475Z [00:02:00.498]➜  mkdir -p $WORK/b117/
2025-08-20T20:25:49.6242571Z [00:02:00.499]➜  cat >/tmp/go-build4047508428/b117/importcfg << 'EOF' # internal
2025-08-20T20:25:49.6242982Z [00:02:00.499]➜  # import config
2025-08-20T20:25:49.6243337Z [00:02:00.499]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:49.6243748Z [00:02:00.499]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:49.6244176Z [00:02:00.499]➜  packagefile io/ioutil=/tmp/go-build4047508428/b088/_pkg_.a
2025-08-20T20:25:49.6244603Z [00:02:00.499]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:49.6245357Z [00:02:00.499]➜  EOF
2025-08-20T20:25:49.6247359Z [00:02:00.499]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/riff=>golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/riff;$WORK/b117=>" -p golang.org/x/image/riff -lang=go1.12 -complete -installsuffix shared -buildid Z-BnxjLgjngYl5RlMspQ/Z-BnxjLgjngYl5RlMspQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b117/importcfg -pack /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/riff/riff.go
2025-08-20T20:25:49.6419450Z [00:02:00.516]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T20:25:49.6425509Z [00:02:00.517]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/71/71eecbc69777bc759f47e1bdecb2fe918b3e0e45ccf984dfbb23b99225b802fc-d # internal
2025-08-20T20:25:49.6426121Z [00:02:00.517]➜  golang.org/x/image/webp
2025-08-20T20:25:49.6426408Z [00:02:00.517]➜  mkdir -p $WORK/b116/
2025-08-20T20:25:49.6426823Z [00:02:00.517]➜  cat >/tmp/go-build4047508428/b116/importcfg << 'EOF' # internal
2025-08-20T20:25:49.6427173Z [00:02:00.517]➜  # import config
2025-08-20T20:25:49.6427510Z [00:02:00.517]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:49.6427933Z [00:02:00.517]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:49.6428418Z [00:02:00.517]➜  packagefile golang.org/x/image/riff=/tmp/go-build4047508428/b117/_pkg_.a
2025-08-20T20:25:49.6428971Z [00:02:00.517]➜  packagefile golang.org/x/image/vp8=/tmp/go-build4047508428/b118/_pkg_.a
2025-08-20T20:25:49.6429723Z [00:02:00.517]➜  packagefile golang.org/x/image/vp8l=/tmp/go-build4047508428/b119/_pkg_.a
2025-08-20T20:25:49.6430206Z [00:02:00.517]➜  packagefile image=/tmp/go-build4047508428/b077/_pkg_.a
2025-08-20T20:25:49.6430644Z [00:02:00.517]➜  packagefile image/color=/tmp/go-build4047508428/b079/_pkg_.a
2025-08-20T20:25:49.6431073Z [00:02:00.517]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:49.6431390Z [00:02:00.517]➜  EOF
2025-08-20T20:25:49.6434072Z [00:02:00.517]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/webp=>golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/webp;$WORK/b116=>" -p golang.org/x/image/webp -lang=go1.12 -complete -installsuffix shared -buildid TUBd9nCJQo5BF2BsBuSm/TUBd9nCJQo5BF2BsBuSm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b116/importcfg -pack /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/webp/decode.go /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/webp/doc.go
2025-08-20T20:25:49.6678694Z [00:02:00.542]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T20:25:49.6687919Z [00:02:00.543]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/9d/9d15037d6a6d387db20797608e130eab0df43945c5e3a52519db283c058ede87-d # internal
2025-08-20T20:25:49.6688468Z [00:02:00.543]➜  context
2025-08-20T20:25:49.6688754Z [00:02:00.543]➜  mkdir -p $WORK/b123/
2025-08-20T20:25:49.6689135Z [00:02:00.543]➜  cat >/tmp/go-build4047508428/b123/importcfg << 'EOF' # internal
2025-08-20T20:25:49.6689647Z [00:02:00.543]➜  # import config
2025-08-20T20:25:49.6689997Z [00:02:00.543]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:49.6690477Z [00:02:00.543]➜  packagefile internal/reflectlite=/tmp/go-build4047508428/b005/_pkg_.a
2025-08-20T20:25:49.6690947Z [00:02:00.543]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:49.6691403Z [00:02:00.543]➜  packagefile sync/atomic=/tmp/go-build4047508428/b037/_pkg_.a
2025-08-20T20:25:49.6691836Z [00:02:00.543]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:49.6692145Z [00:02:00.543]➜  EOF
2025-08-20T20:25:49.6693486Z [00:02:00.543]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b123=>" -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/b123/importcfg -pack /root/.go/src/context/context.go
2025-08-20T20:25:49.7173555Z [00:02:00.589]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T20:25:49.7178840Z [00:02:00.589]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d # internal
2025-08-20T20:25:49.7179569Z [00:02:00.589]➜  crypto
2025-08-20T20:25:49.7179826Z [00:02:00.589]➜  mkdir -p $WORK/b126/
2025-08-20T20:25:49.7180245Z [00:02:00.589]➜  cat >/tmp/go-build4047508428/b126/importcfg << 'EOF' # internal
2025-08-20T20:25:49.7180589Z [00:02:00.589]➜  # import config
2025-08-20T20:25:49.7180927Z [00:02:00.589]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:49.7181341Z [00:02:00.589]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:49.7181765Z [00:02:00.589]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:49.7182105Z [00:02:00.589]➜  EOF
2025-08-20T20:25:49.7183436Z [00:02:00.589]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b126=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid dgNSfK5ZCKqEnZCelX39/dgNSfK5ZCKqEnZCelX39 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b126/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T20:25:49.7437563Z [00:02:00.618]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T20:25:49.7445243Z [00:02:00.619]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d # internal
2025-08-20T20:25:49.7451580Z [00:02:00.620]➜  crypto/internal/fips140deps/godebug
2025-08-20T20:25:49.7452785Z [00:02:00.620]➜  mkdir -p $WORK/b130/
2025-08-20T20:25:49.7453617Z [00:02:00.620]➜  cat >/tmp/go-build4047508428/b130/importcfg << 'EOF' # internal
2025-08-20T20:25:49.7454282Z [00:02:00.620]➜  # import config
2025-08-20T20:25:49.7455776Z [00:02:00.620]➜  packagefile internal/godebug=/tmp/go-build4047508428/b060/_pkg_.a
2025-08-20T20:25:49.7456154Z [00:02:00.620]➜  EOF
2025-08-20T20:25:49.7458318Z [00:02:00.620]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b130=>" -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/b130/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T20:25:49.7531835Z [00:02:00.628]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T20:25:49.7576557Z [00:02:00.633]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T20:25:49.7581433Z [00:02:00.633]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/60/6031d82a60472989cc93a58b5788f2044a11db2fbf49c97d2bf6cacd47d037a6-d # internal
2025-08-20T20:25:49.7590083Z [00:02:00.634]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d # internal
2025-08-20T20:25:49.7593187Z [00:02:00.634]➜  crypto/internal/sysrand
2025-08-20T20:25:49.7593745Z [00:02:00.634]➜  mkdir -p $WORK/b144/
2025-08-20T20:25:49.7595286Z [00:02:00.634]➜  cat >/tmp/go-build4047508428/b144/importcfg << 'EOF' # internal
2025-08-20T20:25:49.7595661Z [00:02:00.634]➜  # import config
2025-08-20T20:25:49.7598259Z [00:02:00.634]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:49.7602392Z [00:02:00.634]➜  packagefile internal/syscall/unix=/tmp/go-build4047508428/b064/_pkg_.a
2025-08-20T20:25:49.7602885Z [00:02:00.634]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:49.7603298Z [00:02:00.634]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:49.7603719Z [00:02:00.634]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:49.7604510Z [00:02:00.634]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:49.7609417Z [00:02:00.634]➜  packagefile sync/atomic=/tmp/go-build4047508428/b037/_pkg_.a
2025-08-20T20:25:49.7609969Z [00:02:00.634]➜  packagefile syscall=/tmp/go-build4047508428/b062/_pkg_.a
2025-08-20T20:25:49.7610392Z [00:02:00.634]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:49.7610703Z [00:02:00.634]➜  EOF
2025-08-20T20:25:49.7612672Z [00:02:00.634]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b144=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid mnJYHg0KzS7cWivVHp2O/mnJYHg0KzS7cWivVHp2O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T20:25:49.7614392Z [00:02:00.635]➜  crypto/internal/impl
2025-08-20T20:25:49.7614671Z [00:02:00.635]➜  mkdir -p $WORK/b137/
2025-08-20T20:25:49.7615038Z [00:02:00.636]➜  cat >/tmp/go-build4047508428/b137/importcfg << 'EOF' # internal
2025-08-20T20:25:49.7615382Z [00:02:00.636]➜  # import config
2025-08-20T20:25:49.7615722Z [00:02:00.636]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:49.7616037Z [00:02:00.636]➜  EOF
2025-08-20T20:25:49.7617583Z [00:02:00.636]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b137=>" -p crypto/internal/impl -lang=go1.25 -std -complete -installsuffix shared -buildid 6QumvVO52A7zozQnmsdk/6QumvVO52A7zozQnmsdk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b137/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T20:25:49.7685787Z [00:02:00.643]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T20:25:49.7695911Z [00:02:00.644]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d # internal
2025-08-20T20:25:49.7696556Z [00:02:00.644]➜  crypto/internal/fips140
2025-08-20T20:25:49.7697977Z [00:02:00.644]➜  mkdir -p $WORK/b129/
2025-08-20T20:25:49.7704144Z [00:02:00.645]➜  cat >/tmp/go-build4047508428/b129/importcfg << 'EOF' # internal
2025-08-20T20:25:49.7704685Z [00:02:00.645]➜  # import config
2025-08-20T20:25:49.7705165Z [00:02:00.645]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build4047508428/b130/_pkg_.a
2025-08-20T20:25:49.7705996Z [00:02:00.645]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:49.7706495Z [00:02:00.645]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:49.7706924Z [00:02:00.645]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:49.7707358Z [00:02:00.645]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:49.7707673Z [00:02:00.645]➜  EOF
2025-08-20T20:25:49.7710248Z [00:02:00.645]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b129=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid kjNalgJ9uA2kVbAh4fIp/kjNalgJ9uA2kVbAh4fIp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack /root/.go/src/crypto/internal/fips140/cast.go /root/.go/src/crypto/internal/fips140/fips140.go /root/.go/src/crypto/internal/fips140/indicator.go /root/.go/src/crypto/internal/fips140/notasan.go /root/.go/src/crypto/internal/fips140/notboring.go
2025-08-20T20:25:49.7843019Z [00:02:00.659]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T20:25:49.7849385Z [00:02:00.660]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d # internal
2025-08-20T20:25:49.7853875Z [00:02:00.660]➜  math/rand/v2
2025-08-20T20:25:49.7854180Z [00:02:00.660]➜  mkdir -p $WORK/b146/
2025-08-20T20:25:49.7861984Z [00:02:00.661]➜  cat >/tmp/go-build4047508428/b146/importcfg << 'EOF' # internal
2025-08-20T20:25:49.7865199Z [00:02:00.661]➜  # import config
2025-08-20T20:25:49.7865700Z [00:02:00.661]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:49.7866192Z [00:02:00.661]➜  packagefile internal/byteorder=/tmp/go-build4047508428/b013/_pkg_.a
2025-08-20T20:25:49.7866728Z [00:02:00.661]➜  packagefile internal/chacha8rand=/tmp/go-build4047508428/b014/_pkg_.a
2025-08-20T20:25:49.7867229Z [00:02:00.661]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:49.7867662Z [00:02:00.661]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:49.7867990Z [00:02:00.661]➜  EOF
2025-08-20T20:25:49.7870215Z [00:02:00.662]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b146=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid ZfMw8tkUidw9934lNf6V/ZfMw8tkUidw9934lNf6V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack /root/.go/src/math/rand/v2/chacha8.go /root/.go/src/math/rand/v2/exp.go /root/.go/src/math/rand/v2/normal.go /root/.go/src/math/rand/v2/pcg.go /root/.go/src/math/rand/v2/rand.go /root/.go/src/math/rand/v2/zipf.go
2025-08-20T20:25:49.7897211Z [00:02:00.665]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T20:25:49.7903113Z [00:02:00.665]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d # internal
2025-08-20T20:25:49.7903779Z [00:02:00.665]➜  crypto/internal/entropy
2025-08-20T20:25:49.7904070Z [00:02:00.665]➜  mkdir -p $WORK/b143/
2025-08-20T20:25:49.7906541Z [00:02:00.666]➜  cat >/tmp/go-build4047508428/b143/importcfg << 'EOF' # internal
2025-08-20T20:25:49.7906926Z [00:02:00.666]➜  # import config
2025-08-20T20:25:49.7907339Z [00:02:00.666]➜  packagefile crypto/internal/sysrand=/tmp/go-build4047508428/b144/_pkg_.a
2025-08-20T20:25:49.7907734Z [00:02:00.666]➜  EOF
2025-08-20T20:25:49.7909528Z [00:02:00.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b143/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b143=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid uyN8ZSB0PiltA8jeC8ce/uyN8ZSB0PiltA8jeC8ce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T20:25:49.8027548Z [00:02:00.677]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T20:25:49.8028309Z [00:02:00.678]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d # internal
2025-08-20T20:25:49.8030367Z [00:02:00.678]➜  crypto/internal/fips140/sha256
2025-08-20T20:25:49.8030763Z [00:02:00.678]➜  mkdir -p $WORK/b134/
2025-08-20T20:25:49.8034200Z [00:02:00.678]➜  echo -n > $WORK/b134/go_asm.h # internal
2025-08-20T20:25:49.8035003Z [00:02:00.678]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T20:25:49.8036635Z [00:02:00.678]➜  /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/b134=>" -I $WORK/b134/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b134/symabis ./sha256block_arm64.s
2025-08-20T20:25:49.8065555Z [00:02:00.681]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T20:25:49.8069403Z [00:02:00.682]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d # internal
2025-08-20T20:25:49.8072860Z [00:02:00.682]➜  crypto/internal/fips140/sha3
2025-08-20T20:25:49.8073220Z [00:02:00.682]➜  mkdir -p $WORK/b138/
2025-08-20T20:25:49.8074439Z [00:02:00.682]➜  echo -n > $WORK/b138/go_asm.h # internal
2025-08-20T20:25:49.8074797Z [00:02:00.682]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T20:25:49.8076088Z [00:02:00.682]➜  /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/b138=>" -I $WORK/b138/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b138/symabis ./sha3_arm64.s
2025-08-20T20:25:49.8106075Z [00:02:00.685]➜  cat >/tmp/go-build4047508428/b134/importcfg << 'EOF' # internal
2025-08-20T20:25:49.8107360Z [00:02:00.685]➜  # import config
2025-08-20T20:25:49.8108201Z [00:02:00.686]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:49.8110020Z [00:02:00.686]➜  packagefile crypto/internal/fips140=/tmp/go-build4047508428/b129/_pkg_.a
2025-08-20T20:25:49.8110678Z [00:02:00.686]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4047508428/b135/_pkg_.a
2025-08-20T20:25:49.8111320Z [00:02:00.686]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build4047508428/b136/_pkg_.a
2025-08-20T20:25:49.8111887Z [00:02:00.686]➜  packagefile crypto/internal/impl=/tmp/go-build4047508428/b137/_pkg_.a
2025-08-20T20:25:49.8112377Z [00:02:00.686]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:49.8112796Z [00:02:00.686]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:49.8113226Z [00:02:00.686]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:49.8113552Z [00:02:00.686]➜  EOF
2025-08-20T20:25:49.8113803Z [00:02:00.686]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:49.8116785Z [00:02:00.686]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b134=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid XQzWVxa3jQncItt-ppNY/XQzWVxa3jQncItt-ppNY -goversion go1.25.0 -symabis $WORK/b134/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b134/importcfg -pack -asmhdr $WORK/b134/go_asm.h /root/.go/src/crypto/internal/fips140/sha256/cast.go /root/.go/src/crypto/internal/fips140/sha256/sha256.go /root/.go/src/crypto/internal/fips140/sha256/sha256block.go /root/.go/src/crypto/internal/fips140/sha256/sha256block_arm64.go
2025-08-20T20:25:49.8121421Z [00:02:00.687]➜  cat >/tmp/go-build4047508428/b138/importcfg << 'EOF' # internal
2025-08-20T20:25:49.8123074Z [00:02:00.687]➜  # import config
2025-08-20T20:25:49.8123734Z [00:02:00.687]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:49.8124794Z [00:02:00.687]➜  packagefile crypto/internal/fips140=/tmp/go-build4047508428/b129/_pkg_.a
2025-08-20T20:25:49.8125743Z [00:02:00.687]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4047508428/b139/_pkg_.a
2025-08-20T20:25:49.8126680Z [00:02:00.687]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4047508428/b135/_pkg_.a
2025-08-20T20:25:49.8127844Z [00:02:00.687]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build4047508428/b136/_pkg_.a
2025-08-20T20:25:49.8129057Z [00:02:00.687]➜  packagefile crypto/internal/impl=/tmp/go-build4047508428/b137/_pkg_.a
2025-08-20T20:25:49.8130464Z [00:02:00.687]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:49.8130927Z [00:02:00.687]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:49.8131369Z [00:02:00.687]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:49.8131689Z [00:02:00.687]➜  EOF
2025-08-20T20:25:49.8134587Z [00:02:00.687]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b138/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b138=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid 5NyZ3zk_6nxSVqI7PXdR/5NyZ3zk_6nxSVqI7PXdR -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/sha3/cast.go /root/.go/src/crypto/internal/fips140/sha3/hashes.go /root/.go/src/crypto/internal/fips140/sha3/keccakf.go /root/.go/src/crypto/internal/fips140/sha3/sha3.go /root/.go/src/crypto/internal/fips140/sha3/sha3_arm64.go /root/.go/src/crypto/internal/fips140/sha3/shake.go
2025-08-20T20:25:49.8275434Z [00:02:00.702]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T20:25:49.8329838Z [00:02:00.708]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d # internal
2025-08-20T20:25:49.8395199Z [00:02:00.714]➜  encoding/json
2025-08-20T20:25:49.8396597Z [00:02:00.715]➜  mkdir -p $WORK/b043/
2025-08-20T20:25:49.8399491Z [00:02:00.715]➜  cat >/tmp/go-build4047508428/b043/importcfg << 'EOF' # internal
2025-08-20T20:25:49.8399941Z [00:02:00.715]➜  # import config
2025-08-20T20:25:49.8400291Z [00:02:00.715]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:49.8400710Z [00:02:00.715]➜  packagefile cmp=/tmp/go-build4047508428/b044/_pkg_.a
2025-08-20T20:25:49.8401127Z [00:02:00.715]➜  packagefile encoding=/tmp/go-build4047508428/b045/_pkg_.a
2025-08-20T20:25:49.8401609Z [00:02:00.715]➜  packagefile encoding/base64=/tmp/go-build4047508428/b046/_pkg_.a
2025-08-20T20:25:49.8402061Z [00:02:00.715]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:49.8402473Z [00:02:00.715]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:49.8402873Z [00:02:00.715]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:49.8403279Z [00:02:00.715]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:49.8404127Z [00:02:00.715]➜  packagefile reflect=/tmp/go-build4047508428/b052/_pkg_.a
2025-08-20T20:25:49.8404636Z [00:02:00.715]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:49.8405062Z [00:02:00.715]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:49.8405491Z [00:02:00.715]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:49.8405909Z [00:02:00.715]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:49.8406339Z [00:02:00.715]➜  packagefile unicode=/tmp/go-build4047508428/b041/_pkg_.a
2025-08-20T20:25:49.8406784Z [00:02:00.715]➜  packagefile unicode/utf16=/tmp/go-build4047508428/b068/_pkg_.a
2025-08-20T20:25:49.8407245Z [00:02:00.715]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:49.8407575Z [00:02:00.715]➜  EOF
2025-08-20T20:25:49.8410154Z [00:02:00.715]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b043=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid LVFDRKtEsWkoES0oPVFq/LVFDRKtEsWkoES0oPVFq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/importcfg -pack /root/.go/src/encoding/json/decode.go /root/.go/src/encoding/json/encode.go /root/.go/src/encoding/json/fold.go /root/.go/src/encoding/json/indent.go /root/.go/src/encoding/json/scanner.go /root/.go/src/encoding/json/stream.go /root/.go/src/encoding/json/tables.go /root/.go/src/encoding/json/tags.go
2025-08-20T20:25:49.8473360Z [00:02:00.722]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T20:25:49.8473873Z [00:02:00.722]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T20:25:49.8475373Z [00:02:00.722]➜  /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/b134=>" -I $WORK/b134/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b134/sha256block_arm64.o ./sha256block_arm64.s
2025-08-20T20:25:49.8498212Z [00:02:00.725]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d # internal
2025-08-20T20:25:49.8498830Z [00:02:00.725]➜  compress/flate
2025-08-20T20:25:49.8500298Z [00:02:00.725]➜  mkdir -p $WORK/b082/
2025-08-20T20:25:49.8501148Z [00:02:00.725]➜  cat >/tmp/go-build4047508428/b082/importcfg << 'EOF' # internal
2025-08-20T20:25:49.8501565Z [00:02:00.725]➜  # import config
2025-08-20T20:25:49.8501906Z [00:02:00.725]➜  packagefile bufio=/tmp/go-build4047508428/b078/_pkg_.a
2025-08-20T20:25:49.8502328Z [00:02:00.725]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:49.8502750Z [00:02:00.725]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:49.8503157Z [00:02:00.725]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:49.8503565Z [00:02:00.725]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:49.8504002Z [00:02:00.725]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:49.8504432Z [00:02:00.725]➜  packagefile sort=/tmp/go-build4047508428/b083/_pkg_.a
2025-08-20T20:25:49.8504854Z [00:02:00.725]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:49.8505275Z [00:02:00.725]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:49.8505584Z [00:02:00.725]➜  EOF
2025-08-20T20:25:49.8514241Z [00:02:00.726]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:49.8517566Z [00:02:00.726]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b082=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid ilfncTBnkA4QKWtYPm5O/ilfncTBnkA4QKWtYPm5O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b082/importcfg -pack /root/.go/src/compress/flate/deflate.go /root/.go/src/compress/flate/deflatefast.go /root/.go/src/compress/flate/dict_decoder.go /root/.go/src/compress/flate/huffman_bit_writer.go /root/.go/src/compress/flate/huffman_code.go /root/.go/src/compress/flate/inflate.go /root/.go/src/compress/flate/token.go
2025-08-20T20:25:49.8520132Z [00:02:00.726]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T20:25:49.8520618Z [00:02:00.726]➜  go tool pack r $WORK/b134/_pkg_.a $WORK/b134/sha256block_arm64.o # internal
2025-08-20T20:25:49.8521078Z [00:02:00.727]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T20:25:49.8533232Z [00:02:00.728]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d # internal
2025-08-20T20:25:49.8538960Z [00:02:00.729]➜  golang.org/x/image/tiff/lzw
2025-08-20T20:25:49.8540324Z [00:02:00.729]➜  mkdir -p $WORK/b087/
2025-08-20T20:25:49.8540732Z [00:02:00.729]➜  cat >/tmp/go-build4047508428/b087/importcfg << 'EOF' # internal
2025-08-20T20:25:49.8541082Z [00:02:00.729]➜  # import config
2025-08-20T20:25:49.8541445Z [00:02:00.729]➜  packagefile bufio=/tmp/go-build4047508428/b078/_pkg_.a
2025-08-20T20:25:49.8541869Z [00:02:00.729]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:49.8542281Z [00:02:00.729]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:49.8542685Z [00:02:00.729]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:49.8542987Z [00:02:00.729]➜  EOF
2025-08-20T20:25:49.8543234Z [00:02:00.729]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:49.8545786Z [00:02:00.729]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/tiff/lzw=>golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/tiff/lzw;$WORK/b087=>" -p golang.org/x/image/tiff/lzw -lang=go1.12 -complete -installsuffix shared -buildid DJPKVFfQbmaw2S0TQOKz/DJPKVFfQbmaw2S0TQOKz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b087/importcfg -pack /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/tiff/lzw/reader.go
2025-08-20T20:25:49.8567534Z [00:02:00.732]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T20:25:49.8569909Z [00:02:00.732]➜  /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/b138=>" -I $WORK/b138/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b138/sha3_arm64.o ./sha3_arm64.s
2025-08-20T20:25:49.8601451Z [00:02:00.735]➜  go tool pack r $WORK/b138/_pkg_.a $WORK/b138/sha3_arm64.o # internal
2025-08-20T20:25:49.8602066Z [00:02:00.735]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T20:25:49.8607936Z [00:02:00.736]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d # internal
2025-08-20T20:25:49.8610703Z [00:02:00.736]➜  compress/lzw
2025-08-20T20:25:49.8613679Z [00:02:00.736]➜  mkdir -p $WORK/b092/
2025-08-20T20:25:49.8615757Z [00:02:00.736]➜  cat >/tmp/go-build4047508428/b092/importcfg << 'EOF' # internal
2025-08-20T20:25:49.8616241Z [00:02:00.736]➜  # import config
2025-08-20T20:25:49.8616597Z [00:02:00.736]➜  packagefile bufio=/tmp/go-build4047508428/b078/_pkg_.a
2025-08-20T20:25:49.8617024Z [00:02:00.736]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:49.8617444Z [00:02:00.736]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:49.8617845Z [00:02:00.736]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:49.8618161Z [00:02:00.736]➜  EOF
2025-08-20T20:25:49.8618405Z [00:02:00.736]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:49.8622347Z [00:02:00.736]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/.go/src/compress/lzw=>compress/lzw;$WORK/b092=>" -p compress/lzw -lang=go1.25 -std -complete -installsuffix shared -buildid kBHV1OjE3uWBzVUwTaOR/kBHV1OjE3uWBzVUwTaOR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack /root/.go/src/compress/lzw/reader.go /root/.go/src/compress/lzw/writer.go
2025-08-20T20:25:49.8793074Z [00:02:00.752]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T20:25:49.8793831Z [00:02:00.754]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/9f/9fe2ca7f60807b0aa8172669d1d99b81a34bb7be4eca6e33bbbb67b7a3f56bec-d # internal
2025-08-20T20:25:49.8794562Z [00:02:00.754]➜  os/user
2025-08-20T20:25:49.8802456Z [00:02:00.755]➜  mkdir -p $WORK/b100/
2025-08-20T20:25:49.8806533Z [00:02:00.756]➜  echo -n > $WORK/b100/preferlinkext # internal
2025-08-20T20:25:49.8808976Z [00:02:00.756]➜  cd /root/.go/src/os/user
2025-08-20T20:25:49.8810255Z [00:02:00.756]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b100/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b100/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T20:25:49.8886054Z [00:02:00.763]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T20:25:49.8888332Z [00:02:00.763]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/50/50015bad4396f6d0ff92feba9a2fafcd1c51e2ad5504160ccdad8bd33bc18097-d # internal
2025-08-20T20:25:49.8889404Z [00:02:00.763]➜  image/gif
2025-08-20T20:25:49.8889897Z [00:02:00.763]➜  mkdir -p $WORK/b091/
2025-08-20T20:25:49.8891695Z [00:02:00.763]➜  cat >/tmp/go-build4047508428/b091/importcfg << 'EOF' # internal
2025-08-20T20:25:49.8892092Z [00:02:00.763]➜  # import config
2025-08-20T20:25:49.8892868Z [00:02:00.763]➜  packagefile bufio=/tmp/go-build4047508428/b078/_pkg_.a
2025-08-20T20:25:49.8893298Z [00:02:00.763]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:49.8893743Z [00:02:00.763]➜  packagefile compress/lzw=/tmp/go-build4047508428/b092/_pkg_.a
2025-08-20T20:25:49.8894187Z [00:02:00.763]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:49.8894613Z [00:02:00.763]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:49.8895042Z [00:02:00.763]➜  packagefile image=/tmp/go-build4047508428/b077/_pkg_.a
2025-08-20T20:25:49.8895506Z [00:02:00.763]➜  packagefile image/color=/tmp/go-build4047508428/b079/_pkg_.a
2025-08-20T20:25:49.8895996Z [00:02:00.763]➜  packagefile image/color/palette=/tmp/go-build4047508428/b093/_pkg_.a
2025-08-20T20:25:49.8896472Z [00:02:00.763]➜  packagefile image/draw=/tmp/go-build4047508428/b089/_pkg_.a
2025-08-20T20:25:49.8896953Z [00:02:00.763]➜  packagefile internal/byteorder=/tmp/go-build4047508428/b013/_pkg_.a
2025-08-20T20:25:49.8897418Z [00:02:00.763]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:49.8897719Z [00:02:00.763]➜  EOF
2025-08-20T20:25:49.8897964Z [00:02:00.763]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:49.8899725Z [00:02:00.763]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/image/gif=>image/gif;$WORK/b091=>" -p image/gif -lang=go1.25 -std -complete -installsuffix shared -buildid vJJ8G_guN7SmMxTR2F3y/vJJ8G_guN7SmMxTR2F3y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack /root/.go/src/image/gif/reader.go /root/.go/src/image/gif/writer.go
2025-08-20T20:25:49.9505925Z [00:02:00.825]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T20:25:49.9517285Z [00:02:00.827]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/55/557d4e9cf4901d44841aaba27cd6a5e3752ac6f79743fcce88e830c0030e264f-d # internal
2025-08-20T20:25:49.9518717Z [00:02:00.827]➜  log
2025-08-20T20:25:49.9519327Z [00:02:00.827]➜  mkdir -p $WORK/b102/
2025-08-20T20:25:49.9524700Z [00:02:00.827]➜  cat >/tmp/go-build4047508428/b102/importcfg << 'EOF' # internal
2025-08-20T20:25:49.9525162Z [00:02:00.827]➜  # import config
2025-08-20T20:25:49.9525512Z [00:02:00.827]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:49.9525921Z [00:02:00.827]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:49.9526356Z [00:02:00.827]➜  packagefile log/internal=/tmp/go-build4047508428/b103/_pkg_.a
2025-08-20T20:25:49.9527175Z [00:02:00.827]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:49.9527669Z [00:02:00.827]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:49.9528091Z [00:02:00.827]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:49.9528522Z [00:02:00.827]➜  packagefile sync/atomic=/tmp/go-build4047508428/b037/_pkg_.a
2025-08-20T20:25:49.9528953Z [00:02:00.827]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:49.9529490Z [00:02:00.827]➜  EOF
2025-08-20T20:25:49.9533359Z [00:02:00.827]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b102=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid jPprHZI6Qsaa_ihmkgSu/jPprHZI6Qsaa_ihmkgSu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack /root/.go/src/log/log.go
2025-08-20T20:25:49.9581604Z [00:02:00.833]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T20:25:49.9601175Z [00:02:00.835]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d # internal
2025-08-20T20:25:49.9602276Z [00:02:00.835]➜  compress/zlib
2025-08-20T20:25:49.9602572Z [00:02:00.835]➜  mkdir -p $WORK/b081/
2025-08-20T20:25:49.9609243Z [00:02:00.836]➜  cat >/tmp/go-build4047508428/b081/importcfg << 'EOF' # internal
2025-08-20T20:25:49.9609727Z [00:02:00.836]➜  # import config
2025-08-20T20:25:49.9610495Z [00:02:00.836]➜  packagefile bufio=/tmp/go-build4047508428/b078/_pkg_.a
2025-08-20T20:25:49.9610952Z [00:02:00.836]➜  packagefile compress/flate=/tmp/go-build4047508428/b082/_pkg_.a
2025-08-20T20:25:49.9611439Z [00:02:00.836]➜  packagefile encoding/binary=/tmp/go-build4047508428/b075/_pkg_.a
2025-08-20T20:25:49.9613673Z [00:02:00.836]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:49.9614129Z [00:02:00.836]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:49.9614567Z [00:02:00.836]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:49.9615060Z [00:02:00.836]➜  packagefile hash/adler32=/tmp/go-build4047508428/b085/_pkg_.a
2025-08-20T20:25:49.9615496Z [00:02:00.836]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:49.9615800Z [00:02:00.836]➜  EOF
2025-08-20T20:25:49.9617386Z [00:02:00.836]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/.go/src/compress/zlib=>compress/zlib;$WORK/b081=>" -p compress/zlib -lang=go1.25 -std -complete -installsuffix shared -buildid E-spwvnpdd0cpvAhA7T0/E-spwvnpdd0cpvAhA7T0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b081/importcfg -pack /root/.go/src/compress/zlib/reader.go /root/.go/src/compress/zlib/writer.go
2025-08-20T20:25:49.9859693Z [00:02:00.861]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T20:25:49.9894737Z [00:02:00.864]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/3e/3e267c749854f7071c1d50d56d4091bd3c89b80269d15d7de76dccc34040c56f-d # internal
2025-08-20T20:25:49.9895459Z [00:02:00.864]➜  golang.org/x/image/tiff
2025-08-20T20:25:49.9895755Z [00:02:00.864]➜  mkdir -p $WORK/b080/
2025-08-20T20:25:49.9897620Z [00:02:00.865]➜  cat >/tmp/go-build4047508428/b080/importcfg << 'EOF' # internal
2025-08-20T20:25:49.9898007Z [00:02:00.865]➜  # import config
2025-08-20T20:25:49.9898352Z [00:02:00.865]➜  packagefile bufio=/tmp/go-build4047508428/b078/_pkg_.a
2025-08-20T20:25:49.9898771Z [00:02:00.865]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:49.9899381Z [00:02:00.865]➜  packagefile compress/zlib=/tmp/go-build4047508428/b081/_pkg_.a
2025-08-20T20:25:49.9899921Z [00:02:00.865]➜  packagefile encoding/binary=/tmp/go-build4047508428/b075/_pkg_.a
2025-08-20T20:25:49.9900371Z [00:02:00.865]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:49.9900854Z [00:02:00.865]➜  packagefile golang.org/x/image/ccitt=/tmp/go-build4047508428/b086/_pkg_.a
2025-08-20T20:25:49.9901703Z [00:02:00.865]➜  packagefile golang.org/x/image/tiff/lzw=/tmp/go-build4047508428/b087/_pkg_.a
2025-08-20T20:25:49.9902291Z [00:02:00.865]➜  packagefile image=/tmp/go-build4047508428/b077/_pkg_.a
2025-08-20T20:25:49.9902732Z [00:02:00.865]➜  packagefile image/color=/tmp/go-build4047508428/b079/_pkg_.a
2025-08-20T20:25:49.9903158Z [00:02:00.865]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:49.9903580Z [00:02:00.865]➜  packagefile io/ioutil=/tmp/go-build4047508428/b088/_pkg_.a
2025-08-20T20:25:49.9904017Z [00:02:00.865]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:49.9904426Z [00:02:00.865]➜  packagefile sort=/tmp/go-build4047508428/b083/_pkg_.a
2025-08-20T20:25:49.9904733Z [00:02:00.865]➜  EOF
2025-08-20T20:25:49.9907982Z [00:02:00.865]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/tiff=>golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/tiff;$WORK/b080=>" -p golang.org/x/image/tiff -lang=go1.12 -complete -installsuffix shared -buildid x6Z_IES_iAp9u1zNTcDD/x6Z_IES_iAp9u1zNTcDD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/tiff/buffer.go /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/tiff/compress.go /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/tiff/consts.go /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/tiff/reader.go /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/tiff/writer.go
2025-08-20T20:25:50.0160260Z [00:02:00.891]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T20:25:50.0183325Z [00:02:00.892]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d # internal
2025-08-20T20:25:50.0184041Z [00:02:00.892]➜  image/png
2025-08-20T20:25:50.0184299Z [00:02:00.892]➜  mkdir -p $WORK/b095/
2025-08-20T20:25:50.0184710Z [00:02:00.893]➜  cat >/tmp/go-build4047508428/b095/importcfg << 'EOF' # internal
2025-08-20T20:25:50.0185061Z [00:02:00.893]➜  # import config
2025-08-20T20:25:50.0185400Z [00:02:00.893]➜  packagefile bufio=/tmp/go-build4047508428/b078/_pkg_.a
2025-08-20T20:25:50.0185848Z [00:02:00.893]➜  packagefile compress/zlib=/tmp/go-build4047508428/b081/_pkg_.a
2025-08-20T20:25:50.0186325Z [00:02:00.893]➜  packagefile encoding/binary=/tmp/go-build4047508428/b075/_pkg_.a
2025-08-20T20:25:50.0186785Z [00:02:00.893]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:50.0187193Z [00:02:00.893]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:50.0187625Z [00:02:00.893]➜  packagefile hash/crc32=/tmp/go-build4047508428/b096/_pkg_.a
2025-08-20T20:25:50.0188056Z [00:02:00.893]➜  packagefile image=/tmp/go-build4047508428/b077/_pkg_.a
2025-08-20T20:25:50.0188490Z [00:02:00.893]➜  packagefile image/color=/tmp/go-build4047508428/b079/_pkg_.a
2025-08-20T20:25:50.0188924Z [00:02:00.893]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:50.0189625Z [00:02:00.893]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:50.0189960Z [00:02:00.893]➜  EOF
2025-08-20T20:25:50.0191648Z [00:02:00.893]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/.go/src/image/png=>image/png;$WORK/b095=>" -p image/png -lang=go1.25 -std -complete -installsuffix shared -buildid AJI4NJgu4NnTulnjgrZE/AJI4NJgu4NnTulnjgrZE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b095/importcfg -pack /root/.go/src/image/png/paeth.go /root/.go/src/image/png/reader.go /root/.go/src/image/png/writer.go
2025-08-20T20:25:50.0895179Z [00:02:00.963]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T20:25:50.0896773Z [00:02:00.964]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/53/53ae0209584c466b2376197def15693ce58470d27112dfa84ce6d9b460a7aa79-d # internal
2025-08-20T20:25:50.0898376Z [00:02:00.964]➜  golang.org/x/image/math/fixed
2025-08-20T20:25:50.0900510Z [00:02:00.964]➜  mkdir -p $WORK/b110/
2025-08-20T20:25:50.0901128Z [00:02:00.965]➜  cat >/tmp/go-build4047508428/b110/importcfg << 'EOF' # internal
2025-08-20T20:25:50.0901840Z [00:02:00.965]➜  # import config
2025-08-20T20:25:50.0903042Z [00:02:00.965]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:50.0903617Z [00:02:00.965]➜  EOF
2025-08-20T20:25:50.0916961Z [00:02:00.966]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b110/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/math/fixed=>golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/math/fixed;$WORK/b110=>" -p golang.org/x/image/math/fixed -lang=go1.12 -complete -installsuffix shared -buildid wdPEbP8rl2O5FaHUzN1z/wdPEbP8rl2O5FaHUzN1z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/math/fixed/fixed.go
2025-08-20T20:25:50.1207886Z [00:02:00.995]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T20:25:50.1221813Z [00:02:00.997]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/84/840d006ef8a23a06312e2260abe3d607fe81983b308455d556f1edc8634684a9-d # internal
2025-08-20T20:25:50.1231307Z [00:02:00.998]➜  github.com/golang/freetype/raster
2025-08-20T20:25:50.1232037Z [00:02:00.998]➜  mkdir -p $WORK/b109/
2025-08-20T20:25:50.1242946Z [00:02:00.999]➜  cat >/tmp/go-build4047508428/b109/importcfg << 'EOF' # internal
2025-08-20T20:25:50.1243955Z [00:02:00.999]➜  # import config
2025-08-20T20:25:50.1244463Z [00:02:00.999]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:50.1246877Z [00:02:00.999]➜  packagefile golang.org/x/image/math/fixed=/tmp/go-build4047508428/b110/_pkg_.a
2025-08-20T20:25:50.1247405Z [00:02:00.999]➜  packagefile image=/tmp/go-build4047508428/b077/_pkg_.a
2025-08-20T20:25:50.1247854Z [00:02:00.999]➜  packagefile image/color=/tmp/go-build4047508428/b079/_pkg_.a
2025-08-20T20:25:50.1248315Z [00:02:00.999]➜  packagefile image/draw=/tmp/go-build4047508428/b089/_pkg_.a
2025-08-20T20:25:50.1248767Z [00:02:00.999]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:50.1260397Z [00:02:00.999]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:50.1260887Z [00:02:00.999]➜  EOF
2025-08-20T20:25:50.1264199Z [00:02:01.000]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/raster=>github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/raster;$WORK/b109=>" -p github.com/golang/freetype/raster -lang=go1.16 -complete -installsuffix shared -buildid VBFdPAqpLlsx7N7HWXZ3/VBFdPAqpLlsx7N7HWXZ3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b109/importcfg -pack /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/raster/geom.go /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/raster/paint.go /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/raster/raster.go /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/raster/stroke.go
2025-08-20T20:25:50.1273762Z [00:02:01.002]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T20:25:50.1302982Z [00:02:01.005]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/64/641736c8581aaf4f651a436e38811b1f702aa961e9eb7195f09e030ec0e4acdc-d # internal
2025-08-20T20:25:50.1378845Z [00:02:01.013]➜  github.com/disintegration/imaging
2025-08-20T20:25:50.1380105Z [00:02:01.013]➜  mkdir -p $WORK/b074/
2025-08-20T20:25:50.1388139Z [00:02:01.014]➜  cat >/tmp/go-build4047508428/b074/importcfg << 'EOF' # internal
2025-08-20T20:25:50.1388552Z [00:02:01.014]➜  # import config
2025-08-20T20:25:50.1389509Z [00:02:01.014]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:50.1390402Z [00:02:01.014]➜  packagefile encoding/binary=/tmp/go-build4047508428/b075/_pkg_.a
2025-08-20T20:25:50.1391776Z [00:02:01.014]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:50.1392714Z [00:02:01.014]➜  packagefile golang.org/x/image/bmp=/tmp/go-build4047508428/b076/_pkg_.a
2025-08-20T20:25:50.1393333Z [00:02:01.014]➜  packagefile golang.org/x/image/tiff=/tmp/go-build4047508428/b080/_pkg_.a
2025-08-20T20:25:50.1393814Z [00:02:01.014]➜  packagefile image=/tmp/go-build4047508428/b077/_pkg_.a
2025-08-20T20:25:50.1394257Z [00:02:01.014]➜  packagefile image/color=/tmp/go-build4047508428/b079/_pkg_.a
2025-08-20T20:25:50.1394731Z [00:02:01.014]➜  packagefile image/draw=/tmp/go-build4047508428/b089/_pkg_.a
2025-08-20T20:25:50.1395177Z [00:02:01.014]➜  packagefile image/gif=/tmp/go-build4047508428/b091/_pkg_.a
2025-08-20T20:25:50.1395624Z [00:02:01.014]➜  packagefile image/jpeg=/tmp/go-build4047508428/b094/_pkg_.a
2025-08-20T20:25:50.1396068Z [00:02:01.014]➜  packagefile image/png=/tmp/go-build4047508428/b095/_pkg_.a
2025-08-20T20:25:50.1396488Z [00:02:01.014]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:50.1396918Z [00:02:01.014]➜  packagefile io/ioutil=/tmp/go-build4047508428/b088/_pkg_.a
2025-08-20T20:25:50.1397340Z [00:02:01.014]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:50.1397740Z [00:02:01.014]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:50.1398210Z [00:02:01.014]➜  packagefile path/filepath=/tmp/go-build4047508428/b097/_pkg_.a
2025-08-20T20:25:50.1398660Z [00:02:01.014]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:50.1399575Z [00:02:01.014]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:50.1400024Z [00:02:01.014]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:50.1400339Z [00:02:01.014]➜  EOF
2025-08-20T20:25:50.1416190Z [00:02:01.016]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/disintegration/imaging@v1.6.2=>github.com/disintegration/imaging@v1.6.2;$WORK/b074=>" -p github.com/disintegration/imaging -lang=go1.16 -complete -installsuffix shared -buildid cnCNXks7L5o678Bu03-8/cnCNXks7L5o678Bu03-8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b074/importcfg -pack /root/go/pkg/mod/github.com/disintegration/imaging@v1.6.2/adjust.go /root/go/pkg/mod/github.com/disintegration/imaging@v1.6.2/convolution.go /root/go/pkg/mod/github.com/disintegration/imaging@v1.6.2/doc.go /root/go/pkg/mod/github.com/disintegration/imaging@v1.6.2/effects.go /root/go/pkg/mod/github.com/disintegration/imaging@v1.6.2/histogram.go /root/go/pkg/mod/github.com/disintegration/imaging@v1.6.2/io.go /root/go/pkg/mod/github.com/disintegration/imaging@v1.6.2/resize.go /root/go/pkg/mod/github.com/disintegration/imaging@v1.6.2/scanner.go /root/go/pkg/mod/github.com/disintegration/imaging@v1.6.2/tools.go /root/go/pkg/mod/github.com/disintegration/imaging@v1.6.2/transform.go /root/go/pkg/mod/github.com/disintegration/imaging@v1.6.2/utils.go
2025-08-20T20:25:50.2594671Z [00:02:01.134]➜  cd $WORK/b100
2025-08-20T20:25:50.2596243Z [00:02:01.134]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/tmp/go-build -gno-record-gcc-switches -I $WORK/b100/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b100/_x001.o -c _cgo_export.c
2025-08-20T20:25:50.2601824Z [00:02:01.135]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T20:25:50.2614715Z [00:02:01.136]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/8c/8c2750ad9b4e6efe04fca838c82099f43604d206e642eefac207413ba02c861d-d # internal
2025-08-20T20:25:50.2616083Z [00:02:01.137]➜  golang.org/x/image/font
2025-08-20T20:25:50.2616419Z [00:02:01.137]➜  mkdir -p $WORK/b112/
2025-08-20T20:25:50.2623833Z [00:02:01.137]➜  cat >/tmp/go-build4047508428/b112/importcfg << 'EOF' # internal
2025-08-20T20:25:50.2624622Z [00:02:01.137]➜  # import config
2025-08-20T20:25:50.2625831Z [00:02:01.137]➜  packagefile golang.org/x/image/math/fixed=/tmp/go-build4047508428/b110/_pkg_.a
2025-08-20T20:25:50.2627301Z [00:02:01.137]➜  packagefile image=/tmp/go-build4047508428/b077/_pkg_.a
2025-08-20T20:25:50.2627873Z [00:02:01.137]➜  packagefile image/draw=/tmp/go-build4047508428/b089/_pkg_.a
2025-08-20T20:25:50.2628318Z [00:02:01.137]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:50.2628755Z [00:02:01.137]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:50.2629092Z [00:02:01.137]➜  EOF
2025-08-20T20:25:50.2629679Z [00:02:01.137]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:50.2631771Z [00:02:01.137]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/font=>golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/font;$WORK/b112=>" -p golang.org/x/image/font -lang=go1.12 -complete -installsuffix shared -buildid AcwMKdMWGN74Hsvho_7N/AcwMKdMWGN74Hsvho_7N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b112/importcfg -pack /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/font/font.go
2025-08-20T20:25:50.2731937Z [00:02:01.148]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T20:25:50.2758477Z [00:02:01.151]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/01/01fdc621aa0058ec97fa099a5eb9967e41351eb008b2d5e89c6fdb68f68b4fc4-d # internal
2025-08-20T20:25:50.2761265Z [00:02:01.151]➜  compress/gzip
2025-08-20T20:25:50.2761560Z [00:02:01.151]➜  mkdir -p $WORK/b121/
2025-08-20T20:25:50.2771898Z [00:02:01.152]➜  cat >/tmp/go-build4047508428/b121/importcfg << 'EOF' # internal
2025-08-20T20:25:50.2773523Z [00:02:01.152]➜  # import config
2025-08-20T20:25:50.2775995Z [00:02:01.152]➜  packagefile bufio=/tmp/go-build4047508428/b078/_pkg_.a
2025-08-20T20:25:50.2777131Z [00:02:01.152]➜  packagefile compress/flate=/tmp/go-build4047508428/b082/_pkg_.a
2025-08-20T20:25:50.2778198Z [00:02:01.152]➜  packagefile encoding/binary=/tmp/go-build4047508428/b075/_pkg_.a
2025-08-20T20:25:50.2778774Z [00:02:01.152]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:50.2779427Z [00:02:01.152]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:50.2779950Z [00:02:01.152]➜  packagefile hash/crc32=/tmp/go-build4047508428/b096/_pkg_.a
2025-08-20T20:25:50.2780381Z [00:02:01.152]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:50.2780787Z [00:02:01.152]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:50.2781110Z [00:02:01.152]➜  EOF
2025-08-20T20:25:50.2782706Z [00:02:01.152]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b121=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid QZrYBpMOEIxYc1KN8cnf/QZrYBpMOEIxYc1KN8cnf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b121/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T20:25:50.2793721Z [00:02:01.154]➜  cd $WORK/b100
2025-08-20T20:25:50.2795214Z [00:02:01.154]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/tmp/go-build -gno-record-gcc-switches -I $WORK/b100/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b100/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T20:25:50.2815382Z [00:02:01.156]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T20:25:50.2833406Z [00:02:01.158]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T20:25:50.2839466Z [00:02:01.159]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/dc/dccff152bd521b3d58d534a9dd4fd9fb48bf7be7fe996f6c4ca2c896e0caf6c5-d # internal
2025-08-20T20:25:50.2844899Z [00:02:01.159]➜  github.com/golang/freetype/truetype
2025-08-20T20:25:50.2846091Z [00:02:01.159]➜  mkdir -p $WORK/b111/
2025-08-20T20:25:50.2847650Z [00:02:01.160]➜  cat >/tmp/go-build4047508428/b111/importcfg << 'EOF' # internal
2025-08-20T20:25:50.2848435Z [00:02:01.160]➜  # import config
2025-08-20T20:25:50.2848877Z [00:02:01.160]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:50.2849452Z [00:02:01.160]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:50.2849997Z [00:02:01.160]➜  packagefile github.com/golang/freetype/raster=/tmp/go-build4047508428/b109/_pkg_.a
2025-08-20T20:25:50.2850584Z [00:02:01.160]➜  packagefile golang.org/x/image/font=/tmp/go-build4047508428/b112/_pkg_.a
2025-08-20T20:25:50.2851168Z [00:02:01.160]➜  packagefile golang.org/x/image/math/fixed=/tmp/go-build4047508428/b110/_pkg_.a
2025-08-20T20:25:50.2851668Z [00:02:01.160]➜  packagefile image=/tmp/go-build4047508428/b077/_pkg_.a
2025-08-20T20:25:50.2852079Z [00:02:01.160]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:50.2852390Z [00:02:01.160]➜  EOF
2025-08-20T20:25:50.2852638Z [00:02:01.160]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:50.2858695Z [00:02:01.160]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/truetype=>github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/truetype;$WORK/b111=>" -p github.com/golang/freetype/truetype -lang=go1.16 -complete -installsuffix shared -buildid ZS49uL-2qmim248B9j-2/ZS49uL-2qmim248B9j-2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b111/importcfg -pack /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/truetype/face.go /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/truetype/glyph.go /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/truetype/hint.go /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/truetype/opcodes.go /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/truetype/truetype.go
2025-08-20T20:25:50.2928912Z [00:02:01.168]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d # internal
2025-08-20T20:25:50.2929727Z [00:02:01.168]➜  golang.org/x/image/font/basicfont
2025-08-20T20:25:50.2930046Z [00:02:01.168]➜  mkdir -p $WORK/b115/
2025-08-20T20:25:50.2930423Z [00:02:01.168]➜  cat >/tmp/go-build4047508428/b115/importcfg << 'EOF' # internal
2025-08-20T20:25:50.2930771Z [00:02:01.168]➜  # import config
2025-08-20T20:25:50.2931178Z [00:02:01.168]➜  packagefile golang.org/x/image/font=/tmp/go-build4047508428/b112/_pkg_.a
2025-08-20T20:25:50.2931766Z [00:02:01.168]➜  packagefile golang.org/x/image/math/fixed=/tmp/go-build4047508428/b110/_pkg_.a
2025-08-20T20:25:50.2932263Z [00:02:01.168]➜  packagefile image=/tmp/go-build4047508428/b077/_pkg_.a
2025-08-20T20:25:50.2932577Z [00:02:01.168]➜  EOF
2025-08-20T20:25:50.2935160Z [00:02:01.168]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/font/basicfont=>golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/font/basicfont;$WORK/b115=>" -p golang.org/x/image/font/basicfont -lang=go1.12 -complete -installsuffix shared -buildid TxigUwaD8iB4VgJwI0HS/TxigUwaD8iB4VgJwI0HS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b115/importcfg -pack /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/font/basicfont/basicfont.go /root/go/pkg/mod/golang.org/x/image@v0.0.0-20210628002857-a66eb6448b8d/font/basicfont/data.go
2025-08-20T20:25:50.3114367Z [00:02:01.186]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T20:25:50.3141225Z [00:02:01.189]➜  cd $WORK/b100
2025-08-20T20:25:50.3143117Z [00:02:01.189]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/tmp/go-build -gno-record-gcc-switches -I $WORK/b100/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b100/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T20:25:50.3147044Z [00:02:01.190]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T20:25:50.3151510Z [00:02:01.190]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/a1/a19c9afab1814b314a9ff77383152dd284a4f15a015b148f8942b29b99206d31-d # internal
2025-08-20T20:25:50.3156429Z [00:02:01.191]➜  crypto/internal/fips140/sha512
2025-08-20T20:25:50.3156760Z [00:02:01.191]➜  mkdir -p $WORK/b140/
2025-08-20T20:25:50.3157135Z [00:02:01.191]➜  echo -n > $WORK/b140/go_asm.h # internal
2025-08-20T20:25:50.3157493Z [00:02:01.191]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T20:25:50.3158798Z [00:02:01.191]➜  /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/b140=>" -I $WORK/b140/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b140/symabis ./sha512block_arm64.s
2025-08-20T20:25:50.3164812Z [00:02:01.191]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d # internal
2025-08-20T20:25:50.3184081Z [00:02:01.193]➜  crypto/internal/randutil
2025-08-20T20:25:50.3184403Z [00:02:01.193]➜  mkdir -p $WORK/b145/
2025-08-20T20:25:50.3210421Z [00:02:01.194]➜  cat >/tmp/go-build4047508428/b145/importcfg << 'EOF' # internal
2025-08-20T20:25:50.3210829Z [00:02:01.194]➜  # import config
2025-08-20T20:25:50.3211644Z [00:02:01.194]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:50.3212097Z [00:02:01.194]➜  packagefile math/rand/v2=/tmp/go-build4047508428/b146/_pkg_.a
2025-08-20T20:25:50.3212434Z [00:02:01.194]➜  EOF
2025-08-20T20:25:50.3212684Z [00:02:01.194]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:50.3214420Z [00:02:01.194]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b145=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid jI6rmh7sOgnLoJtpj6tm/jI6rmh7sOgnLoJtpj6tm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T20:25:50.3215981Z [00:02:01.195]➜  cat >/tmp/go-build4047508428/b140/importcfg << 'EOF' # internal
2025-08-20T20:25:50.3216328Z [00:02:01.195]➜  # import config
2025-08-20T20:25:50.3216665Z [00:02:01.195]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:50.3217166Z [00:02:01.195]➜  packagefile crypto/internal/fips140=/tmp/go-build4047508428/b129/_pkg_.a
2025-08-20T20:25:50.3217768Z [00:02:01.195]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4047508428/b135/_pkg_.a
2025-08-20T20:25:50.3218398Z [00:02:01.195]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build4047508428/b136/_pkg_.a
2025-08-20T20:25:50.3218954Z [00:02:01.195]➜  packagefile crypto/internal/impl=/tmp/go-build4047508428/b137/_pkg_.a
2025-08-20T20:25:50.3219704Z [00:02:01.195]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:50.3220128Z [00:02:01.195]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:50.3220553Z [00:02:01.195]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:50.3220876Z [00:02:01.195]➜  EOF
2025-08-20T20:25:50.3223484Z [00:02:01.196]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b140=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid vU8PREIG3jI8YOHtjSmu/vU8PREIG3jI8YOHtjSmu -goversion go1.25.0 -symabis $WORK/b140/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack -asmhdr $WORK/b140/go_asm.h /root/.go/src/crypto/internal/fips140/sha512/cast.go /root/.go/src/crypto/internal/fips140/sha512/sha512.go /root/.go/src/crypto/internal/fips140/sha512/sha512block.go /root/.go/src/crypto/internal/fips140/sha512/sha512block_arm64.go
2025-08-20T20:25:50.3293677Z [00:02:01.204]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T20:25:50.3294481Z [00:02:01.204]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d # internal
2025-08-20T20:25:50.3299506Z [00:02:01.205]➜  math/big
2025-08-20T20:25:50.3299865Z [00:02:01.205]➜  mkdir -p $WORK/b150/
2025-08-20T20:25:50.3300734Z [00:02:01.205]➜  echo -n > $WORK/b150/go_asm.h # internal
2025-08-20T20:25:50.3301285Z [00:02:01.205]➜  cd /root/.go/src/math/big
2025-08-20T20:25:50.3302261Z [00:02:01.205]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b150=>" -I $WORK/b150/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b150/symabis ./arith_arm64.s
2025-08-20T20:25:50.3332084Z [00:02:01.208]➜  cat >/tmp/go-build4047508428/b150/importcfg << 'EOF' # internal
2025-08-20T20:25:50.3333018Z [00:02:01.208]➜  # import config
2025-08-20T20:25:50.3333473Z [00:02:01.208]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:50.3333909Z [00:02:01.208]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:50.3334383Z [00:02:01.208]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:50.3334848Z [00:02:01.208]➜  packagefile internal/byteorder=/tmp/go-build4047508428/b013/_pkg_.a
2025-08-20T20:25:50.3335308Z [00:02:01.208]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:50.3336165Z [00:02:01.208]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:50.3336602Z [00:02:01.208]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:50.3337048Z [00:02:01.208]➜  packagefile math/rand=/tmp/go-build4047508428/b107/_pkg_.a
2025-08-20T20:25:50.3337484Z [00:02:01.208]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:50.3337959Z [00:02:01.208]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:50.3338397Z [00:02:01.208]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:50.3338817Z [00:02:01.208]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:50.3339127Z [00:02:01.208]➜  EOF
2025-08-20T20:25:50.3339610Z [00:02:01.208]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:50.3343770Z [00:02:01.208]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b150=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid ckCotv1-eUY3z3WtniLs/ckCotv1-eUY3z3WtniLs -goversion go1.25.0 -symabis $WORK/b150/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b150/importcfg -pack -asmhdr $WORK/b150/go_asm.h /root/.go/src/math/big/accuracy_string.go /root/.go/src/math/big/arith.go /root/.go/src/math/big/arith_decl.go /root/.go/src/math/big/decimal.go /root/.go/src/math/big/doc.go /root/.go/src/math/big/float.go /root/.go/src/math/big/floatconv.go /root/.go/src/math/big/floatmarsh.go /root/.go/src/math/big/ftoa.go /root/.go/src/math/big/int.go /root/.go/src/math/big/intconv.go /root/.go/src/math/big/intmarsh.go /root/.go/src/math/big/nat.go /root/.go/src/math/big/natconv.go /root/.go/src/math/big/natdiv.go /root/.go/src/math/big/natmul.go /root/.go/src/math/big/prime.go /root/.go/src/math/big/rat.go /root/.go/src/math/big/ratconv.go /root/.go/src/math/big/ratmarsh.go /root/.go/src/math/big/roundingmode_string.go /root/.go/src/math/big/sqrt.go
2025-08-20T20:25:50.3455477Z [00:02:01.220]➜  cd $WORK/b100
2025-08-20T20:25:50.3457014Z [00:02:01.220]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/tmp/go-build -gno-record-gcc-switches -I $WORK/b100/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b100/_cgo_main.o -c _cgo_main.c
2025-08-20T20:25:50.3569405Z [00:02:01.232]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T20:25:50.3571302Z [00:02:01.232]➜  /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/b140=>" -I $WORK/b140/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b140/sha512block_arm64.o ./sha512block_arm64.s
2025-08-20T20:25:50.3700601Z [00:02:01.245]➜  go tool pack r $WORK/b140/_pkg_.a $WORK/b140/sha512block_arm64.o # internal
2025-08-20T20:25:50.3704899Z [00:02:01.245]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T20:25:50.3714471Z [00:02:01.246]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d # internal
2025-08-20T20:25:50.3716284Z [00:02:01.247]➜  crypto/internal/fips140/hmac
2025-08-20T20:25:50.3723822Z [00:02:01.247]➜  mkdir -p $WORK/b133/
2025-08-20T20:25:50.3726881Z [00:02:01.248]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:50.3730109Z [00:02:01.248]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/tmp/go-build -gno-record-gcc-switches -o $WORK/b100/_cgo_.o $WORK/b100/_cgo_main.o $WORK/b100/preferlinkext $WORK/b100/_x001.o $WORK/b100/_x002.o $WORK/b100/_x003.o -O2 -g
2025-08-20T20:25:50.3756006Z [00:02:01.250]➜  cat >/tmp/go-build4047508428/b133/importcfg << 'EOF' # internal
2025-08-20T20:25:50.3757107Z [00:02:01.250]➜  # import config
2025-08-20T20:25:50.3757514Z [00:02:01.250]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:50.3758411Z [00:02:01.250]➜  packagefile crypto/internal/fips140=/tmp/go-build4047508428/b129/_pkg_.a
2025-08-20T20:25:50.3758996Z [00:02:01.250]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build4047508428/b134/_pkg_.a
2025-08-20T20:25:50.3759773Z [00:02:01.250]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build4047508428/b138/_pkg_.a
2025-08-20T20:25:50.3760376Z [00:02:01.250]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build4047508428/b140/_pkg_.a
2025-08-20T20:25:50.3760889Z [00:02:01.250]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:50.3761309Z [00:02:01.250]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:50.3761622Z [00:02:01.250]➜  EOF
2025-08-20T20:25:50.3770000Z [00:02:01.252]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b133=>" -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/b133/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T20:25:50.4130888Z [00:02:01.286]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T20:25:50.4131666Z [00:02:01.288]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d # internal
2025-08-20T20:25:50.4136976Z [00:02:01.289]➜  crypto/internal/fips140/check
2025-08-20T20:25:50.4141884Z [00:02:01.289]➜  mkdir -p $WORK/b132/
2025-08-20T20:25:50.4152231Z [00:02:01.290]➜  cat >/tmp/go-build4047508428/b132/importcfg << 'EOF' # internal
2025-08-20T20:25:50.4152672Z [00:02:01.290]➜  # import config
2025-08-20T20:25:50.4153098Z [00:02:01.290]➜  packagefile crypto/internal/fips140=/tmp/go-build4047508428/b129/_pkg_.a
2025-08-20T20:25:50.4153722Z [00:02:01.290]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build4047508428/b133/_pkg_.a
2025-08-20T20:25:50.4154310Z [00:02:01.290]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build4047508428/b134/_pkg_.a
2025-08-20T20:25:50.4154934Z [00:02:01.290]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4047508428/b135/_pkg_.a
2025-08-20T20:25:50.4155608Z [00:02:01.290]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build4047508428/b130/_pkg_.a
2025-08-20T20:25:50.4156465Z [00:02:01.290]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:50.4156836Z [00:02:01.290]➜  EOF
2025-08-20T20:25:50.4159889Z [00:02:01.291]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b132=>" -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/b132/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T20:25:50.4375124Z [00:02:01.312]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T20:25:50.4379866Z [00:02:01.313]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d # internal
2025-08-20T20:25:50.4393544Z [00:02:01.314]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T20:25:50.4412656Z [00:02:01.316]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/67/67eaa800c447672ebe337cadc991da2332f0258b4c80aef4e321e039a2eeea06-d # internal
2025-08-20T20:25:50.4436119Z [00:02:01.319]➜  crypto/internal/fips140/aes
2025-08-20T20:25:50.4440977Z [00:02:01.319]➜  mkdir -p $WORK/b128/
2025-08-20T20:25:50.4441906Z [00:02:01.319]➜  github.com/fogleman/gg
2025-08-20T20:25:50.4442243Z [00:02:01.319]➜  mkdir -p $WORK/b108/
2025-08-20T20:25:50.4450330Z [00:02:01.320]➜  echo -n > $WORK/b128/go_asm.h # internal
2025-08-20T20:25:50.4451768Z [00:02:01.320]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T20:25:50.4454104Z [00:02:01.320]➜  /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/b128=>" -I $WORK/b128/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b128/symabis ./aes_arm64.s ./ctr_arm64.s
2025-08-20T20:25:50.4455455Z [00:02:01.320]➜  cat >/tmp/go-build4047508428/b108/importcfg << 'EOF' # internal
2025-08-20T20:25:50.4455830Z [00:02:01.320]➜  # import config
2025-08-20T20:25:50.4456173Z [00:02:01.320]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:50.4456593Z [00:02:01.320]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:50.4458009Z [00:02:01.320]➜  packagefile github.com/golang/freetype/raster=/tmp/go-build4047508428/b109/_pkg_.a
2025-08-20T20:25:50.4459280Z [00:02:01.320]➜  packagefile github.com/golang/freetype/truetype=/tmp/go-build4047508428/b111/_pkg_.a
2025-08-20T20:25:50.4459954Z [00:02:01.320]➜  packagefile golang.org/x/image/draw=/tmp/go-build4047508428/b113/_pkg_.a
2025-08-20T20:25:50.4460494Z [00:02:01.320]➜  packagefile golang.org/x/image/font=/tmp/go-build4047508428/b112/_pkg_.a
2025-08-20T20:25:50.4461065Z [00:02:01.320]➜  packagefile golang.org/x/image/font/basicfont=/tmp/go-build4047508428/b115/_pkg_.a
2025-08-20T20:25:50.4461650Z [00:02:01.320]➜  packagefile golang.org/x/image/math/f64=/tmp/go-build4047508428/b114/_pkg_.a
2025-08-20T20:25:50.4462242Z [00:02:01.320]➜  packagefile golang.org/x/image/math/fixed=/tmp/go-build4047508428/b110/_pkg_.a
2025-08-20T20:25:50.4462736Z [00:02:01.320]➜  packagefile image=/tmp/go-build4047508428/b077/_pkg_.a
2025-08-20T20:25:50.4463214Z [00:02:01.320]➜  packagefile image/color=/tmp/go-build4047508428/b079/_pkg_.a
2025-08-20T20:25:50.4463675Z [00:02:01.320]➜  packagefile image/draw=/tmp/go-build4047508428/b089/_pkg_.a
2025-08-20T20:25:50.4464124Z [00:02:01.320]➜  packagefile image/jpeg=/tmp/go-build4047508428/b094/_pkg_.a
2025-08-20T20:25:50.4468752Z [00:02:01.320]➜  packagefile image/png=/tmp/go-build4047508428/b095/_pkg_.a
2025-08-20T20:25:50.4469346Z [00:02:01.320]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:50.4469834Z [00:02:01.320]➜  packagefile io/ioutil=/tmp/go-build4047508428/b088/_pkg_.a
2025-08-20T20:25:50.4470262Z [00:02:01.320]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:50.4470670Z [00:02:01.320]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:50.4471451Z [00:02:01.320]➜  packagefile sort=/tmp/go-build4047508428/b083/_pkg_.a
2025-08-20T20:25:50.4471934Z [00:02:01.320]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:50.4472366Z [00:02:01.320]➜  packagefile unicode=/tmp/go-build4047508428/b041/_pkg_.a
2025-08-20T20:25:50.4472682Z [00:02:01.320]➜  EOF
2025-08-20T20:25:50.4472952Z [00:02:01.321]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:50.4476286Z [00:02:01.321]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fogleman/gg@v1.3.0=>github.com/fogleman/gg@v1.3.0;$WORK/b108=>" -p github.com/fogleman/gg -lang=go1.16 -complete -installsuffix shared -buildid Ie0dALzmTJmPBc7CQbbX/Ie0dALzmTJmPBc7CQbbX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b108/importcfg -pack /root/go/pkg/mod/github.com/fogleman/gg@v1.3.0/bezier.go /root/go/pkg/mod/github.com/fogleman/gg@v1.3.0/context.go /root/go/pkg/mod/github.com/fogleman/gg@v1.3.0/gradient.go /root/go/pkg/mod/github.com/fogleman/gg@v1.3.0/matrix.go /root/go/pkg/mod/github.com/fogleman/gg@v1.3.0/path.go /root/go/pkg/mod/github.com/fogleman/gg@v1.3.0/pattern.go /root/go/pkg/mod/github.com/fogleman/gg@v1.3.0/point.go /root/go/pkg/mod/github.com/fogleman/gg@v1.3.0/util.go /root/go/pkg/mod/github.com/fogleman/gg@v1.3.0/wrap.go
2025-08-20T20:25:50.4528212Z [00:02:01.328]➜  cat >/tmp/go-build4047508428/b128/importcfg << 'EOF' # internal
2025-08-20T20:25:50.4528969Z [00:02:01.328]➜  # import config
2025-08-20T20:25:50.4529648Z [00:02:01.328]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:50.4530160Z [00:02:01.328]➜  packagefile crypto/internal/fips140=/tmp/go-build4047508428/b129/_pkg_.a
2025-08-20T20:25:50.4530739Z [00:02:01.328]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build4047508428/b131/_pkg_.a
2025-08-20T20:25:50.4531327Z [00:02:01.328]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4047508428/b132/_pkg_.a
2025-08-20T20:25:50.4531930Z [00:02:01.328]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4047508428/b139/_pkg_.a
2025-08-20T20:25:50.4532561Z [00:02:01.328]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4047508428/b135/_pkg_.a
2025-08-20T20:25:50.4534586Z [00:02:01.328]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build4047508428/b136/_pkg_.a
2025-08-20T20:25:50.4535304Z [00:02:01.328]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build4047508428/b130/_pkg_.a
2025-08-20T20:25:50.4535906Z [00:02:01.328]➜  packagefile crypto/internal/impl=/tmp/go-build4047508428/b137/_pkg_.a
2025-08-20T20:25:50.4536376Z [00:02:01.328]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:50.4536809Z [00:02:01.328]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:50.4537246Z [00:02:01.328]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:50.4537559Z [00:02:01.328]➜  EOF
2025-08-20T20:25:50.4541148Z [00:02:01.328]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b128=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid nMw5pB3PdI_aXx7k9ui_/nMw5pB3PdI_aXx7k9ui_ -goversion go1.25.0 -symabis $WORK/b128/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack -asmhdr $WORK/b128/go_asm.h /root/.go/src/crypto/internal/fips140/aes/aes.go /root/.go/src/crypto/internal/fips140/aes/aes_asm.go /root/.go/src/crypto/internal/fips140/aes/aes_generic.go /root/.go/src/crypto/internal/fips140/aes/cast.go /root/.go/src/crypto/internal/fips140/aes/cbc.go /root/.go/src/crypto/internal/fips140/aes/cbc_noasm.go /root/.go/src/crypto/internal/fips140/aes/const.go /root/.go/src/crypto/internal/fips140/aes/ctr.go /root/.go/src/crypto/internal/fips140/aes/ctr_asm.go
2025-08-20T20:25:50.5063996Z [00:02:01.381]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T20:25:50.5065703Z [00:02:01.381]➜  /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/b128=>" -I $WORK/b128/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b128/aes_arm64.o ./aes_arm64.s
2025-08-20T20:25:50.5105340Z [00:02:01.385]➜  gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b100=/tmp/go-build -gno-record-gcc-switches -o $WORK/b100/_cgo_.o $WORK/b100/_cgo_main.o $WORK/b100/preferlinkext $WORK/b100/_x001.o $WORK/b100/_x002.o $WORK/b100/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T20:25:50.5106575Z [00:02:01.385]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:50.5107213Z [00:02:01.385]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage user -dynimport $WORK/b100/_cgo_.o -dynout $WORK/b100/_cgo_import.go
2025-08-20T20:25:50.5154619Z [00:02:01.390]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T20:25:50.5156556Z [00:02:01.390]➜  /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/b128=>" -I $WORK/b128/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b128/ctr_arm64.o ./ctr_arm64.s
2025-08-20T20:25:50.5208530Z [00:02:01.396]➜  cat >/tmp/go-build4047508428/b100/importcfg << 'EOF' # internal
2025-08-20T20:25:50.5209571Z [00:02:01.396]➜  # import config
2025-08-20T20:25:50.5210421Z [00:02:01.396]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:50.5210868Z [00:02:01.396]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:50.5211309Z [00:02:01.396]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:50.5211745Z [00:02:01.396]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:50.5212167Z [00:02:01.396]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:50.5212589Z [00:02:01.396]➜  packagefile syscall=/tmp/go-build4047508428/b062/_pkg_.a
2025-08-20T20:25:50.5213050Z [00:02:01.396]➜  packagefile runtime/cgo=/tmp/go-build4047508428/b101/_pkg_.a
2025-08-20T20:25:50.5213387Z [00:02:01.396]➜  EOF
2025-08-20T20:25:50.5213642Z [00:02:01.396]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:50.5215894Z [00:02:01.396]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b100=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid TCDaqMs50n5i10PI86Tl/TCDaqMs50n5i10PI86Tl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack /root/.go/src/os/user/cgo_listgroups_unix.go /root/.go/src/os/user/cgo_lookup_unix.go /root/.go/src/os/user/lookup.go /root/.go/src/os/user/user.go $WORK/b100/_cgo_gotypes.go $WORK/b100/cgo_lookup_cgo.cgo1.go $WORK/b100/getgrouplist_unix.cgo1.go $WORK/b100/_cgo_import.go
2025-08-20T20:25:50.5281518Z [00:02:01.403]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T20:25:50.5282414Z [00:02:01.403]➜  go tool pack r $WORK/b128/_pkg_.a $WORK/b128/aes_arm64.o $WORK/b128/ctr_arm64.o # internal
2025-08-20T20:25:50.5282976Z [00:02:01.403]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T20:25:50.5293534Z [00:02:01.404]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d # internal
2025-08-20T20:25:50.5316049Z [00:02:01.406]➜  crypto/internal/fips140/drbg
2025-08-20T20:25:50.5316470Z [00:02:01.406]➜  mkdir -p $WORK/b142/
2025-08-20T20:25:50.5316900Z [00:02:01.406]➜  cat >/tmp/go-build4047508428/b142/importcfg << 'EOF' # internal
2025-08-20T20:25:50.5317254Z [00:02:01.406]➜  # import config
2025-08-20T20:25:50.5317598Z [00:02:01.406]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:50.5318095Z [00:02:01.406]➜  packagefile crypto/internal/entropy=/tmp/go-build4047508428/b143/_pkg_.a
2025-08-20T20:25:50.5318647Z [00:02:01.406]➜  packagefile crypto/internal/fips140=/tmp/go-build4047508428/b129/_pkg_.a
2025-08-20T20:25:50.5319806Z [00:02:01.406]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build4047508428/b128/_pkg_.a
2025-08-20T20:25:50.5320477Z [00:02:01.406]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4047508428/b132/_pkg_.a
2025-08-20T20:25:50.5321069Z [00:02:01.406]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4047508428/b139/_pkg_.a
2025-08-20T20:25:50.5321719Z [00:02:01.406]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4047508428/b135/_pkg_.a
2025-08-20T20:25:50.5322616Z [00:02:01.406]➜  packagefile crypto/internal/randutil=/tmp/go-build4047508428/b145/_pkg_.a
2025-08-20T20:25:50.5323166Z [00:02:01.406]➜  packagefile crypto/internal/sysrand=/tmp/go-build4047508428/b144/_pkg_.a
2025-08-20T20:25:50.5323644Z [00:02:01.407]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:50.5324055Z [00:02:01.407]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:50.5324489Z [00:02:01.407]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:50.5324931Z [00:02:01.407]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:50.5325241Z [00:02:01.407]➜  EOF
2025-08-20T20:25:50.5325487Z [00:02:01.407]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:50.5327677Z [00:02:01.407]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b142=>" -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/b142/importcfg -pack /root/.go/src/crypto/internal/fips140/drbg/cast.go /root/.go/src/crypto/internal/fips140/drbg/ctrdrbg.go /root/.go/src/crypto/internal/fips140/drbg/rand.go
2025-08-20T20:25:50.5855143Z [00:02:01.460]➜  cd /root/.go/src/os/user
2025-08-20T20:25:50.5856602Z [00:02:01.460]➜  go tool pack r $WORK/b100/_pkg_.a $WORK/b100/preferlinkext $WORK/b100/_x001.o $WORK/b100/_x002.o $WORK/b100/_x003.o # internal
2025-08-20T20:25:50.5858312Z [00:02:01.461]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T20:25:50.5868940Z [00:02:01.462]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/89/89c4abc60e3dbbc06ffc8b2e02a7fbcb6bbc9ef501a894035bcf1fdc036ade0b-d # internal
2025-08-20T20:25:50.5873133Z [00:02:01.462]➜  github.com/xo/terminfo
2025-08-20T20:25:50.5874601Z [00:02:01.462]➜  mkdir -p $WORK/b099/
2025-08-20T20:25:50.5891540Z [00:02:01.464]➜  cat >/tmp/go-build4047508428/b099/importcfg << 'EOF' # internal
2025-08-20T20:25:50.5892191Z [00:02:01.464]➜  # import config
2025-08-20T20:25:50.5892720Z [00:02:01.464]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:50.5894179Z [00:02:01.464]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:50.5894601Z [00:02:01.464]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:50.5895030Z [00:02:01.464]➜  packagefile io/ioutil=/tmp/go-build4047508428/b088/_pkg_.a
2025-08-20T20:25:50.5895781Z [00:02:01.464]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:50.5896287Z [00:02:01.464]➜  packagefile os/user=/tmp/go-build4047508428/b100/_pkg_.a
2025-08-20T20:25:50.5896717Z [00:02:01.464]➜  packagefile path=/tmp/go-build4047508428/b058/_pkg_.a
2025-08-20T20:25:50.5897126Z [00:02:01.464]➜  packagefile sort=/tmp/go-build4047508428/b083/_pkg_.a
2025-08-20T20:25:50.5897543Z [00:02:01.464]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:50.5897989Z [00:02:01.464]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:50.5898407Z [00:02:01.464]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:50.5898714Z [00:02:01.464]➜  EOF
2025-08-20T20:25:50.5898965Z [00:02:01.464]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:50.5903376Z [00:02:01.464]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20210125001918-ca9a967f8778=>github.com/xo/terminfo@v0.0.0-20210125001918-ca9a967f8778;$WORK/b099=>" -p github.com/xo/terminfo -lang=go1.15 -complete -installsuffix shared -buildid aM_luORdtu2kXMpETUKQ/aM_luORdtu2kXMpETUKQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20210125001918-ca9a967f8778/caps.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20210125001918-ca9a967f8778/capvals.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20210125001918-ca9a967f8778/color.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20210125001918-ca9a967f8778/load.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20210125001918-ca9a967f8778/param.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20210125001918-ca9a967f8778/stack.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20210125001918-ca9a967f8778/terminfo.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20210125001918-ca9a967f8778/util.go
2025-08-20T20:25:50.5937156Z [00:02:01.468]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T20:25:50.5945890Z [00:02:01.469]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d # internal
2025-08-20T20:25:50.5968373Z [00:02:01.471]➜  crypto/internal/fips140/aes/gcm
2025-08-20T20:25:50.5971570Z [00:02:01.472]➜  mkdir -p $WORK/b141/
2025-08-20T20:25:50.5974240Z [00:02:01.472]➜  echo -n > $WORK/b141/go_asm.h # internal
2025-08-20T20:25:50.5974638Z [00:02:01.472]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T20:25:50.5975965Z [00:02:01.472]➜  /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/b141=>" -I $WORK/b141/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b141/symabis ./gcm_arm64.s
2025-08-20T20:25:50.6046412Z [00:02:01.479]➜  cat >/tmp/go-build4047508428/b141/importcfg << 'EOF' # internal
2025-08-20T20:25:50.6059579Z [00:02:01.479]➜  # import config
2025-08-20T20:25:50.6060365Z [00:02:01.479]➜  packagefile crypto/internal/fips140=/tmp/go-build4047508428/b129/_pkg_.a
2025-08-20T20:25:50.6061250Z [00:02:01.479]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build4047508428/b128/_pkg_.a
2025-08-20T20:25:50.6062456Z [00:02:01.479]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build4047508428/b131/_pkg_.a
2025-08-20T20:25:50.6063646Z [00:02:01.479]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4047508428/b132/_pkg_.a
2025-08-20T20:25:50.6064354Z [00:02:01.479]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build4047508428/b142/_pkg_.a
2025-08-20T20:25:50.6064949Z [00:02:01.479]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4047508428/b139/_pkg_.a
2025-08-20T20:25:50.6065579Z [00:02:01.479]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4047508428/b135/_pkg_.a
2025-08-20T20:25:50.6066207Z [00:02:01.479]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build4047508428/b136/_pkg_.a
2025-08-20T20:25:50.6067178Z [00:02:01.479]➜  packagefile crypto/internal/impl=/tmp/go-build4047508428/b137/_pkg_.a
2025-08-20T20:25:50.6067728Z [00:02:01.479]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:50.6068149Z [00:02:01.479]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:50.6068459Z [00:02:01.479]➜  EOF
2025-08-20T20:25:50.6068722Z [00:02:01.480]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:50.6072486Z [00:02:01.480]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b141=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid RrjrLvctw9Bw7sArM-0F/RrjrLvctw9Bw7sArM-0F -goversion go1.25.0 -symabis $WORK/b141/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack -asmhdr $WORK/b141/go_asm.h /root/.go/src/crypto/internal/fips140/aes/gcm/cast.go /root/.go/src/crypto/internal/fips140/aes/gcm/cmac.go /root/.go/src/crypto/internal/fips140/aes/gcm/ctrkdf.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_asm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_generic.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_nonces.go /root/.go/src/crypto/internal/fips140/aes/gcm/ghash.go
2025-08-20T20:25:50.6199261Z [00:02:01.495]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T20:25:50.6221288Z [00:02:01.497]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/11/11fb5a252a4c7650fa1aed76abe6e1ec553e80a47c5f0e0c4719d8d8a407fcba-d # internal
2025-08-20T20:25:50.6224318Z [00:02:01.497]➜  crypto/internal/fips140only
2025-08-20T20:25:50.6224632Z [00:02:01.497]➜  mkdir -p $WORK/b147/
2025-08-20T20:25:50.6287760Z [00:02:01.504]➜  cat >/tmp/go-build4047508428/b147/importcfg << 'EOF' # internal
2025-08-20T20:25:50.6288685Z [00:02:01.504]➜  # import config
2025-08-20T20:25:50.6289297Z [00:02:01.504]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build4047508428/b142/_pkg_.a
2025-08-20T20:25:50.6289989Z [00:02:01.504]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build4047508428/b134/_pkg_.a
2025-08-20T20:25:50.6290581Z [00:02:01.504]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build4047508428/b138/_pkg_.a
2025-08-20T20:25:50.6291167Z [00:02:01.504]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build4047508428/b140/_pkg_.a
2025-08-20T20:25:50.6291662Z [00:02:01.504]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:50.6292134Z [00:02:01.504]➜  packagefile internal/godebug=/tmp/go-build4047508428/b060/_pkg_.a
2025-08-20T20:25:50.6292576Z [00:02:01.504]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:50.6292880Z [00:02:01.504]➜  EOF
2025-08-20T20:25:50.6299403Z [00:02:01.505]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b147=>" -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/b147/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T20:25:50.6845366Z [00:02:01.559]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T20:25:50.6846736Z [00:02:01.559]➜  /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/b141=>" -I $WORK/b141/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b141/gcm_arm64.o ./gcm_arm64.s
2025-08-20T20:25:50.6904739Z [00:02:01.565]➜  go tool pack r $WORK/b141/_pkg_.a $WORK/b141/gcm_arm64.o # internal
2025-08-20T20:25:50.6910809Z [00:02:01.566]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T20:25:50.6916872Z [00:02:01.567]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d # internal
2025-08-20T20:25:50.6920570Z [00:02:01.567]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T20:25:50.6922824Z [00:02:01.567]➜  mkdir -p $WORK/b157/
2025-08-20T20:25:50.6923290Z [00:02:01.567]➜  cat >/tmp/go-build4047508428/b157/importcfg << 'EOF' # internal
2025-08-20T20:25:50.6923639Z [00:02:01.567]➜  # import config
2025-08-20T20:25:50.6924071Z [00:02:01.567]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4047508428/b132/_pkg_.a
2025-08-20T20:25:50.6924686Z [00:02:01.567]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4047508428/b139/_pkg_.a
2025-08-20T20:25:50.6925189Z [00:02:01.567]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:50.6925620Z [00:02:01.567]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:50.6925941Z [00:02:01.567]➜  EOF
2025-08-20T20:25:50.6927330Z [00:02:01.568]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:50.6932388Z [00:02:01.568]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec/fiat=>crypto/internal/fips140/nistec/fiat;$WORK/b157=>" -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/b157/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-20T20:25:50.6941124Z [00:02:01.569]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T20:25:50.6949712Z [00:02:01.570]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d # internal
2025-08-20T20:25:50.6955417Z [00:02:01.570]➜  crypto/cipher
2025-08-20T20:25:50.6955737Z [00:02:01.570]➜  mkdir -p $WORK/b127/
2025-08-20T20:25:50.6956109Z [00:02:01.570]➜  cat >/tmp/go-build4047508428/b127/importcfg << 'EOF' # internal
2025-08-20T20:25:50.6956457Z [00:02:01.570]➜  # import config
2025-08-20T20:25:50.6956793Z [00:02:01.570]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:50.6957291Z [00:02:01.570]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build4047508428/b128/_pkg_.a
2025-08-20T20:25:50.6957875Z [00:02:01.570]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build4047508428/b141/_pkg_.a
2025-08-20T20:25:50.6958475Z [00:02:01.570]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build4047508428/b131/_pkg_.a
2025-08-20T20:25:50.6959048Z [00:02:01.570]➜  packagefile crypto/internal/fips140only=/tmp/go-build4047508428/b147/_pkg_.a
2025-08-20T20:25:50.6959784Z [00:02:01.570]➜  packagefile crypto/subtle=/tmp/go-build4047508428/b148/_pkg_.a
2025-08-20T20:25:50.6960230Z [00:02:01.570]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:50.6960707Z [00:02:01.570]➜  packagefile internal/byteorder=/tmp/go-build4047508428/b013/_pkg_.a
2025-08-20T20:25:50.6961154Z [00:02:01.570]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:50.6961456Z [00:02:01.570]➜  EOF
2025-08-20T20:25:50.6963936Z [00:02:01.570]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b127=>" -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/b127/importcfg -pack /root/.go/src/crypto/cipher/cbc.go /root/.go/src/crypto/cipher/cfb.go /root/.go/src/crypto/cipher/cipher.go /root/.go/src/crypto/cipher/ctr.go /root/.go/src/crypto/cipher/gcm.go /root/.go/src/crypto/cipher/io.go /root/.go/src/crypto/cipher/ofb.go
2025-08-20T20:25:50.7336836Z [00:02:01.608]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T20:25:50.7428475Z [00:02:01.617]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/db/dbbf1f596bc0b8a1b399c8db3fdd088c62ed95579b3bbe1dab7200a106c1c579-d # internal
2025-08-20T20:25:50.7455027Z [00:02:01.620]➜  github.com/gookit/color
2025-08-20T20:25:50.7457509Z [00:02:01.621]➜  mkdir -p $WORK/b098/
2025-08-20T20:25:50.7458745Z [00:02:01.621]➜  cat >/tmp/go-build4047508428/b098/importcfg << 'EOF' # internal
2025-08-20T20:25:50.7459920Z [00:02:01.621]➜  # import config
2025-08-20T20:25:50.7460949Z [00:02:01.621]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:50.7461561Z [00:02:01.621]➜  packagefile github.com/xo/terminfo=/tmp/go-build4047508428/b099/_pkg_.a
2025-08-20T20:25:50.7462040Z [00:02:01.621]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:50.7462473Z [00:02:01.621]➜  packagefile io/ioutil=/tmp/go-build4047508428/b088/_pkg_.a
2025-08-20T20:25:50.7462895Z [00:02:01.621]➜  packagefile log=/tmp/go-build4047508428/b102/_pkg_.a
2025-08-20T20:25:50.7463304Z [00:02:01.621]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:50.7464187Z [00:02:01.621]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:50.7464603Z [00:02:01.621]➜  packagefile regexp=/tmp/go-build4047508428/b104/_pkg_.a
2025-08-20T20:25:50.7465029Z [00:02:01.621]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:50.7465459Z [00:02:01.621]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:50.7465920Z [00:02:01.621]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:50.7466366Z [00:02:01.621]➜  packagefile syscall=/tmp/go-build4047508428/b062/_pkg_.a
2025-08-20T20:25:50.7466683Z [00:02:01.621]➜  EOF
2025-08-20T20:25:50.7470928Z [00:02:01.621]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gookit/color@v1.4.2=>github.com/gookit/color@v1.4.2;$WORK/b098=>" -p github.com/gookit/color -lang=go1.12 -complete -installsuffix shared -buildid Y4mvIQKP-NHrC4fXa_gF/Y4mvIQKP-NHrC4fXa_gF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b098/importcfg -pack /root/go/pkg/mod/github.com/gookit/color@v1.4.2/color.go /root/go/pkg/mod/github.com/gookit/color@v1.4.2/color_16.go /root/go/pkg/mod/github.com/gookit/color@v1.4.2/color_256.go /root/go/pkg/mod/github.com/gookit/color@v1.4.2/color_rgb.go /root/go/pkg/mod/github.com/gookit/color@v1.4.2/color_tag.go /root/go/pkg/mod/github.com/gookit/color@v1.4.2/convert.go /root/go/pkg/mod/github.com/gookit/color@v1.4.2/detect_env.go /root/go/pkg/mod/github.com/gookit/color@v1.4.2/detect_nonwin.go /root/go/pkg/mod/github.com/gookit/color@v1.4.2/printer.go /root/go/pkg/mod/github.com/gookit/color@v1.4.2/quickstart.go /root/go/pkg/mod/github.com/gookit/color@v1.4.2/style.go /root/go/pkg/mod/github.com/gookit/color@v1.4.2/utils.go
2025-08-20T20:25:50.7643452Z [00:02:01.639]➜  cd /root/.go/src/math/big
2025-08-20T20:25:50.7644483Z [00:02:01.639]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b150=>" -I $WORK/b150/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b150/arith_arm64.o ./arith_arm64.s
2025-08-20T20:25:50.7678567Z [00:02:01.643]➜  go tool pack r $WORK/b150/_pkg_.a $WORK/b150/arith_arm64.o # internal
2025-08-20T20:25:50.7685570Z [00:02:01.644]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T20:25:50.7717067Z [00:02:01.647]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T20:25:50.7728618Z [00:02:01.648]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d # internal
2025-08-20T20:25:50.7730030Z [00:02:01.648]➜  crypto/internal/boring
2025-08-20T20:25:50.7737269Z [00:02:01.649]➜  mkdir -p $WORK/b125/
2025-08-20T20:25:50.7737946Z [00:02:01.649]➜  cat >/tmp/go-build4047508428/b125/importcfg << 'EOF' # internal
2025-08-20T20:25:50.7739523Z [00:02:01.649]➜  # import config
2025-08-20T20:25:50.7740209Z [00:02:01.649]➜  packagefile crypto=/tmp/go-build4047508428/b126/_pkg_.a
2025-08-20T20:25:50.7741142Z [00:02:01.649]➜  packagefile crypto/cipher=/tmp/go-build4047508428/b127/_pkg_.a
2025-08-20T20:25:50.7741864Z [00:02:01.649]➜  packagefile crypto/internal/boring/sig=/tmp/go-build4047508428/b149/_pkg_.a
2025-08-20T20:25:50.7742589Z [00:02:01.649]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:50.7743388Z [00:02:01.649]➜  EOF
2025-08-20T20:25:50.7743885Z [00:02:01.649]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:50.7746156Z [00:02:01.649]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b125=>" -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/b125/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T20:25:50.7779634Z [00:02:01.653]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d # internal
2025-08-20T20:25:50.7787399Z [00:02:01.654]➜  crypto/des
2025-08-20T20:25:50.7787911Z [00:02:01.654]➜  mkdir -p $WORK/b153/
2025-08-20T20:25:50.7799712Z [00:02:01.655]➜  cat >/tmp/go-build4047508428/b153/importcfg << 'EOF' # internal
2025-08-20T20:25:50.7800129Z [00:02:01.655]➜  # import config
2025-08-20T20:25:50.7800503Z [00:02:01.655]➜  packagefile crypto/cipher=/tmp/go-build4047508428/b127/_pkg_.a
2025-08-20T20:25:50.7801072Z [00:02:01.655]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build4047508428/b131/_pkg_.a
2025-08-20T20:25:50.7801667Z [00:02:01.655]➜  packagefile crypto/internal/fips140only=/tmp/go-build4047508428/b147/_pkg_.a
2025-08-20T20:25:50.7802163Z [00:02:01.655]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:50.7802630Z [00:02:01.655]➜  packagefile internal/byteorder=/tmp/go-build4047508428/b013/_pkg_.a
2025-08-20T20:25:50.7803096Z [00:02:01.655]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:50.7803535Z [00:02:01.655]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:50.7803839Z [00:02:01.655]➜  EOF
2025-08-20T20:25:50.7805468Z [00:02:01.655]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/.go/src/crypto/des=>crypto/des;$WORK/b153=>" -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/b153/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-20T20:25:50.7918953Z [00:02:01.666]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T20:25:50.7919855Z [00:02:01.666]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d # internal
2025-08-20T20:25:50.7924500Z [00:02:01.667]➜  crypto/rand
2025-08-20T20:25:50.7925064Z [00:02:01.667]➜  mkdir -p $WORK/b124/
2025-08-20T20:25:50.7925694Z [00:02:01.667]➜  cat >/tmp/go-build4047508428/b124/importcfg << 'EOF' # internal
2025-08-20T20:25:50.7926642Z [00:02:01.667]➜  # import config
2025-08-20T20:25:50.7927455Z [00:02:01.667]➜  packagefile crypto/internal/boring=/tmp/go-build4047508428/b125/_pkg_.a
2025-08-20T20:25:50.7928284Z [00:02:01.667]➜  packagefile crypto/internal/fips140=/tmp/go-build4047508428/b129/_pkg_.a
2025-08-20T20:25:50.7929408Z [00:02:01.667]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build4047508428/b142/_pkg_.a
2025-08-20T20:25:50.7930947Z [00:02:01.667]➜  packagefile crypto/internal/fips140only=/tmp/go-build4047508428/b147/_pkg_.a
2025-08-20T20:25:50.7932007Z [00:02:01.667]➜  packagefile crypto/internal/randutil=/tmp/go-build4047508428/b145/_pkg_.a
2025-08-20T20:25:50.7932923Z [00:02:01.667]➜  packagefile crypto/internal/sysrand=/tmp/go-build4047508428/b144/_pkg_.a
2025-08-20T20:25:50.7934000Z [00:02:01.667]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:50.7934993Z [00:02:01.667]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:50.7935756Z [00:02:01.667]➜  packagefile math/big=/tmp/go-build4047508428/b150/_pkg_.a
2025-08-20T20:25:50.7936553Z [00:02:01.667]➜  EOF
2025-08-20T20:25:50.7938484Z [00:02:01.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/.go/src/crypto/rand=>crypto/rand;$WORK/b124=>" -p crypto/rand -lang=go1.25 -std -complete -installsuffix shared -buildid A38w9Mg8qJS5LJrKaVFx/A38w9Mg8qJS5LJrKaVFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b124/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-20T20:25:50.8095804Z [00:02:01.684]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T20:25:50.8102455Z [00:02:01.685]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d # internal
2025-08-20T20:25:50.8103512Z [00:02:01.685]➜  crypto/aes
2025-08-20T20:25:50.8104664Z [00:02:01.685]➜  mkdir -p $WORK/b152/
2025-08-20T20:25:50.8105316Z [00:02:01.686]➜  cat >/tmp/go-build4047508428/b152/importcfg << 'EOF' # internal
2025-08-20T20:25:50.8116294Z [00:02:01.686]➜  # import config
2025-08-20T20:25:50.8116816Z [00:02:01.686]➜  packagefile crypto/cipher=/tmp/go-build4047508428/b127/_pkg_.a
2025-08-20T20:25:50.8117338Z [00:02:01.686]➜  packagefile crypto/internal/boring=/tmp/go-build4047508428/b125/_pkg_.a
2025-08-20T20:25:50.8117929Z [00:02:01.686]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build4047508428/b128/_pkg_.a
2025-08-20T20:25:50.8118431Z [00:02:01.686]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:50.8118749Z [00:02:01.686]➜  EOF
2025-08-20T20:25:50.8122833Z [00:02:01.686]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/.go/src/crypto/aes=>crypto/aes;$WORK/b152=>" -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/b152/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T20:25:50.8221118Z [00:02:01.696]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T20:25:50.8221876Z [00:02:01.697]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d # internal
2025-08-20T20:25:50.8222484Z [00:02:01.697]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T20:25:50.8222836Z [00:02:01.697]➜  mkdir -p $WORK/b158/
2025-08-20T20:25:50.8223213Z [00:02:01.697]➜  cat >/tmp/go-build4047508428/b158/importcfg << 'EOF' # internal
2025-08-20T20:25:50.8223558Z [00:02:01.697]➜  # import config
2025-08-20T20:25:50.8223993Z [00:02:01.697]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4047508428/b132/_pkg_.a
2025-08-20T20:25:50.8224586Z [00:02:01.697]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4047508428/b139/_pkg_.a
2025-08-20T20:25:50.8225226Z [00:02:01.697]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4047508428/b135/_pkg_.a
2025-08-20T20:25:50.8225756Z [00:02:01.697]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:50.8226188Z [00:02:01.697]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:50.8226515Z [00:02:01.697]➜  EOF
2025-08-20T20:25:50.8229560Z [00:02:01.697]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b158=>" -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/b158/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-20T20:25:50.8243788Z [00:02:01.699]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T20:25:50.8275163Z [00:02:01.702]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d # internal
2025-08-20T20:25:50.8275885Z [00:02:01.702]➜  crypto/internal/boring/bbig
2025-08-20T20:25:50.8276184Z [00:02:01.702]➜  mkdir -p $WORK/b161/
2025-08-20T20:25:50.8276560Z [00:02:01.702]➜  cat >/tmp/go-build4047508428/b161/importcfg << 'EOF' # internal
2025-08-20T20:25:50.8276934Z [00:02:01.702]➜  # import config
2025-08-20T20:25:50.8277336Z [00:02:01.702]➜  packagefile crypto/internal/boring=/tmp/go-build4047508428/b125/_pkg_.a
2025-08-20T20:25:50.8277822Z [00:02:01.702]➜  packagefile math/big=/tmp/go-build4047508428/b150/_pkg_.a
2025-08-20T20:25:50.8278145Z [00:02:01.702]➜  EOF
2025-08-20T20:25:50.8280067Z [00:02:01.702]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/bbig=>crypto/internal/boring/bbig;$WORK/b161=>" -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/b161/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T20:25:50.8512325Z [00:02:01.725]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T20:25:50.8513871Z [00:02:01.725]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d # internal
2025-08-20T20:25:50.8515560Z [00:02:01.725]➜  crypto/internal/fips140/bigmod
2025-08-20T20:25:50.8515874Z [00:02:01.725]➜  mkdir -p $WORK/b163/
2025-08-20T20:25:50.8516188Z [00:02:01.725]➜  echo -n > $WORK/b163/go_asm.h # internal
2025-08-20T20:25:50.8516543Z [00:02:01.725]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T20:25:50.8517826Z [00:02:01.725]➜  /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/b163=>" -I $WORK/b163/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b163/symabis ./nat_arm64.s
2025-08-20T20:25:50.8548954Z [00:02:01.730]➜  cat >/tmp/go-build4047508428/b163/importcfg << 'EOF' # internal
2025-08-20T20:25:50.8551490Z [00:02:01.730]➜  # import config
2025-08-20T20:25:50.8551957Z [00:02:01.730]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4047508428/b132/_pkg_.a
2025-08-20T20:25:50.8552630Z [00:02:01.730]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4047508428/b135/_pkg_.a
2025-08-20T20:25:50.8553264Z [00:02:01.730]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build4047508428/b136/_pkg_.a
2025-08-20T20:25:50.8553824Z [00:02:01.730]➜  packagefile crypto/internal/impl=/tmp/go-build4047508428/b137/_pkg_.a
2025-08-20T20:25:50.8554305Z [00:02:01.730]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:50.8554755Z [00:02:01.730]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:50.8555077Z [00:02:01.730]➜  EOF
2025-08-20T20:25:50.8555321Z [00:02:01.730]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:50.8557915Z [00:02:01.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b163=>" -p crypto/internal/fips140/bigmod -lang=go1.25 -std -installsuffix shared -buildid d01bEfxgoen9rA0aoqkj/d01bEfxgoen9rA0aoqkj -goversion go1.25.0 -symabis $WORK/b163/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack -asmhdr $WORK/b163/go_asm.h /root/.go/src/crypto/internal/fips140/bigmod/nat.go /root/.go/src/crypto/internal/fips140/bigmod/nat_asm.go
2025-08-20T20:25:50.8907820Z [00:02:01.765]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T20:25:50.8916471Z [00:02:01.766]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d # internal
2025-08-20T20:25:50.8923640Z [00:02:01.766]➜  crypto/internal/fips140cache
2025-08-20T20:25:50.8923988Z [00:02:01.766]➜  mkdir -p $WORK/b164/
2025-08-20T20:25:50.8924371Z [00:02:01.767]➜  cat >/tmp/go-build4047508428/b164/importcfg << 'EOF' # internal
2025-08-20T20:25:50.8924718Z [00:02:01.767]➜  # import config
2025-08-20T20:25:50.8925063Z [00:02:01.767]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:50.8925520Z [00:02:01.767]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:50.8941908Z [00:02:01.767]➜  packagefile weak=/tmp/go-build4047508428/b165/_pkg_.a
2025-08-20T20:25:50.8942267Z [00:02:01.767]➜  EOF
2025-08-20T20:25:50.8943994Z [00:02:01.768]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140cache=>crypto/internal/fips140cache;$WORK/b164=>" -p crypto/internal/fips140cache -lang=go1.25 -std -complete -installsuffix shared -buildid mOJ69xxADTyI1M8QoAOK/mOJ69xxADTyI1M8QoAOK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b164/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T20:25:50.9191708Z [00:02:01.794]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T20:25:50.9223205Z [00:02:01.797]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/32/328536c655a184984547db8341fa88f8a0ed55893248109e905ffea5cba3b6ff-d # internal
2025-08-20T20:25:50.9227410Z [00:02:01.797]➜  github.com/TheZoraiz/ascii-image-converter/image_manipulation
2025-08-20T20:25:50.9227866Z [00:02:01.797]➜  mkdir -p $WORK/b071/
2025-08-20T20:25:50.9228244Z [00:02:01.797]➜  cat >/tmp/go-build4047508428/b071/importcfg << 'EOF' # internal
2025-08-20T20:25:50.9228595Z [00:02:01.797]➜  # import config
2025-08-20T20:25:50.9228923Z [00:02:01.797]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:50.9229722Z [00:02:01.797]➜  packagefile github.com/TheZoraiz/ascii-image-converter/aic_package/winsize=/tmp/go-build4047508428/b072/_pkg_.a
2025-08-20T20:25:50.9230459Z [00:02:01.797]➜  packagefile github.com/disintegration/imaging=/tmp/go-build4047508428/b074/_pkg_.a
2025-08-20T20:25:50.9231031Z [00:02:01.797]➜  packagefile github.com/gookit/color=/tmp/go-build4047508428/b098/_pkg_.a
2025-08-20T20:25:50.9231652Z [00:02:01.797]➜  packagefile github.com/makeworld-the-better-one/dither/v2=/tmp/go-build4047508428/b106/_pkg_.a
2025-08-20T20:25:50.9232198Z [00:02:01.797]➜  packagefile image=/tmp/go-build4047508428/b077/_pkg_.a
2025-08-20T20:25:50.9232646Z [00:02:01.797]➜  packagefile image/color=/tmp/go-build4047508428/b079/_pkg_.a
2025-08-20T20:25:50.9232976Z [00:02:01.797]➜  EOF
2025-08-20T20:25:50.9236047Z [00:02:01.797]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!the!zoraiz/ascii-image-converter@v1.13.1/image_manipulation=>github.com/TheZoraiz/ascii-image-converter@v1.13.1/image_manipulation;$WORK/b071=>" -p github.com/TheZoraiz/ascii-image-converter/image_manipulation -lang=go1.17 -complete -installsuffix shared -buildid cCgD-ffUR0lsLnqUXk1_/cCgD-ffUR0lsLnqUXk1_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack /root/go/pkg/mod/github.com/!the!zoraiz/ascii-image-converter@v1.13.1/image_manipulation/ascii_conversions.go /root/go/pkg/mod/github.com/!the!zoraiz/ascii-image-converter@v1.13.1/image_manipulation/image_conversions.go /root/go/pkg/mod/github.com/!the!zoraiz/ascii-image-converter@v1.13.1/image_manipulation/util.go
2025-08-20T20:25:50.9348688Z [00:02:01.809]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T20:25:50.9380571Z [00:02:01.810]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d # internal
2025-08-20T20:25:50.9381169Z [00:02:01.810]➜  crypto/sha3
2025-08-20T20:25:50.9381427Z [00:02:01.810]➜  mkdir -p $WORK/b167/
2025-08-20T20:25:50.9381852Z [00:02:01.810]➜  cat >/tmp/go-build4047508428/b167/importcfg << 'EOF' # internal
2025-08-20T20:25:50.9382250Z [00:02:01.811]➜  # import config
2025-08-20T20:25:50.9382590Z [00:02:01.811]➜  packagefile crypto=/tmp/go-build4047508428/b126/_pkg_.a
2025-08-20T20:25:50.9383100Z [00:02:01.811]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build4047508428/b138/_pkg_.a
2025-08-20T20:25:50.9383593Z [00:02:01.811]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:50.9383901Z [00:02:01.811]➜  EOF
2025-08-20T20:25:50.9385329Z [00:02:01.811]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/crypto/sha3=>crypto/sha3;$WORK/b167=>" -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/b167/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T20:25:50.9554443Z [00:02:01.830]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T20:25:50.9559339Z [00:02:01.831]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/50/506448f9a9443acba856f3f9e810537bd9cc0ac29241ee756395bfd0b9b27252-d # internal
2025-08-20T20:25:50.9563446Z [00:02:01.831]➜  crypto/sha512
2025-08-20T20:25:50.9563742Z [00:02:01.831]➜  mkdir -p $WORK/b168/
2025-08-20T20:25:50.9564128Z [00:02:01.831]➜  cat >/tmp/go-build4047508428/b168/importcfg << 'EOF' # internal
2025-08-20T20:25:50.9564479Z [00:02:01.831]➜  # import config
2025-08-20T20:25:50.9564820Z [00:02:01.831]➜  packagefile crypto=/tmp/go-build4047508428/b126/_pkg_.a
2025-08-20T20:25:50.9565308Z [00:02:01.831]➜  packagefile crypto/internal/boring=/tmp/go-build4047508428/b125/_pkg_.a
2025-08-20T20:25:50.9565899Z [00:02:01.831]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build4047508428/b140/_pkg_.a
2025-08-20T20:25:50.9566400Z [00:02:01.831]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:50.9566709Z [00:02:01.831]➜  EOF
2025-08-20T20:25:50.9568131Z [00:02:01.831]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b168=>" -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/b168/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T20:25:50.9638523Z [00:02:01.839]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T20:25:50.9643120Z [00:02:01.839]➜  /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/b163=>" -I $WORK/b163/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b163/nat_arm64.o ./nat_arm64.s
2025-08-20T20:25:50.9666177Z [00:02:01.842]➜  go tool pack r $WORK/b163/_pkg_.a $WORK/b163/nat_arm64.o # internal
2025-08-20T20:25:50.9666978Z [00:02:01.842]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T20:25:50.9685284Z [00:02:01.843]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d # internal
2025-08-20T20:25:50.9686372Z [00:02:01.844]➜  encoding/asn1
2025-08-20T20:25:50.9686849Z [00:02:01.844]➜  mkdir -p $WORK/b170/
2025-08-20T20:25:50.9698089Z [00:02:01.845]➜  cat >/tmp/go-build4047508428/b170/importcfg << 'EOF' # internal
2025-08-20T20:25:50.9698746Z [00:02:01.845]➜  # import config
2025-08-20T20:25:50.9699552Z [00:02:01.845]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:50.9700226Z [00:02:01.845]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:50.9701592Z [00:02:01.845]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:50.9702106Z [00:02:01.845]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:50.9702534Z [00:02:01.845]➜  packagefile math/big=/tmp/go-build4047508428/b150/_pkg_.a
2025-08-20T20:25:50.9702969Z [00:02:01.845]➜  packagefile reflect=/tmp/go-build4047508428/b052/_pkg_.a
2025-08-20T20:25:50.9703390Z [00:02:01.845]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:50.9703828Z [00:02:01.845]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:50.9704255Z [00:02:01.845]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:50.9704672Z [00:02:01.845]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:50.9705113Z [00:02:01.845]➜  packagefile unicode/utf16=/tmp/go-build4047508428/b068/_pkg_.a
2025-08-20T20:25:50.9705575Z [00:02:01.845]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:50.9705916Z [00:02:01.845]➜  EOF
2025-08-20T20:25:50.9706161Z [00:02:01.845]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:50.9707947Z [00:02:01.845]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/.go/src/encoding/asn1=>encoding/asn1;$WORK/b170=>" -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/b170/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-20T20:25:50.9730701Z [00:02:01.848]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T20:25:50.9736249Z [00:02:01.849]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d # internal
2025-08-20T20:25:50.9764016Z [00:02:01.851]➜  crypto/internal/fips140/edwards25519
2025-08-20T20:25:50.9764798Z [00:02:01.851]➜  mkdir -p $WORK/b174/
2025-08-20T20:25:50.9768846Z [00:02:01.852]➜  cat >/tmp/go-build4047508428/b174/importcfg << 'EOF' # internal
2025-08-20T20:25:50.9769481Z [00:02:01.852]➜  # import config
2025-08-20T20:25:50.9769941Z [00:02:01.852]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4047508428/b132/_pkg_.a
2025-08-20T20:25:50.9770597Z [00:02:01.852]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build4047508428/b158/_pkg_.a
2025-08-20T20:25:50.9771233Z [00:02:01.852]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4047508428/b139/_pkg_.a
2025-08-20T20:25:50.9771894Z [00:02:01.852]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4047508428/b135/_pkg_.a
2025-08-20T20:25:50.9772429Z [00:02:01.852]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:50.9772864Z [00:02:01.852]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:50.9773289Z [00:02:01.852]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:50.9773610Z [00:02:01.852]➜  EOF
2025-08-20T20:25:50.9776719Z [00:02:01.852]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b174=>" -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/b174/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-20T20:25:50.9785861Z [00:02:01.853]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T20:25:50.9787413Z [00:02:01.854]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d # internal
2025-08-20T20:25:50.9796101Z [00:02:01.854]➜  crypto/internal/fips140hash
2025-08-20T20:25:50.9797419Z [00:02:01.854]➜  mkdir -p $WORK/b166/
2025-08-20T20:25:50.9798861Z [00:02:01.855]➜  cat >/tmp/go-build4047508428/b166/importcfg << 'EOF' # internal
2025-08-20T20:25:50.9799365Z [00:02:01.855]➜  # import config
2025-08-20T20:25:50.9799824Z [00:02:01.855]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build4047508428/b138/_pkg_.a
2025-08-20T20:25:50.9800397Z [00:02:01.855]➜  packagefile crypto/sha3=/tmp/go-build4047508428/b167/_pkg_.a
2025-08-20T20:25:50.9800838Z [00:02:01.855]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:50.9801148Z [00:02:01.855]➜  EOF
2025-08-20T20:25:50.9807663Z [00:02:01.856]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140hash=>crypto/internal/fips140hash;$WORK/b166=>" -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/b166/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T20:25:50.9833276Z [00:02:01.858]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T20:25:50.9864774Z [00:02:01.861]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d # internal
2025-08-20T20:25:50.9901919Z [00:02:01.865]➜  crypto/internal/fips140/nistec
2025-08-20T20:25:50.9902562Z [00:02:01.865]➜  mkdir -p $WORK/b156/
2025-08-20T20:25:50.9903167Z [00:02:01.865]➜  echo -n > $WORK/b156/go_asm.h # internal
2025-08-20T20:25:50.9904552Z [00:02:01.865]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T20:25:50.9905910Z [00:02:01.865]➜  /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/b156=>" -I $WORK/b156/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b156/symabis ./p256_asm_arm64.s
2025-08-20T20:25:50.9913383Z [00:02:01.866]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T20:25:50.9920365Z [00:02:01.867]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d # internal
2025-08-20T20:25:50.9939863Z [00:02:01.869]➜  crypto/internal/fips140/hkdf
2025-08-20T20:25:50.9940748Z [00:02:01.869]➜  mkdir -p $WORK/b176/
2025-08-20T20:25:50.9941284Z [00:02:01.869]➜  cat >/tmp/go-build4047508428/b176/importcfg << 'EOF' # internal
2025-08-20T20:25:50.9941645Z [00:02:01.869]➜  # import config
2025-08-20T20:25:50.9941989Z [00:02:01.869]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:50.9942484Z [00:02:01.869]➜  packagefile crypto/internal/fips140=/tmp/go-build4047508428/b129/_pkg_.a
2025-08-20T20:25:50.9943078Z [00:02:01.869]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4047508428/b132/_pkg_.a
2025-08-20T20:25:50.9943662Z [00:02:01.869]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build4047508428/b133/_pkg_.a
2025-08-20T20:25:50.9944242Z [00:02:01.869]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build4047508428/b134/_pkg_.a
2025-08-20T20:25:50.9944740Z [00:02:01.869]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:50.9945153Z [00:02:01.869]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:50.9945476Z [00:02:01.869]➜  EOF
2025-08-20T20:25:50.9945718Z [00:02:01.869]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:50.9947977Z [00:02:01.869]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hkdf=>crypto/internal/fips140/hkdf;$WORK/b176=>" -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/b176/importcfg -pack /root/.go/src/crypto/internal/fips140/hkdf/cast.go /root/.go/src/crypto/internal/fips140/hkdf/hkdf.go
2025-08-20T20:25:50.9981156Z [00:02:01.873]➜  cat >/tmp/go-build4047508428/b156/importcfg << 'EOF' # internal
2025-08-20T20:25:50.9982288Z [00:02:01.873]➜  # import config
2025-08-20T20:25:50.9982774Z [00:02:01.873]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4047508428/b132/_pkg_.a
2025-08-20T20:25:50.9983402Z [00:02:01.873]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build4047508428/b157/_pkg_.a
2025-08-20T20:25:50.9984049Z [00:02:01.873]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4047508428/b139/_pkg_.a
2025-08-20T20:25:50.9984677Z [00:02:01.873]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4047508428/b135/_pkg_.a
2025-08-20T20:25:50.9985207Z [00:02:01.873]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:50.9985640Z [00:02:01.873]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:50.9986087Z [00:02:01.873]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:50.9986509Z [00:02:01.873]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:50.9986818Z [00:02:01.873]➜  EOF
2025-08-20T20:25:51.0157090Z [00:02:01.873]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b156=>" -p crypto/internal/fips140/nistec -lang=go1.25 -std -installsuffix shared -buildid I6xat44r4YjCpdw5c6zD/I6xat44r4YjCpdw5c6zD -goversion go1.25.0 -symabis $WORK/b156/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b156/importcfg -pack -asmhdr $WORK/b156/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-20T20:25:51.0160836Z [00:02:01.890]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T20:25:51.0163438Z [00:02:01.890]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d # internal
2025-08-20T20:25:51.0164263Z [00:02:01.890]➜  crypto/hkdf
2025-08-20T20:25:51.0164831Z [00:02:01.890]➜  mkdir -p $WORK/b175/
2025-08-20T20:25:51.0165399Z [00:02:01.890]➜  cat >/tmp/go-build4047508428/b175/importcfg << 'EOF' # internal
2025-08-20T20:25:51.0166098Z [00:02:01.890]➜  # import config
2025-08-20T20:25:51.0166857Z [00:02:01.890]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build4047508428/b176/_pkg_.a
2025-08-20T20:25:51.0168417Z [00:02:01.890]➜  packagefile crypto/internal/fips140hash=/tmp/go-build4047508428/b166/_pkg_.a
2025-08-20T20:25:51.0169710Z [00:02:01.890]➜  packagefile crypto/internal/fips140only=/tmp/go-build4047508428/b147/_pkg_.a
2025-08-20T20:25:51.0170243Z [00:02:01.890]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.0170672Z [00:02:01.890]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:51.0170977Z [00:02:01.890]➜  EOF
2025-08-20T20:25:51.0172375Z [00:02:01.890]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/.go/src/crypto/hkdf=>crypto/hkdf;$WORK/b175=>" -p crypto/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid le8lku1Ns3Um0BHAqMkZ/le8lku1Ns3Um0BHAqMkZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T20:25:51.0294008Z [00:02:01.904]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T20:25:51.0297940Z [00:02:01.905]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d # internal
2025-08-20T20:25:51.0334537Z [00:02:01.908]➜  crypto/hmac
2025-08-20T20:25:51.0334969Z [00:02:01.908]➜  mkdir -p $WORK/b177/
2025-08-20T20:25:51.0338114Z [00:02:01.909]➜  cat >/tmp/go-build4047508428/b177/importcfg << 'EOF' # internal
2025-08-20T20:25:51.0349611Z [00:02:01.909]➜  # import config
2025-08-20T20:25:51.0350050Z [00:02:01.909]➜  packagefile crypto/internal/boring=/tmp/go-build4047508428/b125/_pkg_.a
2025-08-20T20:25:51.0350631Z [00:02:01.909]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build4047508428/b133/_pkg_.a
2025-08-20T20:25:51.0351245Z [00:02:01.909]➜  packagefile crypto/internal/fips140hash=/tmp/go-build4047508428/b166/_pkg_.a
2025-08-20T20:25:51.0351816Z [00:02:01.909]➜  packagefile crypto/internal/fips140only=/tmp/go-build4047508428/b147/_pkg_.a
2025-08-20T20:25:51.0352333Z [00:02:01.909]➜  packagefile crypto/subtle=/tmp/go-build4047508428/b148/_pkg_.a
2025-08-20T20:25:51.0352776Z [00:02:01.909]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:51.0353086Z [00:02:01.909]➜  EOF
2025-08-20T20:25:51.0426244Z [00:02:01.917]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b177=>" -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/b177/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T20:25:51.0624616Z [00:02:01.937]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T20:25:51.0638026Z [00:02:01.939]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d # internal
2025-08-20T20:25:51.0638715Z [00:02:01.939]➜  crypto/internal/fips140/ed25519
2025-08-20T20:25:51.0639023Z [00:02:01.939]➜  mkdir -p $WORK/b173/
2025-08-20T20:25:51.0650187Z [00:02:01.940]➜  cat >/tmp/go-build4047508428/b173/importcfg << 'EOF' # internal
2025-08-20T20:25:51.0650648Z [00:02:01.940]➜  # import config
2025-08-20T20:25:51.0651026Z [00:02:01.940]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:51.0651527Z [00:02:01.940]➜  packagefile crypto/internal/fips140=/tmp/go-build4047508428/b129/_pkg_.a
2025-08-20T20:25:51.0652098Z [00:02:01.940]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4047508428/b132/_pkg_.a
2025-08-20T20:25:51.0652678Z [00:02:01.940]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build4047508428/b142/_pkg_.a
2025-08-20T20:25:51.0653293Z [00:02:01.940]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build4047508428/b174/_pkg_.a
2025-08-20T20:25:51.0653919Z [00:02:01.940]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build4047508428/b140/_pkg_.a
2025-08-20T20:25:51.0654419Z [00:02:01.940]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.0654844Z [00:02:01.940]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:51.0655265Z [00:02:01.940]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:51.0655574Z [00:02:01.940]➜  EOF
2025-08-20T20:25:51.0657570Z [00:02:01.940]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b173=>" -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/b173/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T20:25:51.0754783Z [00:02:01.949]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T20:25:51.0761231Z [00:02:01.950]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d # internal
2025-08-20T20:25:51.0761843Z [00:02:01.950]➜  crypto/internal/fips140/mlkem
2025-08-20T20:25:51.0762144Z [00:02:01.950]➜  mkdir -p $WORK/b178/
2025-08-20T20:25:51.0762877Z [00:02:01.950]➜  cat >/tmp/go-build4047508428/b178/importcfg << 'EOF' # internal
2025-08-20T20:25:51.0763300Z [00:02:01.950]➜  # import config
2025-08-20T20:25:51.0763647Z [00:02:01.950]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:51.0764145Z [00:02:01.950]➜  packagefile crypto/internal/fips140=/tmp/go-build4047508428/b129/_pkg_.a
2025-08-20T20:25:51.0764717Z [00:02:01.950]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4047508428/b132/_pkg_.a
2025-08-20T20:25:51.0765311Z [00:02:01.950]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build4047508428/b142/_pkg_.a
2025-08-20T20:25:51.0765887Z [00:02:01.950]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build4047508428/b138/_pkg_.a
2025-08-20T20:25:51.0766469Z [00:02:01.950]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4047508428/b139/_pkg_.a
2025-08-20T20:25:51.0767097Z [00:02:01.950]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4047508428/b135/_pkg_.a
2025-08-20T20:25:51.0767636Z [00:02:01.950]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.0767952Z [00:02:01.950]➜  EOF
2025-08-20T20:25:51.0770495Z [00:02:01.950]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/mlkem=>crypto/internal/fips140/mlkem;$WORK/b178=>" -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/b178/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-20T20:25:51.1103290Z [00:02:01.985]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T20:25:51.1111700Z [00:02:01.986]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d # internal
2025-08-20T20:25:51.1133874Z [00:02:01.986]➜  crypto/ed25519
2025-08-20T20:25:51.1134285Z [00:02:01.986]➜  mkdir -p $WORK/b172/
2025-08-20T20:25:51.1134682Z [00:02:01.987]➜  cat >/tmp/go-build4047508428/b172/importcfg << 'EOF' # internal
2025-08-20T20:25:51.1135059Z [00:02:01.987]➜  # import config
2025-08-20T20:25:51.1135410Z [00:02:01.987]➜  packagefile crypto=/tmp/go-build4047508428/b126/_pkg_.a
2025-08-20T20:25:51.1135936Z [00:02:01.987]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build4047508428/b173/_pkg_.a
2025-08-20T20:25:51.1136546Z [00:02:01.987]➜  packagefile crypto/internal/fips140cache=/tmp/go-build4047508428/b164/_pkg_.a
2025-08-20T20:25:51.1137130Z [00:02:01.987]➜  packagefile crypto/internal/fips140only=/tmp/go-build4047508428/b147/_pkg_.a
2025-08-20T20:25:51.1137639Z [00:02:01.987]➜  packagefile crypto/rand=/tmp/go-build4047508428/b124/_pkg_.a
2025-08-20T20:25:51.1138105Z [00:02:01.987]➜  packagefile crypto/subtle=/tmp/go-build4047508428/b148/_pkg_.a
2025-08-20T20:25:51.1138557Z [00:02:01.987]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.1138968Z [00:02:01.987]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:51.1140483Z [00:02:01.987]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:51.1140815Z [00:02:01.987]➜  EOF
2025-08-20T20:25:51.1142284Z [00:02:01.987]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b172=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid ubc8QILqzxwNY9uAXovg/ubc8QILqzxwNY9uAXovg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T20:25:51.1225789Z [00:02:01.997]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T20:25:51.1257558Z [00:02:02.000]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d # internal
2025-08-20T20:25:51.1258569Z [00:02:02.000]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:25:51.1258953Z [00:02:02.000]➜  mkdir -p $WORK/b169/
2025-08-20T20:25:51.1259550Z [00:02:02.001]➜  cat >/tmp/go-build4047508428/b169/importcfg << 'EOF' # internal
2025-08-20T20:25:51.1259910Z [00:02:02.001]➜  # import config
2025-08-20T20:25:51.1260394Z [00:02:02.001]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:25:51.1260963Z [00:02:02.001]➜  packagefile encoding/asn1=/tmp/go-build4047508428/b170/_pkg_.a
2025-08-20T20:25:51.1261436Z [00:02:02.001]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.1261849Z [00:02:02.001]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:51.1262405Z [00:02:02.001]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build4047508428/b171/_pkg_.a
2025-08-20T20:25:51.1262953Z [00:02:02.001]➜  packagefile math/big=/tmp/go-build4047508428/b150/_pkg_.a
2025-08-20T20:25:51.1263398Z [00:02:02.001]➜  packagefile reflect=/tmp/go-build4047508428/b052/_pkg_.a
2025-08-20T20:25:51.1263819Z [00:02:02.001]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:51.1264129Z [00:02:02.001]➜  EOF
2025-08-20T20:25:51.1266466Z [00:02:02.001]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte=>vendor/golang.org/x/crypto/cryptobyte;$WORK/b169=>" -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/b169/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-20T20:25:51.1542146Z [00:02:02.029]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T20:25:51.1570321Z [00:02:02.032]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d # internal
2025-08-20T20:25:51.1571765Z [00:02:02.032]➜  crypto/internal/fips140/tls12
2025-08-20T20:25:51.1572087Z [00:02:02.032]➜  mkdir -p $WORK/b179/
2025-08-20T20:25:51.1582083Z [00:02:02.033]➜  cat >/tmp/go-build4047508428/b179/importcfg << 'EOF' # internal
2025-08-20T20:25:51.1582583Z [00:02:02.033]➜  # import config
2025-08-20T20:25:51.1582939Z [00:02:02.033]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:51.1583468Z [00:02:02.033]➜  packagefile crypto/internal/fips140=/tmp/go-build4047508428/b129/_pkg_.a
2025-08-20T20:25:51.1584065Z [00:02:02.033]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4047508428/b132/_pkg_.a
2025-08-20T20:25:51.1584643Z [00:02:02.033]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build4047508428/b133/_pkg_.a
2025-08-20T20:25:51.1585227Z [00:02:02.033]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build4047508428/b134/_pkg_.a
2025-08-20T20:25:51.1585823Z [00:02:02.033]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build4047508428/b140/_pkg_.a
2025-08-20T20:25:51.1586324Z [00:02:02.033]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.1586741Z [00:02:02.033]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:51.1587049Z [00:02:02.033]➜  EOF
2025-08-20T20:25:51.1588982Z [00:02:02.033]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls12=>crypto/internal/fips140/tls12;$WORK/b179=>" -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/b179/importcfg -pack /root/.go/src/crypto/internal/fips140/tls12/cast.go /root/.go/src/crypto/internal/fips140/tls12/tls12.go
2025-08-20T20:25:51.1839078Z [00:02:02.059]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T20:25:51.1847412Z [00:02:02.059]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d # internal
2025-08-20T20:25:51.1853757Z [00:02:02.060]➜  crypto/internal/fips140/tls13
2025-08-20T20:25:51.1854091Z [00:02:02.060]➜  mkdir -p $WORK/b180/
2025-08-20T20:25:51.1854478Z [00:02:02.060]➜  cat >/tmp/go-build4047508428/b180/importcfg << 'EOF' # internal
2025-08-20T20:25:51.1854825Z [00:02:02.060]➜  # import config
2025-08-20T20:25:51.1855191Z [00:02:02.060]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:51.1855695Z [00:02:02.060]➜  packagefile crypto/internal/fips140=/tmp/go-build4047508428/b129/_pkg_.a
2025-08-20T20:25:51.1856272Z [00:02:02.060]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4047508428/b132/_pkg_.a
2025-08-20T20:25:51.1856856Z [00:02:02.060]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build4047508428/b176/_pkg_.a
2025-08-20T20:25:51.1864216Z [00:02:02.060]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build4047508428/b134/_pkg_.a
2025-08-20T20:25:51.1866467Z [00:02:02.060]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4047508428/b135/_pkg_.a
2025-08-20T20:25:51.1867560Z [00:02:02.060]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.1868341Z [00:02:02.060]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:51.1868944Z [00:02:02.060]➜  EOF
2025-08-20T20:25:51.1871283Z [00:02:02.060]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls13=>crypto/internal/fips140/tls13;$WORK/b180=>" -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/b180/importcfg -pack /root/.go/src/crypto/internal/fips140/tls13/cast.go /root/.go/src/crypto/internal/fips140/tls13/tls13.go
2025-08-20T20:25:51.2225602Z [00:02:02.097]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T20:25:51.2234898Z [00:02:02.098]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d # internal
2025-08-20T20:25:51.2240305Z [00:02:02.099]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T20:25:51.2244781Z [00:02:02.099]➜  mkdir -p $WORK/b183/
2025-08-20T20:25:51.2245205Z [00:02:02.099]➜  echo -n > $WORK/b183/go_asm.h # internal
2025-08-20T20:25:51.2245602Z [00:02:02.099]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T20:25:51.2247423Z [00:02:02.099]➜  /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/b183=>" -I $WORK/b183/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b183/symabis ./chacha_arm64.s
2025-08-20T20:25:51.2276975Z [00:02:02.102]➜  cat >/tmp/go-build4047508428/b183/importcfg << 'EOF' # internal
2025-08-20T20:25:51.2281904Z [00:02:02.103]➜  # import config
2025-08-20T20:25:51.2282451Z [00:02:02.103]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T20:25:51.2283040Z [00:02:02.103]➜  packagefile crypto/cipher=/tmp/go-build4047508428/b127/_pkg_.a
2025-08-20T20:25:51.2283529Z [00:02:02.103]➜  packagefile encoding/binary=/tmp/go-build4047508428/b075/_pkg_.a
2025-08-20T20:25:51.2283984Z [00:02:02.103]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.2284560Z [00:02:02.103]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build4047508428/b184/_pkg_.a
2025-08-20T20:25:51.2285109Z [00:02:02.103]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:51.2285550Z [00:02:02.103]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:51.2285867Z [00:02:02.103]➜  EOF
2025-08-20T20:25:51.2286115Z [00:02:02.103]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:51.2288985Z [00:02:02.103]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b183=>" -p vendor/golang.org/x/crypto/chacha20 -lang=go1.25 -std -installsuffix shared -buildid uM0VDGLk5oDbYrNXo2Np/uM0VDGLk5oDbYrNXo2Np -goversion go1.25.0 -symabis $WORK/b183/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b183/importcfg -pack -asmhdr $WORK/b183/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-20T20:25:51.2336460Z [00:02:02.108]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T20:25:51.2359710Z [00:02:02.111]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d # internal
2025-08-20T20:25:51.2365172Z [00:02:02.111]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T20:25:51.2365537Z [00:02:02.111]➜  mkdir -p $WORK/b185/
2025-08-20T20:25:51.2365946Z [00:02:02.111]➜  cat >/tmp/go-build4047508428/b185/importcfg << 'EOF' # internal
2025-08-20T20:25:51.2366296Z [00:02:02.111]➜  # import config
2025-08-20T20:25:51.2366663Z [00:02:02.111]➜  packagefile crypto/subtle=/tmp/go-build4047508428/b148/_pkg_.a
2025-08-20T20:25:51.2367143Z [00:02:02.111]➜  packagefile encoding/binary=/tmp/go-build4047508428/b075/_pkg_.a
2025-08-20T20:25:51.2367611Z [00:02:02.111]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:51.2368272Z [00:02:02.111]➜  EOF
2025-08-20T20:25:51.2370966Z [00:02:02.111]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b185=>" -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/b185/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-20T20:25:51.2414909Z [00:02:02.116]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T20:25:51.2438813Z [00:02:02.119]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d # internal
2025-08-20T20:25:51.2442678Z [00:02:02.119]➜  crypto/md5
2025-08-20T20:25:51.2442950Z [00:02:02.119]➜  mkdir -p $WORK/b186/
2025-08-20T20:25:51.2453600Z [00:02:02.120]➜  echo -n > $WORK/b186/go_asm.h # internal
2025-08-20T20:25:51.2455231Z [00:02:02.120]➜  cd /root/.go/src/crypto/md5
2025-08-20T20:25:51.2457523Z [00:02:02.120]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b186=>" -I $WORK/b186/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b186/symabis ./md5block_arm64.s
2025-08-20T20:25:51.2489636Z [00:02:02.124]➜  cat >/tmp/go-build4047508428/b186/importcfg << 'EOF' # internal
2025-08-20T20:25:51.2490135Z [00:02:02.124]➜  # import config
2025-08-20T20:25:51.2490484Z [00:02:02.124]➜  packagefile crypto=/tmp/go-build4047508428/b126/_pkg_.a
2025-08-20T20:25:51.2490997Z [00:02:02.124]➜  packagefile crypto/internal/fips140only=/tmp/go-build4047508428/b147/_pkg_.a
2025-08-20T20:25:51.2491497Z [00:02:02.124]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.2491945Z [00:02:02.124]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:51.2492414Z [00:02:02.124]➜  packagefile internal/byteorder=/tmp/go-build4047508428/b013/_pkg_.a
2025-08-20T20:25:51.2492893Z [00:02:02.124]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:51.2493219Z [00:02:02.124]➜  EOF
2025-08-20T20:25:51.2521259Z [00:02:02.124]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:51.2523636Z [00:02:02.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b186=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid bDTVyBGdsUxgSuJoa3w1/bDTVyBGdsUxgSuJoa3w1 -goversion go1.25.0 -symabis $WORK/b186/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b186/importcfg -pack -asmhdr $WORK/b186/go_asm.h /root/.go/src/crypto/md5/md5.go /root/.go/src/crypto/md5/md5block.go /root/.go/src/crypto/md5/md5block_decl.go
2025-08-20T20:25:51.2654870Z [00:02:02.140]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T20:25:51.2661187Z [00:02:02.141]➜  /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/b183=>" -I $WORK/b183/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b183/chacha_arm64.o ./chacha_arm64.s
2025-08-20T20:25:51.2705533Z [00:02:02.145]➜  go tool pack r $WORK/b183/_pkg_.a $WORK/b183/chacha_arm64.o # internal
2025-08-20T20:25:51.2708878Z [00:02:02.146]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T20:25:51.2713258Z [00:02:02.146]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d # internal
2025-08-20T20:25:51.2719495Z [00:02:02.146]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T20:25:51.2719876Z [00:02:02.147]➜  crypto/rc4
2025-08-20T20:25:51.2720156Z [00:02:02.147]➜  mkdir -p $WORK/b187/
2025-08-20T20:25:51.2725394Z [00:02:02.147]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d # internal
2025-08-20T20:25:51.2729892Z [00:02:02.148]➜  cat >/tmp/go-build4047508428/b187/importcfg << 'EOF' # internal
2025-08-20T20:25:51.2731101Z [00:02:02.148]➜  # import config
2025-08-20T20:25:51.2731930Z [00:02:02.148]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build4047508428/b131/_pkg_.a
2025-08-20T20:25:51.2733270Z [00:02:02.148]➜  packagefile crypto/internal/fips140only=/tmp/go-build4047508428/b147/_pkg_.a
2025-08-20T20:25:51.2733869Z [00:02:02.148]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.2734309Z [00:02:02.148]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:51.2734631Z [00:02:02.148]➜  EOF
2025-08-20T20:25:51.2734880Z [00:02:02.148]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:51.2736355Z [00:02:02.148]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b187=>" -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/b187/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T20:25:51.2737653Z [00:02:02.149]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:25:51.2743134Z [00:02:02.149]➜  mkdir -p $WORK/b182/
2025-08-20T20:25:51.2771457Z [00:02:02.152]➜  cat >/tmp/go-build4047508428/b182/importcfg << 'EOF' # internal
2025-08-20T20:25:51.2772209Z [00:02:02.152]➜  # import config
2025-08-20T20:25:51.2773368Z [00:02:02.152]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T20:25:51.2774051Z [00:02:02.152]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T20:25:51.2774735Z [00:02:02.152]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T20:25:51.2775334Z [00:02:02.152]➜  packagefile crypto/cipher=/tmp/go-build4047508428/b127/_pkg_.a
2025-08-20T20:25:51.2775818Z [00:02:02.152]➜  packagefile encoding/binary=/tmp/go-build4047508428/b075/_pkg_.a
2025-08-20T20:25:51.2776271Z [00:02:02.152]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.2776802Z [00:02:02.152]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build4047508428/b183/_pkg_.a
2025-08-20T20:25:51.2777455Z [00:02:02.152]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build4047508428/b184/_pkg_.a
2025-08-20T20:25:51.2778136Z [00:02:02.152]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build4047508428/b185/_pkg_.a
2025-08-20T20:25:51.2778573Z [00:02:02.152]➜  EOF
2025-08-20T20:25:51.2782455Z [00:02:02.152]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b182=>" -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/b182/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-20T20:25:51.2850902Z [00:02:02.160]➜  cd /root/.go/src/crypto/md5
2025-08-20T20:25:51.2853611Z [00:02:02.160]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b186=>" -I $WORK/b186/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b186/md5block_arm64.o ./md5block_arm64.s
2025-08-20T20:25:51.2887414Z [00:02:02.164]➜  go tool pack r $WORK/b186/_pkg_.a $WORK/b186/md5block_arm64.o # internal
2025-08-20T20:25:51.2896579Z [00:02:02.164]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T20:25:51.2897473Z [00:02:02.164]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d # internal
2025-08-20T20:25:51.2898052Z [00:02:02.164]➜  crypto/internal/fips140/rsa
2025-08-20T20:25:51.2898344Z [00:02:02.164]➜  mkdir -p $WORK/b189/
2025-08-20T20:25:51.2898716Z [00:02:02.165]➜  cat >/tmp/go-build4047508428/b189/importcfg << 'EOF' # internal
2025-08-20T20:25:51.2899092Z [00:02:02.165]➜  # import config
2025-08-20T20:25:51.2899718Z [00:02:02.165]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:51.2900212Z [00:02:02.165]➜  packagefile crypto/internal/fips140=/tmp/go-build4047508428/b129/_pkg_.a
2025-08-20T20:25:51.2900789Z [00:02:02.165]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build4047508428/b163/_pkg_.a
2025-08-20T20:25:51.2901377Z [00:02:02.165]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4047508428/b132/_pkg_.a
2025-08-20T20:25:51.2901972Z [00:02:02.165]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build4047508428/b142/_pkg_.a
2025-08-20T20:25:51.2902554Z [00:02:02.165]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build4047508428/b134/_pkg_.a
2025-08-20T20:25:51.2903134Z [00:02:02.165]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build4047508428/b138/_pkg_.a
2025-08-20T20:25:51.2904060Z [00:02:02.165]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build4047508428/b140/_pkg_.a
2025-08-20T20:25:51.2911648Z [00:02:02.165]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4047508428/b139/_pkg_.a
2025-08-20T20:25:51.2912175Z [00:02:02.166]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.2912607Z [00:02:02.166]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:51.2913015Z [00:02:02.166]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:51.2913444Z [00:02:02.166]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:51.2913751Z [00:02:02.166]➜  EOF
2025-08-20T20:25:51.2913996Z [00:02:02.166]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:51.2916585Z [00:02:02.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b189=>" -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/b189/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-20T20:25:51.2926735Z [00:02:02.167]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T20:25:51.2931741Z [00:02:02.168]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d # internal
2025-08-20T20:25:51.2937777Z [00:02:02.169]➜  crypto/sha1
2025-08-20T20:25:51.2938076Z [00:02:02.169]➜  mkdir -p $WORK/b190/
2025-08-20T20:25:51.2938397Z [00:02:02.169]➜  echo -n > $WORK/b190/go_asm.h # internal
2025-08-20T20:25:51.2938709Z [00:02:02.169]➜  cd /root/.go/src/crypto/sha1
2025-08-20T20:25:51.2940844Z [00:02:02.169]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b190=>" -I $WORK/b190/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b190/symabis ./sha1block_arm64.s
2025-08-20T20:25:51.2964086Z [00:02:02.171]➜  cat >/tmp/go-build4047508428/b190/importcfg << 'EOF' # internal
2025-08-20T20:25:51.2965630Z [00:02:02.171]➜  # import config
2025-08-20T20:25:51.2966051Z [00:02:02.171]➜  packagefile crypto=/tmp/go-build4047508428/b126/_pkg_.a
2025-08-20T20:25:51.2966550Z [00:02:02.171]➜  packagefile crypto/internal/boring=/tmp/go-build4047508428/b125/_pkg_.a
2025-08-20T20:25:51.2967130Z [00:02:02.171]➜  packagefile crypto/internal/fips140only=/tmp/go-build4047508428/b147/_pkg_.a
2025-08-20T20:25:51.2967673Z [00:02:02.171]➜  packagefile crypto/internal/impl=/tmp/go-build4047508428/b137/_pkg_.a
2025-08-20T20:25:51.2968146Z [00:02:02.171]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.2968568Z [00:02:02.171]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:51.2969039Z [00:02:02.171]➜  packagefile internal/byteorder=/tmp/go-build4047508428/b013/_pkg_.a
2025-08-20T20:25:51.2969705Z [00:02:02.171]➜  packagefile internal/cpu=/tmp/go-build4047508428/b012/_pkg_.a
2025-08-20T20:25:51.2970163Z [00:02:02.171]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:51.2970482Z [00:02:02.171]➜  EOF
2025-08-20T20:25:51.2970728Z [00:02:02.171]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:51.2972668Z [00:02:02.171]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b190=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid 8Z_kqFRDVoFSVE0DDi_T/8Z_kqFRDVoFSVE0DDi_T -goversion go1.25.0 -symabis $WORK/b190/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b190/importcfg -pack -asmhdr $WORK/b190/go_asm.h /root/.go/src/crypto/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_arm64.go
2025-08-20T20:25:51.3163580Z [00:02:02.191]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T20:25:51.3168500Z [00:02:02.192]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d # internal
2025-08-20T20:25:51.3190545Z [00:02:02.192]➜  crypto/sha256
2025-08-20T20:25:51.3190924Z [00:02:02.192]➜  mkdir -p $WORK/b191/
2025-08-20T20:25:51.3191747Z [00:02:02.192]➜  cat >/tmp/go-build4047508428/b191/importcfg << 'EOF' # internal
2025-08-20T20:25:51.3192183Z [00:02:02.192]➜  # import config
2025-08-20T20:25:51.3192531Z [00:02:02.192]➜  packagefile crypto=/tmp/go-build4047508428/b126/_pkg_.a
2025-08-20T20:25:51.3193029Z [00:02:02.192]➜  packagefile crypto/internal/boring=/tmp/go-build4047508428/b125/_pkg_.a
2025-08-20T20:25:51.3193602Z [00:02:02.192]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build4047508428/b134/_pkg_.a
2025-08-20T20:25:51.3194109Z [00:02:02.192]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:51.3194421Z [00:02:02.192]➜  EOF
2025-08-20T20:25:51.3195889Z [00:02:02.192]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b191=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid RmStr0QK9Mz1kZnAomE3/RmStr0QK9Mz1kZnAomE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b191/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T20:25:51.3291495Z [00:02:02.204]➜  cd /root/.go/src/crypto/sha1
2025-08-20T20:25:51.3293022Z [00:02:02.204]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b190=>" -I $WORK/b190/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b190/sha1block_arm64.o ./sha1block_arm64.s
2025-08-20T20:25:51.3309994Z [00:02:02.206]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T20:25:51.3313701Z [00:02:02.206]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d # internal
2025-08-20T20:25:51.3318805Z [00:02:02.207]➜  crypto/fips140
2025-08-20T20:25:51.3319317Z [00:02:02.207]➜  mkdir -p $WORK/b193/
2025-08-20T20:25:51.3319761Z [00:02:02.207]➜  cat >/tmp/go-build4047508428/b193/importcfg << 'EOF' # internal
2025-08-20T20:25:51.3320118Z [00:02:02.207]➜  # import config
2025-08-20T20:25:51.3320523Z [00:02:02.207]➜  packagefile crypto/internal/fips140=/tmp/go-build4047508428/b129/_pkg_.a
2025-08-20T20:25:51.3321093Z [00:02:02.207]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4047508428/b132/_pkg_.a
2025-08-20T20:25:51.3321498Z [00:02:02.207]➜  EOF
2025-08-20T20:25:51.3321748Z [00:02:02.207]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:51.3323296Z [00:02:02.207]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b193=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid UVWRQBKknR7nlw0IEp2a/UVWRQBKknR7nlw0IEp2a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T20:25:51.3382939Z [00:02:02.211]➜  cd /root/.go/src/crypto/sha1
2025-08-20T20:25:51.3384620Z [00:02:02.213]➜  go tool pack r $WORK/b190/_pkg_.a $WORK/b190/sha1block_arm64.o # internal
2025-08-20T20:25:51.3385120Z [00:02:02.213]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T20:25:51.3385792Z [00:02:02.213]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d # internal
2025-08-20T20:25:51.3404825Z [00:02:02.215]➜  crypto/dsa
2025-08-20T20:25:51.3405148Z [00:02:02.215]➜  mkdir -p $WORK/b195/
2025-08-20T20:25:51.3408138Z [00:02:02.216]➜  cat >/tmp/go-build4047508428/b195/importcfg << 'EOF' # internal
2025-08-20T20:25:51.3409841Z [00:02:02.216]➜  # import config
2025-08-20T20:25:51.3410768Z [00:02:02.216]➜  packagefile crypto/internal/fips140only=/tmp/go-build4047508428/b147/_pkg_.a
2025-08-20T20:25:51.3411869Z [00:02:02.216]➜  packagefile crypto/internal/randutil=/tmp/go-build4047508428/b145/_pkg_.a
2025-08-20T20:25:51.3412442Z [00:02:02.216]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.3412865Z [00:02:02.216]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:51.3413285Z [00:02:02.216]➜  packagefile math/big=/tmp/go-build4047508428/b150/_pkg_.a
2025-08-20T20:25:51.3413607Z [00:02:02.216]➜  EOF
2025-08-20T20:25:51.3413878Z [00:02:02.216]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:51.3415420Z [00:02:02.216]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b195=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid CRgkcrHysHqpZTiOvdzM/CRgkcrHysHqpZTiOvdzM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T20:25:51.3475773Z [00:02:02.222]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T20:25:51.3477328Z [00:02:02.223]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d # internal
2025-08-20T20:25:51.3492432Z [00:02:02.224]➜  crypto/tls/internal/fips140tls
2025-08-20T20:25:51.3493658Z [00:02:02.224]➜  mkdir -p $WORK/b192/
2025-08-20T20:25:51.3494900Z [00:02:02.224]➜  cat >/tmp/go-build4047508428/b192/importcfg << 'EOF' # internal
2025-08-20T20:25:51.3495774Z [00:02:02.224]➜  # import config
2025-08-20T20:25:51.3497113Z [00:02:02.224]➜  packagefile crypto/fips140=/tmp/go-build4047508428/b193/_pkg_.a
2025-08-20T20:25:51.3497656Z [00:02:02.224]➜  packagefile sync/atomic=/tmp/go-build4047508428/b037/_pkg_.a
2025-08-20T20:25:51.3498002Z [00:02:02.224]➜  EOF
2025-08-20T20:25:51.3499890Z [00:02:02.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b192=>" -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/b192/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T20:25:51.3702935Z [00:02:02.245]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T20:25:51.3709943Z [00:02:02.246]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d # internal
2025-08-20T20:25:51.3711772Z [00:02:02.246]➜  encoding/hex
2025-08-20T20:25:51.3712240Z [00:02:02.246]➜  mkdir -p $WORK/b197/
2025-08-20T20:25:51.3716235Z [00:02:02.247]➜  cat >/tmp/go-build4047508428/b197/importcfg << 'EOF' # internal
2025-08-20T20:25:51.3716609Z [00:02:02.247]➜  # import config
2025-08-20T20:25:51.3716956Z [00:02:02.247]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.3717375Z [00:02:02.247]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:51.3717776Z [00:02:02.247]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:51.3718209Z [00:02:02.247]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:51.3718633Z [00:02:02.247]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:51.3718949Z [00:02:02.247]➜  EOF
2025-08-20T20:25:51.3720683Z [00:02:02.247]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b197=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid iWEB8UeCwiqQ43IOsso9/iWEB8UeCwiqQ43IOsso9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T20:25:51.3763188Z [00:02:02.251]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T20:25:51.3765874Z [00:02:02.251]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d # internal
2025-08-20T20:25:51.3766741Z [00:02:02.252]➜  encoding/pem
2025-08-20T20:25:51.3767661Z [00:02:02.252]➜  mkdir -p $WORK/b198/
2025-08-20T20:25:51.3768406Z [00:02:02.252]➜  cat >/tmp/go-build4047508428/b198/importcfg << 'EOF' # internal
2025-08-20T20:25:51.3768764Z [00:02:02.252]➜  # import config
2025-08-20T20:25:51.3769107Z [00:02:02.252]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:51.3769721Z [00:02:02.252]➜  packagefile encoding/base64=/tmp/go-build4047508428/b046/_pkg_.a
2025-08-20T20:25:51.3770182Z [00:02:02.252]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.3770611Z [00:02:02.252]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:51.3771026Z [00:02:02.252]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:51.3771451Z [00:02:02.252]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:51.3771767Z [00:02:02.252]➜  EOF
2025-08-20T20:25:51.3785922Z [00:02:02.252]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b198=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid IAl9BknR8ABaNGAVZQ94/IAl9BknR8ABaNGAVZQ94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T20:25:51.4066621Z [00:02:02.281]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T20:25:51.4097523Z [00:02:02.285]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d # internal
2025-08-20T20:25:51.4099632Z [00:02:02.285]➜  crypto/x509/pkix
2025-08-20T20:25:51.4100458Z [00:02:02.285]➜  mkdir -p $WORK/b196/
2025-08-20T20:25:51.4101437Z [00:02:02.285]➜  cat >/tmp/go-build4047508428/b196/importcfg << 'EOF' # internal
2025-08-20T20:25:51.4101844Z [00:02:02.285]➜  # import config
2025-08-20T20:25:51.4102223Z [00:02:02.285]➜  packagefile encoding/asn1=/tmp/go-build4047508428/b170/_pkg_.a
2025-08-20T20:25:51.4102727Z [00:02:02.285]➜  packagefile encoding/hex=/tmp/go-build4047508428/b197/_pkg_.a
2025-08-20T20:25:51.4103216Z [00:02:02.285]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:51.4103647Z [00:02:02.285]➜  packagefile math/big=/tmp/go-build4047508428/b150/_pkg_.a
2025-08-20T20:25:51.4104070Z [00:02:02.285]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:51.4110452Z [00:02:02.285]➜  EOF
2025-08-20T20:25:51.4111978Z [00:02:02.285]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b196=>" -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/b196/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T20:25:51.4230435Z [00:02:02.298]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T20:25:51.4234216Z [00:02:02.298]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d # internal
2025-08-20T20:25:51.4235289Z [00:02:02.298]➜  crypto/rsa
2025-08-20T20:25:51.4235601Z [00:02:02.298]➜  mkdir -p $WORK/b188/
2025-08-20T20:25:51.4235993Z [00:02:02.298]➜  cat >/tmp/go-build4047508428/b188/importcfg << 'EOF' # internal
2025-08-20T20:25:51.4236347Z [00:02:02.298]➜  # import config
2025-08-20T20:25:51.4236690Z [00:02:02.298]➜  packagefile crypto=/tmp/go-build4047508428/b126/_pkg_.a
2025-08-20T20:25:51.4237199Z [00:02:02.298]➜  packagefile crypto/internal/boring=/tmp/go-build4047508428/b125/_pkg_.a
2025-08-20T20:25:51.4237757Z [00:02:02.298]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build4047508428/b161/_pkg_.a
2025-08-20T20:25:51.4238336Z [00:02:02.298]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build4047508428/b163/_pkg_.a
2025-08-20T20:25:51.4238913Z [00:02:02.298]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build4047508428/b189/_pkg_.a
2025-08-20T20:25:51.4240801Z [00:02:02.298]➜  packagefile crypto/internal/fips140hash=/tmp/go-build4047508428/b166/_pkg_.a
2025-08-20T20:25:51.4241460Z [00:02:02.298]➜  packagefile crypto/internal/fips140only=/tmp/go-build4047508428/b147/_pkg_.a
2025-08-20T20:25:51.4242020Z [00:02:02.298]➜  packagefile crypto/internal/randutil=/tmp/go-build4047508428/b145/_pkg_.a
2025-08-20T20:25:51.4242523Z [00:02:02.298]➜  packagefile crypto/rand=/tmp/go-build4047508428/b124/_pkg_.a
2025-08-20T20:25:51.4242986Z [00:02:02.298]➜  packagefile crypto/subtle=/tmp/go-build4047508428/b148/_pkg_.a
2025-08-20T20:25:51.4243450Z [00:02:02.298]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.4243859Z [00:02:02.298]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:51.4244263Z [00:02:02.298]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:51.4244713Z [00:02:02.298]➜  packagefile internal/godebug=/tmp/go-build4047508428/b060/_pkg_.a
2025-08-20T20:25:51.4245175Z [00:02:02.298]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:51.4245591Z [00:02:02.298]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:51.4246013Z [00:02:02.298]➜  packagefile math/big=/tmp/go-build4047508428/b150/_pkg_.a
2025-08-20T20:25:51.4246335Z [00:02:02.298]➜  EOF
2025-08-20T20:25:51.4248107Z [00:02:02.298]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b188=>" -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/b188/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-20T20:25:51.4284730Z [00:02:02.303]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T20:25:51.4287620Z [00:02:02.303]➜  /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/b156=>" -I $WORK/b156/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b156/p256_asm_arm64.o ./p256_asm_arm64.s
2025-08-20T20:25:51.4308353Z [00:02:02.306]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T20:25:51.4310141Z [00:02:02.306]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d # internal
2025-08-20T20:25:51.4313398Z [00:02:02.306]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T20:25:51.4315339Z [00:02:02.306]➜  mkdir -p $WORK/b201/
2025-08-20T20:25:51.4317679Z [00:02:02.307]➜  cat >/tmp/go-build4047508428/b201/importcfg << 'EOF' # internal
2025-08-20T20:25:51.4318048Z [00:02:02.307]➜  # import config
2025-08-20T20:25:51.4318392Z [00:02:02.307]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.4318712Z [00:02:02.307]➜  EOF
2025-08-20T20:25:51.4318959Z [00:02:02.307]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:51.4321154Z [00:02:02.307]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b201=>" -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/b201/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T20:25:51.4338277Z [00:02:02.309]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T20:25:51.4342022Z [00:02:02.309]➜  go tool pack r $WORK/b156/_pkg_.a $WORK/b156/p256_asm_arm64.o # internal
2025-08-20T20:25:51.4342497Z [00:02:02.309]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T20:25:51.4361358Z [00:02:02.311]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d # internal
2025-08-20T20:25:51.4362053Z [00:02:02.311]➜  crypto/internal/fips140/ecdh
2025-08-20T20:25:51.4362719Z [00:02:02.311]➜  mkdir -p $WORK/b155/
2025-08-20T20:25:51.4363176Z [00:02:02.311]➜  cat >/tmp/go-build4047508428/b155/importcfg << 'EOF' # internal
2025-08-20T20:25:51.4364883Z [00:02:02.311]➜  # import config
2025-08-20T20:25:51.4365295Z [00:02:02.311]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:51.4365801Z [00:02:02.311]➜  packagefile crypto/internal/fips140=/tmp/go-build4047508428/b129/_pkg_.a
2025-08-20T20:25:51.4366407Z [00:02:02.311]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4047508428/b132/_pkg_.a
2025-08-20T20:25:51.4366988Z [00:02:02.311]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build4047508428/b142/_pkg_.a
2025-08-20T20:25:51.4367565Z [00:02:02.311]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build4047508428/b156/_pkg_.a
2025-08-20T20:25:51.4368197Z [00:02:02.311]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4047508428/b135/_pkg_.a
2025-08-20T20:25:51.4368732Z [00:02:02.311]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.4369324Z [00:02:02.311]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:51.4369799Z [00:02:02.311]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:51.4370230Z [00:02:02.311]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:51.4370536Z [00:02:02.311]➜  EOF
2025-08-20T20:25:51.4370784Z [00:02:02.311]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:51.4374357Z [00:02:02.311]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdh=>crypto/internal/fips140/ecdh;$WORK/b155=>" -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/b155/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdh/cast.go /root/.go/src/crypto/internal/fips140/ecdh/ecdh.go
2025-08-20T20:25:51.4483819Z [00:02:02.323]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T20:25:51.4484571Z [00:02:02.323]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d # internal
2025-08-20T20:25:51.4485131Z [00:02:02.323]➜  crypto/elliptic
2025-08-20T20:25:51.4487303Z [00:02:02.324]➜  mkdir -p $WORK/b160/
2025-08-20T20:25:51.4495724Z [00:02:02.324]➜  cat >/tmp/go-build4047508428/b160/importcfg << 'EOF' # internal
2025-08-20T20:25:51.4496214Z [00:02:02.324]➜  # import config
2025-08-20T20:25:51.4496656Z [00:02:02.324]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build4047508428/b156/_pkg_.a
2025-08-20T20:25:51.4497167Z [00:02:02.325]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.4497577Z [00:02:02.325]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:51.4498000Z [00:02:02.325]➜  packagefile math/big=/tmp/go-build4047508428/b150/_pkg_.a
2025-08-20T20:25:51.4498435Z [00:02:02.325]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:51.4498745Z [00:02:02.325]➜  EOF
2025-08-20T20:25:51.4500800Z [00:02:02.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/.go/src/crypto/elliptic=>crypto/elliptic;$WORK/b160=>" -p crypto/elliptic -lang=go1.25 -std -complete -installsuffix shared -buildid 1H0eO7wkpv4CFuI8AScz/1H0eO7wkpv4CFuI8AScz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b160/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-20T20:25:51.4642515Z [00:02:02.339]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T20:25:51.4648336Z [00:02:02.340]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d # internal
2025-08-20T20:25:51.4648977Z [00:02:02.340]➜  crypto/ecdh
2025-08-20T20:25:51.4649353Z [00:02:02.340]➜  mkdir -p $WORK/b154/
2025-08-20T20:25:51.4650108Z [00:02:02.340]➜  cat >/tmp/go-build4047508428/b154/importcfg << 'EOF' # internal
2025-08-20T20:25:51.4650530Z [00:02:02.340]➜  # import config
2025-08-20T20:25:51.4650875Z [00:02:02.340]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:51.4651299Z [00:02:02.340]➜  packagefile crypto=/tmp/go-build4047508428/b126/_pkg_.a
2025-08-20T20:25:51.4651784Z [00:02:02.340]➜  packagefile crypto/internal/boring=/tmp/go-build4047508428/b125/_pkg_.a
2025-08-20T20:25:51.4652368Z [00:02:02.340]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build4047508428/b155/_pkg_.a
2025-08-20T20:25:51.4653005Z [00:02:02.340]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build4047508428/b158/_pkg_.a
2025-08-20T20:25:51.4653628Z [00:02:02.340]➜  packagefile crypto/internal/fips140only=/tmp/go-build4047508428/b147/_pkg_.a
2025-08-20T20:25:51.4654191Z [00:02:02.340]➜  packagefile crypto/internal/randutil=/tmp/go-build4047508428/b145/_pkg_.a
2025-08-20T20:25:51.4654712Z [00:02:02.340]➜  packagefile crypto/subtle=/tmp/go-build4047508428/b148/_pkg_.a
2025-08-20T20:25:51.4655158Z [00:02:02.340]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.4655569Z [00:02:02.340]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:51.4655867Z [00:02:02.340]➜  EOF
2025-08-20T20:25:51.4657695Z [00:02:02.340]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/crypto/ecdh=>crypto/ecdh;$WORK/b154=>" -p crypto/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid CeLS31ovxjiZUv3X6PYl/CeLS31ovxjiZUv3X6PYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b154/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-20T20:25:51.5195425Z [00:02:02.394]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T20:25:51.5214053Z [00:02:02.396]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d # internal
2025-08-20T20:25:51.5221600Z [00:02:02.397]➜  crypto/internal/fips140/ecdsa
2025-08-20T20:25:51.5222318Z [00:02:02.397]➜  mkdir -p $WORK/b162/
2025-08-20T20:25:51.5232707Z [00:02:02.398]➜  cat >/tmp/go-build4047508428/b162/importcfg << 'EOF' # internal
2025-08-20T20:25:51.5233417Z [00:02:02.398]➜  # import config
2025-08-20T20:25:51.5234369Z [00:02:02.398]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:51.5234949Z [00:02:02.398]➜  packagefile crypto/internal/fips140=/tmp/go-build4047508428/b129/_pkg_.a
2025-08-20T20:25:51.5235538Z [00:02:02.398]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build4047508428/b163/_pkg_.a
2025-08-20T20:25:51.5236129Z [00:02:02.398]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4047508428/b132/_pkg_.a
2025-08-20T20:25:51.5236709Z [00:02:02.398]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build4047508428/b142/_pkg_.a
2025-08-20T20:25:51.5237299Z [00:02:02.398]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build4047508428/b133/_pkg_.a
2025-08-20T20:25:51.5237875Z [00:02:02.398]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build4047508428/b156/_pkg_.a
2025-08-20T20:25:51.5238465Z [00:02:02.398]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build4047508428/b140/_pkg_.a
2025-08-20T20:25:51.5238959Z [00:02:02.398]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.5239580Z [00:02:02.398]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:51.5240002Z [00:02:02.398]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:51.5240404Z [00:02:02.398]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:51.5240713Z [00:02:02.398]➜  EOF
2025-08-20T20:25:51.5243415Z [00:02:02.398]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdsa=>crypto/internal/fips140/ecdsa;$WORK/b162=>" -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/b162/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-20T20:25:51.5307827Z [00:02:02.406]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T20:25:51.5328634Z [00:02:02.408]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d # internal
2025-08-20T20:25:51.5331165Z [00:02:02.408]➜  crypto/internal/hpke
2025-08-20T20:25:51.5331529Z [00:02:02.408]➜  mkdir -p $WORK/b181/
2025-08-20T20:25:51.5337421Z [00:02:02.409]➜  cat >/tmp/go-build4047508428/b181/importcfg << 'EOF' # internal
2025-08-20T20:25:51.5337965Z [00:02:02.409]➜  # import config
2025-08-20T20:25:51.5338608Z [00:02:02.409]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:25:51.5339419Z [00:02:02.409]➜  packagefile crypto=/tmp/go-build4047508428/b126/_pkg_.a
2025-08-20T20:25:51.5340034Z [00:02:02.409]➜  packagefile crypto/aes=/tmp/go-build4047508428/b152/_pkg_.a
2025-08-20T20:25:51.5340634Z [00:02:02.409]➜  packagefile crypto/cipher=/tmp/go-build4047508428/b127/_pkg_.a
2025-08-20T20:25:51.5341212Z [00:02:02.409]➜  packagefile crypto/ecdh=/tmp/go-build4047508428/b154/_pkg_.a
2025-08-20T20:25:51.5342179Z [00:02:02.409]➜  packagefile crypto/hkdf=/tmp/go-build4047508428/b175/_pkg_.a
2025-08-20T20:25:51.5342776Z [00:02:02.409]➜  packagefile crypto/rand=/tmp/go-build4047508428/b124/_pkg_.a
2025-08-20T20:25:51.5343330Z [00:02:02.409]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.5344037Z [00:02:02.409]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build4047508428/b182/_pkg_.a
2025-08-20T20:25:51.5344777Z [00:02:02.409]➜  packagefile internal/byteorder=/tmp/go-build4047508428/b013/_pkg_.a
2025-08-20T20:25:51.5345346Z [00:02:02.409]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:51.5345754Z [00:02:02.409]➜  EOF
2025-08-20T20:25:51.5347454Z [00:02:02.409]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/crypto/internal/hpke=>crypto/internal/hpke;$WORK/b181=>" -p crypto/internal/hpke -lang=go1.25 -std -complete -installsuffix shared -buildid LLbop9o7yLjyEdHS5Pgg/LLbop9o7yLjyEdHS5Pgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T20:25:51.5500416Z [00:02:02.425]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T20:25:51.5517126Z [00:02:02.426]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d # internal
2025-08-20T20:25:51.5517744Z [00:02:02.426]➜  internal/singleflight
2025-08-20T20:25:51.5521697Z [00:02:02.426]➜  mkdir -p $WORK/b203/
2025-08-20T20:25:51.5522809Z [00:02:02.427]➜  cat >/tmp/go-build4047508428/b203/importcfg << 'EOF' # internal
2025-08-20T20:25:51.5523203Z [00:02:02.427]➜  # import config
2025-08-20T20:25:51.5523537Z [00:02:02.427]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:51.5523850Z [00:02:02.427]➜  EOF
2025-08-20T20:25:51.5525517Z [00:02:02.427]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b203=>" -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/b203/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T20:25:51.5964340Z [00:02:02.471]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T20:25:51.5980662Z [00:02:02.473]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d # internal
2025-08-20T20:25:51.5981733Z [00:02:02.473]➜  unique
2025-08-20T20:25:51.5982245Z [00:02:02.473]➜  mkdir -p $WORK/b205/
2025-08-20T20:25:51.5982637Z [00:02:02.473]➜  cat >/tmp/go-build4047508428/b205/importcfg << 'EOF' # internal
2025-08-20T20:25:51.5982991Z [00:02:02.473]➜  # import config
2025-08-20T20:25:51.5983350Z [00:02:02.473]➜  packagefile internal/abi=/tmp/go-build4047508428/b006/_pkg_.a
2025-08-20T20:25:51.5983827Z [00:02:02.473]➜  packagefile internal/goarch=/tmp/go-build4047508428/b007/_pkg_.a
2025-08-20T20:25:51.5984354Z [00:02:02.473]➜  packagefile internal/stringslite=/tmp/go-build4047508428/b032/_pkg_.a
2025-08-20T20:25:51.5984860Z [00:02:02.473]➜  packagefile internal/sync=/tmp/go-build4047508428/b036/_pkg_.a
2025-08-20T20:25:51.5985310Z [00:02:02.473]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:51.5985730Z [00:02:02.473]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:51.5986178Z [00:02:02.473]➜  packagefile sync/atomic=/tmp/go-build4047508428/b037/_pkg_.a
2025-08-20T20:25:51.5986614Z [00:02:02.473]➜  packagefile weak=/tmp/go-build4047508428/b165/_pkg_.a
2025-08-20T20:25:51.5986923Z [00:02:02.473]➜  EOF
2025-08-20T20:25:51.5988617Z [00:02:02.473]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b205=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid l2dWsOAjPHs0NzjmsNFx/l2dWsOAjPHs0NzjmsNFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack /root/.go/src/unique/canonmap.go /root/.go/src/unique/clone.go /root/.go/src/unique/doc.go /root/.go/src/unique/handle.go
2025-08-20T20:25:51.5990614Z [00:02:02.473]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T20:25:51.6003133Z [00:02:02.475]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d # internal
2025-08-20T20:25:51.6004518Z [00:02:02.475]➜  net/url
2025-08-20T20:25:51.6005226Z [00:02:02.475]➜  mkdir -p $WORK/b206/
2025-08-20T20:25:51.6009966Z [00:02:02.476]➜  cat >/tmp/go-build4047508428/b206/importcfg << 'EOF' # internal
2025-08-20T20:25:51.6010877Z [00:02:02.476]➜  # import config
2025-08-20T20:25:51.6011695Z [00:02:02.476]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.6012165Z [00:02:02.476]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:51.6012592Z [00:02:02.476]➜  packagefile maps=/tmp/go-build4047508428/b199/_pkg_.a
2025-08-20T20:25:51.6013026Z [00:02:02.476]➜  packagefile path=/tmp/go-build4047508428/b058/_pkg_.a
2025-08-20T20:25:51.6013440Z [00:02:02.476]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:51.6013863Z [00:02:02.476]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:51.6014290Z [00:02:02.476]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:51.6014606Z [00:02:02.476]➜  EOF
2025-08-20T20:25:51.6015947Z [00:02:02.476]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b206/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b206=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid A8RFegZZZybLED1GbpJw/A8RFegZZZybLED1GbpJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T20:25:51.6091060Z [00:02:02.484]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T20:25:51.6109536Z [00:02:02.486]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d # internal
2025-08-20T20:25:51.6113421Z [00:02:02.486]➜  crypto/ecdsa
2025-08-20T20:25:51.6114611Z [00:02:02.486]➜  mkdir -p $WORK/b159/
2025-08-20T20:25:51.6122507Z [00:02:02.487]➜  cat >/tmp/go-build4047508428/b159/importcfg << 'EOF' # internal
2025-08-20T20:25:51.6123618Z [00:02:02.487]➜  # import config
2025-08-20T20:25:51.6124137Z [00:02:02.487]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:25:51.6125405Z [00:02:02.487]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:25:51.6126048Z [00:02:02.487]➜  packagefile crypto=/tmp/go-build4047508428/b126/_pkg_.a
2025-08-20T20:25:51.6126496Z [00:02:02.487]➜  packagefile crypto/ecdh=/tmp/go-build4047508428/b154/_pkg_.a
2025-08-20T20:25:51.6126970Z [00:02:02.487]➜  packagefile crypto/elliptic=/tmp/go-build4047508428/b160/_pkg_.a
2025-08-20T20:25:51.6127497Z [00:02:02.487]➜  packagefile crypto/internal/boring=/tmp/go-build4047508428/b125/_pkg_.a
2025-08-20T20:25:51.6128049Z [00:02:02.487]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build4047508428/b161/_pkg_.a
2025-08-20T20:25:51.6128628Z [00:02:02.487]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build4047508428/b162/_pkg_.a
2025-08-20T20:25:51.6129357Z [00:02:02.487]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build4047508428/b156/_pkg_.a
2025-08-20T20:25:51.6130015Z [00:02:02.487]➜  packagefile crypto/internal/fips140cache=/tmp/go-build4047508428/b164/_pkg_.a
2025-08-20T20:25:51.6130594Z [00:02:02.487]➜  packagefile crypto/internal/fips140hash=/tmp/go-build4047508428/b166/_pkg_.a
2025-08-20T20:25:51.6131170Z [00:02:02.487]➜  packagefile crypto/internal/fips140only=/tmp/go-build4047508428/b147/_pkg_.a
2025-08-20T20:25:51.6131725Z [00:02:02.487]➜  packagefile crypto/internal/randutil=/tmp/go-build4047508428/b145/_pkg_.a
2025-08-20T20:25:51.6132231Z [00:02:02.487]➜  packagefile crypto/sha512=/tmp/go-build4047508428/b168/_pkg_.a
2025-08-20T20:25:51.6133008Z [00:02:02.487]➜  packagefile crypto/subtle=/tmp/go-build4047508428/b148/_pkg_.a
2025-08-20T20:25:51.6133480Z [00:02:02.487]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.6134018Z [00:02:02.487]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build4047508428/b169/_pkg_.a
2025-08-20T20:25:51.6134676Z [00:02:02.487]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build4047508428/b171/_pkg_.a
2025-08-20T20:25:51.6135209Z [00:02:02.487]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:51.6135631Z [00:02:02.487]➜  packagefile math/big=/tmp/go-build4047508428/b150/_pkg_.a
2025-08-20T20:25:51.6137912Z [00:02:02.487]➜  packagefile math/rand/v2=/tmp/go-build4047508428/b146/_pkg_.a
2025-08-20T20:25:51.6138276Z [00:02:02.487]➜  EOF
2025-08-20T20:25:51.6140212Z [00:02:02.487]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/.go/src/crypto/ecdsa=>crypto/ecdsa;$WORK/b159=>" -p crypto/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid RMncMWtMn5o5fs9EVDuT/RMncMWtMn5o5fs9EVDuT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b159/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-20T20:25:51.6230168Z [00:02:02.498]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T20:25:51.6249123Z [00:02:02.500]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d # internal
2025-08-20T20:25:51.6256875Z [00:02:02.501]➜  vendor/golang.org/x/text/transform
2025-08-20T20:25:51.6257395Z [00:02:02.501]➜  mkdir -p $WORK/b210/
2025-08-20T20:25:51.6257914Z [00:02:02.501]➜  cat >/tmp/go-build4047508428/b210/importcfg << 'EOF' # internal
2025-08-20T20:25:51.6258401Z [00:02:02.501]➜  # import config
2025-08-20T20:25:51.6258858Z [00:02:02.501]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:51.6259535Z [00:02:02.501]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.6260075Z [00:02:02.501]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:51.6260679Z [00:02:02.501]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:51.6261161Z [00:02:02.501]➜  EOF
2025-08-20T20:25:51.6263442Z [00:02:02.501]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b210/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b210=>" -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/b210/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T20:25:51.6787581Z [00:02:02.553]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T20:25:51.6793263Z [00:02:02.554]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d # internal
2025-08-20T20:25:51.6807457Z [00:02:02.555]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T20:25:51.6807838Z [00:02:02.556]➜  mkdir -p $WORK/b211/
2025-08-20T20:25:51.6811836Z [00:02:02.556]➜  cat >/tmp/go-build4047508428/b211/importcfg << 'EOF' # internal
2025-08-20T20:25:51.6812248Z [00:02:02.556]➜  # import config
2025-08-20T20:25:51.6812596Z [00:02:02.556]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:51.6813081Z [00:02:02.556]➜  packagefile container/list=/tmp/go-build4047508428/b122/_pkg_.a
2025-08-20T20:25:51.6813522Z [00:02:02.556]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:51.6813947Z [00:02:02.556]➜  packagefile log=/tmp/go-build4047508428/b102/_pkg_.a
2025-08-20T20:25:51.6814365Z [00:02:02.556]➜  packagefile sort=/tmp/go-build4047508428/b083/_pkg_.a
2025-08-20T20:25:51.6814803Z [00:02:02.556]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:51.6815502Z [00:02:02.556]➜  EOF
2025-08-20T20:25:51.6818564Z [00:02:02.556]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b211/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b211=>" -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/b211/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-20T20:25:51.6972037Z [00:02:02.572]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T20:25:51.6993794Z [00:02:02.574]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d # internal
2025-08-20T20:25:51.6994797Z [00:02:02.574]➜  net/netip
2025-08-20T20:25:51.6995063Z [00:02:02.574]➜  mkdir -p $WORK/b204/
2025-08-20T20:25:51.7067657Z [00:02:02.582]➜  cat >/tmp/go-build4047508428/b204/importcfg << 'EOF' # internal
2025-08-20T20:25:51.7068892Z [00:02:02.582]➜  # import config
2025-08-20T20:25:51.7069470Z [00:02:02.582]➜  packagefile cmp=/tmp/go-build4047508428/b044/_pkg_.a
2025-08-20T20:25:51.7069974Z [00:02:02.582]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.7070446Z [00:02:02.582]➜  packagefile internal/bytealg=/tmp/go-build4047508428/b011/_pkg_.a
2025-08-20T20:25:51.7070948Z [00:02:02.582]➜  packagefile internal/byteorder=/tmp/go-build4047508428/b013/_pkg_.a
2025-08-20T20:25:51.7071442Z [00:02:02.582]➜  packagefile internal/itoa=/tmp/go-build4047508428/b053/_pkg_.a
2025-08-20T20:25:51.7071902Z [00:02:02.582]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:51.7072329Z [00:02:02.582]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:51.7073256Z [00:02:02.582]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:51.7074000Z [00:02:02.582]➜  packagefile unique=/tmp/go-build4047508428/b205/_pkg_.a
2025-08-20T20:25:51.7074343Z [00:02:02.582]➜  EOF
2025-08-20T20:25:51.7076274Z [00:02:02.582]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b204=>" -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/b204/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T20:25:51.7133792Z [00:02:02.588]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T20:25:51.7134594Z [00:02:02.588]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d # internal
2025-08-20T20:25:51.7140449Z [00:02:02.589]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T20:25:51.7141131Z [00:02:02.589]➜  mkdir -p $WORK/b212/
2025-08-20T20:25:51.7141792Z [00:02:02.589]➜  cat >/tmp/go-build4047508428/b212/importcfg << 'EOF' # internal
2025-08-20T20:25:51.7142561Z [00:02:02.589]➜  # import config
2025-08-20T20:25:51.7143292Z [00:02:02.589]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T20:25:51.7144390Z [00:02:02.589]➜  packagefile encoding/binary=/tmp/go-build4047508428/b075/_pkg_.a
2025-08-20T20:25:51.7144917Z [00:02:02.589]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:51.7149525Z [00:02:02.590]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build4047508428/b210/_pkg_.a
2025-08-20T20:25:51.7150518Z [00:02:02.590]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:51.7151754Z [00:02:02.590]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:51.7152579Z [00:02:02.590]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:51.7153412Z [00:02:02.590]➜  EOF
2025-08-20T20:25:51.7157397Z [00:02:02.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b212/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b212=>" -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/b212/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-20T20:25:51.8492675Z [00:02:02.724]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T20:25:51.8559796Z [00:02:02.731]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d # internal
2025-08-20T20:25:51.8562747Z [00:02:02.731]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T20:25:51.8568750Z [00:02:02.732]➜  mkdir -p $WORK/b209/
2025-08-20T20:25:51.8579324Z [00:02:02.733]➜  cat >/tmp/go-build4047508428/b209/importcfg << 'EOF' # internal
2025-08-20T20:25:51.8579755Z [00:02:02.733]➜  # import config
2025-08-20T20:25:51.8580822Z [00:02:02.733]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T20:25:51.8581460Z [00:02:02.733]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T20:25:51.8582022Z [00:02:02.733]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.8582555Z [00:02:02.733]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build4047508428/b210/_pkg_.a
2025-08-20T20:25:51.8583189Z [00:02:02.733]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build4047508428/b211/_pkg_.a
2025-08-20T20:25:51.8583735Z [00:02:02.733]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:51.8584068Z [00:02:02.733]➜  EOF
2025-08-20T20:25:51.8603747Z [00:02:02.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b209/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b209=>" -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/b209/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-20T20:25:51.9186547Z [00:02:02.793]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T20:25:51.9234486Z [00:02:02.798]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d # internal
2025-08-20T20:25:51.9238838Z [00:02:02.799]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T20:25:51.9244799Z [00:02:02.799]➜  mkdir -p $WORK/b215/
2025-08-20T20:25:51.9251235Z [00:02:02.800]➜  cat >/tmp/go-build4047508428/b215/importcfg << 'EOF' # internal
2025-08-20T20:25:51.9251665Z [00:02:02.800]➜  # import config
2025-08-20T20:25:51.9252130Z [00:02:02.800]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:51.9252567Z [00:02:02.800]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.9252985Z [00:02:02.800]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:51.9253818Z [00:02:02.800]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:51.9254231Z [00:02:02.800]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:51.9254540Z [00:02:02.800]➜  EOF
2025-08-20T20:25:51.9265166Z [00:02:02.801]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b215/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b215=>" -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/b215/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-20T20:25:51.9780904Z [00:02:02.851]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T20:25:51.9832627Z [00:02:02.858]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d # internal
2025-08-20T20:25:51.9833727Z [00:02:02.858]➜  vendor/golang.org/x/net/idna
2025-08-20T20:25:51.9834125Z [00:02:02.858]➜  mkdir -p $WORK/b208/
2025-08-20T20:25:51.9836375Z [00:02:02.859]➜  cat >/tmp/go-build4047508428/b208/importcfg << 'EOF' # internal
2025-08-20T20:25:51.9837210Z [00:02:02.859]➜  # import config
2025-08-20T20:25:51.9837766Z [00:02:02.859]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T20:25:51.9838387Z [00:02:02.859]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T20:25:51.9838971Z [00:02:02.859]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T20:25:51.9839649Z [00:02:02.859]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:51.9840223Z [00:02:02.859]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build4047508428/b209/_pkg_.a
2025-08-20T20:25:51.9840873Z [00:02:02.859]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build4047508428/b211/_pkg_.a
2025-08-20T20:25:51.9841505Z [00:02:02.859]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build4047508428/b212/_pkg_.a
2025-08-20T20:25:51.9842022Z [00:02:02.859]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:51.9842813Z [00:02:02.859]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:51.9843346Z [00:02:02.859]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:51.9843685Z [00:02:02.859]➜  EOF
2025-08-20T20:25:51.9846574Z [00:02:02.859]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b208=>" -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/b208/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-20T20:25:51.9877457Z [00:02:02.863]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T20:25:51.9982142Z [00:02:02.873]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d # internal
2025-08-20T20:25:51.9982740Z [00:02:02.873]➜  mime
2025-08-20T20:25:51.9982983Z [00:02:02.873]➜  mkdir -p $WORK/b216/
2025-08-20T20:25:51.9992258Z [00:02:02.874]➜  cat >/tmp/go-build4047508428/b216/importcfg << 'EOF' # internal
2025-08-20T20:25:51.9993791Z [00:02:02.874]➜  # import config
2025-08-20T20:25:51.9994643Z [00:02:02.874]➜  packagefile bufio=/tmp/go-build4047508428/b078/_pkg_.a
2025-08-20T20:25:51.9995109Z [00:02:02.874]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:51.9995573Z [00:02:02.874]➜  packagefile encoding/base64=/tmp/go-build4047508428/b046/_pkg_.a
2025-08-20T20:25:51.9996031Z [00:02:02.874]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:51.9996467Z [00:02:02.874]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:51.9996868Z [00:02:02.874]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:51.9997276Z [00:02:02.874]➜  packagefile maps=/tmp/go-build4047508428/b199/_pkg_.a
2025-08-20T20:25:51.9997678Z [00:02:02.874]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:51.9998087Z [00:02:02.874]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:51.9998523Z [00:02:02.874]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:51.9998940Z [00:02:02.874]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:51.9999553Z [00:02:02.874]➜  packagefile unicode=/tmp/go-build4047508428/b041/_pkg_.a
2025-08-20T20:25:52.0000011Z [00:02:02.874]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:52.0000348Z [00:02:02.874]➜  EOF
2025-08-20T20:25:52.0053624Z [00:02:02.880]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b216/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b216=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid I4kIffXijneyMNNmoBLE/I4kIffXijneyMNNmoBLE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b216/importcfg -pack /root/.go/src/mime/encodedword.go /root/.go/src/mime/grammar.go /root/.go/src/mime/mediatype.go /root/.go/src/mime/type.go /root/.go/src/mime/type_unix.go
2025-08-20T20:25:52.0114407Z [00:02:02.886]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T20:25:52.0126050Z [00:02:02.887]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d # internal
2025-08-20T20:25:52.0127211Z [00:02:02.887]➜  mime/quotedprintable
2025-08-20T20:25:52.0127980Z [00:02:02.887]➜  mkdir -p $WORK/b218/
2025-08-20T20:25:52.0132093Z [00:02:02.888]➜  cat >/tmp/go-build4047508428/b218/importcfg << 'EOF' # internal
2025-08-20T20:25:52.0132485Z [00:02:02.888]➜  # import config
2025-08-20T20:25:52.0133220Z [00:02:02.888]➜  packagefile bufio=/tmp/go-build4047508428/b078/_pkg_.a
2025-08-20T20:25:52.0133719Z [00:02:02.888]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:52.0134138Z [00:02:02.888]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:52.0134541Z [00:02:02.888]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:52.0134847Z [00:02:02.888]➜  EOF
2025-08-20T20:25:52.0136595Z [00:02:02.888]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b218=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid E46iEalzJcETRtFu1tSk/E46iEalzJcETRtFu1tSk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T20:25:52.0298157Z [00:02:02.902]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T20:25:52.0361202Z [00:02:02.911]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d # internal
2025-08-20T20:25:52.0392069Z [00:02:02.914]➜  net
2025-08-20T20:25:52.0392349Z [00:02:02.914]➜  mkdir -p $WORK/b200/
2025-08-20T20:25:52.0394580Z [00:02:02.914]➜  echo -n > $WORK/b200/preferlinkext # internal
2025-08-20T20:25:52.0395779Z [00:02:02.915]➜  cd /root/.go/src/net
2025-08-20T20:25:52.0397012Z [00:02:02.915]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b200/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b200/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_linux.go ./cgo_resnew.go ./cgo_socknew.go ./cgo_unix_cgo.go ./cgo_unix_cgo_res.go
2025-08-20T20:25:52.0424661Z [00:02:02.917]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T20:25:52.0429253Z [00:02:02.918]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d # internal
2025-08-20T20:25:52.0429892Z [00:02:02.918]➜  net/http/internal
2025-08-20T20:25:52.0430164Z [00:02:02.918]➜  mkdir -p $WORK/b220/
2025-08-20T20:25:52.0430554Z [00:02:02.918]➜  cat >/tmp/go-build4047508428/b220/importcfg << 'EOF' # internal
2025-08-20T20:25:52.0430925Z [00:02:02.918]➜  # import config
2025-08-20T20:25:52.0431263Z [00:02:02.918]➜  packagefile bufio=/tmp/go-build4047508428/b078/_pkg_.a
2025-08-20T20:25:52.0431680Z [00:02:02.918]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:52.0432114Z [00:02:02.918]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:52.0432524Z [00:02:02.918]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:52.0432921Z [00:02:02.918]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:52.0433226Z [00:02:02.918]➜  EOF
2025-08-20T20:25:52.0433475Z [00:02:02.918]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:52.0435466Z [00:02:02.918]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b220=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid vHdEEpk9aalnU7c9Q2CQ/vHdEEpk9aalnU7c9Q2CQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T20:25:52.0849646Z [00:02:02.960]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T20:25:52.0886466Z [00:02:02.963]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d # internal
2025-08-20T20:25:52.0912463Z [00:02:02.963]➜  net/http/internal/ascii
2025-08-20T20:25:52.0912816Z [00:02:02.963]➜  mkdir -p $WORK/b221/
2025-08-20T20:25:52.0913257Z [00:02:02.963]➜  cat >/tmp/go-build4047508428/b221/importcfg << 'EOF' # internal
2025-08-20T20:25:52.0913609Z [00:02:02.963]➜  # import config
2025-08-20T20:25:52.0913957Z [00:02:02.963]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:52.0914423Z [00:02:02.963]➜  packagefile unicode=/tmp/go-build4047508428/b041/_pkg_.a
2025-08-20T20:25:52.0914742Z [00:02:02.963]➜  EOF
2025-08-20T20:25:52.0916335Z [00:02:02.964]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b221=>" -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/b221/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T20:25:52.1174855Z [00:02:02.992]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T20:25:52.1175720Z [00:02:02.992]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d # internal
2025-08-20T20:25:52.1177005Z [00:02:02.992]➜  os/exec
2025-08-20T20:25:52.1202347Z [00:02:02.995]➜  mkdir -p $WORK/b223/
2025-08-20T20:25:52.1203600Z [00:02:02.995]➜  cat >/tmp/go-build4047508428/b223/importcfg << 'EOF' # internal
2025-08-20T20:25:52.1204490Z [00:02:02.995]➜  # import config
2025-08-20T20:25:52.1204895Z [00:02:02.995]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:52.1205339Z [00:02:02.995]➜  packagefile context=/tmp/go-build4047508428/b123/_pkg_.a
2025-08-20T20:25:52.1205770Z [00:02:02.995]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:52.1206261Z [00:02:02.995]➜  packagefile internal/godebug=/tmp/go-build4047508428/b060/_pkg_.a
2025-08-20T20:25:52.1206794Z [00:02:02.995]➜  packagefile internal/syscall/execenv=/tmp/go-build4047508428/b065/_pkg_.a
2025-08-20T20:25:52.1207331Z [00:02:02.995]➜  packagefile internal/syscall/unix=/tmp/go-build4047508428/b064/_pkg_.a
2025-08-20T20:25:52.1207794Z [00:02:02.995]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:52.1208207Z [00:02:02.995]➜  packagefile io/fs=/tmp/go-build4047508428/b056/_pkg_.a
2025-08-20T20:25:52.1208624Z [00:02:02.995]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:52.1209065Z [00:02:02.995]➜  packagefile path/filepath=/tmp/go-build4047508428/b097/_pkg_.a
2025-08-20T20:25:52.1209706Z [00:02:02.995]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:52.1210140Z [00:02:02.995]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:52.1210572Z [00:02:02.995]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:52.1211013Z [00:02:02.995]➜  packagefile syscall=/tmp/go-build4047508428/b062/_pkg_.a
2025-08-20T20:25:52.1211431Z [00:02:02.995]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:52.1211739Z [00:02:02.995]➜  EOF
2025-08-20T20:25:52.1213744Z [00:02:02.995]➜  /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-20T20:25:52.1642926Z [00:02:03.039]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T20:25:52.1660706Z [00:02:03.041]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d # internal
2025-08-20T20:25:52.1675012Z [00:02:03.042]➜  golang.org/x/sys/unix
2025-08-20T20:25:52.1676331Z [00:02:03.043]➜  mkdir -p $WORK/b228/
2025-08-20T20:25:52.1682621Z [00:02:03.043]➜  echo -n > $WORK/b228/go_asm.h # internal
2025-08-20T20:25:52.1683837Z [00:02:03.043]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix
2025-08-20T20:25:52.1685112Z [00:02:03.043]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix=>golang.org/x/sys@v0.7.0/unix;$WORK/b228=>" -I $WORK/b228/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b228/symabis ./asm_linux_arm64.s
2025-08-20T20:25:52.1767355Z [00:02:03.052]➜  cat >/tmp/go-build4047508428/b228/importcfg << 'EOF' # internal
2025-08-20T20:25:52.1769874Z [00:02:03.052]➜  # import config
2025-08-20T20:25:52.1770776Z [00:02:03.052]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:52.1771290Z [00:02:03.052]➜  packagefile encoding/binary=/tmp/go-build4047508428/b075/_pkg_.a
2025-08-20T20:25:52.1772158Z [00:02:03.052]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:52.1772601Z [00:02:03.052]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:52.1773024Z [00:02:03.052]➜  packagefile sort=/tmp/go-build4047508428/b083/_pkg_.a
2025-08-20T20:25:52.1773446Z [00:02:03.052]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:52.1773873Z [00:02:03.052]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:52.1774309Z [00:02:03.052]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:52.1774730Z [00:02:03.052]➜  packagefile syscall=/tmp/go-build4047508428/b062/_pkg_.a
2025-08-20T20:25:52.1775149Z [00:02:03.052]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:52.1775455Z [00:02:03.052]➜  EOF
2025-08-20T20:25:52.1775700Z [00:02:03.052]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:52.1785918Z [00:02:03.052]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b228/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix=>golang.org/x/sys@v0.7.0/unix;$WORK/b228=>" -p golang.org/x/sys/unix -lang=go1.17 -installsuffix shared -buildid w5KO8byDIwh-5iMdtxhE/w5KO8byDIwh-5iMdtxhE -goversion go1.25.0 -symabis $WORK/b228/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack -asmhdr $WORK/b228/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/ioctl_unsigned.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/syscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/zerrors_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/zptrace_armnn_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/zptrace_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/zsyscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/zsysnum_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix/ztypes_linux_arm64.go
2025-08-20T20:25:52.1873935Z [00:02:03.062]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T20:25:52.1904895Z [00:02:03.065]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d # internal
2025-08-20T20:25:52.1905536Z [00:02:03.065]➜  github.com/mattn/go-runewidth
2025-08-20T20:25:52.1906278Z [00:02:03.065]➜  mkdir -p $WORK/b231/
2025-08-20T20:25:52.1915078Z [00:02:03.066]➜  cat >/tmp/go-build4047508428/b231/importcfg << 'EOF' # internal
2025-08-20T20:25:52.1916293Z [00:02:03.066]➜  # import config
2025-08-20T20:25:52.1917173Z [00:02:03.066]➜  packagefile github.com/rivo/uniseg=/tmp/go-build4047508428/b232/_pkg_.a
2025-08-20T20:25:52.1917682Z [00:02:03.066]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:52.1918113Z [00:02:03.066]➜  packagefile regexp=/tmp/go-build4047508428/b104/_pkg_.a
2025-08-20T20:25:52.1918567Z [00:02:03.066]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:52.1918890Z [00:02:03.066]➜  EOF
2025-08-20T20:25:52.1921418Z [00:02:03.067]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b231/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.14=>github.com/mattn/go-runewidth@v0.0.14;$WORK/b231=>" -p github.com/mattn/go-runewidth -lang=go1.9 -complete -installsuffix shared -buildid ziFFlJ3-Gbo7ftUkkYsl/ziFFlJ3-Gbo7ftUkkYsl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b231/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.14/runewidth.go /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.14/runewidth_posix.go /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.14/runewidth_table.go
2025-08-20T20:25:52.2304817Z [00:02:03.105]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T20:25:52.2315078Z [00:02:03.106]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/07/07ca56de23ea32591930dd37fc293ca4d6b20f39fb10e05df3aa7dc1ef616d32-d # internal
2025-08-20T20:25:52.2315703Z [00:02:03.106]➜  github.com/muesli/reflow/ansi
2025-08-20T20:25:52.2316004Z [00:02:03.107]➜  mkdir -p $WORK/b233/
2025-08-20T20:25:52.2325116Z [00:02:03.107]➜  cat >/tmp/go-build4047508428/b233/importcfg << 'EOF' # internal
2025-08-20T20:25:52.2325863Z [00:02:03.107]➜  # import config
2025-08-20T20:25:52.2326941Z [00:02:03.107]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:52.2327564Z [00:02:03.107]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build4047508428/b231/_pkg_.a
2025-08-20T20:25:52.2328060Z [00:02:03.107]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:52.2328500Z [00:02:03.107]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:52.2328834Z [00:02:03.107]➜  EOF
2025-08-20T20:25:52.2331694Z [00:02:03.108]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/ansi=>github.com/muesli/reflow@v0.3.0/ansi;$WORK/b233=>" -p github.com/muesli/reflow/ansi -lang=go1.13 -complete -installsuffix shared -buildid kB0E5n1j7KYUt2QdTH5_/kB0E5n1j7KYUt2QdTH5_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/ansi/ansi.go /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/ansi/buffer.go /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/ansi/writer.go
2025-08-20T20:25:52.2342166Z [00:02:03.109]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T20:25:52.2358995Z [00:02:03.111]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d # internal
2025-08-20T20:25:52.2377240Z [00:02:03.112]➜  github.com/aymanbagabas/go-osc52/v2
2025-08-20T20:25:52.2377599Z [00:02:03.112]➜  mkdir -p $WORK/b238/
2025-08-20T20:25:52.2377991Z [00:02:03.112]➜  cat >/tmp/go-build4047508428/b238/importcfg << 'EOF' # internal
2025-08-20T20:25:52.2378337Z [00:02:03.112]➜  # import config
2025-08-20T20:25:52.2378733Z [00:02:03.112]➜  packagefile encoding/base64=/tmp/go-build4047508428/b046/_pkg_.a
2025-08-20T20:25:52.2379417Z [00:02:03.112]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:52.2379892Z [00:02:03.112]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:52.2380313Z [00:02:03.112]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:52.2380630Z [00:02:03.112]➜  EOF
2025-08-20T20:25:52.2383008Z [00:02:03.112]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b238/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aymanbagabas/go-osc52/v2@v2.0.1=>github.com/aymanbagabas/go-osc52/v2@v2.0.1;$WORK/b238=>" -p github.com/aymanbagabas/go-osc52/v2 -lang=go1.16 -complete -installsuffix shared -buildid czSqfiUCt8UuPUuaRgem/czSqfiUCt8UuPUuaRgem -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b238/importcfg -pack /root/go/pkg/mod/github.com/aymanbagabas/go-osc52/v2@v2.0.1/osc52.go
2025-08-20T20:25:52.2644579Z [00:02:03.139]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T20:25:52.2652025Z [00:02:03.140]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/82/829a713066bc675e77e1652519abc20c63601e513f72e4e6b4387833abfbba1d-d # internal
2025-08-20T20:25:52.2653724Z [00:02:03.140]➜  github.com/muesli/reflow/truncate
2025-08-20T20:25:52.2654278Z [00:02:03.140]➜  mkdir -p $WORK/b234/
2025-08-20T20:25:52.2670664Z [00:02:03.142]➜  cat >/tmp/go-build4047508428/b234/importcfg << 'EOF' # internal
2025-08-20T20:25:52.2671872Z [00:02:03.142]➜  # import config
2025-08-20T20:25:52.2672227Z [00:02:03.142]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:52.2673293Z [00:02:03.142]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build4047508428/b231/_pkg_.a
2025-08-20T20:25:52.2673903Z [00:02:03.142]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build4047508428/b233/_pkg_.a
2025-08-20T20:25:52.2674413Z [00:02:03.142]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:52.2674741Z [00:02:03.142]➜  EOF
2025-08-20T20:25:52.2676569Z [00:02:03.142]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b234/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/truncate=>github.com/muesli/reflow@v0.3.0/truncate;$WORK/b234=>" -p github.com/muesli/reflow/truncate -lang=go1.13 -complete -installsuffix shared -buildid Jo3zK4dGRgo_go9_surf/Jo3zK4dGRgo_go9_surf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/truncate/truncate.go
2025-08-20T20:25:52.2678238Z [00:02:03.142]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T20:25:52.2678910Z [00:02:03.142]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/a9/a9a6fbf3d6ea1aa5c84f308ee40923ab8db0dce54c8f4c795d0ef8dfa7ce104a-d # internal
2025-08-20T20:25:52.2679679Z [00:02:03.142]➜  github.com/muesli/reflow/wordwrap
2025-08-20T20:25:52.2679983Z [00:02:03.142]➜  mkdir -p $WORK/b235/
2025-08-20T20:25:52.2680759Z [00:02:03.142]➜  cat >/tmp/go-build4047508428/b235/importcfg << 'EOF' # internal
2025-08-20T20:25:52.2681185Z [00:02:03.142]➜  # import config
2025-08-20T20:25:52.2681525Z [00:02:03.142]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:52.2682029Z [00:02:03.142]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build4047508428/b233/_pkg_.a
2025-08-20T20:25:52.2682532Z [00:02:03.142]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:52.2682973Z [00:02:03.142]➜  packagefile unicode=/tmp/go-build4047508428/b041/_pkg_.a
2025-08-20T20:25:52.2683289Z [00:02:03.142]➜  EOF
2025-08-20T20:25:52.2685126Z [00:02:03.142]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b235/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/wordwrap=>github.com/muesli/reflow@v0.3.0/wordwrap;$WORK/b235=>" -p github.com/muesli/reflow/wordwrap -lang=go1.13 -complete -installsuffix shared -buildid emrPoSstZinUfIhZllMR/emrPoSstZinUfIhZllMR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/wordwrap/wordwrap.go
2025-08-20T20:25:52.2824344Z [00:02:03.157]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T20:25:52.2829309Z [00:02:03.158]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/15/15e9e79581ff76414755135c56a7118d7fb79a62b6a3cbd7d734c3fc0dc1a6cf-d # internal
2025-08-20T20:25:52.2830931Z [00:02:03.158]➜  github.com/muesli/reflow/wrap
2025-08-20T20:25:52.2831866Z [00:02:03.158]➜  mkdir -p $WORK/b236/
2025-08-20T20:25:52.2837868Z [00:02:03.159]➜  cat >/tmp/go-build4047508428/b236/importcfg << 'EOF' # internal
2025-08-20T20:25:52.2838251Z [00:02:03.159]➜  # import config
2025-08-20T20:25:52.2838593Z [00:02:03.159]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:52.2839107Z [00:02:03.159]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build4047508428/b231/_pkg_.a
2025-08-20T20:25:52.2839875Z [00:02:03.159]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build4047508428/b233/_pkg_.a
2025-08-20T20:25:52.2840404Z [00:02:03.159]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:52.2840838Z [00:02:03.159]➜  packagefile unicode=/tmp/go-build4047508428/b041/_pkg_.a
2025-08-20T20:25:52.2841157Z [00:02:03.159]➜  EOF
2025-08-20T20:25:52.2842907Z [00:02:03.159]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b236/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/wrap=>github.com/muesli/reflow@v0.3.0/wrap;$WORK/b236=>" -p github.com/muesli/reflow/wrap -lang=go1.13 -complete -installsuffix shared -buildid t8f2kRZxioSKoFf-_53M/t8f2kRZxioSKoFf-_53M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/wrap/wrap.go
2025-08-20T20:25:52.2844668Z [00:02:03.159]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T20:25:52.2845335Z [00:02:03.159]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/76/765ec680b6a2bae9211294441df1fba480b94620f4788064600810aa5299d67a-d # internal
2025-08-20T20:25:52.2845880Z [00:02:03.159]➜  database/sql/driver
2025-08-20T20:25:52.2846146Z [00:02:03.159]➜  mkdir -p $WORK/b240/
2025-08-20T20:25:52.2846527Z [00:02:03.160]➜  cat >/tmp/go-build4047508428/b240/importcfg << 'EOF' # internal
2025-08-20T20:25:52.2846872Z [00:02:03.160]➜  # import config
2025-08-20T20:25:52.2847218Z [00:02:03.160]➜  packagefile context=/tmp/go-build4047508428/b123/_pkg_.a
2025-08-20T20:25:52.2847645Z [00:02:03.160]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:52.2848072Z [00:02:03.160]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:52.2848491Z [00:02:03.160]➜  packagefile reflect=/tmp/go-build4047508428/b052/_pkg_.a
2025-08-20T20:25:52.2848924Z [00:02:03.160]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:52.2849570Z [00:02:03.160]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:52.2849894Z [00:02:03.160]➜  EOF
2025-08-20T20:25:52.2858657Z [00:02:03.160]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b240/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b240=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid Ta7tT4K82NIZFE2DKn7H/Ta7tT4K82NIZFE2DKn7H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T20:25:52.2992060Z [00:02:03.174]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T20:25:52.2995443Z [00:02:03.175]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/44/443ec8e389df67e3e7aebabc195fe0aac9945157921087e5f7ab9216bae63981-d # internal
2025-08-20T20:25:52.3028473Z [00:02:03.178]➜  text/template/parse
2025-08-20T20:25:52.3031485Z [00:02:03.178]➜  mkdir -p $WORK/b242/
2025-08-20T20:25:52.3035943Z [00:02:03.179]➜  cat >/tmp/go-build4047508428/b242/importcfg << 'EOF' # internal
2025-08-20T20:25:52.3036330Z [00:02:03.179]➜  # import config
2025-08-20T20:25:52.3036722Z [00:02:03.179]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:52.3037142Z [00:02:03.179]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:52.3037761Z [00:02:03.179]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:52.3038200Z [00:02:03.179]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:52.3038769Z [00:02:03.179]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:52.3039957Z [00:02:03.179]➜  packagefile unicode=/tmp/go-build4047508428/b041/_pkg_.a
2025-08-20T20:25:52.3040515Z [00:02:03.179]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:52.3040958Z [00:02:03.179]➜  EOF
2025-08-20T20:25:52.3047253Z [00:02:03.180]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b242/_pkg_.a -trimpath "/root/.go/src/text/template/parse=>text/template/parse;$WORK/b242=>" -p text/template/parse -lang=go1.25 -std -complete -installsuffix shared -buildid 18g1CEh_U2Nxe_9ajhbY/18g1CEh_U2Nxe_9ajhbY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/importcfg -pack /root/.go/src/text/template/parse/lex.go /root/.go/src/text/template/parse/node.go /root/.go/src/text/template/parse/parse.go
2025-08-20T20:25:52.3521012Z [00:02:03.227]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T20:25:52.3542255Z [00:02:03.229]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d # internal
2025-08-20T20:25:52.3542960Z [00:02:03.229]➜  github.com/lucasb-eyer/go-colorful
2025-08-20T20:25:52.3550384Z [00:02:03.230]➜  mkdir -p $WORK/b239/
2025-08-20T20:25:52.3550959Z [00:02:03.230]➜  cat >/tmp/go-build4047508428/b239/importcfg << 'EOF' # internal
2025-08-20T20:25:52.3551435Z [00:02:03.230]➜  # import config
2025-08-20T20:25:52.3551940Z [00:02:03.230]➜  packagefile database/sql/driver=/tmp/go-build4047508428/b240/_pkg_.a
2025-08-20T20:25:52.3552566Z [00:02:03.230]➜  packagefile encoding/json=/tmp/go-build4047508428/b043/_pkg_.a
2025-08-20T20:25:52.3553108Z [00:02:03.230]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:52.3553688Z [00:02:03.230]➜  packagefile image/color=/tmp/go-build4047508428/b079/_pkg_.a
2025-08-20T20:25:52.3554277Z [00:02:03.230]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:52.3554816Z [00:02:03.230]➜  packagefile math/rand=/tmp/go-build4047508428/b107/_pkg_.a
2025-08-20T20:25:52.3555402Z [00:02:03.230]➜  packagefile reflect=/tmp/go-build4047508428/b052/_pkg_.a
2025-08-20T20:25:52.3555830Z [00:02:03.230]➜  EOF
2025-08-20T20:25:52.3569599Z [00:02:03.231]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b239/_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/b239=>" -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/b239/importcfg -pack /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/colorgens.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/colors.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/happy_palettegen.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/hexcolor.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/hsluv.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/soft_palettegen.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/warm_palettegen.go
2025-08-20T20:25:52.4721060Z [00:02:03.347]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T20:25:52.4739856Z [00:02:03.349]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/b5/b5acbb681d037958b6b09c568e600d06fac724a25be5598ef4e55dc9a8e767a3-d # internal
2025-08-20T20:25:52.4743282Z [00:02:03.349]➜  os/signal
2025-08-20T20:25:52.4743677Z [00:02:03.349]➜  mkdir -p $WORK/b244/
2025-08-20T20:25:52.4746763Z [00:02:03.350]➜  echo -n > $WORK/b244/go_asm.h # internal
2025-08-20T20:25:52.4748961Z [00:02:03.350]➜  cd /root/.go/src/os/signal
2025-08-20T20:25:52.4753246Z [00:02:03.350]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b244=>" -I $WORK/b244/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b244/symabis ./sig.s
2025-08-20T20:25:52.4796585Z [00:02:03.355]➜  cat >/tmp/go-build4047508428/b244/importcfg << 'EOF' # internal
2025-08-20T20:25:52.4797821Z [00:02:03.355]➜  # import config
2025-08-20T20:25:52.4798420Z [00:02:03.355]➜  packagefile context=/tmp/go-build4047508428/b123/_pkg_.a
2025-08-20T20:25:52.4798934Z [00:02:03.355]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:52.4799635Z [00:02:03.355]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:52.4801767Z [00:02:03.355]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:52.4802349Z [00:02:03.355]➜  packagefile syscall=/tmp/go-build4047508428/b062/_pkg_.a
2025-08-20T20:25:52.4802731Z [00:02:03.355]➜  EOF
2025-08-20T20:25:52.4803149Z [00:02:03.355]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:52.4811248Z [00:02:03.356]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b244/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b244=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 0PbWp1NnRJ7j75tcHFoi/0PbWp1NnRJ7j75tcHFoi -goversion go1.25.0 -symabis $WORK/b244/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b244/importcfg -pack -asmhdr $WORK/b244/go_asm.h /root/.go/src/os/signal/doc.go /root/.go/src/os/signal/signal.go /root/.go/src/os/signal/signal_unix.go
2025-08-20T20:25:52.4950511Z [00:02:03.370]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T20:25:52.5004980Z [00:02:03.375]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/4a/4a153cb2abd1b09c561e3b53954477b6c5bfa0de61452711a8e6f2d3edf369bb-d # internal
2025-08-20T20:25:52.5013412Z [00:02:03.376]➜  text/template
2025-08-20T20:25:52.5014446Z [00:02:03.376]➜  mkdir -p $WORK/b241/
2025-08-20T20:25:52.5016708Z [00:02:03.376]➜  cat >/tmp/go-build4047508428/b241/importcfg << 'EOF' # internal
2025-08-20T20:25:52.5017097Z [00:02:03.376]➜  # import config
2025-08-20T20:25:52.5017448Z [00:02:03.376]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:52.5017874Z [00:02:03.376]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:52.5018327Z [00:02:03.376]➜  packagefile internal/fmtsort=/tmp/go-build4047508428/b051/_pkg_.a
2025-08-20T20:25:52.5018794Z [00:02:03.376]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:52.5019334Z [00:02:03.376]➜  packagefile io/fs=/tmp/go-build4047508428/b056/_pkg_.a
2025-08-20T20:25:52.5019817Z [00:02:03.376]➜  packagefile maps=/tmp/go-build4047508428/b199/_pkg_.a
2025-08-20T20:25:52.5020240Z [00:02:03.376]➜  packagefile net/url=/tmp/go-build4047508428/b206/_pkg_.a
2025-08-20T20:25:52.5020652Z [00:02:03.377]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:52.5021361Z [00:02:03.377]➜  packagefile path=/tmp/go-build4047508428/b058/_pkg_.a
2025-08-20T20:25:52.5021882Z [00:02:03.377]➜  packagefile path/filepath=/tmp/go-build4047508428/b097/_pkg_.a
2025-08-20T20:25:52.5022334Z [00:02:03.377]➜  packagefile reflect=/tmp/go-build4047508428/b052/_pkg_.a
2025-08-20T20:25:52.5022763Z [00:02:03.377]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:52.5023193Z [00:02:03.377]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:52.5023625Z [00:02:03.377]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:52.5024088Z [00:02:03.377]➜  packagefile text/template/parse=/tmp/go-build4047508428/b242/_pkg_.a
2025-08-20T20:25:52.5024555Z [00:02:03.377]➜  packagefile unicode=/tmp/go-build4047508428/b041/_pkg_.a
2025-08-20T20:25:52.5024999Z [00:02:03.377]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:52.5025337Z [00:02:03.377]➜  EOF
2025-08-20T20:25:52.5027474Z [00:02:03.377]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b241/_pkg_.a -trimpath "/root/.go/src/text/template=>text/template;$WORK/b241=>" -p text/template -lang=go1.25 -std -complete -installsuffix shared -buildid nWNn5zq-4zq24i--jN00/nWNn5zq-4zq24i--jN00 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack /root/.go/src/text/template/doc.go /root/.go/src/text/template/exec.go /root/.go/src/text/template/funcs.go /root/.go/src/text/template/helper.go /root/.go/src/text/template/option.go /root/.go/src/text/template/template.go
2025-08-20T20:25:52.5220748Z [00:02:03.397]➜  cd /root/.go/src/os/signal
2025-08-20T20:25:52.5224489Z [00:02:03.397]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b244=>" -I $WORK/b244/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b244/sig.o ./sig.s
2025-08-20T20:25:52.5266945Z [00:02:03.401]➜  go tool pack r $WORK/b244/_pkg_.a $WORK/b244/sig.o # internal
2025-08-20T20:25:52.5270743Z [00:02:03.402]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T20:25:52.5277471Z [00:02:03.403]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/30/30bdd559b4b5f884c540480655f93b453e61dc51066d3e09611618a1c51e009d-d # internal
2025-08-20T20:25:52.5284672Z [00:02:03.403]➜  github.com/nsf/termbox-go
2025-08-20T20:25:52.5286288Z [00:02:03.403]➜  mkdir -p $WORK/b243/
2025-08-20T20:25:52.5287319Z [00:02:03.403]➜  cat >/tmp/go-build4047508428/b243/importcfg << 'EOF' # internal
2025-08-20T20:25:52.5288362Z [00:02:03.403]➜  # import config
2025-08-20T20:25:52.5288758Z [00:02:03.403]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:52.5289367Z [00:02:03.403]➜  packagefile encoding/binary=/tmp/go-build4047508428/b075/_pkg_.a
2025-08-20T20:25:52.5289922Z [00:02:03.403]➜  packagefile encoding/hex=/tmp/go-build4047508428/b197/_pkg_.a
2025-08-20T20:25:52.5290370Z [00:02:03.403]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:52.5290805Z [00:02:03.403]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:52.5291307Z [00:02:03.403]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build4047508428/b231/_pkg_.a
2025-08-20T20:25:52.5291787Z [00:02:03.403]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:52.5292208Z [00:02:03.403]➜  packagefile io/ioutil=/tmp/go-build4047508428/b088/_pkg_.a
2025-08-20T20:25:52.5292626Z [00:02:03.403]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:52.5293064Z [00:02:03.404]➜  packagefile os/signal=/tmp/go-build4047508428/b244/_pkg_.a
2025-08-20T20:25:52.5293501Z [00:02:03.404]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:52.5293931Z [00:02:03.404]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:52.5294357Z [00:02:03.404]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:52.5294781Z [00:02:03.404]➜  packagefile syscall=/tmp/go-build4047508428/b062/_pkg_.a
2025-08-20T20:25:52.5295589Z [00:02:03.404]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:52.5296107Z [00:02:03.404]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:52.5296461Z [00:02:03.404]➜  EOF
2025-08-20T20:25:52.5296714Z [00:02:03.404]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:52.5300530Z [00:02:03.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b243/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/nsf/termbox-go@v1.1.1=>github.com/nsf/termbox-go@v1.1.1;$WORK/b243=>" -p github.com/nsf/termbox-go -lang=go1.15 -complete -installsuffix shared -buildid ig91s3o2Mth1QfWfFfiv/ig91s3o2Mth1QfWfFfiv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/importcfg -pack /root/go/pkg/mod/github.com/nsf/termbox-go@v1.1.1/api.go /root/go/pkg/mod/github.com/nsf/termbox-go@v1.1.1/api_common.go /root/go/pkg/mod/github.com/nsf/termbox-go@v1.1.1/escwait.go /root/go/pkg/mod/github.com/nsf/termbox-go@v1.1.1/syscalls_linux.go /root/go/pkg/mod/github.com/nsf/termbox-go@v1.1.1/termbox.go /root/go/pkg/mod/github.com/nsf/termbox-go@v1.1.1/termbox_common.go /root/go/pkg/mod/github.com/nsf/termbox-go@v1.1.1/terminfo.go /root/go/pkg/mod/github.com/nsf/termbox-go@v1.1.1/terminfo_builtin.go
2025-08-20T20:25:52.5473574Z [00:02:03.422]➜  cd $WORK/b200
2025-08-20T20:25:52.5478283Z [00:02:03.423]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b200=/tmp/go-build -gno-record-gcc-switches -I $WORK/b200/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b200/_x001.o -c _cgo_export.c
2025-08-20T20:25:52.5657095Z [00:02:03.440]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b200=/tmp/go-build -gno-record-gcc-switches -I $WORK/b200/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b200/_x002.o -c cgo_linux.cgo2.c
2025-08-20T20:25:52.6151341Z [00:02:03.490]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T20:25:52.6166059Z [00:02:03.492]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/92/92cd0041923b10252cee42c3c1f67c1dc2138793fa4e0bbe56ebcbdc3e1ea90a-d # internal
2025-08-20T20:25:52.6175338Z [00:02:03.492]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b200=/tmp/go-build -gno-record-gcc-switches -I $WORK/b200/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b200/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T20:25:52.6230849Z [00:02:03.495]➜  encoding/csv
2025-08-20T20:25:52.6231169Z [00:02:03.495]➜  mkdir -p $WORK/b247/
2025-08-20T20:25:52.6238050Z [00:02:03.499]➜  cat >/tmp/go-build4047508428/b247/importcfg << 'EOF' # internal
2025-08-20T20:25:52.6238837Z [00:02:03.499]➜  # import config
2025-08-20T20:25:52.6240115Z [00:02:03.499]➜  packagefile bufio=/tmp/go-build4047508428/b078/_pkg_.a
2025-08-20T20:25:52.6240661Z [00:02:03.499]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:52.6241106Z [00:02:03.499]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:52.6241529Z [00:02:03.499]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:52.6241931Z [00:02:03.499]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:52.6242361Z [00:02:03.499]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:52.6242791Z [00:02:03.499]➜  packagefile unicode=/tmp/go-build4047508428/b041/_pkg_.a
2025-08-20T20:25:52.6243244Z [00:02:03.499]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:52.6243583Z [00:02:03.499]➜  EOF
2025-08-20T20:25:52.6243832Z [00:02:03.499]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:52.6245860Z [00:02:03.499]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b247/_pkg_.a -trimpath "/root/.go/src/encoding/csv=>encoding/csv;$WORK/b247=>" -p encoding/csv -lang=go1.25 -std -complete -installsuffix shared -buildid FTkU4SFUfHTAgI8mlUkE/FTkU4SFUfHTAgI8mlUkE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack /root/.go/src/encoding/csv/reader.go /root/.go/src/encoding/csv/writer.go
2025-08-20T20:25:52.6648736Z [00:02:03.540]➜  cd $WORK/b200
2025-08-20T20:25:52.6650617Z [00:02:03.540]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b200=/tmp/go-build -gno-record-gcc-switches -I $WORK/b200/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b200/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T20:25:52.6796568Z [00:02:03.554]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T20:25:52.6802323Z [00:02:03.555]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/ba/ba51f074ab70afde8d6803d8b444f0eeb134e8ddf31025b7a8dfe422043a1313-d # internal
2025-08-20T20:25:52.6802967Z [00:02:03.555]➜  flag
2025-08-20T20:25:52.6803216Z [00:02:03.555]➜  mkdir -p $WORK/b248/
2025-08-20T20:25:52.6822725Z [00:02:03.557]➜  cat >/tmp/go-build4047508428/b248/importcfg << 'EOF' # internal
2025-08-20T20:25:52.6823790Z [00:02:03.557]➜  # import config
2025-08-20T20:25:52.6824169Z [00:02:03.557]➜  packagefile encoding=/tmp/go-build4047508428/b045/_pkg_.a
2025-08-20T20:25:52.6825037Z [00:02:03.557]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:52.6825483Z [00:02:03.557]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:52.6825885Z [00:02:03.557]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:52.6826284Z [00:02:03.557]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:52.6826703Z [00:02:03.557]➜  packagefile reflect=/tmp/go-build4047508428/b052/_pkg_.a
2025-08-20T20:25:52.6827151Z [00:02:03.557]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:52.6827575Z [00:02:03.557]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:52.6827994Z [00:02:03.557]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:52.6828420Z [00:02:03.557]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:52.6828838Z [00:02:03.557]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:52.6829319Z [00:02:03.557]➜  EOF
2025-08-20T20:25:52.6829663Z [00:02:03.557]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:52.6831021Z [00:02:03.557]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b248/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b248=>" -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/b248/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T20:25:52.7107310Z [00:02:03.585]➜  cd $WORK/b200
2025-08-20T20:25:52.7108845Z [00:02:03.585]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b200=/tmp/go-build -gno-record-gcc-switches -I $WORK/b200/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b200/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T20:25:52.7850083Z [00:02:03.660]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b200=/tmp/go-build -gno-record-gcc-switches -I $WORK/b200/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b200/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T20:25:52.8024134Z [00:02:03.677]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T20:25:52.8038768Z [00:02:03.679]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix
2025-08-20T20:25:52.8041052Z [00:02:03.679]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.7.0/unix=>golang.org/x/sys@v0.7.0/unix;$WORK/b228=>" -I $WORK/b228/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b228/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T20:25:52.8059706Z [00:02:03.681]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d # internal
2025-08-20T20:25:52.8075816Z [00:02:03.682]➜  go tool pack r $WORK/b228/_pkg_.a $WORK/b228/asm_linux_arm64.o # internal
2025-08-20T20:25:52.8076310Z [00:02:03.683]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T20:25:52.8210466Z [00:02:03.696]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T20:25:52.8227302Z [00:02:03.698]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/63/638715554486389ecc093d11ee9ce09d7cfdaee0bd5c04bc2630b542d8a85ec2-d # internal
2025-08-20T20:25:52.8229940Z [00:02:03.698]➜  github.com/mattn/go-isatty
2025-08-20T20:25:52.8231467Z [00:02:03.698]➜  mkdir -p $WORK/b227/
2025-08-20T20:25:52.8233301Z [00:02:03.698]➜  cat >/tmp/go-build4047508428/b227/importcfg << 'EOF' # internal
2025-08-20T20:25:52.8234452Z [00:02:03.698]➜  # import config
2025-08-20T20:25:52.8236668Z [00:02:03.698]➜  packagefile golang.org/x/sys/unix=/tmp/go-build4047508428/b228/_pkg_.a
2025-08-20T20:25:52.8237051Z [00:02:03.698]➜  EOF
2025-08-20T20:25:52.8237304Z [00:02:03.698]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:52.8247316Z [00:02:03.698]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.18=>github.com/mattn/go-isatty@v0.0.18;$WORK/b227=>" -p github.com/mattn/go-isatty -lang=go1.15 -complete -installsuffix shared -buildid RkB3FILtBC4I1MR7OjUl/RkB3FILtBC4I1MR7OjUl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.18/doc.go /root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.18/isatty_tcgets.go
2025-08-20T20:25:52.8251266Z [00:02:03.698]➜  golang.org/x/term
2025-08-20T20:25:52.8251575Z [00:02:03.698]➜  mkdir -p $WORK/b229/
2025-08-20T20:25:52.8251986Z [00:02:03.699]➜  cat >/tmp/go-build4047508428/b229/importcfg << 'EOF' # internal
2025-08-20T20:25:52.8252335Z [00:02:03.699]➜  # import config
2025-08-20T20:25:52.8252678Z [00:02:03.699]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:52.8253156Z [00:02:03.699]➜  packagefile golang.org/x/sys/unix=/tmp/go-build4047508428/b228/_pkg_.a
2025-08-20T20:25:52.8253628Z [00:02:03.699]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:52.8254045Z [00:02:03.699]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:52.8254470Z [00:02:03.699]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:52.8254894Z [00:02:03.699]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:52.8255343Z [00:02:03.699]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:52.8256100Z [00:02:03.699]➜  EOF
2025-08-20T20:25:52.8259428Z [00:02:03.699]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b229/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/term@v0.1.0=>golang.org/x/term@v0.1.0;$WORK/b229=>" -p golang.org/x/term -lang=go1.17 -complete -installsuffix shared -buildid dtj7jsvM0DRB_AErN8Ho/dtj7jsvM0DRB_AErN8Ho -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/importcfg -pack /root/go/pkg/mod/golang.org/x/term@v0.1.0/term.go /root/go/pkg/mod/golang.org/x/term@v0.1.0/term_unix.go /root/go/pkg/mod/golang.org/x/term@v0.1.0/term_unix_other.go /root/go/pkg/mod/golang.org/x/term@v0.1.0/terminal.go
2025-08-20T20:25:52.8261740Z [00:02:03.700]➜  cd $WORK/b200
2025-08-20T20:25:52.8263754Z [00:02:03.700]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b200=/tmp/go-build -gno-record-gcc-switches -I $WORK/b200/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b200/_cgo_main.o -c _cgo_main.c
2025-08-20T20:25:52.8265671Z [00:02:03.700]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/2f/2f8eb2e2e96041bf41210deaa3541138afde05707c0898dba39e707799d4383a-d # internal
2025-08-20T20:25:52.8408827Z [00:02:03.716]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:52.8412774Z [00:02:03.716]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b200=/tmp/go-build -gno-record-gcc-switches -o $WORK/b200/_cgo_.o $WORK/b200/_cgo_main.o $WORK/b200/preferlinkext $WORK/b200/_x001.o $WORK/b200/_x002.o $WORK/b200/_x003.o $WORK/b200/_x004.o $WORK/b200/_x005.o $WORK/b200/_x006.o -O2 -g -lresolv
2025-08-20T20:25:52.8444497Z [00:02:03.719]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T20:25:52.8451130Z [00:02:03.720]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/f8/f8c91bc161f703155a65a4b9e90cc1848e7f074456de58e791083d6952c6187b-d # internal
2025-08-20T20:25:52.8451788Z [00:02:03.720]➜  github.com/mattn/go-colorable
2025-08-20T20:25:52.8452094Z [00:02:03.720]➜  mkdir -p $WORK/b226/
2025-08-20T20:25:52.8454641Z [00:02:03.720]➜  cat >/tmp/go-build4047508428/b226/importcfg << 'EOF' # internal
2025-08-20T20:25:52.8455033Z [00:02:03.720]➜  # import config
2025-08-20T20:25:52.8455421Z [00:02:03.720]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:52.8456305Z [00:02:03.720]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build4047508428/b227/_pkg_.a
2025-08-20T20:25:52.8456790Z [00:02:03.721]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:52.8457193Z [00:02:03.721]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:52.8457499Z [00:02:03.721]➜  EOF
2025-08-20T20:25:52.8459858Z [00:02:03.721]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b226/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.13=>github.com/mattn/go-colorable@v0.1.13;$WORK/b226=>" -p github.com/mattn/go-colorable -lang=go1.15 -complete -installsuffix shared -buildid 9UU4DP1rUrcXFF0a752s/9UU4DP1rUrcXFF0a752s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.13/colorable_others.go /root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.13/noncolorable.go
2025-08-20T20:25:52.8477597Z [00:02:03.723]➜  github.com/muesli/termenv
2025-08-20T20:25:52.8480327Z [00:02:03.723]➜  mkdir -p $WORK/b237/
2025-08-20T20:25:52.8482296Z [00:02:03.723]➜  cat >/tmp/go-build4047508428/b237/importcfg << 'EOF' # internal
2025-08-20T20:25:52.8482716Z [00:02:03.723]➜  # import config
2025-08-20T20:25:52.8483060Z [00:02:03.723]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:52.8483476Z [00:02:03.723]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:52.8484004Z [00:02:03.723]➜  packagefile github.com/aymanbagabas/go-osc52/v2=/tmp/go-build4047508428/b238/_pkg_.a
2025-08-20T20:25:52.8484636Z [00:02:03.723]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build4047508428/b239/_pkg_.a
2025-08-20T20:25:52.8485216Z [00:02:03.723]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build4047508428/b227/_pkg_.a
2025-08-20T20:25:52.8485777Z [00:02:03.723]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build4047508428/b231/_pkg_.a
2025-08-20T20:25:52.8486322Z [00:02:03.723]➜  packagefile golang.org/x/sys/unix=/tmp/go-build4047508428/b228/_pkg_.a
2025-08-20T20:25:52.8486825Z [00:02:03.723]➜  packagefile image/color=/tmp/go-build4047508428/b079/_pkg_.a
2025-08-20T20:25:52.8487497Z [00:02:03.723]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:52.8487927Z [00:02:03.723]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:52.8488438Z [00:02:03.723]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:52.8488958Z [00:02:03.723]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:52.8490000Z [00:02:03.723]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:52.8490552Z [00:02:03.723]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:52.8491019Z [00:02:03.723]➜  packagefile text/template=/tmp/go-build4047508428/b241/_pkg_.a
2025-08-20T20:25:52.8491633Z [00:02:03.723]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:52.8491948Z [00:02:03.723]➜  EOF
2025-08-20T20:25:52.8496784Z [00:02:03.723]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b237/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/termenv@v0.15.2=>github.com/muesli/termenv@v0.15.2;$WORK/b237=>" -p github.com/muesli/termenv -lang=go1.17 -complete -installsuffix shared -buildid e-sQX_eXsyHmIRNyfU5H/e-sQX_eXsyHmIRNyfU5H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack /root/go/pkg/mod/github.com/muesli/termenv@v0.15.2/ansicolors.go /root/go/pkg/mod/github.com/muesli/termenv@v0.15.2/color.go /root/go/pkg/mod/github.com/muesli/termenv@v0.15.2/constants_linux.go /root/go/pkg/mod/github.com/muesli/termenv@v0.15.2/copy.go /root/go/pkg/mod/github.com/muesli/termenv@v0.15.2/hyperlink.go /root/go/pkg/mod/github.com/muesli/termenv@v0.15.2/notification.go /root/go/pkg/mod/github.com/muesli/termenv@v0.15.2/output.go /root/go/pkg/mod/github.com/muesli/termenv@v0.15.2/profile.go /root/go/pkg/mod/github.com/muesli/termenv@v0.15.2/screen.go /root/go/pkg/mod/github.com/muesli/termenv@v0.15.2/style.go /root/go/pkg/mod/github.com/muesli/termenv@v0.15.2/templatehelper.go /root/go/pkg/mod/github.com/muesli/termenv@v0.15.2/termenv.go /root/go/pkg/mod/github.com/muesli/termenv@v0.15.2/termenv_posix.go /root/go/pkg/mod/github.com/muesli/termenv@v0.15.2/termenv_unix.go
2025-08-20T20:25:52.8856629Z [00:02:03.758]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T20:25:52.8857400Z [00:02:03.758]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/51/5155778bc9871f362510123c3490b679c0af47e81d14153f465e5e49405cda2e-d # internal
2025-08-20T20:25:52.8857982Z [00:02:03.758]➜  github.com/fatih/color
2025-08-20T20:25:52.8858255Z [00:02:03.758]➜  mkdir -p $WORK/b225/
2025-08-20T20:25:52.8858629Z [00:02:03.758]➜  cat >/tmp/go-build4047508428/b225/importcfg << 'EOF' # internal
2025-08-20T20:25:52.8858974Z [00:02:03.758]➜  # import config
2025-08-20T20:25:52.8859530Z [00:02:03.758]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:52.8860045Z [00:02:03.758]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build4047508428/b226/_pkg_.a
2025-08-20T20:25:52.8860645Z [00:02:03.758]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build4047508428/b227/_pkg_.a
2025-08-20T20:25:52.8861121Z [00:02:03.758]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:52.8861520Z [00:02:03.758]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:52.8861939Z [00:02:03.758]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:52.8862373Z [00:02:03.758]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:52.8862807Z [00:02:03.758]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:52.8863117Z [00:02:03.758]➜  EOF
2025-08-20T20:25:52.8864988Z [00:02:03.758]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b225/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fatih/color@v1.15.0=>github.com/fatih/color@v1.15.0;$WORK/b225=>" -p github.com/fatih/color -lang=go1.17 -complete -installsuffix shared -buildid kkBy95fSlWTLHfYbBf5p/kkBy95fSlWTLHfYbBf5p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/importcfg -pack /root/go/pkg/mod/github.com/fatih/color@v1.15.0/color.go /root/go/pkg/mod/github.com/fatih/color@v1.15.0/doc.go
2025-08-20T20:25:52.8888367Z [00:02:03.763]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T20:25:52.8889083Z [00:02:03.763]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/05/050a5912dfb3378562147ef958dbe0ba21238a7cf36d9e4cbe9f43800f9dc3df-d # internal
2025-08-20T20:25:52.9254573Z [00:02:03.800]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T20:25:52.9268561Z [00:02:03.802]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/0d/0d14cdfade274694c21c6ba15bf0bcdbfbae32b274551ce7a3c20314e7ba9bb6-d # internal
2025-08-20T20:25:52.9271720Z [00:02:03.802]➜  github.com/briandowns/spinner
2025-08-20T20:25:52.9273050Z [00:02:03.802]➜  mkdir -p $WORK/b224/
2025-08-20T20:25:52.9278513Z [00:02:03.803]➜  cat >/tmp/go-build4047508428/b224/importcfg << 'EOF' # internal
2025-08-20T20:25:52.9279076Z [00:02:03.803]➜  # import config
2025-08-20T20:25:52.9279581Z [00:02:03.803]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:52.9282308Z [00:02:03.803]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:52.9282804Z [00:02:03.803]➜  packagefile github.com/fatih/color=/tmp/go-build4047508428/b225/_pkg_.a
2025-08-20T20:25:52.9284494Z [00:02:03.803]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build4047508428/b227/_pkg_.a
2025-08-20T20:25:52.9285056Z [00:02:03.803]➜  packagefile golang.org/x/term=/tmp/go-build4047508428/b229/_pkg_.a
2025-08-20T20:25:52.9285504Z [00:02:03.803]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:52.9285928Z [00:02:03.803]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:52.9286331Z [00:02:03.803]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:52.9286742Z [00:02:03.803]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:52.9287586Z [00:02:03.803]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:52.9288020Z [00:02:03.803]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:52.9288439Z [00:02:03.803]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:52.9288849Z [00:02:03.803]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:52.9289481Z [00:02:03.803]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:52.9290106Z [00:02:03.803]➜  EOF
2025-08-20T20:25:52.9292227Z [00:02:03.804]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b224/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/briandowns/spinner@v1.23.0=>github.com/briandowns/spinner@v1.23.0;$WORK/b224=>" -p github.com/briandowns/spinner -lang=go1.17 -complete -installsuffix shared -buildid RCtX4BkEgApxn566T6ul/RCtX4BkEgApxn566T6ul -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b224/importcfg -pack /root/go/pkg/mod/github.com/briandowns/spinner@v1.23.0/character_sets.go /root/go/pkg/mod/github.com/briandowns/spinner@v1.23.0/spinner.go
2025-08-20T20:25:52.9766891Z [00:02:03.851]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T20:25:52.9807009Z [00:02:03.855]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/a3/a34610c0faebcd797859ad152d0cd68f686f7c3cf5f312dd033db77c01eba587-d # internal
2025-08-20T20:25:52.9815126Z [00:02:03.855]➜  github.com/charmbracelet/lipgloss
2025-08-20T20:25:52.9815480Z [00:02:03.855]➜  mkdir -p $WORK/b230/
2025-08-20T20:25:52.9815906Z [00:02:03.855]➜  cat >/tmp/go-build4047508428/b230/importcfg << 'EOF' # internal
2025-08-20T20:25:52.9816266Z [00:02:03.855]➜  # import config
2025-08-20T20:25:52.9816700Z [00:02:03.855]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build4047508428/b231/_pkg_.a
2025-08-20T20:25:52.9817284Z [00:02:03.855]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build4047508428/b233/_pkg_.a
2025-08-20T20:25:52.9817881Z [00:02:03.855]➜  packagefile github.com/muesli/reflow/truncate=/tmp/go-build4047508428/b234/_pkg_.a
2025-08-20T20:25:52.9818514Z [00:02:03.855]➜  packagefile github.com/muesli/reflow/wordwrap=/tmp/go-build4047508428/b235/_pkg_.a
2025-08-20T20:25:52.9819107Z [00:02:03.855]➜  packagefile github.com/muesli/reflow/wrap=/tmp/go-build4047508428/b236/_pkg_.a
2025-08-20T20:25:52.9819895Z [00:02:03.855]➜  packagefile github.com/muesli/termenv=/tmp/go-build4047508428/b237/_pkg_.a
2025-08-20T20:25:52.9820368Z [00:02:03.855]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:52.9821123Z [00:02:03.855]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:52.9821636Z [00:02:03.855]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:52.9822073Z [00:02:03.855]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:52.9822495Z [00:02:03.855]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:52.9822917Z [00:02:03.855]➜  packagefile unicode=/tmp/go-build4047508428/b041/_pkg_.a
2025-08-20T20:25:52.9823247Z [00:02:03.855]➜  EOF
2025-08-20T20:25:52.9828366Z [00:02:03.855]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b230/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/lipgloss@v0.8.0=>github.com/charmbracelet/lipgloss@v0.8.0;$WORK/b230=>" -p github.com/charmbracelet/lipgloss -lang=go1.17 -complete -installsuffix shared -buildid S4Ao9-OXIu-ia1fiHUzq/S4Ao9-OXIu-ia1fiHUzq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v0.8.0/align.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v0.8.0/ansi_unix.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v0.8.0/borders.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v0.8.0/color.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v0.8.0/get.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v0.8.0/join.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v0.8.0/position.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v0.8.0/renderer.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v0.8.0/runes.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v0.8.0/set.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v0.8.0/size.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v0.8.0/style.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v0.8.0/unset.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v0.8.0/whitespace.go
2025-08-20T20:25:52.9884512Z [00:02:03.862]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T20:25:52.9885338Z [00:02:03.863]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/bc/bc13b380dcefd9a00dd022671882b45c089e185ea885b715fa8ba914d221ea2b-d # internal
2025-08-20T20:25:52.9904928Z [00:02:03.865]➜  gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b200=/tmp/go-build -gno-record-gcc-switches -o $WORK/b200/_cgo_.o $WORK/b200/_cgo_main.o $WORK/b200/preferlinkext $WORK/b200/_x001.o $WORK/b200/_x002.o $WORK/b200/_x003.o $WORK/b200/_x004.o $WORK/b200/_x005.o $WORK/b200/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T20:25:52.9906752Z [00:02:03.865]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage net -dynimport $WORK/b200/_cgo_.o -dynout $WORK/b200/_cgo_import.go
2025-08-20T20:25:52.9936118Z [00:02:03.869]➜  cat >/tmp/go-build4047508428/b200/importcfg << 'EOF' # internal
2025-08-20T20:25:52.9936904Z [00:02:03.869]➜  # import config
2025-08-20T20:25:52.9937839Z [00:02:03.869]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T20:25:52.9938382Z [00:02:03.869]➜  packagefile cmp=/tmp/go-build4047508428/b044/_pkg_.a
2025-08-20T20:25:52.9938817Z [00:02:03.869]➜  packagefile context=/tmp/go-build4047508428/b123/_pkg_.a
2025-08-20T20:25:52.9939400Z [00:02:03.869]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:52.9939995Z [00:02:03.869]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build4047508428/b201/_pkg_.a
2025-08-20T20:25:52.9940601Z [00:02:03.869]➜  packagefile internal/bytealg=/tmp/go-build4047508428/b011/_pkg_.a
2025-08-20T20:25:52.9941099Z [00:02:03.869]➜  packagefile internal/godebug=/tmp/go-build4047508428/b060/_pkg_.a
2025-08-20T20:25:52.9941583Z [00:02:03.869]➜  packagefile internal/itoa=/tmp/go-build4047508428/b053/_pkg_.a
2025-08-20T20:25:52.9942066Z [00:02:03.869]➜  packagefile internal/nettrace=/tmp/go-build4047508428/b202/_pkg_.a
2025-08-20T20:25:52.9942553Z [00:02:03.869]➜  packagefile internal/poll=/tmp/go-build4047508428/b063/_pkg_.a
2025-08-20T20:25:52.9943427Z [00:02:03.869]➜  packagefile internal/singleflight=/tmp/go-build4047508428/b203/_pkg_.a
2025-08-20T20:25:52.9944016Z [00:02:03.869]➜  packagefile internal/stringslite=/tmp/go-build4047508428/b032/_pkg_.a
2025-08-20T20:25:52.9944544Z [00:02:03.869]➜  packagefile internal/syscall/unix=/tmp/go-build4047508428/b064/_pkg_.a
2025-08-20T20:25:52.9945011Z [00:02:03.869]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:52.9945429Z [00:02:03.869]➜  packagefile io/fs=/tmp/go-build4047508428/b056/_pkg_.a
2025-08-20T20:25:52.9945855Z [00:02:03.869]➜  packagefile net/netip=/tmp/go-build4047508428/b204/_pkg_.a
2025-08-20T20:25:52.9946271Z [00:02:03.869]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:52.9946686Z [00:02:03.869]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:52.9947110Z [00:02:03.869]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:52.9947535Z [00:02:03.869]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:52.9947970Z [00:02:03.869]➜  packagefile sync/atomic=/tmp/go-build4047508428/b037/_pkg_.a
2025-08-20T20:25:52.9948410Z [00:02:03.869]➜  packagefile syscall=/tmp/go-build4047508428/b062/_pkg_.a
2025-08-20T20:25:52.9948829Z [00:02:03.869]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:52.9949475Z [00:02:03.869]➜  packagefile runtime/cgo=/tmp/go-build4047508428/b101/_pkg_.a
2025-08-20T20:25:52.9950144Z [00:02:03.869]➜  EOF
2025-08-20T20:25:52.9958632Z [00:02:03.869]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b200=>" -p net -lang=go1.25 -std -installsuffix shared -buildid eXcrLAO0S0TwJ_5cJgMP/eXcrLAO0S0TwJ_5cJgMP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/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/b200/_cgo_gotypes.go $WORK/b200/cgo_linux.cgo1.go $WORK/b200/cgo_resnew.cgo1.go $WORK/b200/cgo_socknew.cgo1.go $WORK/b200/cgo_unix_cgo.cgo1.go $WORK/b200/cgo_unix_cgo_res.cgo1.go $WORK/b200/_cgo_import.go
2025-08-20T20:25:53.1816340Z [00:02:04.056]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T20:25:53.1855378Z [00:02:04.060]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/1f/1f6787cdb8b83695092214dab98db6355e267fadd79c4da231647250bfc9de06-d # internal
2025-08-20T20:25:53.4792699Z [00:02:04.354]➜  cd /root/.go/src/net
2025-08-20T20:25:53.4793634Z [00:02:04.354]➜  go tool pack r $WORK/b200/_pkg_.a $WORK/b200/preferlinkext $WORK/b200/_x001.o $WORK/b200/_x002.o $WORK/b200/_x003.o $WORK/b200/_x004.o $WORK/b200/_x005.o $WORK/b200/_x006.o # internal
2025-08-20T20:25:53.4794417Z [00:02:04.354]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T20:25:53.4906856Z [00:02:04.366]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/e1/e1c260f53adc2fa896bf56b7f87a619e767fc210c95ca3deb79bb6d3529747ec-d # internal
2025-08-20T20:25:53.4917202Z [00:02:04.366]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T20:25:53.4917572Z [00:02:04.366]➜  mkdir -p $WORK/b214/
2025-08-20T20:25:53.4917835Z [00:02:04.366]➜  net/textproto
2025-08-20T20:25:53.4920907Z [00:02:04.366]➜  mkdir -p $WORK/b213/
2025-08-20T20:25:53.4921240Z [00:02:04.366]➜  crypto/x509
2025-08-20T20:25:53.4921488Z [00:02:04.366]➜  mkdir -p $WORK/b194/
2025-08-20T20:25:53.4921864Z [00:02:04.366]➜  cat >/tmp/go-build4047508428/b214/importcfg << 'EOF' # internal
2025-08-20T20:25:53.4922214Z [00:02:04.366]➜  # import config
2025-08-20T20:25:53.4922579Z [00:02:04.366]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T20:25:53.4923026Z [00:02:04.366]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:53.4923923Z [00:02:04.366]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:53.4924425Z [00:02:04.366]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build4047508428/b208/_pkg_.a
2025-08-20T20:25:53.4924910Z [00:02:04.366]➜  packagefile net=/tmp/go-build4047508428/b200/_pkg_.a
2025-08-20T20:25:53.4925337Z [00:02:04.366]➜  packagefile net/netip=/tmp/go-build4047508428/b204/_pkg_.a
2025-08-20T20:25:53.4925795Z [00:02:04.366]➜  packagefile net/url=/tmp/go-build4047508428/b206/_pkg_.a
2025-08-20T20:25:53.4933758Z [00:02:04.366]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:53.4934274Z [00:02:04.366]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:53.4934729Z [00:02:04.366]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:53.4935066Z [00:02:04.366]➜  EOF
2025-08-20T20:25:53.4935311Z [00:02:04.366]➜  cd /tmp/tmp.KP6YC4moNg/TEMPREPO
2025-08-20T20:25:53.4937247Z [00:02:04.366]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b214/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b214=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid Rkmu5ezyO92HamxFEC3W/Rkmu5ezyO92HamxFEC3W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b214/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T20:25:53.4938985Z [00:02:04.366]➜  cat >/tmp/go-build4047508428/b213/importcfg << 'EOF' # internal
2025-08-20T20:25:53.4959413Z [00:02:04.366]➜  # import config
2025-08-20T20:25:53.4959856Z [00:02:04.366]➜  packagefile bufio=/tmp/go-build4047508428/b078/_pkg_.a
2025-08-20T20:25:53.4960286Z [00:02:04.366]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:53.4960711Z [00:02:04.366]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:53.4961128Z [00:02:04.366]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:53.4961558Z [00:02:04.366]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:53.4961966Z [00:02:04.366]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:53.4962371Z [00:02:04.366]➜  packagefile net=/tmp/go-build4047508428/b200/_pkg_.a
2025-08-20T20:25:53.4962788Z [00:02:04.366]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:53.4963217Z [00:02:04.366]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:53.4964041Z [00:02:04.366]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:53.4964438Z [00:02:04.366]➜  EOF
2025-08-20T20:25:53.4966578Z [00:02:04.366]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b213/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b213=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid 6KWQSSYVM7lfjim0ulWN/6KWQSSYVM7lfjim0ulWN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack /root/.go/src/net/textproto/header.go /root/.go/src/net/textproto/pipeline.go /root/.go/src/net/textproto/reader.go /root/.go/src/net/textproto/textproto.go /root/.go/src/net/textproto/writer.go
2025-08-20T20:25:53.4968726Z [00:02:04.366]➜  cat >/tmp/go-build4047508428/b194/importcfg << 'EOF' # internal
2025-08-20T20:25:53.4969074Z [00:02:04.366]➜  # import config
2025-08-20T20:25:53.4969806Z [00:02:04.366]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:25:53.4970462Z [00:02:04.366]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:25:53.4970994Z [00:02:04.366]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:53.4971419Z [00:02:04.366]➜  packagefile crypto=/tmp/go-build4047508428/b126/_pkg_.a
2025-08-20T20:25:53.4971861Z [00:02:04.366]➜  packagefile crypto/aes=/tmp/go-build4047508428/b152/_pkg_.a
2025-08-20T20:25:53.4972332Z [00:02:04.366]➜  packagefile crypto/cipher=/tmp/go-build4047508428/b127/_pkg_.a
2025-08-20T20:25:53.4972792Z [00:02:04.366]➜  packagefile crypto/des=/tmp/go-build4047508428/b153/_pkg_.a
2025-08-20T20:25:53.4973241Z [00:02:04.366]➜  packagefile crypto/dsa=/tmp/go-build4047508428/b195/_pkg_.a
2025-08-20T20:25:53.4973701Z [00:02:04.366]➜  packagefile crypto/ecdh=/tmp/go-build4047508428/b154/_pkg_.a
2025-08-20T20:25:53.4974165Z [00:02:04.366]➜  packagefile crypto/ecdsa=/tmp/go-build4047508428/b159/_pkg_.a
2025-08-20T20:25:53.4974647Z [00:02:04.366]➜  packagefile crypto/ed25519=/tmp/go-build4047508428/b172/_pkg_.a
2025-08-20T20:25:53.4975126Z [00:02:04.366]➜  packagefile crypto/elliptic=/tmp/go-build4047508428/b160/_pkg_.a
2025-08-20T20:25:53.4975598Z [00:02:04.366]➜  packagefile crypto/md5=/tmp/go-build4047508428/b186/_pkg_.a
2025-08-20T20:25:53.4976052Z [00:02:04.366]➜  packagefile crypto/rsa=/tmp/go-build4047508428/b188/_pkg_.a
2025-08-20T20:25:53.4976513Z [00:02:04.366]➜  packagefile crypto/sha1=/tmp/go-build4047508428/b190/_pkg_.a
2025-08-20T20:25:53.4976982Z [00:02:04.366]➜  packagefile crypto/sha256=/tmp/go-build4047508428/b191/_pkg_.a
2025-08-20T20:25:53.4977448Z [00:02:04.366]➜  packagefile crypto/sha512=/tmp/go-build4047508428/b168/_pkg_.a
2025-08-20T20:25:53.4977925Z [00:02:04.366]➜  packagefile crypto/x509/pkix=/tmp/go-build4047508428/b196/_pkg_.a
2025-08-20T20:25:53.4978403Z [00:02:04.366]➜  packagefile encoding/asn1=/tmp/go-build4047508428/b170/_pkg_.a
2025-08-20T20:25:53.4978874Z [00:02:04.366]➜  packagefile encoding/hex=/tmp/go-build4047508428/b197/_pkg_.a
2025-08-20T20:25:53.4979787Z [00:02:04.366]➜  packagefile encoding/pem=/tmp/go-build4047508428/b198/_pkg_.a
2025-08-20T20:25:53.4980314Z [00:02:04.366]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:53.4980731Z [00:02:04.366]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:53.4981257Z [00:02:04.366]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build4047508428/b169/_pkg_.a
2025-08-20T20:25:53.4981923Z [00:02:04.366]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build4047508428/b171/_pkg_.a
2025-08-20T20:25:53.4982496Z [00:02:04.366]➜  packagefile internal/godebug=/tmp/go-build4047508428/b060/_pkg_.a
2025-08-20T20:25:53.4982978Z [00:02:04.366]➜  packagefile internal/goos=/tmp/go-build4047508428/b018/_pkg_.a
2025-08-20T20:25:53.4983405Z [00:02:04.366]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:53.4983812Z [00:02:04.366]➜  packagefile io/fs=/tmp/go-build4047508428/b056/_pkg_.a
2025-08-20T20:25:53.4984236Z [00:02:04.366]➜  packagefile iter=/tmp/go-build4047508428/b039/_pkg_.a
2025-08-20T20:25:53.4984644Z [00:02:04.366]➜  packagefile maps=/tmp/go-build4047508428/b199/_pkg_.a
2025-08-20T20:25:53.4985052Z [00:02:04.366]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:53.4985476Z [00:02:04.366]➜  packagefile math/big=/tmp/go-build4047508428/b150/_pkg_.a
2025-08-20T20:25:53.4985918Z [00:02:04.366]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:53.4986607Z [00:02:04.366]➜  packagefile net=/tmp/go-build4047508428/b200/_pkg_.a
2025-08-20T20:25:53.4987032Z [00:02:04.366]➜  packagefile net/netip=/tmp/go-build4047508428/b204/_pkg_.a
2025-08-20T20:25:53.4987461Z [00:02:04.366]➜  packagefile net/url=/tmp/go-build4047508428/b206/_pkg_.a
2025-08-20T20:25:53.4987899Z [00:02:04.366]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:53.4988335Z [00:02:04.366]➜  packagefile path/filepath=/tmp/go-build4047508428/b097/_pkg_.a
2025-08-20T20:25:53.4988789Z [00:02:04.366]➜  packagefile reflect=/tmp/go-build4047508428/b052/_pkg_.a
2025-08-20T20:25:53.4989399Z [00:02:04.366]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:53.4989889Z [00:02:04.366]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:53.4990315Z [00:02:04.366]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:53.4990733Z [00:02:04.366]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:53.4991153Z [00:02:04.366]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:53.4991565Z [00:02:04.366]➜  packagefile unicode=/tmp/go-build4047508428/b041/_pkg_.a
2025-08-20T20:25:53.4992011Z [00:02:04.366]➜  packagefile unicode/utf16=/tmp/go-build4047508428/b068/_pkg_.a
2025-08-20T20:25:53.4992476Z [00:02:04.366]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:53.4992806Z [00:02:04.366]➜  EOF
2025-08-20T20:25:53.4995637Z [00:02:04.366]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b194=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid ChZMEY9x_Vxs-XiuB8Ad/ChZMEY9x_Vxs-XiuB8Ad -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/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-20T20:25:53.5012939Z [00:02:04.375]➜  github.com/spf13/pflag
2025-08-20T20:25:53.5013325Z [00:02:04.375]➜  mkdir -p $WORK/b246/
2025-08-20T20:25:53.5014223Z [00:02:04.375]➜  cat >/tmp/go-build4047508428/b246/importcfg << 'EOF' # internal
2025-08-20T20:25:53.5014921Z [00:02:04.375]➜  # import config
2025-08-20T20:25:53.5015354Z [00:02:04.375]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:53.5015809Z [00:02:04.375]➜  packagefile encoding/base64=/tmp/go-build4047508428/b046/_pkg_.a
2025-08-20T20:25:53.5016301Z [00:02:04.375]➜  packagefile encoding/csv=/tmp/go-build4047508428/b247/_pkg_.a
2025-08-20T20:25:53.5016761Z [00:02:04.375]➜  packagefile encoding/hex=/tmp/go-build4047508428/b197/_pkg_.a
2025-08-20T20:25:53.5017210Z [00:02:04.375]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:53.5017623Z [00:02:04.375]➜  packagefile flag=/tmp/go-build4047508428/b248/_pkg_.a
2025-08-20T20:25:53.5018027Z [00:02:04.375]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:53.5018425Z [00:02:04.375]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:53.5018824Z [00:02:04.375]➜  packagefile net=/tmp/go-build4047508428/b200/_pkg_.a
2025-08-20T20:25:53.5019381Z [00:02:04.375]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:53.5019858Z [00:02:04.375]➜  packagefile reflect=/tmp/go-build4047508428/b052/_pkg_.a
2025-08-20T20:25:53.5020277Z [00:02:04.375]➜  packagefile sort=/tmp/go-build4047508428/b083/_pkg_.a
2025-08-20T20:25:53.5020693Z [00:02:04.375]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:53.5021117Z [00:02:04.375]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:53.5021849Z [00:02:04.375]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:53.5022161Z [00:02:04.375]➜  EOF
2025-08-20T20:25:53.5031374Z [00:02:04.375]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/pflag@v1.0.5=>github.com/spf13/pflag@v1.0.5;$WORK/b246=>" -p github.com/spf13/pflag -lang=go1.12 -complete -installsuffix shared -buildid --6xYLUp9s9oKkbXTc-F/--6xYLUp9s9oKkbXTc-F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/bool.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/bool_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/bytes.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/count.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/duration.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/duration_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/flag.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/float32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/float32_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/float64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/float64_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/golangflag.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/int.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/int16.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/int32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/int32_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/int64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/int64_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/int8.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/int_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/ip.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/ip_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/ipmask.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/ipnet.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/string.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/string_array.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/string_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/string_to_int.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/string_to_int64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/string_to_string.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/uint.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/uint16.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/uint32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/uint64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/uint8.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/uint_slice.go
2025-08-20T20:25:53.5275133Z [00:02:04.402]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T20:25:53.5293397Z [00:02:04.404]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/86/86395587e50c0a63956dd706598f8dee7057dd77731048b94b9b5b319be8cb8a-d # internal
2025-08-20T20:25:53.5512764Z [00:02:04.426]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T20:25:53.5524111Z [00:02:04.427]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/58/5876442e510f9b492826c40201dad20a46115f275bcad8c38a223cdca56fa0fe-d # internal
2025-08-20T20:25:53.5533049Z [00:02:04.428]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T20:25:53.5536180Z [00:02:04.428]➜  mkdir -p $WORK/b207/
2025-08-20T20:25:53.5537329Z [00:02:04.428]➜  cat >/tmp/go-build4047508428/b207/importcfg << 'EOF' # internal
2025-08-20T20:25:53.5537733Z [00:02:04.428]➜  # import config
2025-08-20T20:25:53.5538098Z [00:02:04.428]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T20:25:53.5541696Z [00:02:04.428]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build4047508428/b208/_pkg_.a
2025-08-20T20:25:53.5542277Z [00:02:04.428]➜  packagefile net=/tmp/go-build4047508428/b200/_pkg_.a
2025-08-20T20:25:53.5542727Z [00:02:04.428]➜  packagefile net/textproto=/tmp/go-build4047508428/b213/_pkg_.a
2025-08-20T20:25:53.5543181Z [00:02:04.428]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:53.5544008Z [00:02:04.428]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:53.5544349Z [00:02:04.428]➜  EOF
2025-08-20T20:25:53.5546433Z [00:02:04.428]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b207/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b207=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid qwQl1GSnP1WtaqEBYnJP/qwQl1GSnP1WtaqEBYnJP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/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-20T20:25:53.5550001Z [00:02:04.428]➜  mime/multipart
2025-08-20T20:25:53.5550284Z [00:02:04.428]➜  mkdir -p $WORK/b217/
2025-08-20T20:25:53.5550654Z [00:02:04.428]➜  cat >/tmp/go-build4047508428/b217/importcfg << 'EOF' # internal
2025-08-20T20:25:53.5551001Z [00:02:04.428]➜  # import config
2025-08-20T20:25:53.5551351Z [00:02:04.428]➜  packagefile bufio=/tmp/go-build4047508428/b078/_pkg_.a
2025-08-20T20:25:53.5551766Z [00:02:04.428]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:53.5552202Z [00:02:04.428]➜  packagefile crypto/rand=/tmp/go-build4047508428/b124/_pkg_.a
2025-08-20T20:25:53.5552642Z [00:02:04.428]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:53.5553055Z [00:02:04.428]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:53.5553511Z [00:02:04.428]➜  packagefile internal/godebug=/tmp/go-build4047508428/b060/_pkg_.a
2025-08-20T20:25:53.5553953Z [00:02:04.428]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:53.5554360Z [00:02:04.428]➜  packagefile maps=/tmp/go-build4047508428/b199/_pkg_.a
2025-08-20T20:25:53.5554773Z [00:02:04.428]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:53.5555181Z [00:02:04.428]➜  packagefile mime=/tmp/go-build4047508428/b216/_pkg_.a
2025-08-20T20:25:53.5555667Z [00:02:04.428]➜  packagefile mime/quotedprintable=/tmp/go-build4047508428/b218/_pkg_.a
2025-08-20T20:25:53.5556162Z [00:02:04.428]➜  packagefile net/textproto=/tmp/go-build4047508428/b213/_pkg_.a
2025-08-20T20:25:53.5556594Z [00:02:04.428]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:53.5557037Z [00:02:04.428]➜  packagefile path/filepath=/tmp/go-build4047508428/b097/_pkg_.a
2025-08-20T20:25:53.5557482Z [00:02:04.428]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:53.5558246Z [00:02:04.428]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:53.5558753Z [00:02:04.428]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:53.5559071Z [00:02:04.428]➜  EOF
2025-08-20T20:25:53.5562684Z [00:02:04.428]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b217/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b217=>" -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/b217/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-20T20:25:53.5781403Z [00:02:04.453]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T20:25:53.5795185Z [00:02:04.454]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/a7/a7252a49e840c7b74ec8e2427508504b586c05465583fb49372af28632d57f72-d # internal
2025-08-20T20:25:53.6342625Z [00:02:04.509]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T20:25:53.6379737Z [00:02:04.513]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d # internal
2025-08-20T20:25:53.8116238Z [00:02:04.687]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T20:25:53.8186222Z [00:02:04.693]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/73/734b96f3f35a617c5a9c168979907e2562fe1751c46399dc5a24057cca0b8176-d # internal
2025-08-20T20:25:53.8192077Z [00:02:04.694]➜  github.com/spf13/cobra
2025-08-20T20:25:53.8192549Z [00:02:04.694]➜  mkdir -p $WORK/b245/
2025-08-20T20:25:53.8193024Z [00:02:04.694]➜  cat >/tmp/go-build4047508428/b245/importcfg << 'EOF' # internal
2025-08-20T20:25:53.8193483Z [00:02:04.694]➜  # import config
2025-08-20T20:25:53.8193948Z [00:02:04.694]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:53.8194524Z [00:02:04.694]➜  packagefile context=/tmp/go-build4047508428/b123/_pkg_.a
2025-08-20T20:25:53.8195056Z [00:02:04.694]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:53.8195560Z [00:02:04.694]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:53.8196133Z [00:02:04.694]➜  packagefile github.com/spf13/pflag=/tmp/go-build4047508428/b246/_pkg_.a
2025-08-20T20:25:53.8196720Z [00:02:04.694]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:53.8197313Z [00:02:04.694]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:53.8197997Z [00:02:04.694]➜  packagefile path/filepath=/tmp/go-build4047508428/b097/_pkg_.a
2025-08-20T20:25:53.8198616Z [00:02:04.694]➜  packagefile reflect=/tmp/go-build4047508428/b052/_pkg_.a
2025-08-20T20:25:53.8199113Z [00:02:04.694]➜  packagefile sort=/tmp/go-build4047508428/b083/_pkg_.a
2025-08-20T20:25:53.8203286Z [00:02:04.694]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:53.8203757Z [00:02:04.694]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:53.8204174Z [00:02:04.694]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:53.8204617Z [00:02:04.694]➜  packagefile text/template=/tmp/go-build4047508428/b241/_pkg_.a
2025-08-20T20:25:53.8205055Z [00:02:04.694]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:53.8205474Z [00:02:04.694]➜  packagefile unicode=/tmp/go-build4047508428/b041/_pkg_.a
2025-08-20T20:25:53.8205799Z [00:02:04.694]➜  EOF
2025-08-20T20:25:53.8210724Z [00:02:04.694]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b245/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cobra@v1.7.0=>github.com/spf13/cobra@v1.7.0;$WORK/b245=>" -p github.com/spf13/cobra -lang=go1.15 -complete -installsuffix shared -buildid jTk2uvWDO6UhWGAeyZ9j/jTk2uvWDO6UhWGAeyZ9j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -pack /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/active_help.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/args.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/bash_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/bash_completionsV2.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/cobra.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command_notwin.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/fish_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/flag_groups.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/powershell_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/shell_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/zsh_completions.go
2025-08-20T20:25:53.8335581Z [00:02:04.709]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T20:25:53.8387620Z [00:02:04.714]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/05/05d1f5f717424d5a42c9892048668413513179680f5301813b236a03a7a0c558-d # internal
2025-08-20T20:25:53.8392550Z [00:02:04.714]➜  crypto/tls
2025-08-20T20:25:53.8394527Z [00:02:04.714]➜  mkdir -p $WORK/b151/
2025-08-20T20:25:53.8396689Z [00:02:04.715]➜  cat >/tmp/go-build4047508428/b151/importcfg << 'EOF' # internal
2025-08-20T20:25:53.8397717Z [00:02:04.715]➜  # import config
2025-08-20T20:25:53.8398270Z [00:02:04.715]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:25:53.8398926Z [00:02:04.715]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:25:53.8400000Z [00:02:04.715]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:53.8400495Z [00:02:04.715]➜  packagefile container/list=/tmp/go-build4047508428/b122/_pkg_.a
2025-08-20T20:25:53.8400946Z [00:02:04.715]➜  packagefile context=/tmp/go-build4047508428/b123/_pkg_.a
2025-08-20T20:25:53.8401400Z [00:02:04.715]➜  packagefile crypto=/tmp/go-build4047508428/b126/_pkg_.a
2025-08-20T20:25:53.8401840Z [00:02:04.715]➜  packagefile crypto/aes=/tmp/go-build4047508428/b152/_pkg_.a
2025-08-20T20:25:53.8402318Z [00:02:04.715]➜  packagefile crypto/cipher=/tmp/go-build4047508428/b127/_pkg_.a
2025-08-20T20:25:53.8402776Z [00:02:04.715]➜  packagefile crypto/des=/tmp/go-build4047508428/b153/_pkg_.a
2025-08-20T20:25:53.8403230Z [00:02:04.715]➜  packagefile crypto/ecdh=/tmp/go-build4047508428/b154/_pkg_.a
2025-08-20T20:25:53.8403687Z [00:02:04.715]➜  packagefile crypto/ecdsa=/tmp/go-build4047508428/b159/_pkg_.a
2025-08-20T20:25:53.8404163Z [00:02:04.715]➜  packagefile crypto/ed25519=/tmp/go-build4047508428/b172/_pkg_.a
2025-08-20T20:25:53.8404641Z [00:02:04.715]➜  packagefile crypto/elliptic=/tmp/go-build4047508428/b160/_pkg_.a
2025-08-20T20:25:53.8405118Z [00:02:04.715]➜  packagefile crypto/hkdf=/tmp/go-build4047508428/b175/_pkg_.a
2025-08-20T20:25:53.8405572Z [00:02:04.715]➜  packagefile crypto/hmac=/tmp/go-build4047508428/b177/_pkg_.a
2025-08-20T20:25:53.8406075Z [00:02:04.715]➜  packagefile crypto/internal/boring=/tmp/go-build4047508428/b125/_pkg_.a
2025-08-20T20:25:53.8406642Z [00:02:04.715]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build4047508428/b128/_pkg_.a
2025-08-20T20:25:53.8407226Z [00:02:04.715]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build4047508428/b141/_pkg_.a
2025-08-20T20:25:53.8407819Z [00:02:04.715]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build4047508428/b178/_pkg_.a
2025-08-20T20:25:53.8408395Z [00:02:04.715]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build4047508428/b179/_pkg_.a
2025-08-20T20:25:53.8408985Z [00:02:04.715]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build4047508428/b180/_pkg_.a
2025-08-20T20:25:53.8409761Z [00:02:04.715]➜  packagefile crypto/internal/hpke=/tmp/go-build4047508428/b181/_pkg_.a
2025-08-20T20:25:53.8410252Z [00:02:04.715]➜  packagefile crypto/md5=/tmp/go-build4047508428/b186/_pkg_.a
2025-08-20T20:25:53.8410710Z [00:02:04.715]➜  packagefile crypto/rand=/tmp/go-build4047508428/b124/_pkg_.a
2025-08-20T20:25:53.8411159Z [00:02:04.715]➜  packagefile crypto/rc4=/tmp/go-build4047508428/b187/_pkg_.a
2025-08-20T20:25:53.8411910Z [00:02:04.715]➜  packagefile crypto/rsa=/tmp/go-build4047508428/b188/_pkg_.a
2025-08-20T20:25:53.8412473Z [00:02:04.715]➜  packagefile crypto/sha1=/tmp/go-build4047508428/b190/_pkg_.a
2025-08-20T20:25:53.8412940Z [00:02:04.715]➜  packagefile crypto/sha256=/tmp/go-build4047508428/b191/_pkg_.a
2025-08-20T20:25:53.8413405Z [00:02:04.715]➜  packagefile crypto/sha512=/tmp/go-build4047508428/b168/_pkg_.a
2025-08-20T20:25:53.8413887Z [00:02:04.715]➜  packagefile crypto/subtle=/tmp/go-build4047508428/b148/_pkg_.a
2025-08-20T20:25:53.8414417Z [00:02:04.715]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build4047508428/b192/_pkg_.a
2025-08-20T20:25:53.8414936Z [00:02:04.715]➜  packagefile crypto/x509=/tmp/go-build4047508428/b194/_pkg_.a
2025-08-20T20:25:53.8415395Z [00:02:04.715]➜  packagefile encoding/pem=/tmp/go-build4047508428/b198/_pkg_.a
2025-08-20T20:25:53.8415838Z [00:02:04.715]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:53.8416263Z [00:02:04.715]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:53.8416821Z [00:02:04.715]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build4047508428/b182/_pkg_.a
2025-08-20T20:25:53.8417507Z [00:02:04.715]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build4047508428/b169/_pkg_.a
2025-08-20T20:25:53.8418031Z [00:02:04.715]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:53.8418721Z [00:02:04.715]➜  packagefile internal/byteorder=/tmp/go-build4047508428/b013/_pkg_.a
2025-08-20T20:25:53.8419402Z [00:02:04.715]➜  packagefile internal/cpu=/tmp/go-build4047508428/b012/_pkg_.a
2025-08-20T20:25:53.8419958Z [00:02:04.715]➜  packagefile internal/godebug=/tmp/go-build4047508428/b060/_pkg_.a
2025-08-20T20:25:53.8420397Z [00:02:04.715]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:53.8420793Z [00:02:04.715]➜  packagefile net=/tmp/go-build4047508428/b200/_pkg_.a
2025-08-20T20:25:53.8421205Z [00:02:04.715]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:53.8421618Z [00:02:04.715]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:53.8422044Z [00:02:04.715]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:53.8422455Z [00:02:04.715]➜  packagefile sort=/tmp/go-build4047508428/b083/_pkg_.a
2025-08-20T20:25:53.8422873Z [00:02:04.715]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:53.8423309Z [00:02:04.715]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:53.8423729Z [00:02:04.715]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:53.8424161Z [00:02:04.715]➜  packagefile sync/atomic=/tmp/go-build4047508428/b037/_pkg_.a
2025-08-20T20:25:53.8424591Z [00:02:04.715]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:53.8425000Z [00:02:04.715]➜  packagefile weak=/tmp/go-build4047508428/b165/_pkg_.a
2025-08-20T20:25:53.8425304Z [00:02:04.715]➜  EOF
2025-08-20T20:25:53.8429880Z [00:02:04.715]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/.go/src/crypto/tls=>crypto/tls;$WORK/b151=>" -p crypto/tls -lang=go1.25 -std -complete -installsuffix shared -buildid HHRRpAxL7hv6fwqsE9Oo/HHRRpAxL7hv6fwqsE9Oo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/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-20T20:25:53.9742155Z [00:02:04.849]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T20:25:53.9776022Z [00:02:04.852]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/11/114f2c22d1452b695398860bed42a45188156a9f968483d3418a63e042faead6-d # internal
2025-08-20T20:25:54.4247368Z [00:02:05.300]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T20:25:54.4353672Z [00:02:05.310]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/05/05bab0111b92febf9c36255d17c469a3d2227da02cca2fd1fd4293b1f339fbf8-d # internal
2025-08-20T20:25:54.4354293Z [00:02:05.310]➜  net/http/httptrace
2025-08-20T20:25:54.4354567Z [00:02:05.310]➜  mkdir -p $WORK/b219/
2025-08-20T20:25:54.4355797Z [00:02:05.311]➜  cat >/tmp/go-build4047508428/b219/importcfg << 'EOF' # internal
2025-08-20T20:25:54.4356213Z [00:02:05.311]➜  # import config
2025-08-20T20:25:54.4356597Z [00:02:05.311]➜  packagefile context=/tmp/go-build4047508428/b123/_pkg_.a
2025-08-20T20:25:54.4357050Z [00:02:05.311]➜  packagefile crypto/tls=/tmp/go-build4047508428/b151/_pkg_.a
2025-08-20T20:25:54.4357537Z [00:02:05.311]➜  packagefile internal/nettrace=/tmp/go-build4047508428/b202/_pkg_.a
2025-08-20T20:25:54.4357990Z [00:02:05.311]➜  packagefile net=/tmp/go-build4047508428/b200/_pkg_.a
2025-08-20T20:25:54.4358428Z [00:02:05.311]➜  packagefile net/textproto=/tmp/go-build4047508428/b213/_pkg_.a
2025-08-20T20:25:54.4359480Z [00:02:05.311]➜  packagefile reflect=/tmp/go-build4047508428/b052/_pkg_.a
2025-08-20T20:25:54.4359963Z [00:02:05.311]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:54.4360272Z [00:02:05.311]➜  EOF
2025-08-20T20:25:54.4361817Z [00:02:05.311]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b219=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid ud44aSuxC2D9EqyixRvb/ud44aSuxC2D9EqyixRvb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b219/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T20:25:54.4577912Z [00:02:05.333]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T20:25:54.4583760Z [00:02:05.333]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/dc/dc083ab90a3424a8758f9730f1037728315023c74db8ad5e13c5863641add0aa-d # internal
2025-08-20T20:25:54.4584975Z [00:02:05.334]➜  net/http/internal/httpcommon
2025-08-20T20:25:54.4588918Z [00:02:05.334]➜  mkdir -p $WORK/b222/
2025-08-20T20:25:54.4590160Z [00:02:05.334]➜  cat >/tmp/go-build4047508428/b222/importcfg << 'EOF' # internal
2025-08-20T20:25:54.4590622Z [00:02:05.334]➜  # import config
2025-08-20T20:25:54.4591377Z [00:02:05.334]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T20:25:54.4592133Z [00:02:05.334]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T20:25:54.4592796Z [00:02:05.334]➜  packagefile context=/tmp/go-build4047508428/b123/_pkg_.a
2025-08-20T20:25:54.4593235Z [00:02:05.334]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:54.4593652Z [00:02:05.334]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:54.4594181Z [00:02:05.334]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build4047508428/b207/_pkg_.a
2025-08-20T20:25:54.4594814Z [00:02:05.334]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build4047508428/b215/_pkg_.a
2025-08-20T20:25:54.4595386Z [00:02:05.334]➜  packagefile net/http/httptrace=/tmp/go-build4047508428/b219/_pkg_.a
2025-08-20T20:25:54.4595875Z [00:02:05.334]➜  packagefile net/textproto=/tmp/go-build4047508428/b213/_pkg_.a
2025-08-20T20:25:54.4596329Z [00:02:05.334]➜  packagefile net/url=/tmp/go-build4047508428/b206/_pkg_.a
2025-08-20T20:25:54.4596749Z [00:02:05.334]➜  packagefile sort=/tmp/go-build4047508428/b083/_pkg_.a
2025-08-20T20:25:54.4597491Z [00:02:05.334]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:54.4598020Z [00:02:05.334]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:54.4598446Z [00:02:05.334]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:54.4598758Z [00:02:05.334]➜  EOF
2025-08-20T20:25:54.4600874Z [00:02:05.334]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b222=>" -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/b222/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T20:25:54.4912807Z [00:02:05.366]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T20:25:54.4918439Z [00:02:05.367]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d # internal
2025-08-20T20:25:54.4941916Z [00:02:05.369]➜  net/http
2025-08-20T20:25:54.4942536Z [00:02:05.369]➜  mkdir -p $WORK/b120/
2025-08-20T20:25:54.4943630Z [00:02:05.369]➜  cat >/tmp/go-build4047508428/b120/importcfg << 'EOF' # internal
2025-08-20T20:25:54.4944084Z [00:02:05.369]➜  # import config
2025-08-20T20:25:54.4944528Z [00:02:05.369]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T20:25:54.4945534Z [00:02:05.369]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T20:25:54.4946125Z [00:02:05.369]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T20:25:54.4946648Z [00:02:05.369]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T20:25:54.4947094Z [00:02:05.369]➜  packagefile bufio=/tmp/go-build4047508428/b078/_pkg_.a
2025-08-20T20:25:54.4947516Z [00:02:05.369]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:54.4947979Z [00:02:05.369]➜  packagefile compress/gzip=/tmp/go-build4047508428/b121/_pkg_.a
2025-08-20T20:25:54.4954161Z [00:02:05.369]➜  packagefile container/list=/tmp/go-build4047508428/b122/_pkg_.a
2025-08-20T20:25:54.4954934Z [00:02:05.369]➜  packagefile context=/tmp/go-build4047508428/b123/_pkg_.a
2025-08-20T20:25:54.4955407Z [00:02:05.369]➜  packagefile crypto/rand=/tmp/go-build4047508428/b124/_pkg_.a
2025-08-20T20:25:54.4955869Z [00:02:05.369]➜  packagefile crypto/tls=/tmp/go-build4047508428/b151/_pkg_.a
2025-08-20T20:25:54.4956374Z [00:02:05.369]➜  packagefile encoding/base64=/tmp/go-build4047508428/b046/_pkg_.a
2025-08-20T20:25:54.4956862Z [00:02:05.369]➜  packagefile encoding/binary=/tmp/go-build4047508428/b075/_pkg_.a
2025-08-20T20:25:54.4957313Z [00:02:05.369]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:54.4957731Z [00:02:05.369]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:54.4958277Z [00:02:05.369]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build4047508428/b207/_pkg_.a
2025-08-20T20:25:54.4958933Z [00:02:05.369]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build4047508428/b214/_pkg_.a
2025-08-20T20:25:54.4959692Z [00:02:05.369]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build4047508428/b215/_pkg_.a
2025-08-20T20:25:54.4960296Z [00:02:05.369]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build4047508428/b208/_pkg_.a
2025-08-20T20:25:54.4960839Z [00:02:05.369]➜  packagefile internal/godebug=/tmp/go-build4047508428/b060/_pkg_.a
2025-08-20T20:25:54.4961294Z [00:02:05.369]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:54.4961707Z [00:02:05.369]➜  packagefile io/fs=/tmp/go-build4047508428/b056/_pkg_.a
2025-08-20T20:25:54.4962116Z [00:02:05.369]➜  packagefile log=/tmp/go-build4047508428/b102/_pkg_.a
2025-08-20T20:25:54.4962528Z [00:02:05.369]➜  packagefile maps=/tmp/go-build4047508428/b199/_pkg_.a
2025-08-20T20:25:54.4962937Z [00:02:05.369]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:54.4963709Z [00:02:05.369]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:54.4964236Z [00:02:05.369]➜  packagefile math/rand=/tmp/go-build4047508428/b107/_pkg_.a
2025-08-20T20:25:54.4964663Z [00:02:05.369]➜  packagefile mime=/tmp/go-build4047508428/b216/_pkg_.a
2025-08-20T20:25:54.4965107Z [00:02:05.369]➜  packagefile mime/multipart=/tmp/go-build4047508428/b217/_pkg_.a
2025-08-20T20:25:54.4965559Z [00:02:05.369]➜  packagefile net=/tmp/go-build4047508428/b200/_pkg_.a
2025-08-20T20:25:54.4966018Z [00:02:05.369]➜  packagefile net/http/httptrace=/tmp/go-build4047508428/b219/_pkg_.a
2025-08-20T20:25:54.4966522Z [00:02:05.369]➜  packagefile net/http/internal=/tmp/go-build4047508428/b220/_pkg_.a
2025-08-20T20:25:54.4967038Z [00:02:05.369]➜  packagefile net/http/internal/ascii=/tmp/go-build4047508428/b221/_pkg_.a
2025-08-20T20:25:54.4967602Z [00:02:05.369]➜  packagefile net/http/internal/httpcommon=/tmp/go-build4047508428/b222/_pkg_.a
2025-08-20T20:25:54.4968131Z [00:02:05.369]➜  packagefile net/textproto=/tmp/go-build4047508428/b213/_pkg_.a
2025-08-20T20:25:54.4968578Z [00:02:05.369]➜  packagefile net/url=/tmp/go-build4047508428/b206/_pkg_.a
2025-08-20T20:25:54.4968989Z [00:02:05.369]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:54.4981328Z [00:02:05.369]➜  packagefile path=/tmp/go-build4047508428/b058/_pkg_.a
2025-08-20T20:25:54.4981816Z [00:02:05.369]➜  packagefile path/filepath=/tmp/go-build4047508428/b097/_pkg_.a
2025-08-20T20:25:54.4982622Z [00:02:05.369]➜  packagefile reflect=/tmp/go-build4047508428/b052/_pkg_.a
2025-08-20T20:25:54.4983061Z [00:02:05.369]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:54.4983494Z [00:02:05.369]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:54.4983911Z [00:02:05.369]➜  packagefile sort=/tmp/go-build4047508428/b083/_pkg_.a
2025-08-20T20:25:54.4984332Z [00:02:05.369]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:54.4984767Z [00:02:05.369]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:54.4985189Z [00:02:05.369]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:54.4985621Z [00:02:05.369]➜  packagefile sync/atomic=/tmp/go-build4047508428/b037/_pkg_.a
2025-08-20T20:25:54.4986051Z [00:02:05.369]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:54.4986468Z [00:02:05.369]➜  packagefile unicode=/tmp/go-build4047508428/b041/_pkg_.a
2025-08-20T20:25:54.4986922Z [00:02:05.369]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:54.4987255Z [00:02:05.369]➜  EOF
2025-08-20T20:25:54.4992341Z [00:02:05.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b120=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid 2QU4DF03Ca387ct94kbg/2QU4DF03Ca387ct94kbg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b120/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-20T20:25:55.4646359Z [00:02:06.339]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T20:25:55.4840533Z [00:02:06.359]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/81/811db94f8dc52115351fd3cfd97e354ab537138ac014db2b05e7ce025ade736a-d # internal
2025-08-20T20:25:55.4847445Z [00:02:06.360]➜  github.com/TheZoraiz/ascii-image-converter/aic_package
2025-08-20T20:25:55.4847843Z [00:02:06.360]➜  mkdir -p $WORK/b069/
2025-08-20T20:25:55.4852590Z [00:02:06.360]➜  cat >/tmp/go-build4047508428/b069/importcfg << 'EOF' # internal
2025-08-20T20:25:55.4853064Z [00:02:06.360]➜  # import config
2025-08-20T20:25:55.4853413Z [00:02:06.360]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:55.4854181Z [00:02:06.360]➜  packagefile embed=/tmp/go-build4047508428/b070/_pkg_.a
2025-08-20T20:25:55.4854603Z [00:02:06.360]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:55.4855261Z [00:02:06.360]➜  packagefile github.com/TheZoraiz/ascii-image-converter/image_manipulation=/tmp/go-build4047508428/b071/_pkg_.a
2025-08-20T20:25:55.4855933Z [00:02:06.360]➜  packagefile github.com/fogleman/gg=/tmp/go-build4047508428/b108/_pkg_.a
2025-08-20T20:25:55.4856522Z [00:02:06.360]➜  packagefile github.com/golang/freetype/truetype=/tmp/go-build4047508428/b111/_pkg_.a
2025-08-20T20:25:55.4857101Z [00:02:06.360]➜  packagefile golang.org/x/image/bmp=/tmp/go-build4047508428/b076/_pkg_.a
2025-08-20T20:25:55.4857636Z [00:02:06.360]➜  packagefile golang.org/x/image/tiff=/tmp/go-build4047508428/b080/_pkg_.a
2025-08-20T20:25:55.4858615Z [00:02:06.360]➜  packagefile golang.org/x/image/webp=/tmp/go-build4047508428/b116/_pkg_.a
2025-08-20T20:25:55.4859089Z [00:02:06.360]➜  packagefile image=/tmp/go-build4047508428/b077/_pkg_.a
2025-08-20T20:25:55.4859774Z [00:02:06.360]➜  packagefile image/color=/tmp/go-build4047508428/b079/_pkg_.a
2025-08-20T20:25:55.4860269Z [00:02:06.360]➜  packagefile image/color/palette=/tmp/go-build4047508428/b093/_pkg_.a
2025-08-20T20:25:55.4860764Z [00:02:06.360]➜  packagefile image/draw=/tmp/go-build4047508428/b089/_pkg_.a
2025-08-20T20:25:55.4861218Z [00:02:06.360]➜  packagefile image/gif=/tmp/go-build4047508428/b091/_pkg_.a
2025-08-20T20:25:55.4861667Z [00:02:06.360]➜  packagefile image/jpeg=/tmp/go-build4047508428/b094/_pkg_.a
2025-08-20T20:25:55.4862110Z [00:02:06.360]➜  packagefile image/png=/tmp/go-build4047508428/b095/_pkg_.a
2025-08-20T20:25:55.4862546Z [00:02:06.360]➜  packagefile io/ioutil=/tmp/go-build4047508428/b088/_pkg_.a
2025-08-20T20:25:55.4862995Z [00:02:06.360]➜  packagefile net/http=/tmp/go-build4047508428/b120/_pkg_.a
2025-08-20T20:25:55.4863412Z [00:02:06.360]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:55.4863824Z [00:02:06.360]➜  packagefile os/exec=/tmp/go-build4047508428/b223/_pkg_.a
2025-08-20T20:25:55.4864243Z [00:02:06.360]➜  packagefile path=/tmp/go-build4047508428/b058/_pkg_.a
2025-08-20T20:25:55.4864666Z [00:02:06.360]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:55.4865103Z [00:02:06.360]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:55.4865528Z [00:02:06.360]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:55.4865944Z [00:02:06.360]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:55.4866354Z [00:02:06.360]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:55.4866662Z [00:02:06.360]➜  EOF
2025-08-20T20:25:55.4867020Z [00:02:06.360]➜  cat >/tmp/go-build4047508428/b069/embedcfg << 'EOF' # internal
2025-08-20T20:25:55.4867356Z [00:02:06.360]➜  {
2025-08-20T20:25:55.4867568Z [00:02:06.360]➜  	"Patterns": {
2025-08-20T20:25:55.4867841Z [00:02:06.360]➜  		"DejaVuSans-Oblique.ttf": [
2025-08-20T20:25:55.4868148Z [00:02:06.360]➜  			"DejaVuSans-Oblique.ttf"
2025-08-20T20:25:55.4868402Z [00:02:06.360]➜  		],
2025-08-20T20:25:55.4868629Z [00:02:06.360]➜  		"Hack-Regular.ttf": [
2025-08-20T20:25:55.4868909Z [00:02:06.360]➜  			"Hack-Regular.ttf"
2025-08-20T20:25:55.4869419Z [00:02:06.360]➜  		]
2025-08-20T20:25:55.4870041Z [00:02:06.360]➜  	},
2025-08-20T20:25:55.4870328Z [00:02:06.360]➜  	"Files": {
2025-08-20T20:25:55.4870955Z [00:02:06.360]➜  		"DejaVuSans-Oblique.ttf": "/root/go/pkg/mod/github.com/!the!zoraiz/ascii-image-converter@v1.13.1/aic_package/DejaVuSans-Oblique.ttf",
2025-08-20T20:25:55.4871850Z [00:02:06.360]➜  		"Hack-Regular.ttf": "/root/go/pkg/mod/github.com/!the!zoraiz/ascii-image-converter@v1.13.1/aic_package/Hack-Regular.ttf"
2025-08-20T20:25:55.4872363Z [00:02:06.360]➜  	}
2025-08-20T20:25:55.4872554Z [00:02:06.360]➜  }EOF
2025-08-20T20:25:55.4876902Z [00:02:06.360]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!the!zoraiz/ascii-image-converter@v1.13.1/aic_package=>github.com/TheZoraiz/ascii-image-converter@v1.13.1/aic_package;$WORK/b069=>" -p github.com/TheZoraiz/ascii-image-converter/aic_package -lang=go1.17 -complete -installsuffix shared -buildid STcB_fDkKaKV8-J615P0/STcB_fDkKaKV8-J615P0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -embedcfg $WORK/b069/embedcfg -pack /root/go/pkg/mod/github.com/!the!zoraiz/ascii-image-converter@v1.13.1/aic_package/convert_gif.go /root/go/pkg/mod/github.com/!the!zoraiz/ascii-image-converter@v1.13.1/aic_package/convert_image.go /root/go/pkg/mod/github.com/!the!zoraiz/ascii-image-converter@v1.13.1/aic_package/convert_root.go /root/go/pkg/mod/github.com/!the!zoraiz/ascii-image-converter@v1.13.1/aic_package/create_ascii_gif.go /root/go/pkg/mod/github.com/!the!zoraiz/ascii-image-converter@v1.13.1/aic_package/create_ascii_image.go /root/go/pkg/mod/github.com/!the!zoraiz/ascii-image-converter@v1.13.1/aic_package/util.go /root/go/pkg/mod/github.com/!the!zoraiz/ascii-image-converter@v1.13.1/aic_package/vars.go
2025-08-20T20:25:55.5343297Z [00:02:06.409]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T20:25:55.5374728Z [00:02:06.412]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/22/2272bd409bd204c50cbf80b4d33cc208085ac1e06a4482c06593e7d40bb4196b-d # internal
2025-08-20T20:25:55.5377402Z [00:02:06.413]➜  github.com/orangekame3/ghfetch/cmd
2025-08-20T20:25:55.5377766Z [00:02:06.413]➜  mkdir -p $WORK/b002/
2025-08-20T20:25:55.5378150Z [00:02:06.413]➜  cat >/tmp/go-build4047508428/b002/importcfg << 'EOF' # internal
2025-08-20T20:25:55.5378499Z [00:02:06.413]➜  # import config
2025-08-20T20:25:55.5378832Z [00:02:06.413]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:55.5379479Z [00:02:06.413]➜  packagefile encoding/json=/tmp/go-build4047508428/b043/_pkg_.a
2025-08-20T20:25:55.5380014Z [00:02:06.413]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:55.5380428Z [00:02:06.413]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:55.5381032Z [00:02:06.413]➜  packagefile github.com/TheZoraiz/ascii-image-converter/aic_package=/tmp/go-build4047508428/b069/_pkg_.a
2025-08-20T20:25:55.5381700Z [00:02:06.413]➜  packagefile github.com/briandowns/spinner=/tmp/go-build4047508428/b224/_pkg_.a
2025-08-20T20:25:55.5382314Z [00:02:06.413]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build4047508428/b230/_pkg_.a
2025-08-20T20:25:55.5382886Z [00:02:06.413]➜  packagefile github.com/fatih/color=/tmp/go-build4047508428/b225/_pkg_.a
2025-08-20T20:25:55.5383426Z [00:02:06.413]➜  packagefile github.com/nsf/termbox-go=/tmp/go-build4047508428/b243/_pkg_.a
2025-08-20T20:25:55.5383969Z [00:02:06.413]➜  packagefile github.com/spf13/cobra=/tmp/go-build4047508428/b245/_pkg_.a
2025-08-20T20:25:55.5384447Z [00:02:06.413]➜  packagefile log=/tmp/go-build4047508428/b102/_pkg_.a
2025-08-20T20:25:55.5384866Z [00:02:06.413]➜  packagefile net/http=/tmp/go-build4047508428/b120/_pkg_.a
2025-08-20T20:25:55.5385279Z [00:02:06.413]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:55.5385690Z [00:02:06.413]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:55.5386107Z [00:02:06.413]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:55.5386416Z [00:02:06.413]➜  EOF
2025-08-20T20:25:55.5388433Z [00:02:06.413]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b002/_pkg_.a -trimpath "/tmp/tmp.KP6YC4moNg/TEMPREPO/cmd=>github.com/orangekame3/ghfetch/cmd;$WORK/b002=>" -p github.com/orangekame3/ghfetch/cmd -lang=go1.20 -complete -installsuffix shared -buildid 1syNhyfnFvRHycimIV3Z/1syNhyfnFvRHycimIV3Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack ./cmd/root.go ./cmd/version.go
2025-08-20T20:25:55.5792701Z [00:02:06.454]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T20:25:55.5803027Z [00:02:06.455]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/75/75fcfd5845b69f2682e41744ca56d5d10bcd36257390537e301404f083cd01b0-d # internal
2025-08-20T20:25:55.5804260Z [00:02:06.455]➜  github.com/orangekame3/ghfetch
2025-08-20T20:25:55.5804604Z [00:02:06.455]➜  mkdir -p $WORK/b001/
2025-08-20T20:25:55.5807926Z [00:02:06.456]➜  cat >/tmp/go-build4047508428/b001/importcfg << 'EOF' # internal
2025-08-20T20:25:55.5808663Z [00:02:06.456]➜  # import config
2025-08-20T20:25:55.5809419Z [00:02:06.456]➜  packagefile github.com/orangekame3/ghfetch/cmd=/tmp/go-build4047508428/b002/_pkg_.a
2025-08-20T20:25:55.5810258Z [00:02:06.456]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:55.5811522Z [00:02:06.456]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:55.5811993Z [00:02:06.456]➜  packagefile runtime/cgo=/tmp/go-build4047508428/b101/_pkg_.a
2025-08-20T20:25:55.5812713Z [00:02:06.456]➜  EOF
2025-08-20T20:25:55.5814100Z [00:02:06.456]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.KP6YC4moNg/TEMPREPO=>github.com/orangekame3/ghfetch;$WORK/b001=>" -p main -lang=go1.20 -complete -installsuffix shared -buildid 6tDp1GWCEttw8-Ene1mx/6tDp1GWCEttw8-Ene1mx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T20:25:55.5984638Z [00:02:06.473]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T20:25:55.5987434Z [00:02:06.474]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/bb/bbfec9419447af5d38c135580281d41d3638841363ee58720557d0f26762a716-d # internal
2025-08-20T20:25:55.6016378Z [00:02:06.476]➜  cat >/tmp/go-build4047508428/b001/importcfg.link << 'EOF' # internal
2025-08-20T20:25:55.6019539Z [00:02:06.476]➜  packagefile github.com/orangekame3/ghfetch=/tmp/go-build4047508428/b001/_pkg_.a
2025-08-20T20:25:55.6021666Z [00:02:06.476]➜  packagefile github.com/orangekame3/ghfetch/cmd=/tmp/go-build4047508428/b002/_pkg_.a
2025-08-20T20:25:55.6022316Z [00:02:06.476]➜  packagefile time=/tmp/go-build4047508428/b059/_pkg_.a
2025-08-20T20:25:55.6022739Z [00:02:06.476]➜  packagefile runtime=/tmp/go-build4047508428/b010/_pkg_.a
2025-08-20T20:25:55.6023187Z [00:02:06.476]➜  packagefile runtime/cgo=/tmp/go-build4047508428/b101/_pkg_.a
2025-08-20T20:25:55.6023626Z [00:02:06.476]➜  packagefile bytes=/tmp/go-build4047508428/b003/_pkg_.a
2025-08-20T20:25:55.6024070Z [00:02:06.476]➜  packagefile encoding/json=/tmp/go-build4047508428/b043/_pkg_.a
2025-08-20T20:25:55.6024527Z [00:02:06.476]➜  packagefile errors=/tmp/go-build4047508428/b004/_pkg_.a
2025-08-20T20:25:55.6024940Z [00:02:06.476]➜  packagefile fmt=/tmp/go-build4047508428/b050/_pkg_.a
2025-08-20T20:25:55.6025548Z [00:02:06.476]➜  packagefile github.com/TheZoraiz/ascii-image-converter/aic_package=/tmp/go-build4047508428/b069/_pkg_.a
2025-08-20T20:25:55.6026219Z [00:02:06.476]➜  packagefile github.com/briandowns/spinner=/tmp/go-build4047508428/b224/_pkg_.a
2025-08-20T20:25:55.6026830Z [00:02:06.476]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build4047508428/b230/_pkg_.a
2025-08-20T20:25:55.6027404Z [00:02:06.476]➜  packagefile github.com/fatih/color=/tmp/go-build4047508428/b225/_pkg_.a
2025-08-20T20:25:55.6027942Z [00:02:06.476]➜  packagefile github.com/nsf/termbox-go=/tmp/go-build4047508428/b243/_pkg_.a
2025-08-20T20:25:55.6028479Z [00:02:06.476]➜  packagefile github.com/spf13/cobra=/tmp/go-build4047508428/b245/_pkg_.a
2025-08-20T20:25:55.6029602Z [00:02:06.476]➜  packagefile log=/tmp/go-build4047508428/b102/_pkg_.a
2025-08-20T20:25:55.6030117Z [00:02:06.476]➜  packagefile net/http=/tmp/go-build4047508428/b120/_pkg_.a
2025-08-20T20:25:55.6030539Z [00:02:06.476]➜  packagefile os=/tmp/go-build4047508428/b054/_pkg_.a
2025-08-20T20:25:55.6030957Z [00:02:06.476]➜  packagefile strings=/tmp/go-build4047508428/b067/_pkg_.a
2025-08-20T20:25:55.6031420Z [00:02:06.476]➜  packagefile internal/bytealg=/tmp/go-build4047508428/b011/_pkg_.a
2025-08-20T20:25:55.6031927Z [00:02:06.476]➜  packagefile internal/godebug=/tmp/go-build4047508428/b060/_pkg_.a
2025-08-20T20:25:55.6032434Z [00:02:06.476]➜  packagefile internal/stringslite=/tmp/go-build4047508428/b032/_pkg_.a
2025-08-20T20:25:55.6032913Z [00:02:06.476]➜  packagefile math/bits=/tmp/go-build4047508428/b040/_pkg_.a
2025-08-20T20:25:55.6033342Z [00:02:06.476]➜  packagefile sync=/tmp/go-build4047508428/b035/_pkg_.a
2025-08-20T20:25:55.6033763Z [00:02:06.476]➜  packagefile syscall=/tmp/go-build4047508428/b062/_pkg_.a
2025-08-20T20:25:55.6034221Z [00:02:06.476]➜  packagefile internal/abi=/tmp/go-build4047508428/b006/_pkg_.a
2025-08-20T20:25:55.6034706Z [00:02:06.476]➜  packagefile internal/byteorder=/tmp/go-build4047508428/b013/_pkg_.a
2025-08-20T20:25:55.6035223Z [00:02:06.477]➜  packagefile internal/chacha8rand=/tmp/go-build4047508428/b014/_pkg_.a
2025-08-20T20:25:55.6035760Z [00:02:06.477]➜  packagefile internal/coverage/rtcov=/tmp/go-build4047508428/b015/_pkg_.a
2025-08-20T20:25:55.6036265Z [00:02:06.477]➜  packagefile internal/cpu=/tmp/go-build4047508428/b012/_pkg_.a
2025-08-20T20:25:55.6037028Z [00:02:06.477]➜  packagefile internal/goarch=/tmp/go-build4047508428/b007/_pkg_.a
2025-08-20T20:25:55.6037525Z [00:02:06.477]➜  packagefile internal/godebugs=/tmp/go-build4047508428/b016/_pkg_.a
2025-08-20T20:25:55.6038043Z [00:02:06.477]➜  packagefile internal/goexperiment=/tmp/go-build4047508428/b017/_pkg_.a
2025-08-20T20:25:55.6038540Z [00:02:06.477]➜  packagefile internal/goos=/tmp/go-build4047508428/b018/_pkg_.a
2025-08-20T20:25:55.6039056Z [00:02:06.477]➜  packagefile internal/profilerecord=/tmp/go-build4047508428/b019/_pkg_.a
2025-08-20T20:25:55.6039914Z [00:02:06.477]➜  packagefile internal/runtime/atomic=/tmp/go-build4047508428/b020/_pkg_.a
2025-08-20T20:25:55.6040463Z [00:02:06.477]➜  packagefile internal/runtime/cgroup=/tmp/go-build4047508428/b021/_pkg_.a
2025-08-20T20:25:55.6041009Z [00:02:06.477]➜  packagefile internal/runtime/exithook=/tmp/go-build4047508428/b025/_pkg_.a
2025-08-20T20:25:55.6041552Z [00:02:06.477]➜  packagefile internal/runtime/gc=/tmp/go-build4047508428/b026/_pkg_.a
2025-08-20T20:25:55.6042074Z [00:02:06.477]➜  packagefile internal/runtime/maps=/tmp/go-build4047508428/b027/_pkg_.a
2025-08-20T20:25:55.6042646Z [00:02:06.477]➜  packagefile internal/runtime/math=/tmp/go-build4047508428/b023/_pkg_.a
2025-08-20T20:25:55.6043182Z [00:02:06.477]➜  packagefile internal/runtime/strconv=/tmp/go-build4047508428/b022/_pkg_.a
2025-08-20T20:25:55.6043718Z [00:02:06.477]➜  packagefile internal/runtime/sys=/tmp/go-build4047508428/b031/_pkg_.a
2025-08-20T20:25:55.6044263Z [00:02:06.477]➜  packagefile internal/runtime/syscall=/tmp/go-build4047508428/b024/_pkg_.a
2025-08-20T20:25:55.6044807Z [00:02:06.477]➜  packagefile internal/trace/tracev2=/tmp/go-build4047508428/b033/_pkg_.a
2025-08-20T20:25:55.6045302Z [00:02:06.477]➜  packagefile sync/atomic=/tmp/go-build4047508428/b037/_pkg_.a
2025-08-20T20:25:55.6045729Z [00:02:06.477]➜  packagefile io=/tmp/go-build4047508428/b034/_pkg_.a
2025-08-20T20:25:55.6046144Z [00:02:06.477]➜  packagefile iter=/tmp/go-build4047508428/b039/_pkg_.a
2025-08-20T20:25:55.6046565Z [00:02:06.477]➜  packagefile unicode=/tmp/go-build4047508428/b041/_pkg_.a
2025-08-20T20:25:55.6047013Z [00:02:06.477]➜  packagefile unicode/utf8=/tmp/go-build4047508428/b042/_pkg_.a
2025-08-20T20:25:55.6047440Z [00:02:06.477]➜  packagefile cmp=/tmp/go-build4047508428/b044/_pkg_.a
2025-08-20T20:25:55.6047862Z [00:02:06.477]➜  packagefile encoding=/tmp/go-build4047508428/b045/_pkg_.a
2025-08-20T20:25:55.6048639Z [00:02:06.477]➜  packagefile encoding/base64=/tmp/go-build4047508428/b046/_pkg_.a
2025-08-20T20:25:55.6049620Z [00:02:06.477]➜  packagefile math=/tmp/go-build4047508428/b049/_pkg_.a
2025-08-20T20:25:55.6050162Z [00:02:06.477]➜  packagefile reflect=/tmp/go-build4047508428/b052/_pkg_.a
2025-08-20T20:25:55.6050592Z [00:02:06.477]➜  packagefile slices=/tmp/go-build4047508428/b047/_pkg_.a
2025-08-20T20:25:55.6051016Z [00:02:06.477]➜  packagefile strconv=/tmp/go-build4047508428/b048/_pkg_.a
2025-08-20T20:25:55.6051472Z [00:02:06.477]➜  packagefile unicode/utf16=/tmp/go-build4047508428/b068/_pkg_.a
2025-08-20T20:25:55.6051970Z [00:02:06.477]➜  packagefile internal/reflectlite=/tmp/go-build4047508428/b005/_pkg_.a
2025-08-20T20:25:55.6052479Z [00:02:06.477]➜  packagefile internal/fmtsort=/tmp/go-build4047508428/b051/_pkg_.a
2025-08-20T20:25:55.6052928Z [00:02:06.477]➜  packagefile embed=/tmp/go-build4047508428/b070/_pkg_.a
2025-08-20T20:25:55.6053566Z [00:02:06.477]➜  packagefile github.com/TheZoraiz/ascii-image-converter/image_manipulation=/tmp/go-build4047508428/b071/_pkg_.a
2025-08-20T20:25:55.6054232Z [00:02:06.477]➜  packagefile github.com/fogleman/gg=/tmp/go-build4047508428/b108/_pkg_.a
2025-08-20T20:25:55.6054817Z [00:02:06.477]➜  packagefile github.com/golang/freetype/truetype=/tmp/go-build4047508428/b111/_pkg_.a
2025-08-20T20:25:55.6055392Z [00:02:06.477]➜  packagefile golang.org/x/image/bmp=/tmp/go-build4047508428/b076/_pkg_.a
2025-08-20T20:25:55.6055926Z [00:02:06.477]➜  packagefile golang.org/x/image/tiff=/tmp/go-build4047508428/b080/_pkg_.a
2025-08-20T20:25:55.6056807Z [00:02:06.477]➜  packagefile golang.org/x/image/webp=/tmp/go-build4047508428/b116/_pkg_.a
2025-08-20T20:25:55.6057289Z [00:02:06.477]➜  packagefile image=/tmp/go-build4047508428/b077/_pkg_.a
2025-08-20T20:25:55.6057728Z [00:02:06.477]➜  packagefile image/color=/tmp/go-build4047508428/b079/_pkg_.a
2025-08-20T20:25:55.6058217Z [00:02:06.477]➜  packagefile image/color/palette=/tmp/go-build4047508428/b093/_pkg_.a
2025-08-20T20:25:55.6058706Z [00:02:06.477]➜  packagefile image/draw=/tmp/go-build4047508428/b089/_pkg_.a
2025-08-20T20:25:55.6059328Z [00:02:06.477]➜  packagefile image/gif=/tmp/go-build4047508428/b091/_pkg_.a
2025-08-20T20:25:55.6059854Z [00:02:06.477]➜  packagefile image/jpeg=/tmp/go-build4047508428/b094/_pkg_.a
2025-08-20T20:25:55.6060298Z [00:02:06.477]➜  packagefile image/png=/tmp/go-build4047508428/b095/_pkg_.a
2025-08-20T20:25:55.6060743Z [00:02:06.477]➜  packagefile io/ioutil=/tmp/go-build4047508428/b088/_pkg_.a
2025-08-20T20:25:55.6061187Z [00:02:06.477]➜  packagefile os/exec=/tmp/go-build4047508428/b223/_pkg_.a
2025-08-20T20:25:55.6061610Z [00:02:06.477]➜  packagefile path=/tmp/go-build4047508428/b058/_pkg_.a
2025-08-20T20:25:55.6062098Z [00:02:06.477]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build4047508428/b227/_pkg_.a
2025-08-20T20:25:55.6062622Z [00:02:06.477]➜  packagefile golang.org/x/term=/tmp/go-build4047508428/b229/_pkg_.a
2025-08-20T20:25:55.6063166Z [00:02:06.477]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build4047508428/b231/_pkg_.a
2025-08-20T20:25:55.6063750Z [00:02:06.477]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build4047508428/b233/_pkg_.a
2025-08-20T20:25:55.6064344Z [00:02:06.477]➜  packagefile github.com/muesli/reflow/truncate=/tmp/go-build4047508428/b234/_pkg_.a
2025-08-20T20:25:55.6064951Z [00:02:06.477]➜  packagefile github.com/muesli/reflow/wordwrap=/tmp/go-build4047508428/b235/_pkg_.a
2025-08-20T20:25:55.6065536Z [00:02:06.477]➜  packagefile github.com/muesli/reflow/wrap=/tmp/go-build4047508428/b236/_pkg_.a
2025-08-20T20:25:55.6066101Z [00:02:06.477]➜  packagefile github.com/muesli/termenv=/tmp/go-build4047508428/b237/_pkg_.a
2025-08-20T20:25:55.6066695Z [00:02:06.477]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build4047508428/b226/_pkg_.a
2025-08-20T20:25:55.6067221Z [00:02:06.477]➜  packagefile encoding/binary=/tmp/go-build4047508428/b075/_pkg_.a
2025-08-20T20:25:55.6067701Z [00:02:06.477]➜  packagefile encoding/hex=/tmp/go-build4047508428/b197/_pkg_.a
2025-08-20T20:25:55.6068411Z [00:02:06.477]➜  packagefile os/signal=/tmp/go-build4047508428/b244/_pkg_.a
2025-08-20T20:25:55.6068920Z [00:02:06.477]➜  packagefile context=/tmp/go-build4047508428/b123/_pkg_.a
2025-08-20T20:25:55.6069577Z [00:02:06.477]➜  packagefile github.com/spf13/pflag=/tmp/go-build4047508428/b246/_pkg_.a
2025-08-20T20:25:55.6070089Z [00:02:06.477]➜  packagefile path/filepath=/tmp/go-build4047508428/b097/_pkg_.a
2025-08-20T20:25:55.6070529Z [00:02:06.477]➜  packagefile sort=/tmp/go-build4047508428/b083/_pkg_.a
2025-08-20T20:25:55.6070984Z [00:02:06.477]➜  packagefile text/template=/tmp/go-build4047508428/b241/_pkg_.a
2025-08-20T20:25:55.6071447Z [00:02:06.477]➜  packagefile log/internal=/tmp/go-build4047508428/b103/_pkg_.a
2025-08-20T20:25:55.6071882Z [00:02:06.477]➜  packagefile bufio=/tmp/go-build4047508428/b078/_pkg_.a
2025-08-20T20:25:55.6072342Z [00:02:06.477]➜  packagefile compress/gzip=/tmp/go-build4047508428/b121/_pkg_.a
2025-08-20T20:25:55.6072820Z [00:02:06.477]➜  packagefile container/list=/tmp/go-build4047508428/b122/_pkg_.a
2025-08-20T20:25:55.6073299Z [00:02:06.477]➜  packagefile crypto/rand=/tmp/go-build4047508428/b124/_pkg_.a
2025-08-20T20:25:55.6073750Z [00:02:06.477]➜  packagefile crypto/tls=/tmp/go-build4047508428/b151/_pkg_.a
2025-08-20T20:25:55.6074299Z [00:02:06.477]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build4047508428/b207/_pkg_.a
2025-08-20T20:25:55.6074936Z [00:02:06.477]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build4047508428/b214/_pkg_.a
2025-08-20T20:25:55.6075811Z [00:02:06.477]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build4047508428/b215/_pkg_.a
2025-08-20T20:25:55.6076406Z [00:02:06.477]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build4047508428/b208/_pkg_.a
2025-08-20T20:25:55.6076896Z [00:02:06.477]➜  packagefile io/fs=/tmp/go-build4047508428/b056/_pkg_.a
2025-08-20T20:25:55.6077302Z [00:02:06.477]➜  packagefile maps=/tmp/go-build4047508428/b199/_pkg_.a
2025-08-20T20:25:55.6077727Z [00:02:06.477]➜  packagefile math/rand=/tmp/go-build4047508428/b107/_pkg_.a
2025-08-20T20:25:55.6078163Z [00:02:06.477]➜  packagefile mime=/tmp/go-build4047508428/b216/_pkg_.a
2025-08-20T20:25:55.6078606Z [00:02:06.477]➜  packagefile mime/multipart=/tmp/go-build4047508428/b217/_pkg_.a
2025-08-20T20:25:55.6079044Z [00:02:06.477]➜  packagefile net=/tmp/go-build4047508428/b200/_pkg_.a
2025-08-20T20:25:55.6079794Z [00:02:06.477]➜  packagefile net/http/httptrace=/tmp/go-build4047508428/b219/_pkg_.a
2025-08-20T20:25:55.6080302Z [00:02:06.477]➜  packagefile net/http/internal=/tmp/go-build4047508428/b220/_pkg_.a
2025-08-20T20:25:55.6080832Z [00:02:06.477]➜  packagefile net/http/internal/ascii=/tmp/go-build4047508428/b221/_pkg_.a
2025-08-20T20:25:55.6081404Z [00:02:06.477]➜  packagefile net/http/internal/httpcommon=/tmp/go-build4047508428/b222/_pkg_.a
2025-08-20T20:25:55.6081927Z [00:02:06.477]➜  packagefile net/textproto=/tmp/go-build4047508428/b213/_pkg_.a
2025-08-20T20:25:55.6082371Z [00:02:06.477]➜  packagefile net/url=/tmp/go-build4047508428/b206/_pkg_.a
2025-08-20T20:25:55.6082861Z [00:02:06.477]➜  packagefile internal/filepathlite=/tmp/go-build4047508428/b055/_pkg_.a
2025-08-20T20:25:55.6083360Z [00:02:06.477]➜  packagefile internal/itoa=/tmp/go-build4047508428/b053/_pkg_.a
2025-08-20T20:25:55.6083831Z [00:02:06.477]➜  packagefile internal/poll=/tmp/go-build4047508428/b063/_pkg_.a
2025-08-20T20:25:55.6084344Z [00:02:06.477]➜  packagefile internal/syscall/execenv=/tmp/go-build4047508428/b065/_pkg_.a
2025-08-20T20:25:55.6084883Z [00:02:06.477]➜  packagefile internal/syscall/unix=/tmp/go-build4047508428/b064/_pkg_.a
2025-08-20T20:25:55.6085401Z [00:02:06.477]➜  packagefile internal/testlog=/tmp/go-build4047508428/b066/_pkg_.a
2025-08-20T20:25:55.6085891Z [00:02:06.477]➜  packagefile internal/bisect=/tmp/go-build4047508428/b061/_pkg_.a
2025-08-20T20:25:55.6086368Z [00:02:06.477]➜  packagefile internal/race=/tmp/go-build4047508428/b030/_pkg_.a
2025-08-20T20:25:55.6086840Z [00:02:06.477]➜  packagefile internal/sync=/tmp/go-build4047508428/b036/_pkg_.a
2025-08-20T20:25:55.6087582Z [00:02:06.477]➜  packagefile internal/synctest=/tmp/go-build4047508428/b038/_pkg_.a
2025-08-20T20:25:55.6088146Z [00:02:06.477]➜  packagefile internal/asan=/tmp/go-build4047508428/b028/_pkg_.a
2025-08-20T20:25:55.6088619Z [00:02:06.477]➜  packagefile internal/msan=/tmp/go-build4047508428/b029/_pkg_.a
2025-08-20T20:25:55.6089094Z [00:02:06.477]➜  packagefile internal/oserror=/tmp/go-build4047508428/b057/_pkg_.a
2025-08-20T20:25:55.6089855Z [00:02:06.477]➜  packagefile internal/unsafeheader=/tmp/go-build4047508428/b009/_pkg_.a
2025-08-20T20:25:55.6090741Z [00:02:06.477]➜  packagefile github.com/TheZoraiz/ascii-image-converter/aic_package/winsize=/tmp/go-build4047508428/b072/_pkg_.a
2025-08-20T20:25:55.6091448Z [00:02:06.477]➜  packagefile github.com/disintegration/imaging=/tmp/go-build4047508428/b074/_pkg_.a
2025-08-20T20:25:55.6092018Z [00:02:06.477]➜  packagefile github.com/gookit/color=/tmp/go-build4047508428/b098/_pkg_.a
2025-08-20T20:25:55.6092645Z [00:02:06.477]➜  packagefile github.com/makeworld-the-better-one/dither/v2=/tmp/go-build4047508428/b106/_pkg_.a
2025-08-20T20:25:55.6093295Z [00:02:06.477]➜  packagefile github.com/golang/freetype/raster=/tmp/go-build4047508428/b109/_pkg_.a
2025-08-20T20:25:55.6093858Z [00:02:06.477]➜  packagefile golang.org/x/image/draw=/tmp/go-build4047508428/b113/_pkg_.a
2025-08-20T20:25:55.6094391Z [00:02:06.477]➜  packagefile golang.org/x/image/font=/tmp/go-build4047508428/b112/_pkg_.a
2025-08-20T20:25:55.6094961Z [00:02:06.477]➜  packagefile golang.org/x/image/font/basicfont=/tmp/go-build4047508428/b115/_pkg_.a
2025-08-20T20:25:55.6095548Z [00:02:06.477]➜  packagefile golang.org/x/image/math/f64=/tmp/go-build4047508428/b114/_pkg_.a
2025-08-20T20:25:55.6096115Z [00:02:06.477]➜  packagefile golang.org/x/image/math/fixed=/tmp/go-build4047508428/b110/_pkg_.a
2025-08-20T20:25:55.6096635Z [00:02:06.477]➜  packagefile compress/zlib=/tmp/go-build4047508428/b081/_pkg_.a
2025-08-20T20:25:55.6097138Z [00:02:06.477]➜  packagefile golang.org/x/image/ccitt=/tmp/go-build4047508428/b086/_pkg_.a
2025-08-20T20:25:55.6097698Z [00:02:06.477]➜  packagefile golang.org/x/image/tiff/lzw=/tmp/go-build4047508428/b087/_pkg_.a
2025-08-20T20:25:55.6098245Z [00:02:06.477]➜  packagefile golang.org/x/image/riff=/tmp/go-build4047508428/b117/_pkg_.a
2025-08-20T20:25:55.6098773Z [00:02:06.477]➜  packagefile golang.org/x/image/vp8=/tmp/go-build4047508428/b118/_pkg_.a
2025-08-20T20:25:55.6099440Z [00:02:06.477]➜  packagefile golang.org/x/image/vp8l=/tmp/go-build4047508428/b119/_pkg_.a
2025-08-20T20:25:55.6100055Z [00:02:06.477]➜  packagefile image/internal/imageutil=/tmp/go-build4047508428/b090/_pkg_.a
2025-08-20T20:25:55.6100559Z [00:02:06.477]➜  packagefile compress/lzw=/tmp/go-build4047508428/b092/_pkg_.a
2025-08-20T20:25:55.6100997Z [00:02:06.477]➜  packagefile hash=/tmp/go-build4047508428/b084/_pkg_.a
2025-08-20T20:25:55.6101427Z [00:02:06.477]➜  packagefile hash/crc32=/tmp/go-build4047508428/b096/_pkg_.a
2025-08-20T20:25:55.6101911Z [00:02:06.477]➜  packagefile golang.org/x/sys/unix=/tmp/go-build4047508428/b228/_pkg_.a
2025-08-20T20:25:55.6102660Z [00:02:06.477]➜  packagefile github.com/rivo/uniseg=/tmp/go-build4047508428/b232/_pkg_.a
2025-08-20T20:25:55.6103210Z [00:02:06.477]➜  packagefile regexp=/tmp/go-build4047508428/b104/_pkg_.a
2025-08-20T20:25:55.6103740Z [00:02:06.477]➜  packagefile github.com/aymanbagabas/go-osc52/v2=/tmp/go-build4047508428/b238/_pkg_.a
2025-08-20T20:25:55.6104355Z [00:02:06.477]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build4047508428/b239/_pkg_.a
2025-08-20T20:25:55.6104955Z [00:02:06.477]➜  packagefile encoding/csv=/tmp/go-build4047508428/b247/_pkg_.a
2025-08-20T20:25:55.6105396Z [00:02:06.477]➜  packagefile flag=/tmp/go-build4047508428/b248/_pkg_.a
2025-08-20T20:25:55.6105862Z [00:02:06.477]➜  packagefile text/template/parse=/tmp/go-build4047508428/b242/_pkg_.a
2025-08-20T20:25:55.6106354Z [00:02:06.477]➜  packagefile compress/flate=/tmp/go-build4047508428/b082/_pkg_.a
2025-08-20T20:25:55.6106856Z [00:02:06.477]➜  packagefile crypto/internal/boring=/tmp/go-build4047508428/b125/_pkg_.a
2025-08-20T20:25:55.6107406Z [00:02:06.477]➜  packagefile crypto/internal/fips140=/tmp/go-build4047508428/b129/_pkg_.a
2025-08-20T20:25:55.6107973Z [00:02:06.477]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build4047508428/b142/_pkg_.a
2025-08-20T20:25:55.6108544Z [00:02:06.477]➜  packagefile crypto/internal/fips140only=/tmp/go-build4047508428/b147/_pkg_.a
2025-08-20T20:25:55.6109096Z [00:02:06.477]➜  packagefile crypto/internal/randutil=/tmp/go-build4047508428/b145/_pkg_.a
2025-08-20T20:25:55.6110087Z [00:02:06.477]➜  packagefile crypto/internal/sysrand=/tmp/go-build4047508428/b144/_pkg_.a
2025-08-20T20:25:55.6110589Z [00:02:06.477]➜  packagefile math/big=/tmp/go-build4047508428/b150/_pkg_.a
2025-08-20T20:25:55.6111017Z [00:02:06.477]➜  packagefile crypto=/tmp/go-build4047508428/b126/_pkg_.a
2025-08-20T20:25:55.6111451Z [00:02:06.477]➜  packagefile crypto/aes=/tmp/go-build4047508428/b152/_pkg_.a
2025-08-20T20:25:55.6111915Z [00:02:06.477]➜  packagefile crypto/cipher=/tmp/go-build4047508428/b127/_pkg_.a
2025-08-20T20:25:55.6112382Z [00:02:06.477]➜  packagefile crypto/des=/tmp/go-build4047508428/b153/_pkg_.a
2025-08-20T20:25:55.6112837Z [00:02:06.477]➜  packagefile crypto/ecdh=/tmp/go-build4047508428/b154/_pkg_.a
2025-08-20T20:25:55.6113298Z [00:02:06.477]➜  packagefile crypto/ecdsa=/tmp/go-build4047508428/b159/_pkg_.a
2025-08-20T20:25:55.6113763Z [00:02:06.477]➜  packagefile crypto/ed25519=/tmp/go-build4047508428/b172/_pkg_.a
2025-08-20T20:25:55.6114251Z [00:02:06.477]➜  packagefile crypto/elliptic=/tmp/go-build4047508428/b160/_pkg_.a
2025-08-20T20:25:55.6114720Z [00:02:06.477]➜  packagefile crypto/hkdf=/tmp/go-build4047508428/b175/_pkg_.a
2025-08-20T20:25:55.6115175Z [00:02:06.477]➜  packagefile crypto/hmac=/tmp/go-build4047508428/b177/_pkg_.a
2025-08-20T20:25:55.6115693Z [00:02:06.477]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build4047508428/b128/_pkg_.a
2025-08-20T20:25:55.6116281Z [00:02:06.477]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build4047508428/b141/_pkg_.a
2025-08-20T20:25:55.6116882Z [00:02:06.477]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build4047508428/b178/_pkg_.a
2025-08-20T20:25:55.6117466Z [00:02:06.477]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build4047508428/b179/_pkg_.a
2025-08-20T20:25:55.6118045Z [00:02:06.477]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build4047508428/b180/_pkg_.a
2025-08-20T20:25:55.6118593Z [00:02:06.477]➜  packagefile crypto/internal/hpke=/tmp/go-build4047508428/b181/_pkg_.a
2025-08-20T20:25:55.6119086Z [00:02:06.477]➜  packagefile crypto/md5=/tmp/go-build4047508428/b186/_pkg_.a
2025-08-20T20:25:55.6119767Z [00:02:06.477]➜  packagefile crypto/rc4=/tmp/go-build4047508428/b187/_pkg_.a
2025-08-20T20:25:55.6120228Z [00:02:06.477]➜  packagefile crypto/rsa=/tmp/go-build4047508428/b188/_pkg_.a
2025-08-20T20:25:55.6120684Z [00:02:06.477]➜  packagefile crypto/sha1=/tmp/go-build4047508428/b190/_pkg_.a
2025-08-20T20:25:55.6121141Z [00:02:06.477]➜  packagefile crypto/sha256=/tmp/go-build4047508428/b191/_pkg_.a
2025-08-20T20:25:55.6121856Z [00:02:06.477]➜  packagefile crypto/sha512=/tmp/go-build4047508428/b168/_pkg_.a
2025-08-20T20:25:55.6122389Z [00:02:06.477]➜  packagefile crypto/subtle=/tmp/go-build4047508428/b148/_pkg_.a
2025-08-20T20:25:55.6122923Z [00:02:06.477]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build4047508428/b192/_pkg_.a
2025-08-20T20:25:55.6123442Z [00:02:06.477]➜  packagefile crypto/x509=/tmp/go-build4047508428/b194/_pkg_.a
2025-08-20T20:25:55.6123911Z [00:02:06.477]➜  packagefile encoding/pem=/tmp/go-build4047508428/b198/_pkg_.a
2025-08-20T20:25:55.6124496Z [00:02:06.477]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build4047508428/b182/_pkg_.a
2025-08-20T20:25:55.6125151Z [00:02:06.477]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build4047508428/b169/_pkg_.a
2025-08-20T20:25:55.6125665Z [00:02:06.477]➜  packagefile weak=/tmp/go-build4047508428/b165/_pkg_.a
2025-08-20T20:25:55.6126091Z [00:02:06.477]➜  packagefile net/netip=/tmp/go-build4047508428/b204/_pkg_.a
2025-08-20T20:25:55.6126655Z [00:02:06.477]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build4047508428/b209/_pkg_.a
2025-08-20T20:25:55.6127296Z [00:02:06.477]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build4047508428/b211/_pkg_.a
2025-08-20T20:25:55.6127928Z [00:02:06.477]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build4047508428/b212/_pkg_.a
2025-08-20T20:25:55.6128501Z [00:02:06.477]➜  packagefile mime/quotedprintable=/tmp/go-build4047508428/b218/_pkg_.a
2025-08-20T20:25:55.6129527Z [00:02:06.477]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build4047508428/b201/_pkg_.a
2025-08-20T20:25:55.6130156Z [00:02:06.477]➜  packagefile internal/nettrace=/tmp/go-build4047508428/b202/_pkg_.a
2025-08-20T20:25:55.6130673Z [00:02:06.477]➜  packagefile internal/singleflight=/tmp/go-build4047508428/b203/_pkg_.a
2025-08-20T20:25:55.6131288Z [00:02:06.477]➜  packagefile github.com/nathan-fiscaletti/consolesize-go=/tmp/go-build4047508428/b073/_pkg_.a
2025-08-20T20:25:55.6131903Z [00:02:06.477]➜  packagefile github.com/xo/terminfo=/tmp/go-build4047508428/b099/_pkg_.a
2025-08-20T20:25:55.6132395Z [00:02:06.477]➜  packagefile hash/adler32=/tmp/go-build4047508428/b085/_pkg_.a
2025-08-20T20:25:55.6132865Z [00:02:06.477]➜  packagefile regexp/syntax=/tmp/go-build4047508428/b105/_pkg_.a
2025-08-20T20:25:55.6133357Z [00:02:06.477]➜  packagefile database/sql/driver=/tmp/go-build4047508428/b240/_pkg_.a
2025-08-20T20:25:55.6133907Z [00:02:06.477]➜  packagefile crypto/internal/boring/sig=/tmp/go-build4047508428/b149/_pkg_.a
2025-08-20T20:25:55.6134521Z [00:02:06.477]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build4047508428/b130/_pkg_.a
2025-08-20T20:25:55.6135104Z [00:02:06.477]➜  packagefile crypto/internal/entropy=/tmp/go-build4047508428/b143/_pkg_.a
2025-08-20T20:25:55.6135674Z [00:02:06.477]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4047508428/b132/_pkg_.a
2025-08-20T20:25:55.6136270Z [00:02:06.477]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4047508428/b139/_pkg_.a
2025-08-20T20:25:55.6136896Z [00:02:06.477]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4047508428/b135/_pkg_.a
2025-08-20T20:25:55.6137511Z [00:02:06.477]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build4047508428/b134/_pkg_.a
2025-08-20T20:25:55.6138093Z [00:02:06.477]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build4047508428/b138/_pkg_.a
2025-08-20T20:25:55.6138676Z [00:02:06.477]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build4047508428/b140/_pkg_.a
2025-08-20T20:25:55.6139343Z [00:02:06.477]➜  packagefile math/rand/v2=/tmp/go-build4047508428/b146/_pkg_.a
2025-08-20T20:25:55.6139939Z [00:02:06.477]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build4047508428/b131/_pkg_.a
2025-08-20T20:25:55.6140518Z [00:02:06.477]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build4047508428/b155/_pkg_.a
2025-08-20T20:25:55.6141481Z [00:02:06.477]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build4047508428/b158/_pkg_.a
2025-08-20T20:25:55.6142223Z [00:02:06.477]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build4047508428/b161/_pkg_.a
2025-08-20T20:25:55.6142808Z [00:02:06.477]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build4047508428/b162/_pkg_.a
2025-08-20T20:25:55.6143396Z [00:02:06.477]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build4047508428/b156/_pkg_.a
2025-08-20T20:25:55.6143978Z [00:02:06.477]➜  packagefile crypto/internal/fips140cache=/tmp/go-build4047508428/b164/_pkg_.a
2025-08-20T20:25:55.6144560Z [00:02:06.477]➜  packagefile crypto/internal/fips140hash=/tmp/go-build4047508428/b166/_pkg_.a
2025-08-20T20:25:55.6145187Z [00:02:06.477]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build4047508428/b171/_pkg_.a
2025-08-20T20:25:55.6145819Z [00:02:06.477]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build4047508428/b173/_pkg_.a
2025-08-20T20:25:55.6146404Z [00:02:06.477]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build4047508428/b176/_pkg_.a
2025-08-20T20:25:55.6146984Z [00:02:06.477]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build4047508428/b133/_pkg_.a
2025-08-20T20:25:55.6147580Z [00:02:06.477]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build4047508428/b136/_pkg_.a
2025-08-20T20:25:55.6148133Z [00:02:06.477]➜  packagefile crypto/internal/impl=/tmp/go-build4047508428/b137/_pkg_.a
2025-08-20T20:25:55.6148689Z [00:02:06.477]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build4047508428/b163/_pkg_.a
2025-08-20T20:25:55.6149721Z [00:02:06.477]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build4047508428/b189/_pkg_.a
2025-08-20T20:25:55.6150248Z [00:02:06.477]➜  packagefile crypto/fips140=/tmp/go-build4047508428/b193/_pkg_.a
2025-08-20T20:25:55.6150715Z [00:02:06.477]➜  packagefile crypto/dsa=/tmp/go-build4047508428/b195/_pkg_.a
2025-08-20T20:25:55.6151187Z [00:02:06.477]➜  packagefile crypto/x509/pkix=/tmp/go-build4047508428/b196/_pkg_.a
2025-08-20T20:25:55.6151685Z [00:02:06.477]➜  packagefile encoding/asn1=/tmp/go-build4047508428/b170/_pkg_.a
2025-08-20T20:25:55.6152241Z [00:02:06.477]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build4047508428/b183/_pkg_.a
2025-08-20T20:25:55.6152882Z [00:02:06.477]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build4047508428/b184/_pkg_.a
2025-08-20T20:25:55.6153560Z [00:02:06.477]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build4047508428/b185/_pkg_.a
2025-08-20T20:25:55.6154115Z [00:02:06.477]➜  packagefile unique=/tmp/go-build4047508428/b205/_pkg_.a
2025-08-20T20:25:55.6154638Z [00:02:06.477]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build4047508428/b210/_pkg_.a
2025-08-20T20:25:55.6155147Z [00:02:06.477]➜  packagefile os/user=/tmp/go-build4047508428/b100/_pkg_.a
2025-08-20T20:25:55.6155684Z [00:02:06.477]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build4047508428/b157/_pkg_.a
2025-08-20T20:25:55.6156219Z [00:02:06.477]➜  packagefile crypto/sha3=/tmp/go-build4047508428/b167/_pkg_.a
2025-08-20T20:25:55.6156785Z [00:02:06.477]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build4047508428/b174/_pkg_.a
2025-08-20T20:25:55.6170315Z [00:02:06.477]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/orangekame3/ghfetch\nmod\tgithub.com/orangekame3/ghfetch\tv0.0.20-0.20250820180454-8a141037355d\t\ndep\tgithub.com/TheZoraiz/ascii-image-converter\tv1.13.1\th1:lGgOd8obT7hgTF6JDkz1v213/pBHZMtQxxJcEHWjp6I=\ndep\tgithub.com/aymanbagabas/go-osc52/v2\tv2.0.1\th1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=\ndep\tgithub.com/briandowns/spinner\tv1.23.0\th1:alDF2guRWqa/FOZZYWjlMIx2L6H0wyewPxo/CH4Pt2A=\ndep\tgithub.com/charmbracelet/lipgloss\tv0.8.0\th1:IS00fk4XAHcf8uZKc3eHeMUTCxUH6NkaTrdyCQk84RU=\ndep\tgithub.com/disintegration/imaging\tv1.6.2\th1:w1LecBlG2Lnp8B3jk5zSuNqd7b4DXhcjwek1ei82L+c=\ndep\tgithub.com/fatih/color\tv1.15.0\th1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=\ndep\tgithub.com/fogleman/gg\tv1.3.0\th1:/7zJX8F6AaYQc57WQCyN9cAIz+4bCJGO9B+dyW29am8=\ndep\tgithub.com/golang/freetype\tv0.0.0-20170609003504-e2365dfdc4a0\th1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g=\ndep\tgithub.com/gookit/color\tv1.4.2\th1:tXy44JFSFkKnELV6WaMo/lLfu/meqITX3iAV52do7lk=\ndep\tgithub.com/lucasb-eyer/go-colorful\tv1.2.0\th1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=\ndep\tgithub.com/makeworld-the-better-one/dither/v2\tv2.2.0\th1:VTMAiyyO1YIO07fZwuLNZZasJgKUmvsIA48ze3ALHPQ=\ndep\tgithub.com/mattn/go-colorable\tv0.1.13\th1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=\ndep\tgithub.com/mattn/go-isatty\tv0.0.18\th1:DOKFKCQ7FNG2L1rbrmstDN4QVRdS89Nkh85u68Uwp98=\ndep\tgithub.com/mattn/go-runewidth\tv0.0.14\th1:+xnbZSEeDbOIg5/mE6JF0w6n9duR1l3/WmbinWVwUuU=\ndep\tgithub.com/muesli/reflow\tv0.3.0\th1:IFsN6K9NfGtjeggFP+68I4chLZV2yIKsXJFNZ+eWh6s=\ndep\tgithub.com/muesli/termenv\tv0.15.2\th1:GohcuySI0QmI3wN8Ok9PtKGkgkFIk7y6Vpb5PvrY+Wo=\ndep\tgithub.com/nathan-fiscaletti/consolesize-go\tv0.0.0-20210105204122-a87d9f614b9d\th1:PQW4Aqovdqc9efHl9EVA+bhKmuZ4ME1HvSYYDvaDiK0=\ndep\tgithub.com/nsf/termbox-go\tv1.1.1\th1:nksUPLCb73Q++DwbYUBEglYBRPZyoXJdrj5L+TkjyZY=\ndep\tgithub.com/rivo/uniseg\tv0.2.0\th1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY=\ndep\tgithub.com/spf13/cobra\tv1.7.0\th1:hyqWnYt1ZQShIddO5kBpj3vu05/++x6tJ6dg8EC572I=\ndep\tgithub.com/spf13/pflag\tv1.0.5\th1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=\ndep\tgithub.com/xo/terminfo\tv0.0.0-20210125001918-ca9a967f8778\th1:QldyIu/L63oPpyvQmHgvgickp1Yw510KJOqX7H24mg8=\ndep\tgolang.org/x/image\tv0.0.0-20210628002857-a66eb6448b8d\th1:RNPAfi2nHY7C2srAV8A49jpsYr0ADedCk1wq6fTMTvs=\ndep\tgolang.org/x/sys\tv0.7.0\th1:3jlCCIQZPdOYu1h8BkNvLz8Kgwtae2cagcG/VamtZRU=\ndep\tgolang.org/x/term\tv0.1.0\th1:g6Z6vPFA9dYBAF7DWcH6sCcOntplXsDKcliusYijMlw=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=asynctimerchan=1,containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,gotypesalias=0,httplaxcontentlength=1,httpmuxgo121=1,httpservecontentkeepheaders=1,multipathtcp=0,panicnil=1,randseednop=0,rsa1024min=0,tls10server=1,tls3des=1,tlsmlkem=0,tlsrsakex=1,tlssha1=1,tlsunsafeekm=1,updatemaxprocs=0,winreadlinkvolume=0,winsymlink=0,x509keypairleaf=0,x509negativeserial=1,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=8a141037355d3f79076cf8a12afb5ca7809fe4be\nbuild\tvcs.time=2025-08-20T18:04:54Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T20:25:55.6181546Z [00:02:06.477]➜  EOF
2025-08-20T20:25:55.6181790Z [00:02:06.477]➜  mkdir -p $WORK/b001/exe/
2025-08-20T20:25:55.6182039Z [00:02:06.477]➜  cd .
2025-08-20T20:25:55.6185150Z [00:02:06.477]➜  GOROOT='' /root/.go/pkg/tool/linux_arm64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=asynctimerchan=1,containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,gotypesalias=0,httplaxcontentlength=1,httpmuxgo121=1,httpservecontentkeepheaders=1,multipathtcp=0,panicnil=1,randseednop=0,rsa1024min=0,tls10server=1,tls3des=1,tlsmlkem=0,tlsrsakex=1,tlssha1=1,tlsunsafeekm=1,updatemaxprocs=0,winreadlinkvolume=0,winsymlink=0,x509keypairleaf=0,x509negativeserial=1,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0 -buildmode=pie -buildid=R9IaofH3FFaTQDnfn8dO/6tDp1GWCEttw8-Ene1mx/DI9-50F47Ry5FDOxae80/R9IaofH3FFaTQDnfn8dO -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T20:25:56.1462585Z [00:02:07.021]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T20:25:56.1539443Z [00:02:07.029]➜  mkdir -p /build-bins/
2025-08-20T20:25:56.1540842Z [00:02:07.029]➜  cp $WORK/b001/exe/a.out /build-bins/ghfetch
2025-08-20T20:25:56.1597373Z [00:02:07.035]➜  rm -rf $WORK/b001/
2025-08-20T20:25:56.3099852Z [00:02:07.185]➜  '/tmp/tmp.KP6YC4moNg/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T20:25:56.3239691Z [00:02:07.199]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T20:25:56.3275519Z [00:02:07.202]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T20:25:56.3483769Z [00:02:07.223]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T20:25:56.4186972Z [00:02:07.294]➜  copy from `/build-bins/ghfetch' [elf64-littleaarch64] to `/build-bins/steGFiBE' [elf64-littleaarch64]
2025-08-20T20:25:56.4430503Z [00:02:07.318]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T20:25:56.4455917Z [00:02:07.321]➜  
2025-08-20T20:25:56.4469893Z [00:02:07.322]➜  /build-bins/LICENSE
2025-08-20T20:25:56.4523850Z [00:02:07.327]➜  
2025-08-20T20:25:56.4537434Z [00:02:07.329]➜  /build-bins/ghfetch
2025-08-20T20:25:56.4546997Z [00:02:07.330]➜  There are 24 section headers, starting at offset 0xab7998:
2025-08-20T20:25:56.4548407Z [00:02:07.330]➜  
2025-08-20T20:25:56.4548665Z [00:02:07.330]➜  Section Headers:
2025-08-20T20:25:56.4549045Z [00:02:07.330]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:25:56.4549672Z [00:02:07.330]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:25:56.4550077Z [00:02:07.330]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:25:56.4550479Z [00:02:07.330]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:25:56.4551343Z [00:02:07.330]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T20:25:56.4551770Z [00:02:07.330]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T20:25:56.4552198Z [00:02:07.330]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T20:25:56.4552617Z [00:02:07.330]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T20:25:56.4553029Z [00:02:07.330]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T20:25:56.4553456Z [00:02:07.330]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T20:25:56.4553872Z [00:02:07.330]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T20:25:56.4554301Z [00:02:07.330]➜         00000000000f75f0  0000000000000018   A       2     0     8
2025-08-20T20:25:56.4554722Z [00:02:07.330]➜    [ 5] .init             PROGBITS         00000000000f78a0  000f78a0
2025-08-20T20:25:56.4555144Z [00:02:07.330]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:25:56.4555556Z [00:02:07.330]➜    [ 6] .text             PROGBITS         00000000000f78c0  000f78c0
2025-08-20T20:25:56.4555973Z [00:02:07.330]➜         00000000003ebb30  0000000000000000  AX       0     0     32
2025-08-20T20:25:56.4556389Z [00:02:07.330]➜    [ 7] .fini             PROGBITS         00000000004e33f0  004e33f0
2025-08-20T20:25:56.4557150Z [00:02:07.330]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:25:56.4557651Z [00:02:07.330]➜    [ 8] .rodata           PROGBITS         00000000004e3400  004e3400
2025-08-20T20:25:56.4558077Z [00:02:07.330]➜         00000000000c3e2c  0000000000000000   A       0     0     32
2025-08-20T20:25:56.4558506Z [00:02:07.330]➜    [ 9] .eh_frame_hdr     PROGBITS         00000000005a722c  005a722c
2025-08-20T20:25:56.4558930Z [00:02:07.330]➜         000000000000011c  0000000000000000   A       0     0     4
2025-08-20T20:25:56.4559489Z [00:02:07.330]➜    [10] .eh_frame         PROGBITS         00000000005a7348  005a7348
2025-08-20T20:25:56.4559913Z [00:02:07.330]➜         0000000000000530  0000000000000000   A       0     0     8
2025-08-20T20:25:56.4560322Z [00:02:07.330]➜    [11] .tbss             NOBITS           00000000005b9050  005a9050
2025-08-20T20:25:56.4560730Z [00:02:07.330]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T20:25:56.4561364Z [00:02:07.330]➜    [12] .init_array       INIT_ARRAY       00000000005b9050  005a9050
2025-08-20T20:25:56.4562112Z [00:02:07.330]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:25:56.4562625Z [00:02:07.330]➜    [13] .fini_array       FINI_ARRAY       00000000005b9058  005a9058
2025-08-20T20:25:56.4563053Z [00:02:07.330]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:25:56.4563476Z [00:02:07.330]➜    [14] .data.rel.ro      PROGBITS         00000000005b9060  005a9060
2025-08-20T20:25:56.4563906Z [00:02:07.330]➜         00000000003b6d70  0000000000000000  WA       0     0     32
2025-08-20T20:25:56.4564338Z [00:02:07.330]➜    [15] .dynamic          DYNAMIC          000000000096fdd0  0095fdd0
2025-08-20T20:25:56.4564757Z [00:02:07.330]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T20:25:56.4565173Z [00:02:07.330]➜    [16] .got              PROGBITS         000000000096ff40  0095ff40
2025-08-20T20:25:56.4565582Z [00:02:07.330]➜         00000000000000b0  0000000000000008  WA       0     0     8
2025-08-20T20:25:56.4565999Z [00:02:07.330]➜    [17] .data             PROGBITS         0000000000970000  00960000
2025-08-20T20:25:56.4566414Z [00:02:07.330]➜         0000000000017040  0000000000000000  WA       0     0     32
2025-08-20T20:25:56.4566842Z [00:02:07.330]➜    [18] .go.buildinfo     PROGBITS         0000000000987040  00977040
2025-08-20T20:25:56.4567275Z [00:02:07.330]➜         0000000000000c90  0000000000000000  WA       0     0     16
2025-08-20T20:25:56.4567705Z [00:02:07.330]➜    [19] .go.fipsinfo      PROGBITS         0000000000987ce0  00977ce0
2025-08-20T20:25:56.4568421Z [00:02:07.330]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T20:25:56.4568857Z [00:02:07.330]➜    [20] .noptrdata        PROGBITS         0000000000987d60  00977d60
2025-08-20T20:25:56.4569562Z [00:02:07.330]➜         000000000013fb61  0000000000000000  WA       0     0     32
2025-08-20T20:25:56.4569998Z [00:02:07.330]➜    [21] .bss              NOBITS           0000000000ac78e0  00ab78c1
2025-08-20T20:25:56.4570420Z [00:02:07.330]➜         000000000002ab38  0000000000000000  WA       0     0     32
2025-08-20T20:25:56.4570847Z [00:02:07.330]➜    [22] .noptrbss         NOBITS           0000000000af2420  00ab78c1
2025-08-20T20:25:56.4571277Z [00:02:07.330]➜         000000000001f5e0  0000000000000000  WA       0     0     32
2025-08-20T20:25:56.4571694Z [00:02:07.330]➜    [23] .shstrtab         STRTAB           0000000000000000  00ab78c1
2025-08-20T20:25:56.4572113Z [00:02:07.330]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T20:25:56.4572442Z [00:02:07.330]➜  Key to Flags:
2025-08-20T20:25:56.4572797Z [00:02:07.330]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:25:56.4573263Z [00:02:07.330]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:25:56.4573722Z [00:02:07.330]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:25:56.4574098Z [00:02:07.330]➜    D (mbind), p (processor specific)
2025-08-20T20:25:56.4574492Z [00:02:07.330]➜  + file /build-bins/LICENSE /build-bins/ghfetch
2025-08-20T20:25:56.4691176Z [00:02:07.344]➜  /build-bins/LICENSE: Unicode text, UTF-8 text
2025-08-20T20:25:56.4748165Z [00:02:07.350]➜  /build-bins/ghfetch: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T20:25:56.4756186Z [00:02:07.351]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/ghfetch
2025-08-20T20:25:56.4774004Z [00:02:07.352]➜  /build-bins/LICENSE:         1109 Bytes
2025-08-20T20:25:56.4774394Z [00:02:07.352]➜  /build-bins/ghfetch:         11239320 Bytes
2025-08-20T20:25:56.4778404Z [00:02:07.353]➜  + du /build-bins/LICENSE /build-bins/ghfetch --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T20:25:56.4789687Z [00:02:07.354]➜  1.1K	2025-08-20 20:25:56.308874663 +0000	/build-bins/LICENSE
2025-08-20T20:25:56.4790156Z [00:02:07.354]➜  11M	2025-08-20 20:25:56.433878494 +0000	/build-bins/ghfetch
2025-08-20T20:25:56.4791906Z [00:02:07.354]➜  + popd
2025-08-20T20:25:57.0857140Z [00:02:07.961]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T20:25:57.1319094Z [00:02:08.007]➜  + '[' -s /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T20:25:57.1320224Z [00:02:08.007]➜  + cp -fv /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T20:25:57.1336240Z [00:02:08.009]➜  '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T20:25:57.1345934Z [00:02:08.010]➜  + find /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:25:57.1348218Z [00:02:08.010]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:25:57.1351910Z [00:02:08.010]➜  + cut -d: -f1
2025-08-20T20:25:57.1352219Z [00:02:08.010]➜  + xargs realpath --no-symlinks
2025-08-20T20:25:57.1355365Z [00:02:08.011]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR
2025-08-20T20:25:57.4581001Z [00:02:08.333]➜  sending incremental file list
2025-08-20T20:25:57.4610758Z [00:02:08.336]➜  ghfetch
2025-08-20T20:25:57.5118385Z [00:02:08.387]➜  
2025-08-20T20:25:57.5119353Z [00:02:08.387]➜  sent 11.24M bytes  received 35 bytes  22.48M bytes/sec
2025-08-20T20:25:57.5119794Z [00:02:08.387]➜  total size is 11.24M  speedup is 1.00
2025-08-20T20:25:57.5131373Z [00:02:08.388]➜  
2025-08-20T20:25:57.9463245Z [00:02:08.821]➜  
2025-08-20T20:25:57.9552064Z [00:02:08.830]➜  ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T20:25:57.9553048Z [00:02:08.830]➜  ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T20:25:57.9554063Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/main.go' from root:root to runner:runner
2025-08-20T20:25:57.9555245Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.goreleaser.yml' from root:root to runner:runner
2025-08-20T20:25:57.9556416Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.ecrc' from root:root to runner:runner
2025-08-20T20:25:57.9557562Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:25:57.9558715Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.tagpr' from root:root to runner:runner
2025-08-20T20:25:57.9560198Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.jscpd.json' from root:root to runner:runner
2025-08-20T20:25:57.9561437Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/img/demo-mp4.tape' from root:root to runner:runner
2025-08-20T20:25:57.9562648Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/img/demo.tape' from root:root to runner:runner
2025-08-20T20:25:57.9563826Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/img/image.png' from root:root to runner:runner
2025-08-20T20:25:57.9565424Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/img/demo.mp4' from root:root to runner:runner
2025-08-20T20:25:57.9566667Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/img/demo.gif' from root:root to runner:runner
2025-08-20T20:25:57.9567805Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/img' from root:root to runner:runner
2025-08-20T20:25:57.9568938Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T20:25:57.9570267Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T20:25:57.9571447Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.markdownlint.json' from root:root to runner:runner
2025-08-20T20:25:57.9572620Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T20:25:57.9573836Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.github/workflows/tagpr.yml' from root:root to runner:runner
2025-08-20T20:25:57.9575473Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.github/workflows/mega-linter.yml' from root:root to runner:runner
2025-08-20T20:25:57.9576779Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T20:25:57.9578107Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.github/workflows/update-ghfetch.yml' from root:root to runner:runner
2025-08-20T20:25:57.9579516Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T20:25:57.9580783Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.github/release.yml' from root:root to runner:runner
2025-08-20T20:25:57.9581998Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.github/CODEOWNERS' from root:root to runner:runner
2025-08-20T20:25:57.9583168Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T20:25:57.9584315Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.cspell.json' from root:root to runner:runner
2025-08-20T20:25:57.9585484Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.editorconfig' from root:root to runner:runner
2025-08-20T20:25:57.9586663Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/Taskfile.yml' from root:root to runner:runner
2025-08-20T20:25:57.9587846Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/win-installer.sh' from root:root to runner:runner
2025-08-20T20:25:57.9589348Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T20:25:57.9590567Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T20:25:57.9591733Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.mega-linter.yml' from root:root to runner:runner
2025-08-20T20:25:57.9592902Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/CREDITS' from root:root to runner:runner
2025-08-20T20:25:57.9594043Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/cmd/root.go' from root:root to runner:runner
2025-08-20T20:25:57.9595214Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/cmd/version.go' from root:root to runner:runner
2025-08-20T20:25:57.9596351Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/cmd' from root:root to runner:runner
2025-08-20T20:25:57.9597502Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T20:25:57.9599125Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T20:25:57.9600690Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T20:25:57.9602018Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T20:25:57.9603313Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T20:25:57.9604602Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T20:25:57.9605864Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T20:25:57.9607153Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T20:25:57.9608470Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T20:25:57.9609920Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T20:25:57.9611227Z [00:02:08.830]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T20:25:57.9612536Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T20:25:57.9614054Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T20:25:57.9615460Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T20:25:57.9616772Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T20:25:57.9618020Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T20:25:57.9619256Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T20:25:57.9620484Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T20:25:57.9621902Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/objects/pack/pack-f805b9042896327c8c5819aedc6356164f95998c.promisor' from root:root to runner:runner
2025-08-20T20:25:57.9623810Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/objects/pack/pack-f805b9042896327c8c5819aedc6356164f95998c.pack' from root:root to runner:runner
2025-08-20T20:25:57.9625400Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/objects/pack/pack-f805b9042896327c8c5819aedc6356164f95998c.idx' from root:root to runner:runner
2025-08-20T20:25:57.9626999Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/objects/pack/pack-a01e64fe688beb61c779cff4c8df8e3b8921fa65.pack' from root:root to runner:runner
2025-08-20T20:25:57.9628630Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/objects/pack/pack-a01e64fe688beb61c779cff4c8df8e3b8921fa65.promisor' from root:root to runner:runner
2025-08-20T20:25:57.9630424Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/objects/pack/pack-a01e64fe688beb61c779cff4c8df8e3b8921fa65.idx' from root:root to runner:runner
2025-08-20T20:25:57.9632029Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/objects/pack/pack-a01e64fe688beb61c779cff4c8df8e3b8921fa65.rev' from root:root to runner:runner
2025-08-20T20:25:57.9633611Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/objects/pack/pack-f805b9042896327c8c5819aedc6356164f95998c.rev' from root:root to runner:runner
2025-08-20T20:25:57.9635008Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T20:25:57.9636221Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T20:25:57.9637397Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T20:25:57.9638787Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T20:25:57.9640162Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T20:25:57.9641333Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T20:25:57.9642522Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T20:25:57.9643737Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T20:25:57.9644970Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T20:25:57.9646246Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:25:57.9647776Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:25:57.9649033Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T20:25:57.9650407Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T20:25:57.9651602Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T20:25:57.9652745Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T20:25:57.9653909Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T20:25:57.9655105Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T20:25:57.9656309Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T20:25:57.9657559Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:25:57.9658824Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:25:57.9660191Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T20:25:57.9661363Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T20:25:57.9662720Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T20:25:57.9663926Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/revive.toml' from root:root to runner:runner
2025-08-20T20:25:57.9665035Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO' from root:root to runner:runner
2025-08-20T20:25:57.9666074Z [00:02:08.831]➜  changed ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg' from root:root to runner:runner
2025-08-20T20:25:57.9666969Z [00:02:08.831]➜  ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T20:25:57.9667802Z [00:02:08.831]➜  ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/ghfetch' retained as runner:runner
2025-08-20T20:25:57.9668602Z [00:02:08.831]➜  ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T20:25:57.9669484Z [00:02:08.831]➜  ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T20:25:57.9670355Z [00:02:08.831]➜  ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/ghfetch.static.version' retained as runner:runner
2025-08-20T20:25:57.9671425Z [00:02:08.831]➜  ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T20:25:57.9672208Z [00:02:08.831]➜  ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/ghfetch.version' retained as runner:runner
2025-08-20T20:25:57.9672987Z [00:02:08.831]➜  ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/ghfetch' retained as runner:runner
2025-08-20T20:25:57.9673714Z [00:02:08.831]➜  ownership of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T20:25:57.9674623Z [00:02:08.839]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:57.9696998Z [00:02:08.845]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:57.9757914Z [00:02:08.851]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:57.9819984Z [00:02:08.857]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.goreleaser.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:57.9880900Z [00:02:08.863]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.ecrc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:57.9941106Z [00:02:08.869]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.0004007Z [00:02:08.875]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.tagpr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.0067496Z [00:02:08.882]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.jscpd.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.0130545Z [00:02:08.888]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/img/demo-mp4.tape' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.0196676Z [00:02:08.894]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/img/demo.tape' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.0260147Z [00:02:08.901]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/img/image.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.0321199Z [00:02:08.907]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/img/demo.mp4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.0381965Z [00:02:08.913]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/img/demo.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.0443712Z [00:02:08.919]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.0504192Z [00:02:08.925]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.0565647Z [00:02:08.931]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.markdownlint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.0626876Z [00:02:08.938]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.0687567Z [00:02:08.944]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.github/workflows/tagpr.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.0747358Z [00:02:08.950]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.github/workflows/mega-linter.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.0805840Z [00:02:08.955]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.0870021Z [00:02:08.962]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.github/workflows/update-ghfetch.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.0936662Z [00:02:08.969]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.github/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.1002931Z [00:02:08.975]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.github/CODEOWNERS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.1064137Z [00:02:08.981]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.cspell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.1124526Z [00:02:08.987]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.editorconfig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.1184206Z [00:02:08.993]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/Taskfile.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.1244074Z [00:02:08.999]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/win-installer.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.1302705Z [00:02:09.005]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.1363157Z [00:02:09.011]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.1422556Z [00:02:09.017]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.mega-linter.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.1495082Z [00:02:09.024]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/CREDITS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.1566042Z [00:02:09.031]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/cmd/root.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.1626938Z [00:02:09.038]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/cmd/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.1685379Z [00:02:09.043]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.1745578Z [00:02:09.049]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:25:58.1807228Z [00:02:09.056]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:25:58.1868284Z [00:02:09.062]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:25:58.1927782Z [00:02:09.068]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:25:58.1988216Z [00:02:09.074]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:25:58.2048357Z [00:02:09.080]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:25:58.2109577Z [00:02:09.086]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:25:58.2170016Z [00:02:09.092]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:25:58.2231519Z [00:02:09.098]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:25:58.2296610Z [00:02:09.105]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:25:58.2359784Z [00:02:09.111]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:25:58.2418475Z [00:02:09.117]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:25:58.2478767Z [00:02:09.123]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:25:58.2542877Z [00:02:09.129]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:25:58.2608531Z [00:02:09.136]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.2676551Z [00:02:09.143]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.2744267Z [00:02:09.149]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/objects/pack/pack-f805b9042896327c8c5819aedc6356164f95998c.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.2812081Z [00:02:09.156]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/objects/pack/pack-f805b9042896327c8c5819aedc6356164f95998c.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.2875777Z [00:02:09.162]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/objects/pack/pack-f805b9042896327c8c5819aedc6356164f95998c.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.2945340Z [00:02:09.169]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/objects/pack/pack-a01e64fe688beb61c779cff4c8df8e3b8921fa65.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.3007562Z [00:02:09.176]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/objects/pack/pack-a01e64fe688beb61c779cff4c8df8e3b8921fa65.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.3070203Z [00:02:09.182]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/objects/pack/pack-a01e64fe688beb61c779cff4c8df8e3b8921fa65.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.3131139Z [00:02:09.188]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/objects/pack/pack-a01e64fe688beb61c779cff4c8df8e3b8921fa65.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.3202804Z [00:02:09.195]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/objects/pack/pack-f805b9042896327c8c5819aedc6356164f95998c.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.3265206Z [00:02:09.201]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.3326065Z [00:02:09.208]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.3388155Z [00:02:09.214]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.3450738Z [00:02:09.220]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.3513471Z [00:02:09.226]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.3574379Z [00:02:09.232]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.3635593Z [00:02:09.238]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.3697032Z [00:02:09.245]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.3758458Z [00:02:09.251]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.KP6YC4moNg/TEMPREPO/revive.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.3819056Z [00:02:09.257]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/ghfetch' retained as 0755 (rwxr-xr-x)
2025-08-20T20:25:58.3880787Z [00:02:09.263]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.3942734Z [00:02:09.269]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/ghfetch.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.4003726Z [00:02:09.275]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.4063053Z [00:02:09.281]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/ghfetch.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:25:58.4122698Z [00:02:09.287]➜  mode of '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/ghfetch' retained as 0755 (rwxr-xr-x)
2025-08-20T20:25:58.4548460Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T20:25:58.4549449Z [00:02:09.330]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T20:26:18.7743995Z 
2025-08-20T20:26:18.7744761Z [+] Sanitizing /tmp/pkgforge/iPUb9nqSf_SBUILD/BUILD.log ==> /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/ghfetch.static.log
2025-08-20T20:26:20.8708448Z '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/ghfetch.static.log' -> '/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/ghfetch.log'
2025-08-20T20:26:20.8751738Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/ghfetch/official/ghfetch?tag=HEAD-8a14103-250820T180454-aarch64-linux&download=ghfetch.log
2025-08-20T20:26:20.8752326Z 
2025-08-20T20:26:20.8752761Z [+] Parsing/Uploading ghfetch/ghfetch --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fghfetch%2Fghfetch [aarch64-Linux]
2025-08-20T20:26:20.8781045Z {
2025-08-20T20:26:20.8781416Z   "_disabled": "false",
2025-08-20T20:26:20.8781680Z   "host": "aarch64-Linux",
2025-08-20T20:26:20.8781881Z   "rank": "",
2025-08-20T20:26:20.8782048Z   "pkg": "ghfetch.static",
2025-08-20T20:26:20.8782247Z   "pkg_family": "ghfetch",
2025-08-20T20:26:20.8782491Z   "pkg_id": "github.com.orangekame3.ghfetch",
2025-08-20T20:26:20.8782741Z   "pkg_name": "ghfetch",
2025-08-20T20:26:20.8782930Z   "pkg_type": "static",
2025-08-20T20:26:20.8783298Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/ghfetch/official/ghfetch",
2025-08-20T20:26:20.8783744Z   "app_id": "",
2025-08-20T20:26:20.8783910Z   "appstream": "",
2025-08-20T20:26:20.8784077Z   "category": [
2025-08-20T20:26:20.8784252Z     "ConsoleOnly",
2025-08-20T20:26:20.8784415Z     "Utility"
2025-08-20T20:26:20.8784565Z   ],
2025-08-20T20:26:20.8784842Z   "description": "CLI tool to fetch GitHub user information and show like neofetch",
2025-08-20T20:26:20.8785179Z   "desktop": "",
2025-08-20T20:26:20.8785347Z   "homepage": [
2025-08-20T20:26:20.8785541Z     "https://github.com/orangekame3/ghfetch"
2025-08-20T20:26:20.8785773Z   ],
2025-08-20T20:26:20.8786698Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/ghfetch/official/ghfetch?tag=HEAD-8a14103-250820T180454-aarch64-linux&download=ghfetch.png",
2025-08-20T20:26:20.8787289Z   "license": [
2025-08-20T20:26:20.8787448Z     "MIT"
2025-08-20T20:26:20.8787590Z   ],
2025-08-20T20:26:20.8787733Z   "maintainer": [
2025-08-20T20:26:20.8787929Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:26:20.8788199Z   ],
2025-08-20T20:26:20.8788342Z   "provides": [
2025-08-20T20:26:20.8788498Z     "ghfetch"
2025-08-20T20:26:20.8788648Z   ],
2025-08-20T20:26:20.8788793Z   "note": [
2025-08-20T20:26:20.8789101Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/orangekame3/ghfetch"
2025-08-20T20:26:20.8789650Z   ],
2025-08-20T20:26:20.8789792Z   "repology": [
2025-08-20T20:26:20.8789949Z     "ghfetch"
2025-08-20T20:26:20.8790098Z   ],
2025-08-20T20:26:20.8790242Z   "screenshots": [],
2025-08-20T20:26:20.8790407Z   "src_url": [
2025-08-20T20:26:20.8790591Z     "https://github.com/orangekame3/ghfetch"
2025-08-20T20:26:20.8790820Z   ],
2025-08-20T20:26:20.8790958Z   "tag": [
2025-08-20T20:26:20.8791107Z     "github"
2025-08-20T20:26:20.8791253Z   ],
2025-08-20T20:26:20.8791413Z   "version": "HEAD-8a14103-250820T180454",
2025-08-20T20:26:20.8791649Z   "version_upstream": "1.9.1",
2025-08-20T20:26:20.8791959Z   "bsum": "2714fd2ebaf50046c9433a577331a09a137534a84c8e1900ecd0672b181703e9",
2025-08-20T20:26:20.8792292Z   "build_date": "2025-08-20T20:25:58Z",
2025-08-20T20:26:20.8792622Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107825820",
2025-08-20T20:26:20.8793230Z   "build_id": "17107825820",
2025-08-20T20:26:20.8793804Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/ghfetch/official/ghfetch?tag=HEAD-8a14103-250820T180454-aarch64-linux&download=ghfetch.log",
2025-08-20T20:26:20.8794629Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/ghfetch/static.official.source.yaml",
2025-08-20T20:26:20.8795455Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/ghfetch/official/ghfetch?tag=HEAD-8a14103-250820T180454-aarch64-linux&download=ghfetch",
2025-08-20T20:26:20.8796251Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch:HEAD-8a14103-250820T180454-aarch64-linux",
2025-08-20T20:26:20.8796776Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch",
2025-08-20T20:26:20.8797480Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/ghfetch/official/ghfetch?tag=HEAD-8a14103-250820T180454-aarch64-linux&manifest",
2025-08-20T20:26:20.8798154Z   "shasum": "7c31e66202e991a41119ad4365813d566a1f383a00f1bccfe238b5b0452d0afe",
2025-08-20T20:26:20.8798489Z   "size": "11 MB",
2025-08-20T20:26:20.8798662Z   "size_raw": "11239320",
2025-08-20T20:26:20.8798841Z   "snapshots": [
2025-08-20T20:26:20.8799031Z     "HEAD-83246a6-250121T000600-aarch64-linux",
2025-08-20T20:26:20.8800078Z     "HEAD-9328780-250121T180315-aarch64-linux",
2025-08-20T20:26:20.8800373Z     "HEAD-c67b77b-250122T060253-aarch64-linux",
2025-08-20T20:26:20.8800628Z     "HEAD-7e2326b-250122T120313-aarch64-linux",
2025-08-20T20:26:20.8800894Z     "HEAD-4df3c18-250123T120616-aarch64-linux",
2025-08-20T20:26:20.8801151Z     "HEAD-4d27a7b-250124T180304-aarch64-linux",
2025-08-20T20:26:20.8801429Z     "HEAD-ec8db86-250131T060247-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8801701Z     "HEAD-8b58715-250131T180310-aarch64-linux",
2025-08-20T20:26:20.8801971Z     "HEAD-3cd85af-250201T180250-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8802244Z     "HEAD-b5dc97c-250202T180252-aarch64-linux",
2025-08-20T20:26:20.8802525Z     "HEAD-07b4d7d-250203T180301-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8802796Z     "HEAD-25c42fd-250205T000558-aarch64-linux",
2025-08-20T20:26:20.8803049Z     "HEAD-2db0532-250207T180313-aarch64-linux",
2025-08-20T20:26:20.8803319Z     "HEAD-c01f66c-250208T180259-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8803585Z     "HEAD-22231c9-250210T000547-aarch64-linux",
2025-08-20T20:26:20.8803846Z     "HEAD-2fd2cde-250212T000550-aarch64-linux",
2025-08-20T20:26:20.8804106Z     "HEAD-b03ae68-250215T000532-aarch64-linux",
2025-08-20T20:26:20.8804630Z     "HEAD-b78b890-250217T000605-aarch64-linux",
2025-08-20T20:26:20.8804912Z     "HEAD-6fd863e-250218T180321-aarch64-linux",
2025-08-20T20:26:20.8805169Z     "HEAD-eb2a2c1-250221T180254-aarch64-linux",
2025-08-20T20:26:20.8805449Z     "HEAD-ccdff5d-250222T180340-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8805727Z     "HEAD-6aea9b9-250223T180255-aarch64-linux",
2025-08-20T20:26:20.8806000Z     "HEAD-b8a12e8-250224T180256-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8806311Z     "HEAD-4967452-250225T180255-aarch64-linux[NA-2025-02-25]",
2025-08-20T20:26:20.8806636Z     "HEAD-a12ec49-250301T000629-aarch64-linux[NA-2025-03-01]",
2025-08-20T20:26:20.8806964Z     "HEAD-00ce68c-250301T180442-aarch64-linux[NA-2025-03-01]",
2025-08-20T20:26:20.8807286Z     "HEAD-319400f-250302T180309-aarch64-linux[NA-2025-03-02]",
2025-08-20T20:26:20.8807961Z     "HEAD-5438921-250305T000609-aarch64-linux[NA-2025-03-05]",
2025-08-20T20:26:20.8808297Z     "HEAD-d0873ae-250308T000510-aarch64-linux[NA-2025-03-08]",
2025-08-20T20:26:20.8808638Z     "HEAD-9cbe753-250309T180250-aarch64-linux[NA-2025-03-09]",
2025-08-20T20:26:20.8808944Z     "HEAD-bcea180-250312T000530-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8809322Z     "HEAD-4d0e3a6-250317T180256-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8809624Z     "HEAD-946f156-250322T180304-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8809907Z     "HEAD-6f7d1aa-250329T180245-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8810405Z     "HEAD-f2d8ddd-250402T180332-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8810695Z     "HEAD-9d53839-250407T180325-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8810982Z     "HEAD-33f2bcc-250527T060401-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8811265Z     "HEAD-1066cf1-250528T180337-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8811545Z     "HEAD-53637e2-250531T180305-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8811823Z     "HEAD-a13926d-250602T180258-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8812103Z     "HEAD-129eb76-250604T180401-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8812389Z     "HEAD-6278f66-250611T180307-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8812667Z     "HEAD-5741119-250614T180344-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8812944Z     "HEAD-6246104-250616T180440-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8813225Z     "HEAD-ef6845f-250618T180328-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8813509Z     "HEAD-3d528e2-250621T180434-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8813790Z     "HEAD-817db9e-250623T180338-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8814079Z     "HEAD-f1144b9-250705T180407-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8814361Z     "HEAD-ae4e384-250707T180320-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8814646Z     "HEAD-970b02a-250709T180332-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8814932Z     "HEAD-c3a47dc-250712T180417-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8815220Z     "HEAD-ca2b351-250714T180417-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8815506Z     "HEAD-3e66e15-250716T180329-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8815798Z     "HEAD-0daaf72-250719T180440-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8816083Z     "HEAD-38c9e4c-250721T180426-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8816370Z     "HEAD-46a6adc-250723T180435-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8816658Z     "HEAD-7bc8869-250726T180408-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8816941Z     "HEAD-8add314-250728T180335-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8817221Z     "HEAD-2097844-250730T180444-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8817513Z     "HEAD-efa3fb7-250802T180328-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8817801Z     "HEAD-ba80799-250804T180316-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8818085Z     "HEAD-05b810b-250806T180342-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8818364Z     "HEAD-af32c95-250809T180406-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8818656Z     "HEAD-3be9ba8-250811T180647-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8818945Z     "HEAD-9d1aca4-250813T180902-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8819673Z     "HEAD-d971d4b-250816T180309-aarch64-linux[1.9.1]",
2025-08-20T20:26:20.8820025Z     "HEAD-e990503-250818T180402-aarch64-linux[1.9.1]"
2025-08-20T20:26:20.8820269Z   ]
2025-08-20T20:26:20.8820409Z }
2025-08-20T20:26:20.8820492Z 
2025-08-20T20:26:20.8820495Z 
2025-08-20T20:26:21.1189529Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch:HEAD-8a14103-250820T180454-aarch64-linux": ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch:HEAD-8a14103-250820T180454-aarch64-linux: not found
2025-08-20T20:26:21.1232697Z Uploading empty artifact
2025-08-20T20:26:21.1235230Z time=2025-08-20T20:26:21Z level=debug msg=Request #0
2025-08-20T20:26:21.1235972Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/ghfetch/official/ghfetch/manifests/sha256:31c06f758679c2aca0dd777a3bfbb259f42eb191fc355d0a5e46f1888dbeca8e"
2025-08-20T20:26:21.1236620Z > Request method: "HEAD"
2025-08-20T20:26:21.1236809Z > Request headers:
2025-08-20T20:26:21.1237723Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T20:26:21.1238671Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:26:21.2262576Z time=2025-08-20T20:26:21Z level=debug msg=Response #0
2025-08-20T20:26:21.2262915Z < Response Status: "401 Unauthorized"
2025-08-20T20:26:21.2263726Z < Response headers:
2025-08-20T20:26:21.2263919Z    "Content-Type": "application/json"
2025-08-20T20:26:21.2265129Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/ghfetch/official/ghfetch:pull\""
2025-08-20T20:26:21.2265661Z    "Date": "Wed, 20 Aug 2025 20:26:21 GMT"
2025-08-20T20:26:21.2265895Z    "Content-Length": "73"
2025-08-20T20:26:21.2266151Z    "X-Github-Request-Id": "DC21:28F245:38BAF8:3D6276:68A62F6D"
2025-08-20T20:26:21.2266470Z time=2025-08-20T20:26:21Z level=debug msg=Request #1
2025-08-20T20:26:21.2267039Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fghfetch%2Fofficial%2Fghfetch%3Apull%2Cpush&service=ghcr.io"
2025-08-20T20:26:21.2267558Z > Request method: "GET"
2025-08-20T20:26:21.2267742Z > Request headers:
2025-08-20T20:26:21.2267921Z    "Authorization": "*****"
2025-08-20T20:26:21.2268125Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:26:21.2943297Z time=2025-08-20T20:26:21Z level=debug msg=Response #1
2025-08-20T20:26:21.2943627Z < Response Status: "200 OK"
2025-08-20T20:26:21.2943824Z < Response headers:
2025-08-20T20:26:21.2944001Z    "Content-Length": "69"
2025-08-20T20:26:21.2944250Z    "X-Github-Request-Id": "DC21:28F245:38BB02:3D6281:68A62F6D"
2025-08-20T20:26:21.2944547Z    "Content-Type": "application/json"
2025-08-20T20:26:21.2944814Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:26:21.2945196Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:26:21.2945556Z    "Date": "Wed, 20 Aug 2025 20:26:21 GMT"
2025-08-20T20:26:21.2945817Z time=2025-08-20T20:26:21Z level=debug msg=Request #2
2025-08-20T20:26:21.2946504Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/ghfetch/official/ghfetch/manifests/sha256:31c06f758679c2aca0dd777a3bfbb259f42eb191fc355d0a5e46f1888dbeca8e"
2025-08-20T20:26:21.2947149Z > Request method: "HEAD"
2025-08-20T20:26:21.2947339Z > Request headers:
2025-08-20T20:26:21.2947517Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:26:21.2948448Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T20:26:21.2949655Z    "Authorization": "*****"
2025-08-20T20:26:21.3356325Z time=2025-08-20T20:26:21Z level=debug msg=Response #2
2025-08-20T20:26:21.3356656Z < Response Status: "404 Not Found"
2025-08-20T20:26:21.3356877Z < Response headers:
2025-08-20T20:26:21.3357624Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:26:21.3358044Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:26:21.3358398Z    "Date": "Wed, 20 Aug 2025 20:26:21 GMT"
2025-08-20T20:26:21.3358625Z    "Content-Length": "70"
2025-08-20T20:26:21.3358876Z    "X-Github-Request-Id": "DC21:28F245:38BB17:3D6293:68A62F6D"
2025-08-20T20:26:21.3359412Z    "Content-Type": "application/json"
2025-08-20T20:26:21.3359745Z time=2025-08-20T20:26:21Z level=debug msg=Request #3
2025-08-20T20:26:21.3360432Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/ghfetch/official/ghfetch/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:26:21.3361055Z > Request method: "HEAD"
2025-08-20T20:26:21.3361240Z > Request headers:
2025-08-20T20:26:21.3361418Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:26:21.3361623Z    "Authorization": "*****"
2025-08-20T20:26:21.3735160Z time=2025-08-20T20:26:21Z level=debug msg=Response #3
2025-08-20T20:26:21.3735527Z < Response Status: "200 OK"
2025-08-20T20:26:21.3735727Z < Response headers:
2025-08-20T20:26:21.3735985Z    "X-Github-Request-Id": "DC21:28F245:38BB25:3D62A0:68A62F6D"
2025-08-20T20:26:21.3736271Z    "Content-Length": "0"
2025-08-20T20:26:21.3736462Z    "Content-Type": ""
2025-08-20T20:26:21.3736839Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:26:21.3737897Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:26:21.3738294Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T20:26:21.3738769Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:26:21.3739121Z    "Date": "Wed, 20 Aug 2025 20:26:21 GMT"
2025-08-20T20:26:21.3739646Z time=2025-08-20T20:26:21Z level=debug msg=Request #4
2025-08-20T20:26:21.3740256Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/ghfetch/official/ghfetch/manifests/HEAD-8a14103-250820T180454-aarch64-linux"
2025-08-20T20:26:21.3740778Z > Request method: "PUT"
2025-08-20T20:26:21.3740962Z > Request headers:
2025-08-20T20:26:21.3741236Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T20:26:21.3741530Z    "Authorization": "*****"
2025-08-20T20:26:21.3741763Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:26:21.6810763Z time=2025-08-20T20:26:21Z level=debug msg=Response #4
2025-08-20T20:26:21.6811356Z Pushed [registry] ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch:HEAD-8a14103-250820T180454-aarch64-linux
2025-08-20T20:26:21.6811855Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:26:21.6812236Z Digest: sha256:31c06f758679c2aca0dd777a3bfbb259f42eb191fc355d0a5e46f1888dbeca8e
2025-08-20T20:26:21.6812610Z < Response Status: "201 Created"
2025-08-20T20:26:21.6812818Z < Response headers:
2025-08-20T20:26:21.6813002Z    "Date": "Wed, 20 Aug 2025 20:26:21 GMT"
2025-08-20T20:26:21.6813226Z    "Content-Length": "0"
2025-08-20T20:26:21.6813490Z    "X-Github-Request-Id": "DC21:28F245:38BB32:3D62A9:68A62F6D"
2025-08-20T20:26:21.6813783Z    "Content-Type": "application/json"
2025-08-20T20:26:21.6814200Z    "Docker-Content-Digest": "sha256:31c06f758679c2aca0dd777a3bfbb259f42eb191fc355d0a5e46f1888dbeca8e"
2025-08-20T20:26:21.6814659Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:26:21.6815279Z    "Location": "/v2/pkgforge/bincache/ghfetch/official/ghfetch/manifests/sha256:31c06f758679c2aca0dd777a3bfbb259f42eb191fc355d0a5e46f1888dbeca8e"
2025-08-20T20:26:21.6815984Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:26:23.9410426Z Uploading 7c31e66202e9 ghfetch
2025-08-20T20:26:23.9423017Z Uploading 34f24c8f4bd3 CHECKSUM.sig
2025-08-20T20:26:23.9427734Z Uploading 58e8a3088718 ghfetch.sig
2025-08-20T20:26:23.9436652Z Uploading 419423d5f439 CHECKSUM
2025-08-20T20:26:23.9943533Z Exists    e4e303fd56f8 LICENSE
2025-08-20T20:26:24.0327491Z Uploading b4d371a1f8d5 LICENSE.sig
2025-08-20T20:26:24.9282909Z Uploaded  419423d5f439 CHECKSUM
2025-08-20T20:26:24.9452335Z Uploaded  58e8a3088718 ghfetch.sig
2025-08-20T20:26:24.9648573Z Exists    530bcda1f1a4 SBUILD
2025-08-20T20:26:24.9810772Z Uploading 28f77c323d5d SBUILD.sig
2025-08-20T20:26:25.0001034Z Exists    11cf0313013e ghfetch.png
2025-08-20T20:26:25.0382199Z Uploading 0aee6220cdda ghfetch.json
2025-08-20T20:26:25.1049540Z Uploaded  b4d371a1f8d5 LICENSE.sig
2025-08-20T20:26:25.1267060Z Uploaded  7c31e66202e9 ghfetch
2025-08-20T20:26:25.1406782Z Uploaded  34f24c8f4bd3 CHECKSUM.sig
2025-08-20T20:26:25.1517183Z Uploading 619af978100d ghfetch.json.sig
2025-08-20T20:26:25.1688968Z Uploading 143bcbecdc84 ghfetch.log
2025-08-20T20:26:25.1766057Z Uploading aac955512af6 ghfetch.log.sig
2025-08-20T20:26:25.9672160Z Uploaded  28f77c323d5d SBUILD.sig
2025-08-20T20:26:26.0055381Z Uploading c5916ab75a9a ghfetch.version
2025-08-20T20:26:26.0362427Z Uploaded  0aee6220cdda ghfetch.json
2025-08-20T20:26:26.0886338Z Uploading 76326e830b96 ghfetch.version.sig
2025-08-20T20:26:26.1810669Z Uploaded  619af978100d ghfetch.json.sig
2025-08-20T20:26:26.2106069Z Uploaded  143bcbecdc84 ghfetch.log
2025-08-20T20:26:26.2131867Z Uploaded  aac955512af6 ghfetch.log.sig
2025-08-20T20:26:27.0001093Z Uploaded  c5916ab75a9a ghfetch.version
2025-08-20T20:26:27.1087295Z Uploaded  76326e830b96 ghfetch.version.sig
2025-08-20T20:26:27.1104697Z Uploading f2f038264ffd ghfetch
2025-08-20T20:26:27.4370069Z Uploaded  f2f038264ffd ghfetch
2025-08-20T20:26:27.4378506Z Pushed [registry] ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch:HEAD-8a14103-250820T180454-aarch64-linux
2025-08-20T20:26:27.4379005Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:26:27.4379466Z Digest: sha256:f2f038264ffda59d7854ea25e046c542584baf75bc8376154be2cee6353aa0b3
2025-08-20T20:26:32.6918030Z 
2025-08-20T20:26:32.6918416Z [+] Registry --> https://ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch
2025-08-20T20:26:32.6919127Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/ghfetch/official/ghfetch?tag=HEAD-8a14103-250820T180454-aarch64-linux&manifest 
2025-08-20T20:26:32.6919685Z 
2025-08-20T20:26:34.7292485Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T20:26:34.8780043Z ./BUILD_ARTIFACTS.tar : 41.27%   (  25.0 MiB =>   10.3 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T20:26:34.8856739Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T20:26:34.8895053Z 
2025-08-20T20:26:34.8896128Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ghfetch/static.official.source.yaml :: 00(Hr):02(Min):45(Sec)
2025-08-20T20:26:34.8896821Z 
2025-08-20T20:26:34.8909963Z 
2025-08-20T20:26:34.8910233Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (08:26:34 PM) UTC
2025-08-20T20:26:34.8910473Z 
2025-08-20T20:26:35.1278530Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T20:26:35.1328103Z ##[group]Run ##Presets
2025-08-20T20:26:35.1328491Z [36;1m##Presets[0m
2025-08-20T20:26:35.1328670Z [36;1mset +x ; set +e[0m
2025-08-20T20:26:35.1328864Z [36;1m#-------------#[0m
2025-08-20T20:26:35.1329047Z [36;1m##Debug?[0m
2025-08-20T20:26:35.1329563Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:26:35.1329838Z [36;1m  set -x[0m
2025-08-20T20:26:35.1330001Z [36;1mfi[0m
2025-08-20T20:26:35.1330159Z [36;1m#-------------#[0m
2025-08-20T20:26:35.1330341Z [36;1m##Set ENV[0m
2025-08-20T20:26:35.1330552Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T20:26:35.1331040Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-8a14103-250820T180454-aarch64-linux"[0m
2025-08-20T20:26:35.1331553Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-8a14103-250820T180454-aarch64-linux"[0m
2025-08-20T20:26:35.1332101Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch-srcbuild-17107825820"[0m
2025-08-20T20:26:35.1332579Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T20:26:35.1332954Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:35.1333380Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:35.1333695Z [36;1m fi[0m
2025-08-20T20:26:35.1333851Z [36;1m##Push[0m
2025-08-20T20:26:35.1334051Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T20:26:35.1334311Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T20:26:35.1334668Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T20:26:35.1335122Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:26:35.1335547Z [36;1m     ls -sh "/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T20:26:35.1335878Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T20:26:35.1336074Z [36;1m       {[0m
2025-08-20T20:26:35.1336243Z [36;1m        for i in {1..10}; do[0m
2025-08-20T20:26:35.1336560Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T20:26:35.1336990Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T20:26:35.1337405Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T20:26:35.1337924Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-8a14103-250820T180454-aarch64-linux")[0m
2025-08-20T20:26:35.1338943Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17107825820")[0m
2025-08-20T20:26:35.1339696Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17107825820")[0m
2025-08-20T20:26:35.1340383Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch:HEAD-8a14103-250820T180454-aarch64-linux")[0m
2025-08-20T20:26:35.1341081Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T20:25:58Z")[0m
2025-08-20T20:26:35.1341681Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-8a14103-250820T180454")[0m
2025-08-20T20:26:35.1351360Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T20:25:58Z")[0m
2025-08-20T20:26:35.1352043Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch")[0m
2025-08-20T20:26:35.1352693Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T20:26:35.1353195Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-8a14103-250820T180454")[0m
2025-08-20T20:26:35.1354109Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-8a14103-250820T180454")[0m
2025-08-20T20:26:35.1354849Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/ghfetch/official/ghfetch")[0m
2025-08-20T20:26:35.1355536Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-ghfetch")[0m
2025-08-20T20:26:35.1356079Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/orangekame3/ghfetch")[0m
2025-08-20T20:26:35.1356604Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T20:26:35.1357102Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-8a14103-250820T180454")[0m
2025-08-20T20:26:35.1357564Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T20:26:35.1358045Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T20:26:35.1358461Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T20:26:35.1358691Z [36;1m         #Check[0m
2025-08-20T20:26:35.1359422Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T20:25:58Z" ]]; then[0m
2025-08-20T20:26:35.1360138Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T20:26:35.1360468Z [36;1m            break[0m
2025-08-20T20:26:35.1360654Z [36;1m          else[0m
2025-08-20T20:26:35.1361028Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T20:26:35.1361442Z [36;1m          fi[0m
2025-08-20T20:26:35.1361642Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T20:26:35.1361876Z [36;1m        done[0m
2025-08-20T20:26:35.1362043Z [36;1m       }[0m
2025-08-20T20:26:35.1362224Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T20:26:35.1362454Z [36;1m       ghcr_push_cmd[0m
2025-08-20T20:26:35.1363016Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T20:25:58Z" ]]; then[0m
2025-08-20T20:26:35.1363753Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:26:35.1364136Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T20:26:35.1364375Z [36;1m          ghcr_push_cmd[0m
2025-08-20T20:26:35.1365210Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T20:25:58Z" ]]; then[0m
2025-08-20T20:26:35.1365913Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T20:26:35.1366409Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:26:35.1366784Z [36;1m             return 1 || exit 1[0m
2025-08-20T20:26:35.1367000Z [36;1m           fi[0m
2025-08-20T20:26:35.1367174Z [36;1m       fi[0m
2025-08-20T20:26:35.1367337Z [36;1m   fi[0m
2025-08-20T20:26:35.1367493Z [36;1m fi[0m
2025-08-20T20:26:35.1367652Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:26:35.1433370Z shell: /usr/bin/bash -e {0}
2025-08-20T20:26:35.1433590Z env:
2025-08-20T20:26:35.1433749Z   CROSS_COMPILING: NO
2025-08-20T20:26:35.1433941Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:26:35.1434167Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:26:35.1434381Z   ON_QEMU: NO
2025-08-20T20:26:35.1434536Z   DEBUG: 0
2025-08-20T20:26:35.1434692Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:26:35.1434908Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:26:35.1435174Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ghfetch/official
2025-08-20T20:26:35.1435674Z   KEEP_LOGS: YES
2025-08-20T20:26:35.1435890Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:26:35.1436082Z   PKG_FAMILY_LOCAL: ghfetch
2025-08-20T20:26:35.1436277Z   SBUILD_REBUILD: false
2025-08-20T20:26:35.1436777Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ghfetch/static.official.source.yaml
2025-08-20T20:26:35.1437313Z   BUILD_SYS: docker://go
2025-08-20T20:26:35.1437501Z   BUILD_ON_HOST: FALSE
2025-08-20T20:26:35.1437682Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:26:35.1437858Z   SYSTMP: /tmp
2025-08-20T20:26:35.1438016Z   GHA_MODE: MATRIX
2025-08-20T20:26:35.1438419Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:26:35.1438898Z   INPUT_SBUILD: /tmp/pkgforge/IsSrJxmcs_build.yaml
2025-08-20T20:26:35.1439429Z   BUILD_DIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml
2025-08-20T20:26:35.1439839Z   SBUILD_OUTDIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR
2025-08-20T20:26:35.1440295Z   SBUILD_TMPDIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:26:35.1440651Z   PKG_TYPE: static
2025-08-20T20:26:35.1440822Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:26:35.1441029Z   SBUILD_PKGVER: HEAD-8a14103-250820T180454
2025-08-20T20:26:35.1441381Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107825820
2025-08-20T20:26:35.1441717Z   BUILD_ID: 17107825820
2025-08-20T20:26:35.1441890Z   PKG_NAME: ghfetch
2025-08-20T20:26:35.1442066Z   PKG_DATE: 2025-08-20T20:25:58Z
2025-08-20T20:26:35.1442327Z   PKG_VERSION: HEAD-8a14103-250820T180454
2025-08-20T20:26:35.1442571Z   PKG_VERSION_UPSTREAM: 1.9.1
2025-08-20T20:26:35.1442850Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch
2025-08-20T20:26:35.1443188Z   GHCRPKG_TAG: HEAD-8a14103-250820T180454-aarch64-linux
2025-08-20T20:26:35.1443609Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/ghfetch/official/ghfetch
2025-08-20T20:26:35.1444038Z   PKG_SRCURL: https://github.com/orangekame3/ghfetch
2025-08-20T20:26:35.1444301Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:26:35.1444711Z   GHCR_TOKEN: ***
2025-08-20T20:26:35.1444992Z   GITHUB_TOKEN: ***
2025-08-20T20:26:35.1445200Z   GITLAB_TOKEN: ***
2025-08-20T20:26:35.1446278Z   MINISIGN_KEY: ***
2025-08-20T20:26:35.1446444Z ##[endgroup]
2025-08-20T20:26:35.1521769Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T20:26:35.1531260Z 11M	./BUILD_ARTIFACTS.zstd
2025-08-20T20:26:35.1542452Z total 12M
2025-08-20T20:26:35.1542635Z 4.0K CHECKSUM
2025-08-20T20:26:35.1542797Z 4.0K CHECKSUM.sig
2025-08-20T20:26:35.1542959Z 4.0K LICENSE
2025-08-20T20:26:35.1543474Z 4.0K LICENSE.sig
2025-08-20T20:26:35.1543640Z 4.0K SBUILD
2025-08-20T20:26:35.1543784Z 4.0K SBUILD.sig
2025-08-20T20:26:35.1543944Z 4.0K SBUILD_TEMP
2025-08-20T20:26:35.1544102Z  11M ghfetch
2025-08-20T20:26:35.1544258Z 8.0K ghfetch.json
2025-08-20T20:26:35.1544425Z 4.0K ghfetch.json.sig
2025-08-20T20:26:35.1544600Z 520K ghfetch.log
2025-08-20T20:26:35.1544776Z 4.0K ghfetch.log.sig
2025-08-20T20:26:35.1544949Z  40K ghfetch.png
2025-08-20T20:26:35.1545110Z 4.0K ghfetch.sig
2025-08-20T20:26:35.1545276Z 520K ghfetch.static.log
2025-08-20T20:26:35.1545468Z 4.0K ghfetch.static.version
2025-08-20T20:26:35.1545674Z 4.0K ghfetch.static.version.sig
2025-08-20T20:26:35.1545876Z 4.0K ghfetch.version
2025-08-20T20:26:35.1546055Z 4.0K ghfetch.version.sig
2025-08-20T20:26:35.5708999Z Uploading 11a7b3532f80 BUILD_ARTIFACTS.zstd
2025-08-20T20:26:36.8124168Z Uploaded  11a7b3532f80 BUILD_ARTIFACTS.zstd
2025-08-20T20:26:36.8124504Z Uploading b9d002ec1cee SRCBUILD-ghfetch
2025-08-20T20:26:37.1839923Z Uploaded  b9d002ec1cee SRCBUILD-ghfetch
2025-08-20T20:26:37.1840580Z Pushed [registry] ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch-srcbuild-17107825820:HEAD-8a14103-250820T180454-aarch64-linux
2025-08-20T20:26:37.1841150Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:26:37.1842083Z Digest: sha256:b9d002ec1cee2b3770539ec86b277947960cf22ca42652286db52df435aca520
2025-08-20T20:26:42.4276402Z 
2025-08-20T20:26:42.4277074Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch-srcbuild-17107825820
2025-08-20T20:26:42.4277496Z 
2025-08-20T20:26:42.7050438Z ##[group]Run ##Presets
2025-08-20T20:26:42.7050767Z [36;1m##Presets[0m
2025-08-20T20:26:42.7050949Z [36;1mset +x ; set +e[0m
2025-08-20T20:26:42.7051139Z [36;1m#-------------#[0m
2025-08-20T20:26:42.7051319Z [36;1m##Debug?[0m
2025-08-20T20:26:42.7051532Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:26:42.7051801Z [36;1m  set -x[0m
2025-08-20T20:26:42.7051981Z [36;1mfi[0m
2025-08-20T20:26:42.7052137Z [36;1m#-------------#[0m
2025-08-20T20:26:42.7052366Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T20:26:42.7052671Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:42.7084066Z shell: /usr/bin/bash -e {0}
2025-08-20T20:26:42.7084281Z env:
2025-08-20T20:26:42.7084438Z   CROSS_COMPILING: NO
2025-08-20T20:26:42.7084631Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:26:42.7084838Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:26:42.7085033Z   ON_QEMU: NO
2025-08-20T20:26:42.7085230Z   DEBUG: 0
2025-08-20T20:26:42.7085394Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:26:42.7085603Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:26:42.7085869Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ghfetch/official
2025-08-20T20:26:42.7086144Z   KEEP_LOGS: YES
2025-08-20T20:26:42.7086311Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:26:42.7086505Z   PKG_FAMILY_LOCAL: ghfetch
2025-08-20T20:26:42.7086700Z   SBUILD_REBUILD: false
2025-08-20T20:26:42.7087220Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ghfetch/static.official.source.yaml
2025-08-20T20:26:42.7087760Z   BUILD_SYS: docker://go
2025-08-20T20:26:42.7087951Z   BUILD_ON_HOST: FALSE
2025-08-20T20:26:42.7088133Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:26:42.7088313Z   SYSTMP: /tmp
2025-08-20T20:26:42.7088478Z   GHA_MODE: MATRIX
2025-08-20T20:26:42.7088877Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:26:42.7089710Z   INPUT_SBUILD: /tmp/pkgforge/IsSrJxmcs_build.yaml
2025-08-20T20:26:42.7090022Z   BUILD_DIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml
2025-08-20T20:26:42.7090386Z   SBUILD_OUTDIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR
2025-08-20T20:26:42.7090841Z   SBUILD_TMPDIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:26:42.7091196Z   PKG_TYPE: static
2025-08-20T20:26:42.7091646Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:26:42.7091850Z   SBUILD_PKGVER: HEAD-8a14103-250820T180454
2025-08-20T20:26:42.7092207Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107825820
2025-08-20T20:26:42.7092544Z   BUILD_ID: 17107825820
2025-08-20T20:26:42.7092720Z   PKG_NAME: ghfetch
2025-08-20T20:26:42.7092897Z   PKG_DATE: 2025-08-20T20:25:58Z
2025-08-20T20:26:42.7093113Z   PKG_VERSION: HEAD-8a14103-250820T180454
2025-08-20T20:26:42.7093348Z   PKG_VERSION_UPSTREAM: 1.9.1
2025-08-20T20:26:42.7093634Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch
2025-08-20T20:26:42.7093973Z   GHCRPKG_TAG: HEAD-8a14103-250820T180454-aarch64-linux
2025-08-20T20:26:42.7094394Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/ghfetch/official/ghfetch
2025-08-20T20:26:42.7094848Z   PKG_SRCURL: https://github.com/orangekame3/ghfetch
2025-08-20T20:26:42.7095111Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:26:42.7095361Z   GHCRPKG_TAG_SRCBUILD: HEAD-8a14103-250820T180454-aarch64-linux
2025-08-20T20:26:42.7095829Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch-srcbuild-17107825820
2025-08-20T20:26:42.7096223Z ##[endgroup]
2025-08-20T20:26:42.7229086Z ##[group]Run actions/upload-artifact@v4
2025-08-20T20:26:42.7229697Z with:
2025-08-20T20:26:42.7229887Z   name: Bincache_ghfetch_aarch64-Linux
2025-08-20T20:26:42.7230151Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T20:26:42.7230415Z   compression-level: 0
2025-08-20T20:26:42.7230600Z   retention-days: 30
2025-08-20T20:26:42.7230775Z   overwrite: true
2025-08-20T20:26:42.7230949Z   if-no-files-found: warn
2025-08-20T20:26:42.7231153Z   include-hidden-files: false
2025-08-20T20:26:42.7231408Z env:
2025-08-20T20:26:42.7231562Z   CROSS_COMPILING: NO
2025-08-20T20:26:42.7231756Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:26:42.7231966Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:26:42.7232164Z   ON_QEMU: NO
2025-08-20T20:26:42.7232317Z   DEBUG: 0
2025-08-20T20:26:42.7232475Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:26:42.7232706Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:26:42.7232974Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ghfetch/official
2025-08-20T20:26:42.7233312Z   KEEP_LOGS: YES
2025-08-20T20:26:42.7233487Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:26:42.7233678Z   PKG_FAMILY_LOCAL: ghfetch
2025-08-20T20:26:42.7233872Z   SBUILD_REBUILD: false
2025-08-20T20:26:42.7234380Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ghfetch/static.official.source.yaml
2025-08-20T20:26:42.7234915Z   BUILD_SYS: docker://go
2025-08-20T20:26:42.7235104Z   BUILD_ON_HOST: FALSE
2025-08-20T20:26:42.7235282Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:26:42.7235462Z   SYSTMP: /tmp
2025-08-20T20:26:42.7235623Z   GHA_MODE: MATRIX
2025-08-20T20:26:42.7236022Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:26:42.7236501Z   INPUT_SBUILD: /tmp/pkgforge/IsSrJxmcs_build.yaml
2025-08-20T20:26:42.7236811Z   BUILD_DIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml
2025-08-20T20:26:42.7237174Z   SBUILD_OUTDIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR
2025-08-20T20:26:42.7237631Z   SBUILD_TMPDIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:26:42.7237990Z   PKG_TYPE: static
2025-08-20T20:26:42.7238165Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:26:42.7238376Z   SBUILD_PKGVER: HEAD-8a14103-250820T180454
2025-08-20T20:26:42.7238730Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107825820
2025-08-20T20:26:42.7239069Z   BUILD_ID: 17107825820
2025-08-20T20:26:42.7239488Z   PKG_NAME: ghfetch
2025-08-20T20:26:42.7239676Z   PKG_DATE: 2025-08-20T20:25:58Z
2025-08-20T20:26:42.7239892Z   PKG_VERSION: HEAD-8a14103-250820T180454
2025-08-20T20:26:42.7240128Z   PKG_VERSION_UPSTREAM: 1.9.1
2025-08-20T20:26:42.7240405Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch
2025-08-20T20:26:42.7240740Z   GHCRPKG_TAG: HEAD-8a14103-250820T180454-aarch64-linux
2025-08-20T20:26:42.7241520Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/ghfetch/official/ghfetch
2025-08-20T20:26:42.7241960Z   PKG_SRCURL: https://github.com/orangekame3/ghfetch
2025-08-20T20:26:42.7242220Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:26:42.7242471Z   GHCRPKG_TAG_SRCBUILD: HEAD-8a14103-250820T180454-aarch64-linux
2025-08-20T20:26:42.7242933Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch-srcbuild-17107825820
2025-08-20T20:26:42.7243333Z   UTC_TIME: 2025_08_20T08_26_42_PM
2025-08-20T20:26:42.7243533Z ##[endgroup]
2025-08-20T20:26:43.3979868Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T20:26:43.3985722Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T20:26:43.3986233Z With the provided path, there will be 2 files uploaded
2025-08-20T20:26:43.6533525Z Artifact name is valid!
2025-08-20T20:26:43.6536921Z Root directory input is valid!
2025-08-20T20:26:43.7578814Z Beginning upload of artifact content to blob storage
2025-08-20T20:26:44.5167491Z Uploaded bytes 8388608
2025-08-20T20:26:44.6763651Z Uploaded bytes 11719517
2025-08-20T20:26:44.7388626Z Finished uploading artifact content to blob storage!
2025-08-20T20:26:44.7401964Z SHA256 digest of uploaded artifact zip is e0e8c514a985ab0c04828d176057e28951d7b811b3747bbc7ba6e6e65071f38b
2025-08-20T20:26:44.7402410Z Finalizing artifact upload
2025-08-20T20:26:44.8372525Z Artifact Bincache_ghfetch_aarch64-Linux.zip successfully finalized. Artifact ID 3812893996
2025-08-20T20:26:44.8373203Z Artifact Bincache_ghfetch_aarch64-Linux has been successfully uploaded! Final size is 11719517 bytes. Artifact ID is 3812893996
2025-08-20T20:26:44.8392179Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107825820/artifacts/3812893996
2025-08-20T20:26:44.8624459Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T20:26:44.8624781Z with:
2025-08-20T20:26:44.8625085Z   subject-name: ghfetch-17107825820-HEAD-8a14103-250820T180454-aarch64-linux
2025-08-20T20:26:44.8625899Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:26:44.8626589Z   show-summary: true
2025-08-20T20:26:44.8626779Z   push-to-registry: false
2025-08-20T20:26:44.8627133Z   github-token: ***
2025-08-20T20:26:44.8627306Z env:
2025-08-20T20:26:44.8627459Z   CROSS_COMPILING: NO
2025-08-20T20:26:44.8627650Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:26:44.8627866Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:26:44.8628067Z   ON_QEMU: NO
2025-08-20T20:26:44.8628225Z   DEBUG: 0
2025-08-20T20:26:44.8628391Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:26:44.8628607Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:26:44.8628913Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ghfetch/official
2025-08-20T20:26:44.8629419Z   KEEP_LOGS: YES
2025-08-20T20:26:44.8629608Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:26:44.8629804Z   PKG_FAMILY_LOCAL: ghfetch
2025-08-20T20:26:44.8630005Z   SBUILD_REBUILD: false
2025-08-20T20:26:44.8630513Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ghfetch/static.official.source.yaml
2025-08-20T20:26:44.8631055Z   BUILD_SYS: docker://go
2025-08-20T20:26:44.8631249Z   BUILD_ON_HOST: FALSE
2025-08-20T20:26:44.8631432Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:26:44.8631612Z   SYSTMP: /tmp
2025-08-20T20:26:44.8631778Z   GHA_MODE: MATRIX
2025-08-20T20:26:44.8632181Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:26:44.8632667Z   INPUT_SBUILD: /tmp/pkgforge/IsSrJxmcs_build.yaml
2025-08-20T20:26:44.8632971Z   BUILD_DIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml
2025-08-20T20:26:44.8633346Z   SBUILD_OUTDIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR
2025-08-20T20:26:44.8634095Z   SBUILD_TMPDIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:26:44.8634457Z   PKG_TYPE: static
2025-08-20T20:26:44.8634635Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:26:44.8634842Z   SBUILD_PKGVER: HEAD-8a14103-250820T180454
2025-08-20T20:26:44.8635196Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107825820
2025-08-20T20:26:44.8635537Z   BUILD_ID: 17107825820
2025-08-20T20:26:44.8635716Z   PKG_NAME: ghfetch
2025-08-20T20:26:44.8635892Z   PKG_DATE: 2025-08-20T20:25:58Z
2025-08-20T20:26:44.8636115Z   PKG_VERSION: HEAD-8a14103-250820T180454
2025-08-20T20:26:44.8636355Z   PKG_VERSION_UPSTREAM: 1.9.1
2025-08-20T20:26:44.8636640Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch
2025-08-20T20:26:44.8636983Z   GHCRPKG_TAG: HEAD-8a14103-250820T180454-aarch64-linux
2025-08-20T20:26:44.8637420Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/ghfetch/official/ghfetch
2025-08-20T20:26:44.8637857Z   PKG_SRCURL: https://github.com/orangekame3/ghfetch
2025-08-20T20:26:44.8638164Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:26:44.8638419Z   GHCRPKG_TAG_SRCBUILD: HEAD-8a14103-250820T180454-aarch64-linux
2025-08-20T20:26:44.8638887Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch-srcbuild-17107825820
2025-08-20T20:26:44.8639598Z   UTC_TIME: 2025_08_20T08_26_42_PM
2025-08-20T20:26:44.8639817Z ##[endgroup]
2025-08-20T20:26:44.8715679Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T20:26:44.8716087Z env:
2025-08-20T20:26:44.8716248Z   CROSS_COMPILING: NO
2025-08-20T20:26:44.8716440Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:26:44.8716657Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:26:44.8716857Z   ON_QEMU: NO
2025-08-20T20:26:44.8717013Z   DEBUG: 0
2025-08-20T20:26:44.8717175Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:26:44.8717686Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:26:44.8717974Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ghfetch/official
2025-08-20T20:26:44.8718271Z   KEEP_LOGS: YES
2025-08-20T20:26:44.8718448Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:26:44.8718644Z   PKG_FAMILY_LOCAL: ghfetch
2025-08-20T20:26:44.8718845Z   SBUILD_REBUILD: false
2025-08-20T20:26:44.8719557Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ghfetch/static.official.source.yaml
2025-08-20T20:26:44.8720110Z   BUILD_SYS: docker://go
2025-08-20T20:26:44.8720304Z   BUILD_ON_HOST: FALSE
2025-08-20T20:26:44.8720488Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:26:44.8720667Z   SYSTMP: /tmp
2025-08-20T20:26:44.8720833Z   GHA_MODE: MATRIX
2025-08-20T20:26:44.8721235Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:26:44.8721722Z   INPUT_SBUILD: /tmp/pkgforge/IsSrJxmcs_build.yaml
2025-08-20T20:26:44.8722039Z   BUILD_DIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml
2025-08-20T20:26:44.8722408Z   SBUILD_OUTDIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR
2025-08-20T20:26:44.8722879Z   SBUILD_TMPDIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:26:44.8723239Z   PKG_TYPE: static
2025-08-20T20:26:44.8723419Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:26:44.8723630Z   SBUILD_PKGVER: HEAD-8a14103-250820T180454
2025-08-20T20:26:44.8723989Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107825820
2025-08-20T20:26:44.8724329Z   BUILD_ID: 17107825820
2025-08-20T20:26:44.8724514Z   PKG_NAME: ghfetch
2025-08-20T20:26:44.8724692Z   PKG_DATE: 2025-08-20T20:25:58Z
2025-08-20T20:26:44.8724914Z   PKG_VERSION: HEAD-8a14103-250820T180454
2025-08-20T20:26:44.8725156Z   PKG_VERSION_UPSTREAM: 1.9.1
2025-08-20T20:26:44.8725446Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch
2025-08-20T20:26:44.8725797Z   GHCRPKG_TAG: HEAD-8a14103-250820T180454-aarch64-linux
2025-08-20T20:26:44.8726225Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/ghfetch/official/ghfetch
2025-08-20T20:26:44.8726975Z   PKG_SRCURL: https://github.com/orangekame3/ghfetch
2025-08-20T20:26:44.8727242Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:26:44.8727500Z   GHCRPKG_TAG_SRCBUILD: HEAD-8a14103-250820T180454-aarch64-linux
2025-08-20T20:26:44.8727970Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch-srcbuild-17107825820
2025-08-20T20:26:44.8728377Z   UTC_TIME: 2025_08_20T08_26_42_PM
2025-08-20T20:26:44.8728583Z ##[endgroup]
2025-08-20T20:26:45.3804564Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T20:26:45.3804890Z with:
2025-08-20T20:26:45.3805530Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:26:45.3806377Z   subject-name: ghfetch-17107825820-HEAD-8a14103-250820T180454-aarch64-linux
2025-08-20T20:26:45.3806775Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T20:26:45.3809631Z   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/17107825820/attempts/1"}}}
2025-08-20T20:26:45.3812220Z   push-to-registry: false
2025-08-20T20:26:45.3812674Z   show-summary: true
2025-08-20T20:26:45.3813149Z   github-token: ***
2025-08-20T20:26:45.3813325Z env:
2025-08-20T20:26:45.3813488Z   CROSS_COMPILING: NO
2025-08-20T20:26:45.3813684Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:26:45.3813903Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:26:45.3814109Z   ON_QEMU: NO
2025-08-20T20:26:45.3814268Z   DEBUG: 0
2025-08-20T20:26:45.3814438Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:26:45.3814656Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:26:45.3814927Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ghfetch/official
2025-08-20T20:26:45.3815213Z   KEEP_LOGS: YES
2025-08-20T20:26:45.3815387Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:26:45.3815585Z   PKG_FAMILY_LOCAL: ghfetch
2025-08-20T20:26:45.3815794Z   SBUILD_REBUILD: false
2025-08-20T20:26:45.3816306Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ghfetch/static.official.source.yaml
2025-08-20T20:26:45.3816858Z   BUILD_SYS: docker://go
2025-08-20T20:26:45.3817065Z   BUILD_ON_HOST: FALSE
2025-08-20T20:26:45.3817252Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:26:45.3817437Z   SYSTMP: /tmp
2025-08-20T20:26:45.3817613Z   GHA_MODE: MATRIX
2025-08-20T20:26:45.3818024Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:26:45.3818518Z   INPUT_SBUILD: /tmp/pkgforge/IsSrJxmcs_build.yaml
2025-08-20T20:26:45.3818827Z   BUILD_DIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml
2025-08-20T20:26:45.3819690Z   SBUILD_OUTDIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR
2025-08-20T20:26:45.3820209Z   SBUILD_TMPDIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:26:45.3820584Z   PKG_TYPE: static
2025-08-20T20:26:45.3820766Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:26:45.3820978Z   SBUILD_PKGVER: HEAD-8a14103-250820T180454
2025-08-20T20:26:45.3821344Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107825820
2025-08-20T20:26:45.3821703Z   BUILD_ID: 17107825820
2025-08-20T20:26:45.3821886Z   PKG_NAME: ghfetch
2025-08-20T20:26:45.3822067Z   PKG_DATE: 2025-08-20T20:25:58Z
2025-08-20T20:26:45.3822589Z   PKG_VERSION: HEAD-8a14103-250820T180454
2025-08-20T20:26:45.3822835Z   PKG_VERSION_UPSTREAM: 1.9.1
2025-08-20T20:26:45.3823130Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch
2025-08-20T20:26:45.3823479Z   GHCRPKG_TAG: HEAD-8a14103-250820T180454-aarch64-linux
2025-08-20T20:26:45.3823917Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/ghfetch/official/ghfetch
2025-08-20T20:26:45.3824359Z   PKG_SRCURL: https://github.com/orangekame3/ghfetch
2025-08-20T20:26:45.3824629Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:26:45.3824890Z   GHCRPKG_TAG_SRCBUILD: HEAD-8a14103-250820T180454-aarch64-linux
2025-08-20T20:26:45.3825371Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch-srcbuild-17107825820
2025-08-20T20:26:45.3825784Z   UTC_TIME: 2025_08_20T08_26_42_PM
2025-08-20T20:26:45.3826002Z ##[endgroup]
2025-08-20T20:26:46.5952774Z Attestation created for 18 subjects
2025-08-20T20:26:46.5956721Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T20:26:46.5957230Z -----BEGIN CERTIFICATE-----
2025-08-20T20:26:46.5957554Z MIIG7zCCBnSgAwIBAgIUDG+9rWaHuvCBf7wLMJ/ct4JSHwAwCgYIKoZIzj0EAwMw
2025-08-20T20:26:46.5958005Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T20:26:46.5958471Z cm1lZGlhdGUwHhcNMjUwODIwMjAyNjQ1WhcNMjUwODIwMjAzNjQ1WjAAMFkwEwYH
2025-08-20T20:26:46.5958923Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEELcwRz9i5f4m7xFOwAE7dx/GfbqGalnDagvW
2025-08-20T20:26:46.5959530Z 7YR2O4czuLjU1r5nYGxZhzHnWZngE9velxyfRTZPVIYAdWyYtqOCBZMwggWPMA4G
2025-08-20T20:26:46.5959986Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUndv+
2025-08-20T20:26:46.5960441Z EdjPWjFs23zf5XdsMDOKLS0wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T20:26:46.5960881Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T20:26:46.5961665Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T20:26:46.5962148Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T20:26:46.5962597Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T20:26:46.5963034Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T20:26:46.5963480Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T20:26:46.5963938Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T20:26:46.5964400Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T20:26:46.5964854Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T20:26:46.5965296Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T20:26:46.5965749Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T20:26:46.5966208Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T20:26:46.5966662Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T20:26:46.5967112Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T20:26:46.5967584Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T20:26:46.5968051Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T20:26:46.5968509Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T20:26:46.5968967Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T20:26:46.5969693Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T20:26:46.5970153Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T20:26:46.5970607Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T20:26:46.5971068Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T20:26:46.5971531Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T20:26:46.5971987Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3ODI1ODIwL2F0
2025-08-20T20:26:46.5972446Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T20:26:46.5973158Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJKaME
2025-08-20T20:26:46.5973620Z AAAEAwBGMEQCIG+kQnPW5rYPGdnYBo2FuX3QcM+EBwxDW7koSIb5b9sGAiAegAeZ
2025-08-20T20:26:46.5974068Z QDKKcNX6V/EXzT/TvekySuU0IAKcsuofA95wKTAKBggqhkjOPQQDAwNpADBmAjEA
2025-08-20T20:26:46.5974502Z 7hgmcwnLx8vAx/luc6Ju8jTgOdTU8toJ+T2qI65u4CH9CquynOFu3gdWwtjxq1eW
2025-08-20T20:26:46.5974925Z AjEAjLrqouKqANydyYi2HvCc/weunaQemy40heSQJSgDHIbUhvGOltDWUoBJ5hnu
2025-08-20T20:26:46.5975241Z mnmP
2025-08-20T20:26:46.5975406Z -----END CERTIFICATE-----
2025-08-20T20:26:46.5975542Z 
2025-08-20T20:26:46.5976068Z ##[endgroup]
2025-08-20T20:26:46.5976517Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T20:26:46.5976908Z https://search.sigstore.dev?logIndex=414277946
2025-08-20T20:26:46.5977246Z [36mAttestation uploaded to repository[39m
2025-08-20T20:26:46.5977557Z https://github.com/pkgforge/bincache/attestations/9871998
2025-08-20T20:26:46.6906719Z ##[group]Run ##Presets
2025-08-20T20:26:46.6906986Z [36;1m##Presets[0m
2025-08-20T20:26:46.6907172Z [36;1mset +x ; set +e[0m
2025-08-20T20:26:46.6907367Z [36;1m#-------------#[0m
2025-08-20T20:26:46.6907558Z [36;1m##Debug?[0m
2025-08-20T20:26:46.6907786Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:26:46.6908064Z [36;1m  set -x[0m
2025-08-20T20:26:46.6908232Z [36;1mfi[0m
2025-08-20T20:26:46.6908395Z [36;1m#-------------#[0m
2025-08-20T20:26:46.6908681Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:26:46.6909456Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/ghfetch/official"[0m
2025-08-20T20:26:46.6909874Z [36;1m exit 1[0m
2025-08-20T20:26:46.6910047Z [36;1mfi[0m
2025-08-20T20:26:46.6941832Z shell: /usr/bin/bash -e {0}
2025-08-20T20:26:46.6942056Z env:
2025-08-20T20:26:46.6942219Z   CROSS_COMPILING: NO
2025-08-20T20:26:46.6942477Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:26:46.6942697Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:26:46.6942903Z   ON_QEMU: NO
2025-08-20T20:26:46.6943060Z   DEBUG: 0
2025-08-20T20:26:46.6943229Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:26:46.6943448Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:26:46.6943729Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ghfetch/official
2025-08-20T20:26:46.6944020Z   KEEP_LOGS: YES
2025-08-20T20:26:46.6944196Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:26:46.6944397Z   PKG_FAMILY_LOCAL: ghfetch
2025-08-20T20:26:46.6944597Z   SBUILD_REBUILD: false
2025-08-20T20:26:46.6945108Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ghfetch/static.official.source.yaml
2025-08-20T20:26:46.6945657Z   BUILD_SYS: docker://go
2025-08-20T20:26:46.6945855Z   BUILD_ON_HOST: FALSE
2025-08-20T20:26:46.6946047Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:26:46.6946231Z   SYSTMP: /tmp
2025-08-20T20:26:46.6946400Z   GHA_MODE: MATRIX
2025-08-20T20:26:46.6946820Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:26:46.6947316Z   INPUT_SBUILD: /tmp/pkgforge/IsSrJxmcs_build.yaml
2025-08-20T20:26:46.6947624Z   BUILD_DIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml
2025-08-20T20:26:46.6948001Z   SBUILD_OUTDIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR
2025-08-20T20:26:46.6948473Z   SBUILD_TMPDIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:26:46.6948842Z   PKG_TYPE: static
2025-08-20T20:26:46.6949025Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:26:46.6949474Z   SBUILD_PKGVER: HEAD-8a14103-250820T180454
2025-08-20T20:26:46.6949852Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107825820
2025-08-20T20:26:46.6950199Z   BUILD_ID: 17107825820
2025-08-20T20:26:46.6950386Z   PKG_NAME: ghfetch
2025-08-20T20:26:46.6950570Z   PKG_DATE: 2025-08-20T20:25:58Z
2025-08-20T20:26:46.6950801Z   PKG_VERSION: HEAD-8a14103-250820T180454
2025-08-20T20:26:46.6951371Z   PKG_VERSION_UPSTREAM: 1.9.1
2025-08-20T20:26:46.6951663Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch
2025-08-20T20:26:46.6952008Z   GHCRPKG_TAG: HEAD-8a14103-250820T180454-aarch64-linux
2025-08-20T20:26:46.6952445Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/ghfetch/official/ghfetch
2025-08-20T20:26:46.6952894Z   PKG_SRCURL: https://github.com/orangekame3/ghfetch
2025-08-20T20:26:46.6953161Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:26:46.6953422Z   GHCRPKG_TAG_SRCBUILD: HEAD-8a14103-250820T180454-aarch64-linux
2025-08-20T20:26:46.6953894Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch-srcbuild-17107825820
2025-08-20T20:26:46.6954305Z   UTC_TIME: 2025_08_20T08_26_42_PM
2025-08-20T20:26:46.6954514Z ##[endgroup]
2025-08-20T20:26:46.7024330Z ##[group]Run ##Presets
2025-08-20T20:26:46.7024583Z [36;1m##Presets[0m
2025-08-20T20:26:46.7024768Z [36;1mset +x ; set +e[0m
2025-08-20T20:26:46.7024976Z [36;1m#-------------#[0m
2025-08-20T20:26:46.7025163Z [36;1m##Debug?[0m
2025-08-20T20:26:46.7025386Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:26:46.7025663Z [36;1m  set -x[0m
2025-08-20T20:26:46.7025832Z [36;1mfi[0m
2025-08-20T20:26:46.7025999Z [36;1m#-------------#[0m
2025-08-20T20:26:46.7026223Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:26:46.7026648Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/ghfetch/official"[0m
2025-08-20T20:26:46.7027037Z [36;1m exit 1[0m
2025-08-20T20:26:46.7027204Z [36;1mfi[0m
2025-08-20T20:26:46.7054582Z shell: /usr/bin/bash -e {0}
2025-08-20T20:26:46.7054795Z env:
2025-08-20T20:26:46.7054958Z   CROSS_COMPILING: NO
2025-08-20T20:26:46.7055200Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:26:46.7055421Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:26:46.7055623Z   ON_QEMU: NO
2025-08-20T20:26:46.7055781Z   DEBUG: 0
2025-08-20T20:26:46.7055947Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:26:46.7056175Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:26:46.7056450Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ghfetch/official
2025-08-20T20:26:46.7056737Z   KEEP_LOGS: YES
2025-08-20T20:26:46.7056911Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:26:46.7057112Z   PKG_FAMILY_LOCAL: ghfetch
2025-08-20T20:26:46.7057314Z   SBUILD_REBUILD: false
2025-08-20T20:26:46.7057825Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ghfetch/static.official.source.yaml
2025-08-20T20:26:46.7058368Z   BUILD_SYS: docker://go
2025-08-20T20:26:46.7058571Z   BUILD_ON_HOST: FALSE
2025-08-20T20:26:46.7058758Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:26:46.7058941Z   SYSTMP: /tmp
2025-08-20T20:26:46.7059106Z   GHA_MODE: MATRIX
2025-08-20T20:26:46.7059803Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:26:46.7060300Z   INPUT_SBUILD: /tmp/pkgforge/IsSrJxmcs_build.yaml
2025-08-20T20:26:46.7060613Z   BUILD_DIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml
2025-08-20T20:26:46.7060986Z   SBUILD_OUTDIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR
2025-08-20T20:26:46.7061451Z   SBUILD_TMPDIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:26:46.7061814Z   PKG_TYPE: static
2025-08-20T20:26:46.7061994Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:26:46.7062206Z   SBUILD_PKGVER: HEAD-8a14103-250820T180454
2025-08-20T20:26:46.7062564Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107825820
2025-08-20T20:26:46.7062907Z   BUILD_ID: 17107825820
2025-08-20T20:26:46.7063094Z   PKG_NAME: ghfetch
2025-08-20T20:26:46.7063280Z   PKG_DATE: 2025-08-20T20:25:58Z
2025-08-20T20:26:46.7063506Z   PKG_VERSION: HEAD-8a14103-250820T180454
2025-08-20T20:26:46.7063756Z   PKG_VERSION_UPSTREAM: 1.9.1
2025-08-20T20:26:46.7064045Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch
2025-08-20T20:26:46.7064389Z   GHCRPKG_TAG: HEAD-8a14103-250820T180454-aarch64-linux
2025-08-20T20:26:46.7065166Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/ghfetch/official/ghfetch
2025-08-20T20:26:46.7065608Z   PKG_SRCURL: https://github.com/orangekame3/ghfetch
2025-08-20T20:26:46.7065874Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:26:46.7066129Z   GHCRPKG_TAG_SRCBUILD: HEAD-8a14103-250820T180454-aarch64-linux
2025-08-20T20:26:46.7066604Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch-srcbuild-17107825820
2025-08-20T20:26:46.7067010Z   UTC_TIME: 2025_08_20T08_26_42_PM
2025-08-20T20:26:46.7067218Z ##[endgroup]
2025-08-20T20:26:46.7139948Z ##[group]Run ##Presets
2025-08-20T20:26:46.7140236Z [36;1m##Presets[0m
2025-08-20T20:26:46.7140427Z [36;1mset +x ; set +e[0m
2025-08-20T20:26:46.7140619Z [36;1m#-------------#[0m
2025-08-20T20:26:46.7140806Z [36;1m##Debug?[0m
2025-08-20T20:26:46.7141029Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:26:46.7141323Z [36;1m  set -x[0m
2025-08-20T20:26:46.7141491Z [36;1mfi[0m
2025-08-20T20:26:46.7141653Z [36;1m#-------------#[0m
2025-08-20T20:26:46.7141974Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:26:46.7142340Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T20:26:46.7142617Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:26:46.7142867Z [36;1mfi[0m
2025-08-20T20:26:46.7170840Z shell: /usr/bin/bash -e {0}
2025-08-20T20:26:46.7171065Z env:
2025-08-20T20:26:46.7171229Z   CROSS_COMPILING: NO
2025-08-20T20:26:46.7171480Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:26:46.7171698Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:26:46.7171903Z   ON_QEMU: NO
2025-08-20T20:26:46.7172061Z   DEBUG: 0
2025-08-20T20:26:46.7172228Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:26:46.7172447Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:26:46.7172728Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ghfetch/official
2025-08-20T20:26:46.7173027Z   KEEP_LOGS: YES
2025-08-20T20:26:46.7173204Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:26:46.7173403Z   PKG_FAMILY_LOCAL: ghfetch
2025-08-20T20:26:46.7173606Z   SBUILD_REBUILD: false
2025-08-20T20:26:46.7174117Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ghfetch/static.official.source.yaml
2025-08-20T20:26:46.7174659Z   BUILD_SYS: docker://go
2025-08-20T20:26:46.7174856Z   BUILD_ON_HOST: FALSE
2025-08-20T20:26:46.7175048Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:26:46.7175233Z   SYSTMP: /tmp
2025-08-20T20:26:46.7175401Z   GHA_MODE: MATRIX
2025-08-20T20:26:46.7175813Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:26:46.7176307Z   INPUT_SBUILD: /tmp/pkgforge/IsSrJxmcs_build.yaml
2025-08-20T20:26:46.7176619Z   BUILD_DIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml
2025-08-20T20:26:46.7176995Z   SBUILD_OUTDIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR
2025-08-20T20:26:46.7177469Z   SBUILD_TMPDIR: /tmp/pkgforge/zlgTOcb_IsSrJxmcs_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:26:46.7177834Z   PKG_TYPE: static
2025-08-20T20:26:46.7178019Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:26:46.7178236Z   SBUILD_PKGVER: HEAD-8a14103-250820T180454
2025-08-20T20:26:46.7178600Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107825820
2025-08-20T20:26:46.7178950Z   BUILD_ID: 17107825820
2025-08-20T20:26:46.7179453Z   PKG_NAME: ghfetch
2025-08-20T20:26:46.7179675Z   PKG_DATE: 2025-08-20T20:25:58Z
2025-08-20T20:26:46.7179906Z   PKG_VERSION: HEAD-8a14103-250820T180454
2025-08-20T20:26:46.7180154Z   PKG_VERSION_UPSTREAM: 1.9.1
2025-08-20T20:26:46.7180442Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch
2025-08-20T20:26:46.7180786Z   GHCRPKG_TAG: HEAD-8a14103-250820T180454-aarch64-linux
2025-08-20T20:26:46.7181219Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/ghfetch/official/ghfetch
2025-08-20T20:26:46.7182060Z   PKG_SRCURL: https://github.com/orangekame3/ghfetch
2025-08-20T20:26:46.7182334Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:26:46.7182593Z   GHCRPKG_TAG_SRCBUILD: HEAD-8a14103-250820T180454-aarch64-linux
2025-08-20T20:26:46.7183067Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ghfetch/official/ghfetch-srcbuild-17107825820
2025-08-20T20:26:46.7183486Z   UTC_TIME: 2025_08_20T08_26_42_PM
2025-08-20T20:26:46.7183696Z ##[endgroup]
2025-08-20T20:26:46.7239952Z EXITED
2025-08-20T20:26:46.7289006Z Cleaning up orphan processes
