﻿2025-08-20T22:29:29.8038159Z Current runner version: '2.328.0'
2025-08-20T22:29:29.8067422Z ##[group]Runner Image Provisioner
2025-08-20T22:29:29.8068356Z Hosted Compute Agent
2025-08-20T22:29:29.8069662Z Version: 20250818.377
2025-08-20T22:29:29.8070284Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:29:29.8070977Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:29:29.8071665Z ##[endgroup]
2025-08-20T22:29:29.8072203Z ##[group]VM Image
2025-08-20T22:29:29.8072759Z - OS: Linux (arm64)
2025-08-20T22:29:29.8073388Z - Source: Partner
2025-08-20T22:29:29.8073946Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T22:29:29.8074610Z - Version: 20250728.24.1
2025-08-20T22:29:29.8075585Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T22:29:29.8076589Z ##[endgroup]
2025-08-20T22:29:29.8077936Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:29:29.8081441Z Attestations: write
2025-08-20T22:29:29.8082186Z Contents: write
2025-08-20T22:29:29.8082914Z Metadata: read
2025-08-20T22:29:29.8083618Z Packages: write
2025-08-20T22:29:29.8084211Z ##[endgroup]
2025-08-20T22:29:29.8086901Z Secret source: Actions
2025-08-20T22:29:29.8088034Z Prepare workflow directory
2025-08-20T22:29:29.8450039Z Prepare all required actions
2025-08-20T22:29:29.8490488Z Getting action download info
2025-08-20T22:29:30.2399149Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:29:31.2259278Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:29:31.9828798Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:29:32.2141891Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:29:32.8253395Z Getting action download info
2025-08-20T22:29:32.9558342Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:29:33.4394827Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:29:34.0165586Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/go-simplehttpserver/go)
2025-08-20T22:29:34.0789384Z ##[group]Run ##Presets
2025-08-20T22:29:34.0789972Z [36;1m##Presets[0m
2025-08-20T22:29:34.0790248Z [36;1mset +x ; set +e[0m
2025-08-20T22:29:34.0790633Z [36;1m#-------------#[0m
2025-08-20T22:29:34.0791007Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:29:34.0791452Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:29:34.0791934Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.0792298Z [36;1m  fi[0m
2025-08-20T22:29:34.0792661Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:29:34.0793134Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:29:34.0793552Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.0794371Z [36;1m  fi[0m
2025-08-20T22:29:34.0794701Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:29:34.0795263Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:29:34.0795685Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.0796037Z [36;1m  fi[0m
2025-08-20T22:29:34.0796412Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:29:34.0796811Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:29:34.0797175Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:29:34.0797594Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:29:34.0797997Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.0799234Z [36;1m     else[0m
2025-08-20T22:29:34.0799638Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.0799993Z [36;1m     fi[0m
2025-08-20T22:29:34.0800303Z [36;1m  fi[0m
2025-08-20T22:29:34.0800589Z [36;1mfi[0m
2025-08-20T22:29:34.0831433Z shell: /usr/bin/bash -e {0}
2025-08-20T22:29:34.0832208Z env:
2025-08-20T22:29:34.0833034Z   GH_TOKEN: ***
2025-08-20T22:29:34.0833344Z ##[endgroup]
2025-08-20T22:29:34.1055137Z ##[group]Run ##Presets
2025-08-20T22:29:34.1055638Z [36;1m##Presets[0m
2025-08-20T22:29:34.1055925Z [36;1mset +x ; set +e[0m
2025-08-20T22:29:34.1056407Z [36;1m#-------------#[0m
2025-08-20T22:29:34.1056828Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:29:34.1057418Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:29:34.1057932Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:29:34.1058455Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:29:34.1059079Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:29:34.1059605Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:29:34.1060022Z [36;1m  exit 1[0m
2025-08-20T22:29:34.1060270Z [36;1mfi[0m
2025-08-20T22:29:34.1084236Z shell: /usr/bin/bash -e {0}
2025-08-20T22:29:34.1084679Z env:
2025-08-20T22:29:34.1085162Z   RO_GHTOKEN: ***
2025-08-20T22:29:34.1085505Z   RO_GLTOKEN: ***
2025-08-20T22:29:34.1086782Z   MINISIGN_KEY: ***
2025-08-20T22:29:34.1087058Z ##[endgroup]
2025-08-20T22:29:34.1217219Z ##[group]Run ##Presets
2025-08-20T22:29:34.1217940Z [36;1m##Presets[0m
2025-08-20T22:29:34.1218254Z [36;1mset +x ; set +e[0m
2025-08-20T22:29:34.1218580Z [36;1m#-------------#[0m
2025-08-20T22:29:34.1219086Z [36;1m##Host Triplet[0m
2025-08-20T22:29:34.1219449Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:29:34.1220398Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:29:34.1220800Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:29:34.1221178Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:29:34.1221576Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:29:34.1221973Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:29:34.1222376Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:29:34.1222847Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:29:34.1223169Z [36;1m   fi[0m
2025-08-20T22:29:34.1223650Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:29:34.1224085Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:29:34.1224477Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:29:34.1224870Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:29:34.1225220Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:29:34.1225589Z [36;1m fi[0m
2025-08-20T22:29:34.1225940Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.1226411Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.1226914Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.1227319Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.1227694Z [36;1m##Debug[0m
2025-08-20T22:29:34.1227950Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:29:34.1228287Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:29:34.1228597Z [36;1m else[0m
2025-08-20T22:29:34.1229064Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:29:34.1229342Z [36;1m fi[0m
2025-08-20T22:29:34.1229685Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.1230065Z [36;1m##Docker Platform[0m
2025-08-20T22:29:34.1230775Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:29:34.1231242Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:29:34.1231617Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:29:34.1232061Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:29:34.1232499Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:29:34.1232868Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:29:34.1233330Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:29:34.1233717Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:29:34.1234010Z [36;1m fi[0m
2025-08-20T22:29:34.1234511Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.1235001Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.1235443Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:29:34.1235997Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/go-simplehttpserver/go" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:29:34.1236584Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:29:34.1237032Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.1237400Z [36;1m##Logs[0m
2025-08-20T22:29:34.1237678Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:29:34.1238262Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:29:34.1238576Z [36;1m else[0m
2025-08-20T22:29:34.1239250Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:29:34.1239631Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:29:34.1239952Z [36;1m fi[0m
2025-08-20T22:29:34.1240589Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.1241050Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.1241432Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:29:34.1241984Z [36;1m PKG_FAMILY_LOCAL="$(echo "simplehttpserver" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:29:34.1242479Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:29:34.1242845Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.1243285Z [36;1m##Rebuild[0m
2025-08-20T22:29:34.1243585Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:29:34.1243995Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:29:34.1244308Z [36;1m else[0m
2025-08-20T22:29:34.1244570Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:29:34.1244922Z [36;1m fi[0m
2025-08-20T22:29:34.1245243Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.1245834Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:29:34.1246445Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:29:34.1247020Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:29:34.1247946Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/simplehttpserver/static.go.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T22:29:34.1248872Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:29:34.1249324Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:29:34.1249872Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:29:34.1250368Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:29:34.1250785Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.1251217Z [36;1m    exit 1[0m
2025-08-20T22:29:34.1251497Z [36;1m   else[0m
2025-08-20T22:29:34.1251793Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:29:34.1252179Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.1252541Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:29:34.1253226Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:29:34.1253627Z [36;1m      #check if supported[0m
2025-08-20T22:29:34.1254070Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:29:34.1254703Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:29:34.1255178Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:29:34.1255532Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.1255945Z [36;1m         exit 1[0m
2025-08-20T22:29:34.1256288Z [36;1m       fi[0m
2025-08-20T22:29:34.1256659Z [36;1m      #get build system[0m
2025-08-20T22:29:34.1257152Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:29:34.1257594Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:29:34.1258028Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.1258467Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:29:34.1259173Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.1259726Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.1260163Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:29:34.1260623Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.1261061Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.1261398Z [36;1m       fi[0m
2025-08-20T22:29:34.1261957Z [36;1m     fi[0m
2025-08-20T22:29:34.1262233Z [36;1m   fi[0m
2025-08-20T22:29:34.1262484Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:29:34.1286151Z shell: /usr/bin/bash -e {0}
2025-08-20T22:29:34.1286677Z ##[endgroup]
2025-08-20T22:29:34.4781117Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:29:34.4781779Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:29:34.4782039Z 
2025-08-20T22:29:34.5972677Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:29:34.5973171Z 100  3858  100  3858    0     0  31959      0 --:--:-- --:--:-- --:--:-- 32150
2025-08-20T22:29:34.5983670Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/simplehttpserver/static.go.source.yaml
2025-08-20T22:29:34.6170165Z ##[group]Run ##Presets
2025-08-20T22:29:34.6170587Z [36;1m##Presets[0m
2025-08-20T22:29:34.6170993Z [36;1mset +x ; set +e[0m
2025-08-20T22:29:34.6171325Z [36;1m#-------------#[0m
2025-08-20T22:29:34.6171647Z [36;1m##Debug?[0m
2025-08-20T22:29:34.6171964Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:29:34.6172318Z [36;1m  set -x[0m
2025-08-20T22:29:34.6172620Z [36;1mfi[0m
2025-08-20T22:29:34.6172905Z [36;1m#-------------#[0m
2025-08-20T22:29:34.6173164Z [36;1m##CoreUtils[0m
2025-08-20T22:29:34.6173476Z [36;1msudo apt update -y[0m
2025-08-20T22:29:34.6173880Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:29:34.6174951Z [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-20T22:29:34.6175976Z [36;1m##tmp[0m
2025-08-20T22:29:34.6176307Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:29:34.6176739Z [36;1m#GH ENV[0m
2025-08-20T22:29:34.6177015Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.6177406Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.6177781Z [36;1m#-------------#[0m
2025-08-20T22:29:34.6178060Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:29:34.6178803Z [36;1msudo apt update -y[0m
2025-08-20T22:29:34.6179104Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:29:34.6179393Z [36;1m##Setup Minisign[0m
2025-08-20T22:29:34.6179780Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:29:34.6180297Z [36;1mecho "***[0m
2025-08-20T22:29:34.6181705Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:29:34.6182062Z [36;1m##User-Agent[0m
2025-08-20T22:29:34.6182822Z [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-20T22:29:34.6183712Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:34.6210512Z shell: /usr/bin/bash -e {0}
2025-08-20T22:29:34.6210828Z env:
2025-08-20T22:29:34.6211064Z   CROSS_COMPILING: NO
2025-08-20T22:29:34.6211385Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:29:34.6211750Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:29:34.6212040Z   ON_QEMU: NO
2025-08-20T22:29:34.6212333Z   DEBUG: 0
2025-08-20T22:29:34.6212601Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:29:34.6212884Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:29:34.6213355Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-simplehttpserver/go
2025-08-20T22:29:34.6213734Z   KEEP_LOGS: YES
2025-08-20T22:29:34.6214028Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:29:34.6214328Z   PKG_FAMILY_LOCAL: simplehttpserver
2025-08-20T22:29:34.6214624Z   SBUILD_REBUILD: false
2025-08-20T22:29:34.6215307Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/simplehttpserver/static.go.source.yaml
2025-08-20T22:29:34.6215956Z   BUILD_SYS: docker://go
2025-08-20T22:29:34.6216222Z   BUILD_ON_HOST: FALSE
2025-08-20T22:29:34.6216518Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:29:34.6216771Z ##[endgroup]
2025-08-20T22:29:34.6530926Z 
2025-08-20T22:29:34.6531625Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:29:34.6532247Z 
2025-08-20T22:29:34.8874024Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T22:29:34.9135081Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:29:35.0061426Z Get:3 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T22:29:35.0198904Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:29:35.0456210Z Get:5 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T22:29:35.0594097Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:29:35.0663397Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T22:29:35.0755550Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:29:35.0879300Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:29:35.2683512Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T22:29:35.3482460Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T22:29:35.4270134Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T22:29:35.6295127Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T22:29:35.6811563Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T22:29:35.7310184Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T22:29:35.8026977Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T22:29:35.8545431Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T22:29:35.9085866Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T22:29:36.0066697Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:29:36.0556530Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T22:29:36.1025137Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T22:29:36.2366741Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T22:29:36.2837186Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T22:29:36.3301996Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T22:29:36.3771847Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T22:29:36.4240603Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T22:29:36.4707578Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T22:29:36.5176021Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T22:29:36.5642409Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T22:29:36.6114999Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T22:29:36.6579892Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T22:29:36.7048267Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1136 kB]
2025-08-20T22:29:36.7599916Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T22:29:36.8077087Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T22:29:36.8542804Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T22:29:36.9075996Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T22:29:37.0419004Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T22:29:37.0890855Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2181 kB]
2025-08-20T22:29:37.1523005Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [361 kB]
2025-08-20T22:29:37.2013845Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T22:29:37.2481541Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T22:29:37.2952125Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T22:29:37.3415686Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T22:29:45.1023754Z Fetched 11.9 MB in 3s (4613 kB/s)
2025-08-20T22:29:45.8651312Z Reading package lists...
2025-08-20T22:29:46.1061315Z Building dependency tree...
2025-08-20T22:29:46.1067991Z Reading state information...
2025-08-20T22:29:46.1308448Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:29:46.1399173Z 
2025-08-20T22:29:46.1400655Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:29:46.1401184Z 
2025-08-20T22:29:46.1515348Z Reading package lists...
2025-08-20T22:29:46.3765269Z Building dependency tree...
2025-08-20T22:29:46.3773999Z Reading state information...
2025-08-20T22:29:46.6188257Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:29:46.6189177Z bc set to manually installed.
2025-08-20T22:29:46.6200855Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:29:46.6201887Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:29:46.6202713Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:29:46.6755583Z The following NEW packages will be installed:
2025-08-20T22:29:46.6762081Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T22:29:46.6764145Z   moreutils
2025-08-20T22:29:46.6770189Z The following packages will be upgraded:
2025-08-20T22:29:46.6777800Z   jq libjq1
2025-08-20T22:29:46.6956045Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T22:29:47.0486790Z Need to get 936 kB of archives.
2025-08-20T22:29:47.0487781Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T22:29:47.0488407Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T22:29:47.3772599Z 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-20T22:29:47.5981751Z 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-20T22:29:47.8247809Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T22:29:47.9440243Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T22:29:48.0817063Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:29:48.1942457Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T22:29:48.3208212Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T22:29:48.8517075Z Fetched 936 kB in 2s (506 kB/s)
2025-08-20T22:29:48.9175806Z Selecting previously unselected package fdupes.
2025-08-20T22:29:49.0417167Z (Reading database ... 
2025-08-20T22:29:49.0417801Z (Reading database ... 5%
2025-08-20T22:29:49.0418078Z (Reading database ... 10%
2025-08-20T22:29:49.0418322Z (Reading database ... 15%
2025-08-20T22:29:49.0418930Z (Reading database ... 20%
2025-08-20T22:29:49.0419225Z (Reading database ... 25%
2025-08-20T22:29:49.0419453Z (Reading database ... 30%
2025-08-20T22:29:49.0419745Z (Reading database ... 35%
2025-08-20T22:29:49.0419993Z (Reading database ... 40%
2025-08-20T22:29:49.0420255Z (Reading database ... 45%
2025-08-20T22:29:49.0420562Z (Reading database ... 50%
2025-08-20T22:29:49.3316362Z (Reading database ... 55%
2025-08-20T22:29:49.8639830Z (Reading database ... 60%
2025-08-20T22:29:50.4149977Z (Reading database ... 65%
2025-08-20T22:29:50.9049038Z (Reading database ... 70%
2025-08-20T22:29:51.3404352Z (Reading database ... 75%
2025-08-20T22:29:51.9192387Z (Reading database ... 80%
2025-08-20T22:29:52.5017723Z (Reading database ... 85%
2025-08-20T22:29:53.0645099Z (Reading database ... 90%
2025-08-20T22:29:53.6161265Z (Reading database ... 95%
2025-08-20T22:29:53.6161653Z (Reading database ... 100%
2025-08-20T22:29:53.6162091Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T22:29:53.6203551Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T22:29:53.6347847Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:29:53.7344634Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:29:53.7543301Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:29:53.8614813Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:29:53.8923376Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:29:53.9512670Z Selecting previously unselected package libio-pty-perl.
2025-08-20T22:29:53.9679321Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T22:29:53.9757742Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:29:54.0644991Z Selecting previously unselected package libipc-run-perl.
2025-08-20T22:29:54.0800969Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T22:29:54.0861601Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T22:29:54.1660864Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:29:54.1802960Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:29:54.1863940Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:29:54.2469795Z Selecting previously unselected package moreutils.
2025-08-20T22:29:54.2619985Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T22:29:54.2687540Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:29:54.3867774Z Selecting previously unselected package dos2unix.
2025-08-20T22:29:54.4045176Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T22:29:54.4121766Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:29:54.7084244Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:29:54.7317485Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:29:54.7512883Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:29:54.7712827Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T22:29:54.7924308Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:29:54.8140889Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:29:54.8344485Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:29:54.8549483Z Setting up moreutils (0.69-1) ...
2025-08-20T22:29:54.8748736Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:30:12.3044035Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:30:13.5301135Z Reading package lists...
2025-08-20T22:30:13.7516464Z Building dependency tree...
2025-08-20T22:30:13.7524458Z Reading state information...
2025-08-20T22:30:13.9970580Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:30:13.9971060Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:30:13.9971672Z apt-utils set to manually installed.
2025-08-20T22:30:13.9972019Z ca-certificates is already the newest version (20240203).
2025-08-20T22:30:13.9972446Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:30:13.9972916Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:30:13.9973273Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:30:13.9973736Z moreutils is already the newest version (0.69-1).
2025-08-20T22:30:13.9974135Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:30:13.9974596Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:30:13.9974987Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:30:13.9975875Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:30:13.9976239Z tmux set to manually installed.
2025-08-20T22:30:13.9976534Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:30:13.9976951Z The following additional packages will be installed:
2025-08-20T22:30:13.9977413Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T22:30:13.9977933Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T22:30:13.9979102Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:30:13.9979451Z   uuid-runtime
2025-08-20T22:30:13.9986339Z Suggested packages:
2025-08-20T22:30:13.9986811Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T22:30:13.9987244Z   util-linux-extra util-linux-locales
2025-08-20T22:30:13.9987624Z Recommended packages:
2025-08-20T22:30:13.9987860Z   unattended-upgrades
2025-08-20T22:30:14.0488605Z The following NEW packages will be installed:
2025-08-20T22:30:14.0489055Z   rename
2025-08-20T22:30:14.0493525Z The following packages will be upgraded:
2025-08-20T22:30:14.0494217Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T22:30:14.0495387Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T22:30:14.0501790Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:30:14.0502796Z   software-properties-common util-linux uuid-runtime
2025-08-20T22:30:14.0672810Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:30:14.2346115Z Need to get 4390 kB of archives.
2025-08-20T22:30:14.2346671Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:30:14.2347296Z 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-20T22:30:14.4253223Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T22:30:14.6530630Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T22:30:14.7020235Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T22:30:14.7494789Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T22:30:14.7964636Z 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-20T22:30:14.8435586Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T22:30:14.8927281Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T22:30:14.9427158Z 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-20T22:30:14.9907221Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T22:30:15.0458166Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T22:30:15.0947198Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T22:30:15.1467486Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T22:30:15.1988442Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T22:30:15.2801295Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T22:30:15.3291680Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T22:30:15.3858973Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T22:30:15.4338251Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T22:30:15.4839303Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T22:30:15.6176232Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T22:30:15.6680077Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T22:30:15.7163367Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T22:30:15.7652697Z 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-20T22:30:15.8134897Z 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-20T22:30:15.8605653Z 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-20T22:30:15.9074789Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:30:15.9542900Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T22:30:16.2126898Z Fetched 4390 kB in 2s (2342 kB/s)
2025-08-20T22:30:16.2433952Z (Reading database ... 
2025-08-20T22:30:16.2434301Z (Reading database ... 5%
2025-08-20T22:30:16.2434550Z (Reading database ... 10%
2025-08-20T22:30:16.2434843Z (Reading database ... 15%
2025-08-20T22:30:16.2435091Z (Reading database ... 20%
2025-08-20T22:30:16.2435352Z (Reading database ... 25%
2025-08-20T22:30:16.2435651Z (Reading database ... 30%
2025-08-20T22:30:16.2435880Z (Reading database ... 35%
2025-08-20T22:30:16.2436111Z (Reading database ... 40%
2025-08-20T22:30:16.2436448Z (Reading database ... 45%
2025-08-20T22:30:16.2436726Z (Reading database ... 50%
2025-08-20T22:30:16.2455009Z (Reading database ... 55%
2025-08-20T22:30:16.2535984Z (Reading database ... 60%
2025-08-20T22:30:16.2573325Z (Reading database ... 65%
2025-08-20T22:30:16.2586749Z (Reading database ... 70%
2025-08-20T22:30:16.2605077Z (Reading database ... 75%
2025-08-20T22:30:16.2635797Z (Reading database ... 80%
2025-08-20T22:30:16.2795653Z (Reading database ... 85%
2025-08-20T22:30:16.2814771Z (Reading database ... 90%
2025-08-20T22:30:16.2906897Z (Reading database ... 95%
2025-08-20T22:30:16.2907248Z (Reading database ... 100%
2025-08-20T22:30:16.2907606Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:30:16.2938132Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:30:16.3179378Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T22:30:16.4468595Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T22:30:16.5413968Z (Reading database ... 
2025-08-20T22:30:16.5414547Z (Reading database ... 5%
2025-08-20T22:30:16.5415485Z (Reading database ... 10%
2025-08-20T22:30:16.5415810Z (Reading database ... 15%
2025-08-20T22:30:16.5416148Z (Reading database ... 20%
2025-08-20T22:30:16.5416424Z (Reading database ... 25%
2025-08-20T22:30:16.5416649Z (Reading database ... 30%
2025-08-20T22:30:16.5416946Z (Reading database ... 35%
2025-08-20T22:30:16.5417276Z (Reading database ... 40%
2025-08-20T22:30:16.5417508Z (Reading database ... 45%
2025-08-20T22:30:16.5417809Z (Reading database ... 50%
2025-08-20T22:30:16.5437334Z (Reading database ... 55%
2025-08-20T22:30:16.5526352Z (Reading database ... 60%
2025-08-20T22:30:16.5567364Z (Reading database ... 65%
2025-08-20T22:30:16.5581533Z (Reading database ... 70%
2025-08-20T22:30:16.5601571Z (Reading database ... 75%
2025-08-20T22:30:16.5634881Z (Reading database ... 80%
2025-08-20T22:30:16.5809066Z (Reading database ... 85%
2025-08-20T22:30:16.5830551Z (Reading database ... 90%
2025-08-20T22:30:16.5931651Z (Reading database ... 95%
2025-08-20T22:30:16.5932082Z (Reading database ... 100%
2025-08-20T22:30:16.5932488Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:30:16.5968540Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:30:16.6247204Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:30:16.8154965Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T22:30:17.4280559Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:30:17.4905246Z (Reading database ... 
2025-08-20T22:30:17.4905613Z (Reading database ... 5%
2025-08-20T22:30:17.4905904Z (Reading database ... 10%
2025-08-20T22:30:17.4906207Z (Reading database ... 15%
2025-08-20T22:30:17.4906502Z (Reading database ... 20%
2025-08-20T22:30:17.4906740Z (Reading database ... 25%
2025-08-20T22:30:17.4907020Z (Reading database ... 30%
2025-08-20T22:30:17.4907305Z (Reading database ... 35%
2025-08-20T22:30:17.4907537Z (Reading database ... 40%
2025-08-20T22:30:17.4907861Z (Reading database ... 45%
2025-08-20T22:30:17.4908110Z (Reading database ... 50%
2025-08-20T22:30:17.4927709Z (Reading database ... 55%
2025-08-20T22:30:17.5012143Z (Reading database ... 60%
2025-08-20T22:30:17.5052257Z (Reading database ... 65%
2025-08-20T22:30:17.5066529Z (Reading database ... 70%
2025-08-20T22:30:17.5086568Z (Reading database ... 75%
2025-08-20T22:30:17.5120067Z (Reading database ... 80%
2025-08-20T22:30:17.5289134Z (Reading database ... 85%
2025-08-20T22:30:17.5309660Z (Reading database ... 90%
2025-08-20T22:30:17.5406528Z (Reading database ... 95%
2025-08-20T22:30:17.5407041Z (Reading database ... 100%
2025-08-20T22:30:17.5407400Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:30:17.5439930Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:30:17.5692133Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:30:17.6853040Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:30:17.7193613Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:30:17.8041077Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:30:17.8881742Z (Reading database ... 
2025-08-20T22:30:17.8882367Z (Reading database ... 5%
2025-08-20T22:30:17.8882637Z (Reading database ... 10%
2025-08-20T22:30:17.8882913Z (Reading database ... 15%
2025-08-20T22:30:17.8883202Z (Reading database ... 20%
2025-08-20T22:30:17.8883487Z (Reading database ... 25%
2025-08-20T22:30:17.8883805Z (Reading database ... 30%
2025-08-20T22:30:17.8884102Z (Reading database ... 35%
2025-08-20T22:30:17.8884353Z (Reading database ... 40%
2025-08-20T22:30:17.8884620Z (Reading database ... 45%
2025-08-20T22:30:17.8884910Z (Reading database ... 50%
2025-08-20T22:30:17.8903988Z (Reading database ... 55%
2025-08-20T22:30:17.8989899Z (Reading database ... 60%
2025-08-20T22:30:17.9029257Z (Reading database ... 65%
2025-08-20T22:30:17.9043960Z (Reading database ... 70%
2025-08-20T22:30:17.9063011Z (Reading database ... 75%
2025-08-20T22:30:17.9095547Z (Reading database ... 80%
2025-08-20T22:30:17.9258297Z (Reading database ... 85%
2025-08-20T22:30:17.9277616Z (Reading database ... 90%
2025-08-20T22:30:17.9372243Z (Reading database ... 95%
2025-08-20T22:30:17.9372679Z (Reading database ... 100%
2025-08-20T22:30:17.9373088Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:30:17.9403851Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:30:17.9667805Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:30:18.0547712Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:30:18.1530440Z (Reading database ... 
2025-08-20T22:30:18.1531308Z (Reading database ... 5%
2025-08-20T22:30:18.1531843Z (Reading database ... 10%
2025-08-20T22:30:18.1532108Z (Reading database ... 15%
2025-08-20T22:30:18.1532781Z (Reading database ... 20%
2025-08-20T22:30:18.1533113Z (Reading database ... 25%
2025-08-20T22:30:18.1533403Z (Reading database ... 30%
2025-08-20T22:30:18.1533624Z (Reading database ... 35%
2025-08-20T22:30:18.1533927Z (Reading database ... 40%
2025-08-20T22:30:18.1534178Z (Reading database ... 45%
2025-08-20T22:30:18.1534442Z (Reading database ... 50%
2025-08-20T22:30:18.1553248Z (Reading database ... 55%
2025-08-20T22:30:18.1641669Z (Reading database ... 60%
2025-08-20T22:30:18.1681635Z (Reading database ... 65%
2025-08-20T22:30:18.1695960Z (Reading database ... 70%
2025-08-20T22:30:18.1715764Z (Reading database ... 75%
2025-08-20T22:30:18.1748584Z (Reading database ... 80%
2025-08-20T22:30:18.1914989Z (Reading database ... 85%
2025-08-20T22:30:18.1934977Z (Reading database ... 90%
2025-08-20T22:30:18.2032706Z (Reading database ... 95%
2025-08-20T22:30:18.2032985Z (Reading database ... 100%
2025-08-20T22:30:18.2033508Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:30:18.2065695Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:30:18.2368446Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:30:18.3652002Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:30:18.3971598Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:30:18.5035966Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:30:18.5880304Z (Reading database ... 
2025-08-20T22:30:18.5880920Z (Reading database ... 5%
2025-08-20T22:30:18.5881183Z (Reading database ... 10%
2025-08-20T22:30:18.5881939Z (Reading database ... 15%
2025-08-20T22:30:18.5882246Z (Reading database ... 20%
2025-08-20T22:30:18.5882499Z (Reading database ... 25%
2025-08-20T22:30:18.5882761Z (Reading database ... 30%
2025-08-20T22:30:18.5883010Z (Reading database ... 35%
2025-08-20T22:30:18.5883280Z (Reading database ... 40%
2025-08-20T22:30:18.5883599Z (Reading database ... 45%
2025-08-20T22:30:18.5884445Z (Reading database ... 50%
2025-08-20T22:30:18.5901436Z (Reading database ... 55%
2025-08-20T22:30:18.5984767Z (Reading database ... 60%
2025-08-20T22:30:18.6022686Z (Reading database ... 65%
2025-08-20T22:30:18.6036188Z (Reading database ... 70%
2025-08-20T22:30:18.6054633Z (Reading database ... 75%
2025-08-20T22:30:18.6085719Z (Reading database ... 80%
2025-08-20T22:30:18.6245463Z (Reading database ... 85%
2025-08-20T22:30:18.6264188Z (Reading database ... 90%
2025-08-20T22:30:18.6356280Z (Reading database ... 95%
2025-08-20T22:30:18.6356639Z (Reading database ... 100%
2025-08-20T22:30:18.6356997Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:30:18.6385431Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:30:18.6682729Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:30:18.7594455Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:30:19.1084590Z (Reading database ... 
2025-08-20T22:30:19.1085125Z (Reading database ... 5%
2025-08-20T22:30:19.1085392Z (Reading database ... 10%
2025-08-20T22:30:19.1085673Z (Reading database ... 15%
2025-08-20T22:30:19.1085946Z (Reading database ... 20%
2025-08-20T22:30:19.1086181Z (Reading database ... 25%
2025-08-20T22:30:19.1086452Z (Reading database ... 30%
2025-08-20T22:30:19.1086708Z (Reading database ... 35%
2025-08-20T22:30:19.1087686Z (Reading database ... 40%
2025-08-20T22:30:19.1088184Z (Reading database ... 45%
2025-08-20T22:30:19.1088439Z (Reading database ... 50%
2025-08-20T22:30:19.1105822Z (Reading database ... 55%
2025-08-20T22:30:19.1186377Z (Reading database ... 60%
2025-08-20T22:30:19.1223307Z (Reading database ... 65%
2025-08-20T22:30:19.1237274Z (Reading database ... 70%
2025-08-20T22:30:19.1255219Z (Reading database ... 75%
2025-08-20T22:30:19.1285585Z (Reading database ... 80%
2025-08-20T22:30:19.1441290Z (Reading database ... 85%
2025-08-20T22:30:19.1459204Z (Reading database ... 90%
2025-08-20T22:30:19.1547308Z (Reading database ... 95%
2025-08-20T22:30:19.1547738Z (Reading database ... 100%
2025-08-20T22:30:19.1548090Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:30:19.1573793Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:30:19.1821663Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:30:19.2968497Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:30:19.3488420Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:30:19.4505358Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:30:19.4737851Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:30:19.5543384Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:30:19.5804831Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:30:19.6817962Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:30:19.7027930Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:30:19.8019712Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:30:19.8311217Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:30:19.9170760Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:30:19.9375839Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:30:20.0214890Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:30:20.0417985Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:30:20.1546482Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:30:20.1752445Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:30:20.2708555Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:30:20.2903289Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:30:20.3786439Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T22:30:20.4480064Z (Reading database ... 
2025-08-20T22:30:20.4480889Z (Reading database ... 5%
2025-08-20T22:30:20.4481434Z (Reading database ... 10%
2025-08-20T22:30:20.4481690Z (Reading database ... 15%
2025-08-20T22:30:20.4481979Z (Reading database ... 20%
2025-08-20T22:30:20.4482228Z (Reading database ... 25%
2025-08-20T22:30:20.4482548Z (Reading database ... 30%
2025-08-20T22:30:20.4482832Z (Reading database ... 35%
2025-08-20T22:30:20.4483077Z (Reading database ... 40%
2025-08-20T22:30:20.4483312Z (Reading database ... 45%
2025-08-20T22:30:20.4483601Z (Reading database ... 50%
2025-08-20T22:30:20.4503678Z (Reading database ... 55%
2025-08-20T22:30:20.4590695Z (Reading database ... 60%
2025-08-20T22:30:20.4631334Z (Reading database ... 65%
2025-08-20T22:30:20.4645415Z (Reading database ... 70%
2025-08-20T22:30:20.4666535Z (Reading database ... 75%
2025-08-20T22:30:20.4700295Z (Reading database ... 80%
2025-08-20T22:30:20.4865302Z (Reading database ... 85%
2025-08-20T22:30:20.4883792Z (Reading database ... 90%
2025-08-20T22:30:20.4978018Z (Reading database ... 95%
2025-08-20T22:30:20.4978302Z (Reading database ... 100%
2025-08-20T22:30:20.4978891Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:30:20.5009883Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:30:20.5204617Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:30:20.6227522Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:30:20.6466643Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:30:20.7305463Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:30:20.7546534Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:30:20.8414832Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:30:20.8615414Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:30:20.9517606Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:30:20.9746906Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:30:21.0731321Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:30:21.1942528Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:30:21.3000820Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:30:21.3852775Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:30:21.4551949Z Selecting previously unselected package rename.
2025-08-20T22:30:21.4723013Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T22:30:21.4798302Z Unpacking rename (2.02-1) ...
2025-08-20T22:30:21.5721249Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:30:21.5922286Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:30:21.6735578Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T22:30:21.6925217Z Setting up rename (2.02-1) ...
2025-08-20T22:30:21.7116384Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:30:21.7260210Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T22:30:21.7522722Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T22:30:21.7788029Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:30:21.8017364Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T22:30:21.8229090Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T22:30:22.4588369Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:30:22.4799140Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T22:30:22.5012635Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:30:22.5224598Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T22:30:22.5420664Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T22:30:22.8913573Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T22:30:22.9114339Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T22:30:22.9320776Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T22:30:23.0427467Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:30:23.1752509Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T22:30:23.2843727Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:30:23.3122129Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T22:30:23.3328318Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T22:30:23.3585324Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:30:23.4780992Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:30:23.7394224Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:30:23.7739526Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:30:29.9015418Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:30:31.2562413Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:30:31.2616192Z Hit:2 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:30:31.2637505Z Hit:3 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:30:31.3076920Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:30:31.3539023Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:30:31.4018158Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:30:32.3602931Z Reading package lists...
2025-08-20T22:30:32.5809251Z Building dependency tree...
2025-08-20T22:30:32.5817707Z Reading state information...
2025-08-20T22:30:32.6073464Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:30:32.6202001Z 
2025-08-20T22:30:32.6203461Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:30:32.7934773Z 
2025-08-20T22:30:32.7935526Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:30:32.8076678Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:30:32.8662716Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:30:32.9129893Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:30:32.9595182Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:30:33.0060653Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:30:33.9074135Z Reading package lists...
2025-08-20T22:30:34.1316199Z Building dependency tree...
2025-08-20T22:30:34.1324431Z Reading state information...
2025-08-20T22:30:34.1568283Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:30:34.1661888Z 
2025-08-20T22:30:34.1662727Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:30:34.1663130Z 
2025-08-20T22:30:34.1775301Z Reading package lists...
2025-08-20T22:30:34.4089533Z Building dependency tree...
2025-08-20T22:30:34.4096674Z Reading state information...
2025-08-20T22:30:34.6621913Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:30:34.7013569Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:30:34.7280748Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:30:34.7899402Z ##[group]Run ##Presets
2025-08-20T22:30:34.7899876Z [36;1m##Presets[0m
2025-08-20T22:30:34.7900227Z [36;1mset +x ; set +e[0m
2025-08-20T22:30:34.7900494Z [36;1m#-------------#[0m
2025-08-20T22:30:34.7900738Z [36;1m##Debug?[0m
2025-08-20T22:30:34.7901054Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:30:34.7901400Z [36;1m  set -x[0m
2025-08-20T22:30:34.7901595Z [36;1mfi[0m
2025-08-20T22:30:34.7901875Z [36;1m#-------------#[0m
2025-08-20T22:30:34.7902343Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:30:34.7902997Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:30:34.7903423Z [36;1msudo service procps restart[0m
2025-08-20T22:30:34.7903752Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:30:34.7930985Z shell: /usr/bin/bash -e {0}
2025-08-20T22:30:34.7931296Z env:
2025-08-20T22:30:34.7931822Z   CROSS_COMPILING: NO
2025-08-20T22:30:34.7932084Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:30:34.7932411Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:30:34.7932664Z   ON_QEMU: NO
2025-08-20T22:30:34.7932902Z   DEBUG: 0
2025-08-20T22:30:34.7933141Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:30:34.7933411Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:30:34.7933789Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-simplehttpserver/go
2025-08-20T22:30:34.7934169Z   KEEP_LOGS: YES
2025-08-20T22:30:34.7934399Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:30:34.7934729Z   PKG_FAMILY_LOCAL: simplehttpserver
2025-08-20T22:30:34.7935022Z   SBUILD_REBUILD: false
2025-08-20T22:30:34.7935600Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/simplehttpserver/static.go.source.yaml
2025-08-20T22:30:34.7936273Z   BUILD_SYS: docker://go
2025-08-20T22:30:34.7936525Z   BUILD_ON_HOST: FALSE
2025-08-20T22:30:34.7936803Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:30:34.7937090Z   SYSTMP: /tmp
2025-08-20T22:30:34.7937312Z   GHA_MODE: MATRIX
2025-08-20T22:30:34.7937805Z   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-20T22:30:34.7938305Z ##[endgroup]
2025-08-20T22:30:34.8032929Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:30:34.8087877Z 0
2025-08-20T22:30:34.8453868Z vm.max_map_count = 262144
2025-08-20T22:30:34.8454234Z fs.inotify.max_user_watches = 655360
2025-08-20T22:30:34.8454695Z fs.inotify.max_user_instances = 1280
2025-08-20T22:30:34.8454972Z vm.mmap_rnd_bits = 28
2025-08-20T22:30:34.8550616Z ##[group]Run ##Presets
2025-08-20T22:30:34.8551180Z [36;1m##Presets[0m
2025-08-20T22:30:34.8551416Z [36;1mset +x ; set +e[0m
2025-08-20T22:30:34.8551683Z [36;1m#-------------#[0m
2025-08-20T22:30:34.8551969Z [36;1m##Debug?[0m
2025-08-20T22:30:34.8552235Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:30:34.8552615Z [36;1m  set -x[0m
2025-08-20T22:30:34.8552860Z [36;1mfi[0m
2025-08-20T22:30:34.8553093Z [36;1m#-------------#[0m
2025-08-20T22:30:34.8553334Z [36;1m##Main[0m
2025-08-20T22:30:34.8553591Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:30:34.8554250Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:30:34.8555043Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:30:34.8555441Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:30:34.8555922Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:30:34.8556233Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:30:34.8556559Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:30:34.8556958Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:30:34.8557327Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:30:34.8558033Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:30:34.8558381Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:30:34.8558969Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:30:34.8559425Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:30:34.8559774Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:30:34.8560055Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:30:34.8560403Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:30:34.8560735Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:30:34.8561129Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:30:34.8561514Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:30:34.8561829Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:30:34.8562226Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:30:34.8562574Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:30:34.8562932Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:30:34.8563310Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:30:34.8563669Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:30:34.8563999Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:30:34.8564360Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:30:34.8564725Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:30:34.8565235Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:30:34.8565771Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:30:34.8566260Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:30:34.8566685Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:30:34.8567062Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:30:34.8567702Z [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-20T22:30:34.8568582Z [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-20T22:30:34.8569336Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:30:34.8569680Z [36;1m else[0m
2025-08-20T22:30:34.8570307Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:30:34.8570722Z [36;1m fi[0m
2025-08-20T22:30:34.8571088Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:30:34.8571507Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:30:34.8571941Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:30:34.8572438Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:30:34.8572854Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:30:34.8573356Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:30:34.8573797Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:30:34.8574233Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:30:34.8574728Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:30:34.8575171Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:30:34.8575526Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:30:34.8602301Z shell: /usr/bin/bash -e {0}
2025-08-20T22:30:34.8602733Z env:
2025-08-20T22:30:34.8602983Z   CROSS_COMPILING: NO
2025-08-20T22:30:34.8603512Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:30:34.8603872Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:30:34.8604140Z   ON_QEMU: NO
2025-08-20T22:30:34.8604361Z   DEBUG: 0
2025-08-20T22:30:34.8604633Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:30:34.8604927Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:30:34.8605319Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-simplehttpserver/go
2025-08-20T22:30:34.8605753Z   KEEP_LOGS: YES
2025-08-20T22:30:34.8605982Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:30:34.8606284Z   PKG_FAMILY_LOCAL: simplehttpserver
2025-08-20T22:30:34.8606587Z   SBUILD_REBUILD: false
2025-08-20T22:30:34.8607164Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/simplehttpserver/static.go.source.yaml
2025-08-20T22:30:34.8607828Z   BUILD_SYS: docker://go
2025-08-20T22:30:34.8608058Z   BUILD_ON_HOST: FALSE
2025-08-20T22:30:34.8608289Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:30:34.8608592Z   SYSTMP: /tmp
2025-08-20T22:30:34.8609061Z   GHA_MODE: MATRIX
2025-08-20T22:30:34.8609577Z   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-20T22:30:34.8610559Z   GHCR_TOKEN: ***
2025-08-20T22:30:34.8610910Z   GITHUB_TOKEN: ***
2025-08-20T22:30:34.8611484Z   GITLAB_TOKEN: ***
2025-08-20T22:30:34.8612736Z   MINISIGN_KEY: ***
2025-08-20T22:30:34.8613045Z ##[endgroup]
2025-08-20T22:30:34.9808156Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:30:35.1124043Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:30:35.1124681Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:30:35.1124935Z 
2025-08-20T22:30:35.1938604Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:30:35.1939410Z 100  3858  100  3858    0     0  47400      0 --:--:-- --:--:-- --:--:-- 47629
2025-08-20T22:30:35.1950234Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/simplehttpserver/static.go.source.yaml
2025-08-20T22:30:35.2029663Z 
2025-08-20T22:30:35.2030379Z [+] Building [/tmp/tmp.BfPO4iIG90/SBUILD_INPUT] Locally
2025-08-20T22:30:35.2030706Z 
2025-08-20T22:30:35.2041671Z '/tmp/tmp.BfPO4iIG90/SBUILD_INPUT' -> '/tmp/pkgforge/n2FGTmra4_build.yaml'
2025-08-20T22:30:35.3304798Z 
2025-08-20T22:30:35.3305557Z [+] Passwordless sudo is Configured
2025-08-20T22:30:35.4596134Z 
2025-08-20T22:30:35.4608275Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:30:35.4608583Z 
2025-08-20T22:30:35.4980889Z 
2025-08-20T22:30:35.4982495Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T22:30:35.4982861Z 
2025-08-20T22:30:35.4982883Z 
2025-08-20T22:30:35.4983137Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:30:35.4983424Z 
2025-08-20T22:30:35.5021140Z [+] Installing: 7z -> 7z
2025-08-20T22:30:35.7691033Z [+] Installing: actionlint -> actionlint
2025-08-20T22:30:36.0345448Z [+] Installing: anew -> anew
2025-08-20T22:30:36.2651465Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:30:36.7536154Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:30:36.9368226Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:30:37.4055803Z [+] Installing: archey -> archey
2025-08-20T22:30:37.7105404Z [+] Installing: aria2 -> aria2c
2025-08-20T22:30:37.9947904Z [+] Installing: askalono -> askalono
2025-08-20T22:30:38.2646955Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:30:38.5557903Z [+] Installing: b3sum -> b3sum
2025-08-20T22:30:38.8135966Z [+] Installing: bita -> bita
2025-08-20T22:30:39.5151381Z [+] Installing: btop -> btop
2025-08-20T22:30:40.0811556Z [+] Installing: chafa -> chafa
2025-08-20T22:30:40.6707296Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:30:41.1271162Z [+] Installing: croc -> croc
2025-08-20T22:30:41.4105006Z [+] Installing: csvtk -> csvtk
2025-08-20T22:30:42.0467869Z [+] Installing: cutlines -> cutlines
2025-08-20T22:30:42.5743690Z curl: (22) The requested URL returned error: 404
2025-08-20T22:30:42.5779788Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:30:42.5780388Z [+] Installing: dbin -> dbin
2025-08-20T22:30:43.0034940Z [+] Installing: dasel -> dasel
2025-08-20T22:30:43.3843740Z [+] Installing: delta -> delta
2025-08-20T22:30:43.7618605Z [+] Installing: ds -> ds
2025-08-20T22:30:44.0577613Z curl: (22) The requested URL returned error: 404
2025-08-20T22:30:44.0613839Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:30:44.0614251Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:30:44.2830470Z [+] Installing: duf -> duf
2025-08-20T22:30:44.8408057Z [+] Installing: duplicut -> duplicut
2025-08-20T22:30:45.3540596Z [+] Installing: dust -> dust
2025-08-20T22:30:45.6079405Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:30:45.8816399Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:30:46.1118117Z [+] Installing: dysk -> dysk
2025-08-20T22:30:46.3379482Z [+] Installing: eget -> eget
2025-08-20T22:30:46.9256469Z [+] Installing: epoch -> epoch
2025-08-20T22:30:47.1701735Z [+] Installing: faketty -> faketty
2025-08-20T22:30:47.7021553Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:30:48.2510339Z [+] Installing: freeze -> freeze
2025-08-20T22:30:48.5634039Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:30:49.0715209Z [+] Installing: gdu -> gdu
2025-08-20T22:30:49.7935576Z [+] Installing: gh -> gh
2025-08-20T22:30:50.1987287Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:30:50.4885254Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:30:51.1371598Z [+] Installing: glab -> glab
2025-08-20T22:30:51.8151122Z [+] Installing: glow -> glow
2025-08-20T22:30:52.2352883Z [+] Installing: httpx -> httpx
2025-08-20T22:30:52.6305262Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:30:52.9624339Z [+] Installing: husarnet -> husarnet
2025-08-20T22:30:53.4130863Z curl: (22) The requested URL returned error: 404
2025-08-20T22:30:53.4166155Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:30:53.4167273Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:30:53.5869044Z curl: (22) The requested URL returned error: 404
2025-08-20T22:30:53.5903879Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:30:53.5904521Z [+] Installing: imgcat -> imgcat
2025-08-20T22:30:54.1607193Z [+] Installing: jc -> jc
2025-08-20T22:30:54.7633754Z [+] Installing: jq -> jq
2025-08-20T22:30:55.0079036Z [+] Installing: logdy -> logdy
2025-08-20T22:30:55.6829598Z [+] Installing: micro -> micro
2025-08-20T22:30:55.9764262Z [+] Installing: miniserve -> miniserve
2025-08-20T22:30:56.2535478Z [+] Installing: minisign -> minisign
2025-08-20T22:30:56.7313579Z [+] Installing: ncdu -> ncdu
2025-08-20T22:30:57.2545817Z [+] Installing: notify -> notify
2025-08-20T22:30:57.5857919Z [+] Installing: ouch -> ouch
2025-08-20T22:30:57.8389570Z [+] Installing: oras -> oras
2025-08-20T22:30:58.4063161Z [+] Installing: pipetty -> pipetty
2025-08-20T22:30:58.8821559Z [+] Installing: pixterm -> pixterm
2025-08-20T22:30:59.1547157Z [+] Installing: qsv -> qsv
2025-08-20T22:30:59.4924405Z [+] Installing: rclone -> rclone
2025-08-20T22:31:00.0453658Z [+] Installing: ripgrep -> rg
2025-08-20T22:31:00.3139086Z [+] Installing: rga -> rga
2025-08-20T22:31:00.5543555Z [+] Installing: rsync -> rsync
2025-08-20T22:31:00.8313508Z [+] Installing: script -> script
2025-08-20T22:31:01.3238606Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:31:01.7260881Z [+] Installing: soar -> soar
2025-08-20T22:31:02.0016577Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:31:02.2894851Z [+] Installing: sstrip -> sstrip
2025-08-20T22:31:02.7687461Z [+] Installing: strace -> strace
2025-08-20T22:31:03.0284129Z [+] Installing: sttr -> sttr
2025-08-20T22:31:03.5667582Z [+] Installing: tailscale -> tailscale
2025-08-20T22:31:03.8722309Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:31:04.4598870Z [+] Installing: taplo -> taplo
2025-08-20T22:31:04.7363723Z [+] Installing: tldr -> tldr
2025-08-20T22:31:05.5797882Z [+] Installing: tldr -> tealdeer
2025-08-20T22:31:05.8021440Z [+] Installing: tmux -> tmux
2025-08-20T22:31:06.3399455Z [+] Installing: tok -> tok
2025-08-20T22:31:07.0168011Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:31:07.6295179Z [+] Installing: trurl -> trurl
2025-08-20T22:31:07.9173405Z [+] Installing: tss -> tss
2025-08-20T22:31:08.1444247Z [+] Installing: ulexec -> ulexec
2025-08-20T22:31:08.4318358Z [+] Installing: unfurl -> unfurl
2025-08-20T22:31:08.6773455Z [+] Installing: upx -> upx
2025-08-20T22:31:09.1889951Z [+] Installing: validtoml -> validtoml
2025-08-20T22:31:09.4395296Z [+] Installing: wget -> wget
2025-08-20T22:31:09.7128466Z [+] Installing: wget2 -> wget2
2025-08-20T22:31:09.9914225Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:31:10.5280268Z [+] Installing: xq -> xq
2025-08-20T22:31:10.7942113Z [+] Installing: xz -> xz
2025-08-20T22:31:11.0045201Z [+] Installing: unxz -> unxz
2025-08-20T22:31:11.2140771Z [+] Installing: yq -> yq
2025-08-20T22:31:11.4855582Z [+] Installing: yj -> yj
2025-08-20T22:31:11.7421776Z [+] Installing: zapper -> zapper
2025-08-20T22:31:11.9462100Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:31:12.1541495Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:31:12.5915790Z curl: (22) The requested URL returned error: 404
2025-08-20T22:31:12.5952006Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:31:12.5952541Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:31:12.7609548Z curl: (22) The requested URL returned error: 404
2025-08-20T22:31:12.7646204Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:31:12.7646833Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:31:13.2304542Z curl: (22) The requested URL returned error: 404
2025-08-20T22:31:13.2338040Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:31:13.2338863Z [+] Installing: zstd -> zstd
2025-08-20T22:31:13.7504732Z [+] Creating symlinks...
2025-08-20T22:31:13.7574988Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:31:13.7653177Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:31:13.7728175Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:31:13.7803579Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:31:13.7877592Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:31:13.7950719Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:31:13.8025623Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:31:13.8103191Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:31:13.8180754Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:31:13.8258568Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:31:13.8338069Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:31:13.8418401Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:31:13.8498285Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:31:13.8580281Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:31:13.8666502Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:31:13.8751457Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:31:13.8833442Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:31:13.8869314Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:31:13.8946793Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:31:13.9027921Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:31:13.9107367Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:31:13.9141870Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:31:13.9216547Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:31:13.9298579Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:31:13.9384174Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:31:13.9469128Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:31:13.9552219Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:31:13.9635700Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:31:13.9719246Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:31:13.9804686Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:31:13.9887697Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:31:13.9968786Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:31:14.0049116Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:31:14.0134227Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:31:14.0219988Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:31:14.0307222Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:31:14.0393481Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:31:14.0479355Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:31:14.0563723Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:31:14.0649568Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:31:14.0735194Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:31:14.0822468Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:31:14.0907592Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:31:14.0991932Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:31:14.1026670Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:31:14.1051711Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:31:14.1128007Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:31:14.1211053Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:31:14.1317384Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:31:14.1404657Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:31:14.1487206Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:31:14.1569847Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:31:14.1654096Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:31:14.1733433Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:31:14.1813388Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:31:14.1893270Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:31:14.1973651Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:31:14.2053593Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:31:14.2133733Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:31:14.2216862Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:31:14.2299237Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:31:14.2382006Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:31:14.2462238Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:31:14.2546147Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:31:14.2634405Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:31:14.2716717Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:31:14.2799082Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:31:14.2885384Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:31:14.2967546Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:31:14.3052704Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:31:14.3134219Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:31:14.3218312Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:31:14.3299136Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:31:14.3380132Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:31:14.3458482Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:31:14.3538302Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:31:14.3617723Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:31:14.3695507Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:31:14.3773343Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:31:14.3853494Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:31:14.3938209Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:31:14.4018763Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:31:14.4102387Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:31:14.4185763Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:31:14.4270652Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:31:14.4353570Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:31:14.4436910Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:31:14.4520018Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:31:14.4602842Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:31:14.4684066Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:31:14.4771463Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:31:14.4843963Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:31:14.4925377Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:31:14.5011319Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:31:14.5092794Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:31:14.5147872Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:31:14.5175652Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:31:14.5200521Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:31:14.5275362Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:31:14.5300672Z 
2025-08-20T22:31:14.5301064Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:31:14.5301410Z 
2025-08-20T22:31:14.5402713Z 
2025-08-20T22:31:14.5482832Z 
2025-08-20T22:31:14.5483220Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T22:31:14.5483430Z 
2025-08-20T22:31:14.5483517Z [+] Installation completed!
2025-08-20T22:31:14.5563872Z 
2025-08-20T22:31:14.5564281Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:31:14.9005928Z github.com
2025-08-20T22:31:14.9006560Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:31:14.9006916Z   - Active account: true
2025-08-20T22:31:14.9007126Z   - Git operations protocol: https
2025-08-20T22:31:14.9007378Z   - Token: ghp_************************************
2025-08-20T22:31:14.9008006Z   - 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-20T22:31:14.9008877Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:31:14.9009232Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:31:15.1185939Z Limit: 5000, Remaining: 4889, Reset: 2025-08-20 23:28:26 +0000 UTC (57m11s)
2025-08-20T22:31:15.1194933Z 
2025-08-20T22:31:15.1195076Z [+] GHCR_TOKEN is Exported
2025-08-20T22:31:15.1225283Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:31:15.5293729Z Login Succeeded
2025-08-20T22:31:15.5302324Z 
2025-08-20T22:31:15.5302614Z [+] GITLAB is Exported
2025-08-20T22:31:15.6571355Z [git remote -v]
2025-08-20T22:31:15.9069202Z gitlab.com
2025-08-20T22:31:15.9069829Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:31:15.9072085Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:31:15.9072634Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:31:15.9073033Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:31:15.9073387Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:31:15.9073704Z   ✓ Token found: **************************
2025-08-20T22:31:15.9073899Z 
2025-08-20T22:31:15.9074217Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:31:15.9074682Z [git remote -v]
2025-08-20T22:31:15.9081943Z 2025/08/20 22:31:15 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:31:15.9082806Z git: exit status 128]
2025-08-20T22:31:16.1733282Z 
2025-08-20T22:31:16.1733294Z 
2025-08-20T22:31:16.1734165Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:31:16 PM)
2025-08-20T22:31:16.1734564Z 
2025-08-20T22:31:16.1734569Z 
2025-08-20T22:31:16.1734640Z [+] USER = runner
2025-08-20T22:31:16.1734813Z [+] HOME = /home/runner
2025-08-20T22:31:16.1736967Z [+] 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-20T22:31:16.1739222Z 
2025-08-20T22:31:16.3377738Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:31:16.3432638Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:31:16.6143625Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:31:16.7241522Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:31:16.8341763Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:31:16.9439015Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:31:17.8069744Z Reading package lists...
2025-08-20T22:31:17.8366479Z Reading package lists...
2025-08-20T22:31:18.0550792Z Building dependency tree...
2025-08-20T22:31:18.0557601Z Reading state information...
2025-08-20T22:31:18.3229609Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:31:18.3230008Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:31:18.3230362Z ca-certificates is already the newest version (20240203).
2025-08-20T22:31:18.3230685Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:31:18.3231008Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:31:18.3231313Z moreutils is already the newest version (0.69-1).
2025-08-20T22:31:18.3231669Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:31:18.3232057Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:31:18.3232829Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:31:18.5049062Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:31:18.5229903Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:31:18.6525689Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:31:18.7625878Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:31:18.8726073Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:31:18.9828126Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:31:19.8522409Z Reading package lists...
2025-08-20T22:31:19.8832329Z Reading package lists...
2025-08-20T22:31:20.0898955Z Building dependency tree...
2025-08-20T22:31:20.0905796Z Reading state information...
2025-08-20T22:31:20.3203600Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:31:20.3203989Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:31:20.3204338Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:31:20.3204646Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:31:20.3204985Z ca-certificates is already the newest version (20240203).
2025-08-20T22:31:20.3205311Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:31:20.3205618Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:31:20.3206315Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:31:20.3206583Z gawk set to manually installed.
2025-08-20T22:31:20.3206814Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:31:20.3207107Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:31:20.3207412Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:31:20.3207702Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:31:20.3208030Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:31:20.3208380Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:31:20.3208917Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:31:20.3209231Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:31:20.3209540Z The following additional packages will be installed:
2025-08-20T22:31:20.3209923Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:31:20.3210375Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:31:20.3210804Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:31:20.3211208Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:31:20.3211631Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:31:20.3212020Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:31:20.3220199Z Suggested packages:
2025-08-20T22:31:20.3222507Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:31:20.3222957Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:31:20.3223403Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:31:20.3223843Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:31:20.3224227Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T22:31:20.3224603Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T22:31:20.3224955Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T22:31:20.3443759Z The following NEW packages will be installed:
2025-08-20T22:31:20.3444159Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:31:20.3444611Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:31:20.3445075Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:31:20.3445941Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:31:20.3446382Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:31:20.3450792Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:31:20.3451367Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:31:20.6448780Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:31:20.6449406Z Need to get 27.2 MB of archives.
2025-08-20T22:31:20.6449723Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T22:31:20.6450273Z 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-20T22:31:21.5668326Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:31:22.1260535Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T22:31:22.3518412Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T22:31:22.4617384Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T22:31:22.5727011Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T22:31:22.8062939Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:31:23.0359565Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:31:23.3672681Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T22:31:23.4808602Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:31:24.6983383Z 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-20T22:31:24.9212543Z 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-20T22:31:25.6371673Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T22:31:25.7563720Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T22:31:25.8686078Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T22:31:25.9885583Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T22:31:26.1005061Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T22:31:26.8978998Z 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-20T22:31:27.0837604Z 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-20T22:31:27.2926903Z 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-20T22:31:27.4974432Z 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-20T22:31:27.6910000Z 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-20T22:31:28.0258605Z 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-20T22:31:28.4057057Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T22:31:28.7264284Z 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-20T22:31:28.8424821Z 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-20T22:31:29.3017830Z 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-20T22:31:29.4160376Z 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-20T22:31:29.5300461Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T22:31:29.6484457Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T22:31:29.7587127Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T22:31:29.8745988Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T22:31:29.9902173Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T22:31:30.6836251Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T22:31:31.3761987Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T22:31:31.7409466Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T22:31:31.9823596Z Preconfiguring packages ...
2025-08-20T22:31:32.0781169Z Fetched 27.2 MB in 11s (2387 kB/s)
2025-08-20T22:31:32.1239335Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:31:32.1270565Z (Reading database ... 
2025-08-20T22:31:32.1270776Z (Reading database ... 5%
2025-08-20T22:31:32.1270975Z (Reading database ... 10%
2025-08-20T22:31:32.1271969Z (Reading database ... 15%
2025-08-20T22:31:32.1272220Z (Reading database ... 20%
2025-08-20T22:31:32.1272423Z (Reading database ... 25%
2025-08-20T22:31:32.1272657Z (Reading database ... 30%
2025-08-20T22:31:32.1272857Z (Reading database ... 35%
2025-08-20T22:31:32.1273053Z (Reading database ... 40%
2025-08-20T22:31:32.1273247Z (Reading database ... 45%
2025-08-20T22:31:32.1273438Z (Reading database ... 50%
2025-08-20T22:31:32.1293270Z (Reading database ... 55%
2025-08-20T22:31:32.1378309Z (Reading database ... 60%
2025-08-20T22:31:32.1419522Z (Reading database ... 65%
2025-08-20T22:31:32.1433656Z (Reading database ... 70%
2025-08-20T22:31:32.1455035Z (Reading database ... 75%
2025-08-20T22:31:32.1491164Z (Reading database ... 80%
2025-08-20T22:31:32.1667663Z (Reading database ... 85%
2025-08-20T22:31:32.1687247Z (Reading database ... 90%
2025-08-20T22:31:32.1784895Z (Reading database ... 95%
2025-08-20T22:31:32.1785108Z (Reading database ... 100%
2025-08-20T22:31:32.1785399Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T22:31:32.1818890Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:31:32.2060465Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:31:32.3846902Z Selecting previously unselected package poppler-data.
2025-08-20T22:31:32.4019561Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:31:32.4110313Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:31:32.5431697Z Selecting previously unselected package b3sum.
2025-08-20T22:31:32.5593600Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T22:31:32.5667657Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:31:32.6322039Z Selecting previously unselected package build-essential.
2025-08-20T22:31:32.6482484Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T22:31:32.6558282Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:31:32.7249428Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T22:31:32.7401166Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T22:31:32.7537751Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:31:32.8228942Z Selecting previously unselected package ccache.
2025-08-20T22:31:32.8381950Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T22:31:32.8487912Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:31:32.9299304Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:31:32.9486872Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:31:32.9552597Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:31:33.0190896Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:31:33.0366727Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:31:34.2762163Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:31:34.3403566Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:31:34.3572817Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T22:31:34.3639557Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:31:34.4521167Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:31:34.4678153Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:31:34.5303491Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:31:34.6444801Z Selecting previously unselected package libgs-common.
2025-08-20T22:31:34.6619441Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:31:34.6700096Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:31:34.7215178Z Selecting previously unselected package libgs10-common.
2025-08-20T22:31:34.7383705Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:31:34.7460681Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:31:34.8384526Z Selecting previously unselected package libidn12:arm64.
2025-08-20T22:31:34.8552385Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T22:31:34.8622580Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:31:34.9187685Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T22:31:34.9353199Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T22:31:34.9421747Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:31:35.0153730Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T22:31:35.0306689Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T22:31:35.0370951Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:31:35.1132773Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T22:31:35.1287177Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T22:31:35.1365780Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:31:35.2017550Z Selecting previously unselected package libgs10:arm64.
2025-08-20T22:31:35.2196528Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:31:35.2261383Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:31:35.4474188Z Selecting previously unselected package ghostscript.
2025-08-20T22:31:35.4657590Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:31:35.4732298Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:31:35.5358223Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:31:35.5505390Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:31:35.5570359Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:31:35.7001909Z Selecting previously unselected package imagemagick.
2025-08-20T22:31:35.7143375Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:31:35.7217793Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:31:35.7747531Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:31:35.7920849Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:31:35.8003263Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:31:35.8715317Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T22:31:35.8894844Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:31:35.8969880Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:31:35.9610236Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T22:31:35.9778083Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T22:31:35.9844477Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:31:36.0674653Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T22:31:36.0848813Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:31:36.0942048Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:31:36.1541399Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:31:36.1701308Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:31:36.1766581Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:31:36.2341296Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T22:31:36.2479657Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T22:31:36.2547859Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:31:36.3392225Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T22:31:36.3538554Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T22:31:36.3614932Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:31:36.4139212Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T22:31:36.4317464Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:31:36.4395760Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:31:36.5048925Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T22:31:36.5216099Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:31:36.5292293Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:31:36.5854343Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:31:36.6020129Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T22:31:36.6094559Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:31:36.6617081Z Selecting previously unselected package libtool-bin.
2025-08-20T22:31:36.6779922Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T22:31:36.6901343Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:31:36.7598358Z Selecting previously unselected package lzip.
2025-08-20T22:31:36.7746880Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T22:31:36.7816829Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:31:36.8453158Z Selecting previously unselected package netpbm.
2025-08-20T22:31:36.8603204Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:31:36.8687766Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:31:37.2522503Z Selecting previously unselected package musl:arm64.
2025-08-20T22:31:37.2685458Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T22:31:37.2753693Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T22:31:37.3402614Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T22:31:37.3551457Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T22:31:37.3612360Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:31:37.4562405Z Selecting previously unselected package musl-tools.
2025-08-20T22:31:37.4707587Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T22:31:37.4767601Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:31:37.5603518Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:31:37.7090191Z 
2025-08-20T22:31:37.7090924Z Creating config file /etc/papersize with new version
2025-08-20T22:31:37.7930519Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:31:37.8148186Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:31:37.8435276Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:31:37.8643243Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:31:37.8870783Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:31:37.9088372Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:31:37.9345297Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:31:37.9551265Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:31:38.0151286Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:31:38.0359051Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:31:38.0554559Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:31:38.0719040Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:31:38.0787187Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:31:38.0847875Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:31:38.0969861Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:31:38.1184639Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:31:38.1399069Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:31:38.1612858Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:31:38.1790177Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:31:38.1961556Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:31:38.2031674Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:31:38.2113850Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:31:38.2185022Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:31:38.2260856Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:31:38.2325545Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:31:38.2393645Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:31:38.2474832Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:31:38.2548185Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:31:38.2613094Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:31:38.2702328Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:31:38.2766562Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:31:38.2846314Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:31:38.2925074Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:31:38.3015847Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:31:38.3106230Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:31:38.3181567Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:31:38.3244488Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:31:38.3313969Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:31:38.3385056Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:31:38.3464889Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:31:38.3530032Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:31:38.3653396Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:31:38.3862348Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T22:31:38.4224685Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:31:38.4435837Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:31:38.4830217Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:31:38.5119865Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:31:38.5319601Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:31:38.5555153Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:31:38.5700352Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:31:38.5835143Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:31:38.6029279Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:31:38.6256972Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:31:38.6467935Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:31:38.6673428Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:31:38.6868115Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:31:38.7065749Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:31:38.8986807Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:31:38.9219385Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:31:38.9406128Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:31:38.9630340Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:31:38.9876793Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:31:39.0768159Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:31:39.9890455Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:31:41.1143524Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:31:41.1471047Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:31:43.7758970Z Reading package lists...
2025-08-20T22:31:43.9874546Z Building dependency tree...
2025-08-20T22:31:43.9883067Z Reading state information...
2025-08-20T22:31:44.2359058Z autoconf is already the newest version (2.71-3).
2025-08-20T22:31:44.2359451Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:31:44.2359796Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:31:44.2360130Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:31:44.2360551Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:31:44.2360898Z ca-certificates is already the newest version (20240203).
2025-08-20T22:31:44.2361215Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:31:44.2361513Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:31:44.2361819Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:31:44.2362129Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:31:44.2362443Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:31:44.2363128Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:31:44.2363450Z patch set to manually installed.
2025-08-20T22:31:44.2363725Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:31:44.2364051Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:31:44.2364358Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:31:44.2364658Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:31:44.2364930Z Suggested packages:
2025-08-20T22:31:44.2365100Z   scons-doc
2025-08-20T22:31:44.2507040Z The following NEW packages will be installed:
2025-08-20T22:31:44.2514044Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:31:44.3632332Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:31:44.3632683Z Need to get 17.8 MB of archives.
2025-08-20T22:31:44.3632979Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T22:31:44.3633511Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:31:44.6535571Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T22:31:44.7002239Z 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-20T22:31:45.0653967Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:31:45.1151818Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T22:31:45.3678468Z Fetched 17.8 MB in 1s (20.8 MB/s)
2025-08-20T22:31:45.3918847Z Selecting previously unselected package autopoint.
2025-08-20T22:31:45.3950491Z (Reading database ... 
2025-08-20T22:31:45.3950740Z (Reading database ... 5%
2025-08-20T22:31:45.3950939Z (Reading database ... 10%
2025-08-20T22:31:45.3951139Z (Reading database ... 15%
2025-08-20T22:31:45.3951333Z (Reading database ... 20%
2025-08-20T22:31:45.3951530Z (Reading database ... 25%
2025-08-20T22:31:45.3951760Z (Reading database ... 30%
2025-08-20T22:31:45.3951957Z (Reading database ... 35%
2025-08-20T22:31:45.3952151Z (Reading database ... 40%
2025-08-20T22:31:45.3952344Z (Reading database ... 45%
2025-08-20T22:31:45.3952532Z (Reading database ... 50%
2025-08-20T22:31:45.3974056Z (Reading database ... 55%
2025-08-20T22:31:45.4059883Z (Reading database ... 60%
2025-08-20T22:31:45.4100603Z (Reading database ... 65%
2025-08-20T22:31:45.4115077Z (Reading database ... 70%
2025-08-20T22:31:45.4135783Z (Reading database ... 75%
2025-08-20T22:31:45.4261568Z (Reading database ... 80%
2025-08-20T22:31:45.4333471Z (Reading database ... 85%
2025-08-20T22:31:45.4361238Z (Reading database ... 90%
2025-08-20T22:31:45.4448797Z (Reading database ... 95%
2025-08-20T22:31:45.4449025Z (Reading database ... 100%
2025-08-20T22:31:45.4479349Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T22:31:45.4479757Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:31:45.4550734Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:31:45.5361291Z Selecting previously unselected package clang.
2025-08-20T22:31:45.5515724Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T22:31:45.5580435Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:31:45.6234820Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:31:45.6393592Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T22:31:45.6467939Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:31:46.6452867Z Selecting previously unselected package scons.
2025-08-20T22:31:46.6605996Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:31:46.6701679Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:31:46.7979019Z Selecting previously unselected package byacc.
2025-08-20T22:31:46.8134198Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T22:31:46.8216939Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:31:46.8935024Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:31:46.9142311Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:31:46.9457611Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:31:46.9949382Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:31:47.3642724Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:31:47.3970403Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:31:48.6173944Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T22:31:49.8259683Z Reading package lists...
2025-08-20T22:31:50.0494679Z Building dependency tree...
2025-08-20T22:31:50.0502090Z Reading state information...
2025-08-20T22:31:50.2943119Z The following additional packages will be installed:
2025-08-20T22:31:50.2943831Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:31:50.2944207Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:31:50.2944639Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:31:50.2945112Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:31:50.2945556Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:31:50.2946899Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:31:50.2947393Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:31:50.2948230Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:31:50.2949264Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:31:50.2957502Z Suggested packages:
2025-08-20T22:31:50.2957755Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:31:50.2958136Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:31:50.2958540Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:31:50.2960588Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:31:50.2961034Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T22:31:50.2961447Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T22:31:50.2961900Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T22:31:50.2962371Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T22:31:50.2962736Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T22:31:50.2962947Z Recommended packages:
2025-08-20T22:31:50.2963224Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:31:50.2963648Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T22:31:50.2964040Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T22:31:50.2964394Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T22:31:50.3141952Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T22:31:50.3142297Z The following NEW packages will be installed:
2025-08-20T22:31:50.3142655Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:31:50.3143033Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:31:50.3145902Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:31:50.3146410Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:31:50.3146877Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:31:50.3147300Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:31:50.3147749Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:31:50.3148350Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:31:50.3149797Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:31:50.5539392Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:31:50.5540139Z Need to get 2409 kB of archives.
2025-08-20T22:31:50.5540458Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T22:31:50.5540973Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:31:50.6641427Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:31:50.7970138Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:31:51.0167754Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:31:51.1338822Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T22:31:51.2594926Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T22:31:51.4030500Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T22:31:51.5189406Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:31:51.6377351Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T22:31:51.7607040Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T22:31:51.8882745Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:31:52.1240646Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:31:52.2346988Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:31:52.3831830Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:31:52.5470671Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:31:52.7790451Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:31:52.9059531Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:31:53.2808101Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:31:53.3966396Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:31:53.5102210Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T22:31:53.6218492Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T22:31:53.9052788Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:31:54.1806370Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:31:54.4198784Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:31:54.5504531Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:31:54.7085289Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:31:54.8528985Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:31:55.2347604Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T22:31:55.3902478Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T22:31:55.5190346Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:31:56.1717187Z Fetched 2409 kB in 6s (431 kB/s)
2025-08-20T22:31:56.1965009Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:31:56.1998480Z (Reading database ... 
2025-08-20T22:31:56.1999191Z (Reading database ... 5%
2025-08-20T22:31:56.1999429Z (Reading database ... 10%
2025-08-20T22:31:56.1999667Z (Reading database ... 15%
2025-08-20T22:31:56.1999868Z (Reading database ... 20%
2025-08-20T22:31:56.2000060Z (Reading database ... 25%
2025-08-20T22:31:56.2000256Z (Reading database ... 30%
2025-08-20T22:31:56.2000450Z (Reading database ... 35%
2025-08-20T22:31:56.2000649Z (Reading database ... 40%
2025-08-20T22:31:56.2000844Z (Reading database ... 45%
2025-08-20T22:31:56.2001034Z (Reading database ... 50%
2025-08-20T22:31:56.2020892Z (Reading database ... 55%
2025-08-20T22:31:56.2102583Z (Reading database ... 60%
2025-08-20T22:31:56.2143434Z (Reading database ... 65%
2025-08-20T22:31:56.2158343Z (Reading database ... 70%
2025-08-20T22:31:56.2180170Z (Reading database ... 75%
2025-08-20T22:31:56.2307466Z (Reading database ... 80%
2025-08-20T22:31:56.2380205Z (Reading database ... 85%
2025-08-20T22:31:56.2408352Z (Reading database ... 90%
2025-08-20T22:31:56.2498182Z (Reading database ... 95%
2025-08-20T22:31:56.2498400Z (Reading database ... 100%
2025-08-20T22:31:56.2499277Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T22:31:56.2533349Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:31:56.2609940Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:31:56.3176962Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:31:56.3328743Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:31:56.3388024Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:31:56.3883265Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:31:56.4032321Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:31:56.4094120Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:31:56.4648369Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:31:56.4813899Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:31:56.4879455Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:31:56.5468326Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:31:56.5648861Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:31:56.5723522Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:31:56.6273137Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:31:56.6459386Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T22:31:56.6530392Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:31:56.7037601Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T22:31:56.7211421Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T22:31:56.7277194Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:31:56.7824299Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:31:56.7997816Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:31:56.8063415Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:31:56.8598599Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T22:31:56.8747762Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T22:31:56.8816392Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:31:56.9351528Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T22:31:56.9507974Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T22:31:56.9578836Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:31:57.0134213Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:31:57.0284480Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:31:57.0350644Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:31:57.0912057Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:31:57.1072833Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:31:57.1136727Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:31:57.1631080Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:31:57.1805637Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:31:57.1876854Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:31:57.2439275Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:31:57.2612706Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:31:57.2694515Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:31:57.3170921Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:31:57.3338034Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:31:57.3402134Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:31:57.3916445Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:31:57.4088446Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:31:57.4157147Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:31:57.4684165Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:31:57.4836249Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:31:57.4904618Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:31:57.5469925Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:31:57.5625295Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:31:57.5691198Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:31:57.6216578Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:31:57.6370304Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:31:57.6435557Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:31:57.6935562Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T22:31:57.7087680Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T22:31:57.7149990Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:31:57.7772389Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T22:31:57.7946263Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T22:31:57.8027494Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:31:57.8642360Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:31:57.8810083Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:31:57.8881417Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:31:57.9414137Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:31:57.9587220Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:31:57.9676978Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:31:58.0178763Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:31:58.0344868Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:31:58.0411150Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:31:58.0918266Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:31:58.1064773Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:31:58.1161159Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:31:58.1662601Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:31:58.1814657Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:31:58.1904605Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:31:58.2468441Z Selecting previously unselected package libwww-perl.
2025-08-20T22:31:58.2627009Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:31:58.2700142Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:31:58.3444037Z Selecting previously unselected package patchutils.
2025-08-20T22:31:58.3622462Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T22:31:58.3681917Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:31:58.4297214Z Selecting previously unselected package wdiff.
2025-08-20T22:31:58.4472483Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T22:31:58.4536287Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:31:58.5432166Z Selecting previously unselected package devscripts.
2025-08-20T22:31:58.5609907Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:31:58.5828050Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:31:58.7499684Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:31:58.7680449Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:31:58.7861697Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:31:58.8062982Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:31:58.8248897Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:31:58.8430646Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:31:58.8634113Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:31:58.8837095Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:31:58.9028573Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:31:58.9226344Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:31:58.9409533Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:31:58.9608887Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:31:58.9811866Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:31:59.0047464Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:31:59.0271122Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:31:59.0468939Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:31:59.0691480Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:31:59.0911273Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:31:59.1119336Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:31:59.1346278Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:31:59.1532416Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:31:59.1742421Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:31:59.1943784Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:31:59.2149681Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:31:59.2337357Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:31:59.2552122Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:31:59.2781684Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:31:59.3001581Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:31:59.3200834Z Setting up devscripts (2.23.7) ...
2025-08-20T22:31:59.4506169Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:31:59.4731898Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:32:01.3918213Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:32:02.6621979Z Reading package lists...
2025-08-20T22:32:02.8790858Z Building dependency tree...
2025-08-20T22:32:02.8798180Z Reading state information...
2025-08-20T22:32:03.1204711Z The following additional packages will be installed:
2025-08-20T22:32:03.1211571Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:32:03.1219526Z Suggested packages:
2025-08-20T22:32:03.1219741Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T22:32:03.1374749Z The following NEW packages will be installed:
2025-08-20T22:32:03.1382464Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:32:03.3775223Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:32:03.3775578Z Need to get 12.7 MB of archives.
2025-08-20T22:32:03.3775898Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T22:32:03.3776409Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T22:32:03.7835566Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T22:32:04.0417017Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:32:04.6303122Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T22:32:05.9532159Z Fetched 12.7 MB in 3s (4971 kB/s)
2025-08-20T22:32:05.9861704Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T22:32:05.9895112Z (Reading database ... 
2025-08-20T22:32:05.9895370Z (Reading database ... 5%
2025-08-20T22:32:05.9895569Z (Reading database ... 10%
2025-08-20T22:32:05.9895772Z (Reading database ... 15%
2025-08-20T22:32:05.9895971Z (Reading database ... 20%
2025-08-20T22:32:05.9896165Z (Reading database ... 25%
2025-08-20T22:32:05.9896355Z (Reading database ... 30%
2025-08-20T22:32:05.9896962Z (Reading database ... 35%
2025-08-20T22:32:05.9897155Z (Reading database ... 40%
2025-08-20T22:32:05.9898007Z (Reading database ... 45%
2025-08-20T22:32:05.9898215Z (Reading database ... 50%
2025-08-20T22:32:05.9916839Z (Reading database ... 55%
2025-08-20T22:32:06.0003281Z (Reading database ... 60%
2025-08-20T22:32:06.0045285Z (Reading database ... 65%
2025-08-20T22:32:06.0059963Z (Reading database ... 70%
2025-08-20T22:32:06.0087887Z (Reading database ... 75%
2025-08-20T22:32:06.0209332Z (Reading database ... 80%
2025-08-20T22:32:06.0280727Z (Reading database ... 85%
2025-08-20T22:32:06.0310750Z (Reading database ... 90%
2025-08-20T22:32:06.0404889Z (Reading database ... 95%
2025-08-20T22:32:06.0405108Z (Reading database ... 100%
2025-08-20T22:32:06.0405391Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T22:32:06.0439353Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T22:32:06.0629483Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:32:06.1367010Z Selecting previously unselected package librhash0:arm64.
2025-08-20T22:32:06.1521172Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T22:32:06.1591677Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:32:06.2328847Z Selecting previously unselected package cmake-data.
2025-08-20T22:32:06.2499326Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:32:06.2619276Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:32:07.3018923Z Selecting previously unselected package cmake.
2025-08-20T22:32:07.3186572Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T22:32:07.3331965Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:32:07.6087729Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:32:07.6305274Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:32:07.6509804Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:32:07.6775596Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:32:07.7022973Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:32:09.0654917Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:32:10.2841991Z Reading package lists...
2025-08-20T22:32:10.5109304Z Building dependency tree...
2025-08-20T22:32:10.5117172Z Reading state information...
2025-08-20T22:32:10.7831806Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:32:10.7832204Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:32:10.7832521Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:32:10.7833264Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:32:10.7833640Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:32:10.7833954Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:32:10.7834299Z ca-certificates is already the newest version (20240203).
2025-08-20T22:32:10.7834595Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:32:10.7834915Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:32:10.7835218Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:32:10.7835507Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:32:10.7835790Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:32:10.7836126Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:32:10.7836483Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:32:10.7836791Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:32:10.7837105Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:32:10.7837418Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:32:10.7837722Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:32:10.7837996Z musl is already the newest version (1.2.4-2).
2025-08-20T22:32:10.7838271Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:32:10.7838560Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:32:10.7839452Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:32:10.7839798Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:32:10.7840101Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:32:10.7840403Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:32:10.7840735Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:32:10.8026341Z Reading package lists...
2025-08-20T22:32:11.0139578Z Building dependency tree...
2025-08-20T22:32:11.0148852Z Reading state information...
2025-08-20T22:32:11.2707344Z autoconf is already the newest version (2.71-3).
2025-08-20T22:32:11.2707762Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:32:11.2708106Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:32:11.2708433Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:32:11.2709058Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:32:11.2709441Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:32:11.2709774Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:32:11.2710090Z ca-certificates is already the newest version (20240203).
2025-08-20T22:32:11.2710405Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:32:11.2710696Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:32:11.2710988Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:32:11.2711309Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:32:11.2711615Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:32:11.2711932Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:32:11.2712244Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:32:11.2712558Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:32:11.2712892Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:32:11.2713257Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:32:11.2713610Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:32:11.2713901Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:32:11.2714202Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:32:11.2714534Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:32:11.2905096Z Reading package lists...
2025-08-20T22:32:11.5041557Z Building dependency tree...
2025-08-20T22:32:11.5050354Z Reading state information...
2025-08-20T22:32:11.7564239Z devscripts is already the newest version (2.23.7).
2025-08-20T22:32:11.7757853Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:32:11.7758189Z Reading package lists...
2025-08-20T22:32:11.9979313Z Building dependency tree...
2025-08-20T22:32:11.9988925Z Reading state information...
2025-08-20T22:32:12.2782058Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:32:12.2782443Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:32:12.2979916Z Reading package lists...
2025-08-20T22:32:12.5164291Z Building dependency tree...
2025-08-20T22:32:12.5172678Z Reading state information...
2025-08-20T22:32:12.7800443Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:32:12.7800886Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T22:32:12.8193936Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:32:12.8642323Z Reading package lists...
2025-08-20T22:32:13.0902965Z Building dependency tree...
2025-08-20T22:32:13.0910700Z Reading state information...
2025-08-20T22:32:13.3289500Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T22:32:13.3289900Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T22:32:13.3290246Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:32:13.3290977Z The following additional packages will be installed:
2025-08-20T22:32:13.3291315Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:32:13.3291712Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:32:13.3292172Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:32:13.3292560Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:32:13.3292946Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:32:13.3293388Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:32:13.3293807Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T22:32:13.3294217Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:32:13.3294589Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T22:32:13.3294984Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T22:32:13.3295404Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T22:32:13.3295752Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T22:32:13.3296123Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:32:13.3296570Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T22:32:13.3297452Z   linux-libc-dev-armhf-cross
2025-08-20T22:32:13.3307106Z Suggested packages:
2025-08-20T22:32:13.3307425Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:32:13.3307797Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T22:32:13.3635072Z The following NEW packages will be installed:
2025-08-20T22:32:13.3635440Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:32:13.3635869Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:32:13.3636349Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:32:13.3636781Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T22:32:13.3637154Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T22:32:13.3637547Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T22:32:13.3637960Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T22:32:13.3638351Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:32:13.3639289Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T22:32:13.3639687Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T22:32:13.3640095Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T22:32:13.3640520Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T22:32:13.3640883Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:32:13.3641265Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T22:32:13.3642290Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T22:32:13.6113300Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:32:13.6114019Z Need to get 112 MB of archives.
2025-08-20T22:32:13.6114366Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T22:32:13.6115052Z 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-20T22:32:13.9707092Z 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-20T22:32:14.9875232Z 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-20T22:32:15.1019403Z 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-20T22:32:16.0267973Z 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-20T22:32:16.1414933Z 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-20T22:32:16.2556912Z 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-20T22:32:16.8262293Z 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-20T22:32:16.9408910Z 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-20T22:32:17.0550411Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:32:17.3963149Z 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-20T22:32:17.6167860Z 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-20T22:32:18.1114523Z 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-20T22:32:18.2270541Z 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-20T22:32:18.8687856Z 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-20T22:32:19.0995637Z 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-20T22:32:19.4411933Z 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-20T22:32:19.7760639Z 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-20T22:32:21.1328566Z 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-20T22:32:21.4655722Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:32:21.7990212Z 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-20T22:32:22.2457900Z 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-20T22:32:23.3522489Z 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-20T22:32:24.3768739Z 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-20T22:32:24.4875747Z 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-20T22:32:24.5984887Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:32:25.0393246Z 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-20T22:32:25.1497761Z 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-20T22:32:25.2617511Z 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-20T22:32:25.3720361Z 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-20T22:32:25.9394885Z 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-20T22:32:26.2702258Z 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-20T22:32:26.6103144Z 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-20T22:32:27.0550927Z 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-20T22:32:28.4995133Z 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-20T22:32:28.8303492Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:32:29.1617168Z 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-20T22:32:29.6045892Z 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-20T22:32:30.5990968Z 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-20T22:32:30.7093091Z 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-20T22:32:30.8196429Z 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-20T22:32:30.9297964Z 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-20T22:32:31.2173840Z Fetched 112 MB in 18s (6392 kB/s)
2025-08-20T22:32:31.2425601Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T22:32:31.2458095Z (Reading database ... 
2025-08-20T22:32:31.2458307Z (Reading database ... 5%
2025-08-20T22:32:31.2458515Z (Reading database ... 10%
2025-08-20T22:32:31.2458819Z (Reading database ... 15%
2025-08-20T22:32:31.2459019Z (Reading database ... 20%
2025-08-20T22:32:31.2459215Z (Reading database ... 25%
2025-08-20T22:32:31.2459424Z (Reading database ... 30%
2025-08-20T22:32:31.2459954Z (Reading database ... 35%
2025-08-20T22:32:31.2460169Z (Reading database ... 40%
2025-08-20T22:32:31.2460363Z (Reading database ... 45%
2025-08-20T22:32:31.2460556Z (Reading database ... 50%
2025-08-20T22:32:31.2481312Z (Reading database ... 55%
2025-08-20T22:32:31.2563704Z (Reading database ... 60%
2025-08-20T22:32:31.2605456Z (Reading database ... 65%
2025-08-20T22:32:31.2619152Z (Reading database ... 70%
2025-08-20T22:32:31.2647344Z (Reading database ... 75%
2025-08-20T22:32:31.2768594Z (Reading database ... 80%
2025-08-20T22:32:31.2840169Z (Reading database ... 85%
2025-08-20T22:32:31.2866610Z (Reading database ... 90%
2025-08-20T22:32:31.2966281Z (Reading database ... 95%
2025-08-20T22:32:31.2966492Z (Reading database ... 100%
2025-08-20T22:32:31.2966786Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T22:32:31.2997743Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:32:31.3070286Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:31.3678461Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:32:31.3834392Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:32:31.3923037Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:31.8076316Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T22:32:31.8249518Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:32:31.8317112Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:31.8892905Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:32:31.9045574Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:32:31.9145374Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:32.2974044Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:32:32.3153895Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:32:32.3224773Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:32:32.3796094Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:32:32.3974887Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:32:32.4047652Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:32:32.4609077Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:32:32.4774071Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:32:32.4933526Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:32:32.7951800Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:32:32.8131481Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:32:32.8207499Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:32.8716816Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:32:32.8894502Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:32:32.8967776Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:32.9578195Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:32:32.9754585Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:32:32.9845392Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:32:33.1074977Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:32:33.1231473Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:32:33.1302437Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:33.1867537Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:32:33.2017305Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:32:33.2088954Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:33.2715242Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:32:33.2883194Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:32:33.2959168Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:33.3498841Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:32:33.3687238Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:32:33.3767230Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:33.5358595Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:32:33.5533655Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:32:33.5605355Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:33.6435900Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:32:33.6601014Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:32:33.6676013Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:33.7557763Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:32:33.7711327Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:32:33.7781747Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:33.8782386Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:32:33.8936429Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:32:33.9026217Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:34.3515304Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:32:34.3669262Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:32:34.3745442Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:32:34.7374539Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:32:34.7559693Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:32:34.7626113Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:32:34.9074427Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:32:34.9246355Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:32:34.9322053Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:35.2438525Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:32:35.2618961Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:32:35.2743923Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:35.5527481Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:32:35.5681265Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:32:35.5750685Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:32:35.8863899Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:32:35.9042677Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:32:35.9102983Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:35.9634353Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:32:35.9824347Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:32:35.9890845Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:36.0455276Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:32:36.0633044Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:32:36.0711881Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:32:36.1703104Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:32:36.1862982Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:32:36.2017230Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:36.2574148Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:32:36.2729550Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:32:36.2833276Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:36.3420576Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:32:36.3580794Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:32:36.3641361Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:36.4173290Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:32:36.4349265Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:32:36.4410602Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:36.5781579Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:32:36.5955664Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:32:36.6029386Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:36.6712377Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:32:36.6881923Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:32:36.6942155Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:36.7783038Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:32:36.7936564Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:32:36.8035518Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:36.9963504Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:32:37.0140272Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:32:37.0223385Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:37.6863439Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:32:37.7049352Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:32:37.7150544Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:32:39.6457267Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:32:39.6643670Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:32:39.6723936Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:32:41.2893175Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:32:41.3076246Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:32:41.3144947Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:43.0564794Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:32:43.0756425Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:32:43.0848357Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:43.5482684Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:32:43.5669598Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:32:43.5839269Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:32:43.6435935Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:32:43.6624627Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:32:43.6688756Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:32:43.7199919Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:32:43.7378497Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:32:43.7482994Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:32:43.7942826Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:32:43.8127256Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:32:43.8194385Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:32:43.9046889Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:32:43.9262566Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:32:43.9474621Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:43.9712165Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.0032070Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.0224142Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:32:44.0593819Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.1006748Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:32:44.1203830Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:32:44.1537843Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.1744595Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.2065228Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:32:44.2367500Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:32:44.2580479Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.3052494Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.3263152Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.3569035Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.3760482Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.4142010Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.4417664Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.4646428Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:32:44.5187982Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.5430687Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.5640166Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:32:44.5957925Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.6181311Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.6514631Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.6749220Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:32:44.7138975Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.7493724Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.7741565Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.7996606Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.8199173Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.8518121Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.8849125Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:32:44.9057621Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.9540183Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:44.9739285Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:45.0056893Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:32:45.0262866Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:32:45.0651633Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:32:45.0922806Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:32:45.1153926Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:32:45.1234554Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:32:45.1552118Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:32:46.5200359Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:32:47.7659472Z Reading package lists...
2025-08-20T22:32:47.9813164Z Building dependency tree...
2025-08-20T22:32:47.9821561Z Reading state information...
2025-08-20T22:32:48.2084383Z The following additional packages will be installed:
2025-08-20T22:32:48.2084838Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:32:48.2089148Z   libpcap0.8-dev
2025-08-20T22:32:48.2360642Z The following NEW packages will be installed:
2025-08-20T22:32:48.2361482Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:32:48.2367130Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:32:48.2555589Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:32:48.6110510Z Need to get 1640 kB of archives.
2025-08-20T22:32:48.6110922Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T22:32:48.6111531Z 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-20T22:32:49.1842468Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T22:32:49.3377726Z 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-20T22:32:49.4942888Z 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-20T22:32:49.7484623Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T22:32:50.1355964Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T22:32:50.3660682Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:32:50.4815876Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T22:32:50.7375530Z Fetched 1640 kB in 2s (741 kB/s)
2025-08-20T22:32:50.7833438Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T22:32:50.7867728Z (Reading database ... 
2025-08-20T22:32:50.7868054Z (Reading database ... 5%
2025-08-20T22:32:50.7868265Z (Reading database ... 10%
2025-08-20T22:32:50.7869267Z (Reading database ... 15%
2025-08-20T22:32:50.7869507Z (Reading database ... 20%
2025-08-20T22:32:50.7869707Z (Reading database ... 25%
2025-08-20T22:32:50.7869922Z (Reading database ... 30%
2025-08-20T22:32:50.7870432Z (Reading database ... 35%
2025-08-20T22:32:50.7870661Z (Reading database ... 40%
2025-08-20T22:32:50.7870860Z (Reading database ... 45%
2025-08-20T22:32:50.7871053Z (Reading database ... 50%
2025-08-20T22:32:50.7891667Z (Reading database ... 55%
2025-08-20T22:32:50.7977209Z (Reading database ... 60%
2025-08-20T22:32:50.8015237Z (Reading database ... 65%
2025-08-20T22:32:50.8031863Z (Reading database ... 70%
2025-08-20T22:32:50.8056686Z (Reading database ... 75%
2025-08-20T22:32:50.8177004Z (Reading database ... 80%
2025-08-20T22:32:50.8247691Z (Reading database ... 85%
2025-08-20T22:32:50.8273596Z (Reading database ... 90%
2025-08-20T22:32:50.8380282Z (Reading database ... 95%
2025-08-20T22:32:50.8380505Z (Reading database ... 100%
2025-08-20T22:32:50.8380800Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T22:32:50.8411010Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T22:32:50.8485151Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:32:50.9927999Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:32:51.0116708Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T22:32:51.0287685Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:32:51.0895078Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T22:32:51.1071037Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:32:51.1139825Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:32:51.4266859Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T22:32:51.4454020Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:32:51.4522984Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:32:51.5200637Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T22:32:51.5387207Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T22:32:51.5462953Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:32:51.9880875Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T22:32:52.0063593Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:32:52.0160706Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:32:52.2106717Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T22:32:52.2289333Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:32:52.2359977Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:32:52.3178552Z Selecting previously unselected package pcaputils.
2025-08-20T22:32:52.3334535Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T22:32:52.3424649Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:32:52.4362776Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:32:52.4596141Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:32:52.6142998Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:32:52.6379506Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:32:52.6753336Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:32:52.9038563Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:32:53.0024827Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:32:53.0325864Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:32:53.0688527Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:32:54.6994017Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:32:54.7552653Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:32:54.7810139Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:32:55.9932293Z Reading package lists...
2025-08-20T22:32:56.2155134Z Building dependency tree...
2025-08-20T22:32:56.2163977Z Reading state information...
2025-08-20T22:32:56.2575919Z Reading package lists...
2025-08-20T22:32:56.4567614Z Building dependency tree...
2025-08-20T22:32:56.4575618Z Reading state information...
2025-08-20T22:32:56.7024992Z The following additional packages will be installed:
2025-08-20T22:32:56.7029076Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:32:56.7038300Z Suggested packages:
2025-08-20T22:32:56.7038770Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:32:56.7039153Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:32:56.7203372Z The following NEW packages will be installed:
2025-08-20T22:32:56.7203937Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:32:56.7207491Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:32:57.0064778Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:32:57.0065145Z Need to get 801 kB of archives.
2025-08-20T22:32:57.0065478Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T22:32:57.0065964Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T22:32:57.2836976Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T22:32:57.5121791Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T22:32:57.8943918Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T22:32:58.0157136Z 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-20T22:32:58.1293754Z 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-20T22:32:58.3545708Z 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-20T22:32:58.4656923Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T22:32:58.5836646Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:32:58.8557832Z Fetched 801 kB in 2s (431 kB/s)
2025-08-20T22:32:58.8893800Z Selecting previously unselected package liblz1:arm64.
2025-08-20T22:32:58.8928239Z (Reading database ... 
2025-08-20T22:32:58.8928473Z (Reading database ... 5%
2025-08-20T22:32:58.8928863Z (Reading database ... 10%
2025-08-20T22:32:58.8929082Z (Reading database ... 15%
2025-08-20T22:32:58.8929281Z (Reading database ... 20%
2025-08-20T22:32:58.8929478Z (Reading database ... 25%
2025-08-20T22:32:58.8929672Z (Reading database ... 30%
2025-08-20T22:32:58.8930489Z (Reading database ... 35%
2025-08-20T22:32:58.8930700Z (Reading database ... 40%
2025-08-20T22:32:58.8932741Z (Reading database ... 45%
2025-08-20T22:32:58.8932957Z (Reading database ... 50%
2025-08-20T22:32:58.8951387Z (Reading database ... 55%
2025-08-20T22:32:58.9038476Z (Reading database ... 60%
2025-08-20T22:32:58.9078195Z (Reading database ... 65%
2025-08-20T22:32:58.9095359Z (Reading database ... 70%
2025-08-20T22:32:58.9120347Z (Reading database ... 75%
2025-08-20T22:32:58.9249917Z (Reading database ... 80%
2025-08-20T22:32:58.9321252Z (Reading database ... 85%
2025-08-20T22:32:58.9347407Z (Reading database ... 90%
2025-08-20T22:32:58.9457814Z (Reading database ... 95%
2025-08-20T22:32:58.9458026Z (Reading database ... 100%
2025-08-20T22:32:58.9458320Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T22:32:58.9491614Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T22:32:58.9619808Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T22:32:59.0164121Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T22:32:59.0322455Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T22:32:59.0441386Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:32:59.1076827Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T22:32:59.1255485Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T22:32:59.1322247Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:32:59.3163594Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T22:32:59.3346415Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T22:32:59.3427960Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:32:59.4461147Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T22:32:59.4636724Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T22:32:59.4697353Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:32:59.5408940Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T22:32:59.5569183Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T22:32:59.5633007Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:32:59.6769038Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T22:32:59.6924186Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T22:32:59.6991978Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:32:59.7607305Z Selecting previously unselected package lzma.
2025-08-20T22:32:59.7798444Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T22:32:59.7874779Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:32:59.8532008Z Selecting previously unselected package lzma-dev.
2025-08-20T22:32:59.8724323Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:32:59.8787514Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:32:59.9700360Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T22:32:59.9899285Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:33:00.0090863Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:33:00.0293056Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:33:00.0577568Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:33:00.0731408Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:33:00.0936320Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:33:00.1109705Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:33:00.1472537Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:33:00.1691460Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:33:00.2191763Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:33:00.2510684Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:33:01.6084491Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:33:02.8236986Z Reading package lists...
2025-08-20T22:33:03.0460333Z Building dependency tree...
2025-08-20T22:33:03.0469503Z Reading state information...
2025-08-20T22:33:03.3518555Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:33:03.3519234Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:33:03.3520072Z inetutils-telnet set to manually installed.
2025-08-20T22:33:03.3520417Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:33:03.3520757Z The following additional packages will be installed:
2025-08-20T22:33:03.3521048Z   tcpd update-inetd
2025-08-20T22:33:03.3684246Z The following packages will be REMOVED:
2025-08-20T22:33:03.3690527Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:33:03.3691741Z The following NEW packages will be installed:
2025-08-20T22:33:03.3692104Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:33:03.3692505Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:33:03.3699564Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:33:03.6081038Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T22:33:03.6081688Z Need to get 691 kB of archives.
2025-08-20T22:33:03.6081960Z After this operation, 987 kB disk space will be freed.
2025-08-20T22:33:03.6082466Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T22:33:03.9754865Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T22:33:04.1128218Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:33:04.2506489Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T22:33:04.4127630Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T22:33:04.6203176Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T22:33:04.7901546Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T22:33:04.9480868Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T22:33:05.0914654Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T22:33:05.2284955Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T22:33:05.3838350Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T22:33:05.6646075Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T22:33:06.0316957Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T22:33:06.3122908Z Preconfiguring packages ...
2025-08-20T22:33:06.4134629Z Fetched 691 kB in 3s (256 kB/s)
2025-08-20T22:33:06.4340226Z (Reading database ... 
2025-08-20T22:33:06.4340490Z (Reading database ... 5%
2025-08-20T22:33:06.4340692Z (Reading database ... 10%
2025-08-20T22:33:06.4340897Z (Reading database ... 15%
2025-08-20T22:33:06.4341091Z (Reading database ... 20%
2025-08-20T22:33:06.4341288Z (Reading database ... 25%
2025-08-20T22:33:06.4341485Z (Reading database ... 30%
2025-08-20T22:33:06.4341699Z (Reading database ... 35%
2025-08-20T22:33:06.4341895Z (Reading database ... 40%
2025-08-20T22:33:06.4342083Z (Reading database ... 45%
2025-08-20T22:33:06.4342276Z (Reading database ... 50%
2025-08-20T22:33:06.4361743Z (Reading database ... 55%
2025-08-20T22:33:06.4446302Z (Reading database ... 60%
2025-08-20T22:33:06.4486964Z (Reading database ... 65%
2025-08-20T22:33:06.4502250Z (Reading database ... 70%
2025-08-20T22:33:06.4529451Z (Reading database ... 75%
2025-08-20T22:33:06.4654056Z (Reading database ... 80%
2025-08-20T22:33:06.4728289Z (Reading database ... 85%
2025-08-20T22:33:06.4772499Z (Reading database ... 90%
2025-08-20T22:33:06.4867945Z (Reading database ... 95%
2025-08-20T22:33:06.4868159Z (Reading database ... 100%
2025-08-20T22:33:06.4868449Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T22:33:06.4903365Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:33:06.5673340Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T22:33:06.6540901Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:33:07.0219696Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:33:07.0255277Z (Reading database ... 
2025-08-20T22:33:07.0255512Z (Reading database ... 5%
2025-08-20T22:33:07.0255722Z (Reading database ... 10%
2025-08-20T22:33:07.0255921Z (Reading database ... 15%
2025-08-20T22:33:07.0256116Z (Reading database ... 20%
2025-08-20T22:33:07.0256305Z (Reading database ... 25%
2025-08-20T22:33:07.0256502Z (Reading database ... 30%
2025-08-20T22:33:07.0256698Z (Reading database ... 35%
2025-08-20T22:33:07.0256891Z (Reading database ... 40%
2025-08-20T22:33:07.0257454Z (Reading database ... 45%
2025-08-20T22:33:07.0257672Z (Reading database ... 50%
2025-08-20T22:33:07.0276524Z (Reading database ... 55%
2025-08-20T22:33:07.0362952Z (Reading database ... 60%
2025-08-20T22:33:07.0404576Z (Reading database ... 65%
2025-08-20T22:33:07.0422269Z (Reading database ... 70%
2025-08-20T22:33:07.0448554Z (Reading database ... 75%
2025-08-20T22:33:07.0576432Z (Reading database ... 80%
2025-08-20T22:33:07.0652686Z (Reading database ... 85%
2025-08-20T22:33:07.0698151Z (Reading database ... 90%
2025-08-20T22:33:07.0799570Z (Reading database ... 95%
2025-08-20T22:33:07.0799816Z (Reading database ... 100%
2025-08-20T22:33:07.0800109Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T22:33:07.0843756Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:33:07.0965216Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:33:07.1629588Z Selecting previously unselected package tcpd.
2025-08-20T22:33:07.1819430Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T22:33:07.1942340Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:33:07.2722482Z Selecting previously unselected package update-inetd.
2025-08-20T22:33:07.2907677Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:33:07.2975809Z Unpacking update-inetd (4.53) ...
2025-08-20T22:33:07.3734646Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:33:07.3919184Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:33:07.4057119Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:33:07.4701870Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:33:07.4865421Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:33:07.4936550Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:33:07.5637804Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:33:07.5795769Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:33:07.5860510Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:33:07.6500331Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:33:07.6653371Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:33:07.6727617Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:33:07.7405273Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:33:07.7586776Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:33:07.7656416Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:33:07.8214543Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:33:07.8390251Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:33:07.8455344Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:33:07.9030356Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:33:07.9207013Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:33:07.9269575Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:33:07.9880430Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:33:08.0065227Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:33:08.0139543Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:33:08.0808999Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:33:08.0973846Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T22:33:08.1074388Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:33:08.1743606Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:33:08.1902494Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:33:08.1980198Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:33:08.2764070Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:33:08.3070640Z Setting up update-inetd (4.53) ...
2025-08-20T22:33:08.4003915Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:33:08.4165623Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:33:08.4292076Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:33:08.7672909Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:33:08.7673344Z 
2025-08-20T22:33:08.7673447Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:33:08.7673635Z 
2025-08-20T22:33:08.7674018Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:33:08.7674378Z 
2025-08-20T22:33:08.7674878Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:33:08.7675362Z 
2025-08-20T22:33:08.9983806Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:33:09.0335839Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:33:09.0515922Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:33:09.0650457Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:33:09.0861428Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:33:09.1065581Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:33:09.1277589Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:33:09.4440902Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:33:09.4441301Z 
2025-08-20T22:33:09.4441835Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:33:09.4442306Z 
2025-08-20T22:33:09.6826761Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:33:09.7946761Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:33:09.8910589Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:33:09.9641278Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:33:12.8712064Z Reading package lists...
2025-08-20T22:33:13.0947921Z Building dependency tree...
2025-08-20T22:33:13.0957502Z Reading state information...
2025-08-20T22:33:13.4018581Z The following packages will be REMOVED:
2025-08-20T22:33:13.4023744Z   inetutils-ping
2025-08-20T22:33:13.4024773Z The following NEW packages will be installed:
2025-08-20T22:33:13.4032153Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:33:13.4036842Z The following packages will be upgraded:
2025-08-20T22:33:13.4043815Z   iputils-tracepath
2025-08-20T22:33:13.7852428Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T22:33:13.7852783Z Need to get 84.5 kB of archives.
2025-08-20T22:33:13.7853080Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T22:33:13.7853682Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T22:33:14.1157461Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T22:33:14.2402073Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T22:33:14.3691212Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T22:33:14.6837897Z Fetched 84.5 kB in 1s (87.0 kB/s)
2025-08-20T22:33:14.7060067Z (Reading database ... 
2025-08-20T22:33:14.7060325Z (Reading database ... 5%
2025-08-20T22:33:14.7060525Z (Reading database ... 10%
2025-08-20T22:33:14.7060721Z (Reading database ... 15%
2025-08-20T22:33:14.7060918Z (Reading database ... 20%
2025-08-20T22:33:14.7061108Z (Reading database ... 25%
2025-08-20T22:33:14.7061758Z (Reading database ... 30%
2025-08-20T22:33:14.7062673Z (Reading database ... 35%
2025-08-20T22:33:14.7062879Z (Reading database ... 40%
2025-08-20T22:33:14.7063073Z (Reading database ... 45%
2025-08-20T22:33:14.7063269Z (Reading database ... 50%
2025-08-20T22:33:14.7081488Z (Reading database ... 55%
2025-08-20T22:33:14.7168345Z (Reading database ... 60%
2025-08-20T22:33:14.7207461Z (Reading database ... 65%
2025-08-20T22:33:14.7224799Z (Reading database ... 70%
2025-08-20T22:33:14.7249943Z (Reading database ... 75%
2025-08-20T22:33:14.7376087Z (Reading database ... 80%
2025-08-20T22:33:14.7447562Z (Reading database ... 85%
2025-08-20T22:33:14.7512273Z (Reading database ... 90%
2025-08-20T22:33:14.7587176Z (Reading database ... 95%
2025-08-20T22:33:14.7587400Z (Reading database ... 100%
2025-08-20T22:33:14.7587693Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T22:33:14.7623185Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:33:14.8834536Z Selecting previously unselected package iputils-ping.
2025-08-20T22:33:14.8870200Z (Reading database ... 
2025-08-20T22:33:14.8870433Z (Reading database ... 5%
2025-08-20T22:33:14.8870640Z (Reading database ... 10%
2025-08-20T22:33:14.8870843Z (Reading database ... 15%
2025-08-20T22:33:14.8871036Z (Reading database ... 20%
2025-08-20T22:33:14.8871229Z (Reading database ... 25%
2025-08-20T22:33:14.8872229Z (Reading database ... 30%
2025-08-20T22:33:14.8872439Z (Reading database ... 35%
2025-08-20T22:33:14.8872637Z (Reading database ... 40%
2025-08-20T22:33:14.8872831Z (Reading database ... 45%
2025-08-20T22:33:14.8873025Z (Reading database ... 50%
2025-08-20T22:33:14.8892550Z (Reading database ... 55%
2025-08-20T22:33:14.8980440Z (Reading database ... 60%
2025-08-20T22:33:14.9021523Z (Reading database ... 65%
2025-08-20T22:33:14.9039116Z (Reading database ... 70%
2025-08-20T22:33:14.9065274Z (Reading database ... 75%
2025-08-20T22:33:14.9201276Z (Reading database ... 80%
2025-08-20T22:33:14.9276249Z (Reading database ... 85%
2025-08-20T22:33:14.9344042Z (Reading database ... 90%
2025-08-20T22:33:14.9425867Z (Reading database ... 95%
2025-08-20T22:33:14.9426110Z (Reading database ... 100%
2025-08-20T22:33:14.9426407Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T22:33:14.9466074Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:33:14.9559530Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:33:15.0607561Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:33:15.0872251Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T22:33:15.1736943Z Selecting previously unselected package iputils-arping.
2025-08-20T22:33:15.1919713Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:33:15.2015321Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:33:15.2677983Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:33:15.2855049Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:33:15.2948612Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:33:15.3728098Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:33:15.4144317Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:33:15.4460566Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:33:15.4854741Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T22:33:15.5082296Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:33:18.2641503Z Reading package lists...
2025-08-20T22:33:18.4770117Z Building dependency tree...
2025-08-20T22:33:18.4778494Z Reading state information...
2025-08-20T22:33:18.7153795Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:33:18.7438542Z The following packages will be upgraded:
2025-08-20T22:33:18.7438978Z   python3-pip python3-pip-whl
2025-08-20T22:33:18.7602711Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:33:19.0500815Z Need to get 3020 kB of archives.
2025-08-20T22:33:19.0501187Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T22:33:19.0501768Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T22:33:19.9250179Z 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-20T22:33:20.5399113Z Fetched 3020 kB in 1s (2016 kB/s)
2025-08-20T22:33:20.5831583Z (Reading database ... 
2025-08-20T22:33:20.5831852Z (Reading database ... 5%
2025-08-20T22:33:20.5832053Z (Reading database ... 10%
2025-08-20T22:33:20.5832252Z (Reading database ... 15%
2025-08-20T22:33:20.5832449Z (Reading database ... 20%
2025-08-20T22:33:20.5832642Z (Reading database ... 25%
2025-08-20T22:33:20.5832836Z (Reading database ... 30%
2025-08-20T22:33:20.5833028Z (Reading database ... 35%
2025-08-20T22:33:20.5833836Z (Reading database ... 40%
2025-08-20T22:33:20.5834048Z (Reading database ... 45%
2025-08-20T22:33:20.5834241Z (Reading database ... 50%
2025-08-20T22:33:20.5856095Z (Reading database ... 55%
2025-08-20T22:33:20.5948063Z (Reading database ... 60%
2025-08-20T22:33:20.5988860Z (Reading database ... 65%
2025-08-20T22:33:20.6006919Z (Reading database ... 70%
2025-08-20T22:33:20.6043145Z (Reading database ... 75%
2025-08-20T22:33:20.6162694Z (Reading database ... 80%
2025-08-20T22:33:20.6237421Z (Reading database ... 85%
2025-08-20T22:33:20.6303551Z (Reading database ... 90%
2025-08-20T22:33:20.6380339Z (Reading database ... 95%
2025-08-20T22:33:20.6380545Z (Reading database ... 100%
2025-08-20T22:33:20.6380835Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:33:20.6415665Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:33:20.8263178Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:33:22.4957879Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:33:22.5206341Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:33:22.6104715Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:33:22.6315342Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:33:23.5688015Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:33:26.3610910Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:33:26.6482265Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:33:27.6039984Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:33:27.7371105Z Collecting pip
2025-08-20T22:33:27.9808471Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:33:28.0115194Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:33:28.0970360Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 21.4 MB/s eta 0:00:00
2025-08-20T22:33:28.3647876Z Installing collected packages: pip
2025-08-20T22:33:29.0771004Z Successfully installed pip-25.2
2025-08-20T22:33:29.2765604Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:33:29.3203248Z Reading package lists...
2025-08-20T22:33:29.5323592Z Building dependency tree...
2025-08-20T22:33:29.5331275Z Reading state information...
2025-08-20T22:33:29.7744048Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:33:29.7744988Z pciutils set to manually installed.
2025-08-20T22:33:29.7745337Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:33:29.7745672Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:33:29.7745964Z python3-distro set to manually installed.
2025-08-20T22:33:29.7746284Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:33:29.7746615Z python3-netifaces set to manually installed.
2025-08-20T22:33:29.7747335Z The following additional packages will be installed:
2025-08-20T22:33:29.7747629Z   libsysfs2
2025-08-20T22:33:29.7754235Z Suggested packages:
2025-08-20T22:33:29.7754434Z   fancontrol read-edid i2c-tools
2025-08-20T22:33:29.8033575Z The following NEW packages will be installed:
2025-08-20T22:33:29.8035941Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:33:29.8251779Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:33:29.9500060Z Need to get 133 kB of archives.
2025-08-20T22:33:29.9500437Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T22:33:29.9500945Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T22:33:30.0475803Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T22:33:30.1069754Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T22:33:30.2317425Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T22:33:30.5075692Z Fetched 133 kB in 0s (334 kB/s)
2025-08-20T22:33:30.5514943Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T22:33:30.5550506Z (Reading database ... 
2025-08-20T22:33:30.5550743Z (Reading database ... 5%
2025-08-20T22:33:30.5551274Z (Reading database ... 10%
2025-08-20T22:33:30.5551475Z (Reading database ... 15%
2025-08-20T22:33:30.5551669Z (Reading database ... 20%
2025-08-20T22:33:30.5551861Z (Reading database ... 25%
2025-08-20T22:33:30.5552052Z (Reading database ... 30%
2025-08-20T22:33:30.5552245Z (Reading database ... 35%
2025-08-20T22:33:30.5552434Z (Reading database ... 40%
2025-08-20T22:33:30.5552628Z (Reading database ... 45%
2025-08-20T22:33:30.5552827Z (Reading database ... 50%
2025-08-20T22:33:30.5574285Z (Reading database ... 55%
2025-08-20T22:33:30.5664022Z (Reading database ... 60%
2025-08-20T22:33:30.5705264Z (Reading database ... 65%
2025-08-20T22:33:30.5723226Z (Reading database ... 70%
2025-08-20T22:33:30.5759291Z (Reading database ... 75%
2025-08-20T22:33:30.5878920Z (Reading database ... 80%
2025-08-20T22:33:30.5952899Z (Reading database ... 85%
2025-08-20T22:33:30.6019037Z (Reading database ... 90%
2025-08-20T22:33:30.6096058Z (Reading database ... 95%
2025-08-20T22:33:30.6096333Z (Reading database ... 100%
2025-08-20T22:33:30.6096664Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:33:30.6133058Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T22:33:30.6319510Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:33:30.7113164Z Selecting previously unselected package sysfsutils.
2025-08-20T22:33:30.7301048Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T22:33:30.7386990Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:33:30.8302118Z Selecting previously unselected package lm-sensors.
2025-08-20T22:33:30.8455185Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T22:33:30.8700059Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:33:30.9452157Z Selecting previously unselected package virt-what.
2025-08-20T22:33:30.9612895Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T22:33:30.9685258Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:33:31.0500391Z Setting up virt-what (1.25-2) ...
2025-08-20T22:33:31.0732031Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:33:31.0944011Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:33:31.4096534Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:33:31.4096942Z 
2025-08-20T22:33:31.4097415Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:33:31.4097862Z 
2025-08-20T22:33:31.6471692Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:33:31.9560382Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:33:31.9560888Z 
2025-08-20T22:33:31.9669474Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:33:33.5944075Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:33:34.8445578Z Reading package lists...
2025-08-20T22:33:35.0763222Z Building dependency tree...
2025-08-20T22:33:35.0771824Z Reading state information...
2025-08-20T22:33:35.3287374Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:33:35.3287746Z The following additional packages will be installed:
2025-08-20T22:33:35.3290526Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:33:35.3290895Z   xorg-sgml-doctools
2025-08-20T22:33:35.3298213Z Suggested packages:
2025-08-20T22:33:35.3298429Z   libxcb-doc
2025-08-20T22:33:35.3464291Z The following NEW packages will be installed:
2025-08-20T22:33:35.3465357Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:33:35.3468902Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:33:35.3469293Z   xcb xorg-sgml-doctools
2025-08-20T22:33:35.5853071Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:33:35.5853432Z Need to get 816 kB of archives.
2025-08-20T22:33:35.5853727Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T22:33:35.5854701Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T22:33:35.6955236Z 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-20T22:33:35.8133221Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:33:36.4588330Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T22:33:36.5694881Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T22:33:36.6818596Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T22:33:36.8025160Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T22:33:36.9140471Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T22:33:37.0241373Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T22:33:37.1344022Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T22:33:37.2455116Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T22:33:37.5153456Z Fetched 816 kB in 2s (432 kB/s)
2025-08-20T22:33:37.5493888Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T22:33:37.5530450Z (Reading database ... 
2025-08-20T22:33:37.5530664Z (Reading database ... 5%
2025-08-20T22:33:37.5530866Z (Reading database ... 10%
2025-08-20T22:33:37.5531690Z (Reading database ... 15%
2025-08-20T22:33:37.5531934Z (Reading database ... 20%
2025-08-20T22:33:37.5532138Z (Reading database ... 25%
2025-08-20T22:33:37.5532338Z (Reading database ... 30%
2025-08-20T22:33:37.5532556Z (Reading database ... 35%
2025-08-20T22:33:37.5532750Z (Reading database ... 40%
2025-08-20T22:33:37.5532944Z (Reading database ... 45%
2025-08-20T22:33:37.5533140Z (Reading database ... 50%
2025-08-20T22:33:37.5554399Z (Reading database ... 55%
2025-08-20T22:33:37.5642487Z (Reading database ... 60%
2025-08-20T22:33:37.5683029Z (Reading database ... 65%
2025-08-20T22:33:37.5700899Z (Reading database ... 70%
2025-08-20T22:33:37.5737158Z (Reading database ... 75%
2025-08-20T22:33:37.5862270Z (Reading database ... 80%
2025-08-20T22:33:37.5942771Z (Reading database ... 85%
2025-08-20T22:33:37.6014103Z (Reading database ... 90%
2025-08-20T22:33:37.6094924Z (Reading database ... 95%
2025-08-20T22:33:37.6095140Z (Reading database ... 100%
2025-08-20T22:33:37.6095434Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T22:33:37.6136933Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T22:33:37.6202783Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:33:37.6766419Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:33:37.6952487Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:33:37.7020986Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:33:37.7722276Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:33:37.7894959Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:33:37.7971625Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:33:37.9028769Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T22:33:37.9191030Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T22:33:37.9253736Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:33:37.9868894Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T22:33:38.0057558Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T22:33:38.0131239Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:33:38.0700347Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T22:33:38.0882103Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:33:38.0943326Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:33:38.1551339Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T22:33:38.1735536Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:33:38.1844771Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:33:38.2534126Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T22:33:38.2720346Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:33:38.2871845Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:33:38.3413425Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T22:33:38.3595450Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:33:38.3665028Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:33:38.4178007Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T22:33:38.4350591Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:33:38.4426259Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:33:38.5055946Z Selecting previously unselected package xcb.
2025-08-20T22:33:38.5221836Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T22:33:38.5316677Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:33:38.6218256Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:33:38.6454289Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:33:38.6633527Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:33:38.6936222Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:33:38.7153387Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:33:38.7493374Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:33:40.2844626Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:33:40.3135139Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:33:40.3352134Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:33:40.3555822Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:33:40.3746856Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:33:40.3969196Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:33:40.4232293Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:33:40.4455038Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:33:41.8624049Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:33:42.5138027Z Collecting build
2025-08-20T22:33:42.5865110Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:33:42.7076454Z Collecting cffi
2025-08-20T22:33:42.7229492Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:33:42.7655611Z Collecting scons
2025-08-20T22:33:42.7817318Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:33:42.8247796Z Collecting scuba
2025-08-20T22:33:42.8420515Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:33:42.9034704Z Collecting pytest
2025-08-20T22:33:42.9175544Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:33:42.9598977Z Collecting packaging>=19.1 (from build)
2025-08-20T22:33:42.9773309Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:33:43.0111263Z Collecting pyproject_hooks (from build)
2025-08-20T22:33:43.0248544Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:33:43.0636600Z Collecting pycparser (from cffi)
2025-08-20T22:33:43.0773111Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:33:43.1313716Z Collecting PyYAML (from scuba)
2025-08-20T22:33:43.1480827Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:33:43.1822248Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:33:43.1966342Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:33:43.2352238Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:33:43.2490730Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:33:43.2937179Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:33:43.3073946Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:33:43.3386779Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:33:43.3694441Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:33:43.4364614Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:33:43.4977046Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 67.7 MB/s  0:00:00
2025-08-20T22:33:43.5139060Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:33:43.5429701Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:33:43.5725392Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:33:43.5983817Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:33:43.6274026Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:33:43.6526740Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:33:43.6746726Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 48.5 MB/s  0:00:00
2025-08-20T22:33:43.6883533Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:33:43.7246286Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:33:43.7602929Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:33:43.7838969Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 21.9 MB/s  0:00:00
2025-08-20T22:33:43.8812816Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:33:45.5241148Z 
2025-08-20T22:33:45.5257491Z 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-20T22:33:45.8146180Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:33:46.4634809Z Collecting ansi2txt
2025-08-20T22:33:46.5304527Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:33:46.5788953Z Collecting pipx
2025-08-20T22:33:46.5933049Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:33:46.6347050Z Collecting scons
2025-08-20T22:33:46.6357051Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:33:46.6673065Z Collecting py2static
2025-08-20T22:33:46.6823569Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:33:46.7276921Z Collecting typer
2025-08-20T22:33:46.7413402Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:33:46.7931700Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:33:46.8104732Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:33:46.8470283Z Collecting packaging>=20 (from pipx)
2025-08-20T22:33:46.8480064Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:33:46.8809890Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:33:46.8946848Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:33:46.9337077Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:33:46.9489844Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:33:47.0191254Z Collecting pyinstaller (from py2static)
2025-08-20T22:33:47.0397648Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:33:47.0788542Z Collecting staticx (from py2static)
2025-08-20T22:33:47.0941916Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:33:47.1375342Z   Preparing metadata (setup.py): started
2025-08-20T22:33:47.6316966Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:33:47.6650283Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:33:47.6785942Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:33:47.7365417Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:33:47.7499927Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:33:47.7907439Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:33:47.8041149Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:33:47.8617466Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:33:47.8753846Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:33:47.9220282Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:33:47.9355719Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:33:47.9736714Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:33:47.9746489Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:33:48.0032293Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:33:48.0168862Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:33:48.1417551Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:33:48.1555916Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:33:48.2022993Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:33:48.2164247Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:33:48.2603910Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:33:48.2741170Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:33:48.3198332Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:33:48.3347222Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:33:48.3603989Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:33:48.3877055Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:33:48.4048473Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:33:48.4230239Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:33:48.4471773Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:33:48.4718431Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:33:48.4958977Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:33:48.5101726Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:33:48.5237690Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:33:48.5471086Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:33:48.5706745Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:33:48.5850824Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:33:48.6122344Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:33:48.6364009Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:33:48.6596035Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:33:48.6885909Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:33:48.7117014Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:33:48.7435736Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 16.9 MB/s  0:00:00
2025-08-20T22:33:48.7571485Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:33:48.7913703Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:33:48.8229124Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 31.9 MB/s  0:00:00
2025-08-20T22:33:48.8364840Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:33:48.8592691Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:33:48.9060202Z Building wheels for collected packages: staticx
2025-08-20T22:33:48.9066944Z   Building wheel for staticx (setup.py): started
2025-08-20T22:34:00.7144961Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:34:00.7153534Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790704 sha256=6afea8036e11899ec52d61d4b9a6d5b3fd969be1a91064cf9874c1d6bca43469
2025-08-20T22:34:00.7154816Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:34:00.7170756Z Successfully built staticx
2025-08-20T22:34:00.8117610Z 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-20T22:34:01.6148395Z   Attempting uninstall: scons
2025-08-20T22:34:01.6219730Z     Found existing installation: SCons 4.9.1
2025-08-20T22:34:01.6503391Z     Uninstalling SCons-4.9.1:
2025-08-20T22:34:01.6564126Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:34:02.1540153Z   Attempting uninstall: pygments
2025-08-20T22:34:02.1608422Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:34:02.1765800Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:34:02.1787428Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:34:02.7836969Z   Attempting uninstall: packaging
2025-08-20T22:34:02.7905353Z     Found existing installation: packaging 25.0
2025-08-20T22:34:02.7924829Z     Uninstalling packaging-25.0:
2025-08-20T22:34:02.7930618Z       Successfully uninstalled packaging-25.0
2025-08-20T22:34:03.7409492Z 
2025-08-20T22:34:03.7433789Z 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-20T22:34:04.0396997Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:34:04.2346999Z Collecting build
2025-08-20T22:34:04.2358281Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:34:04.3142533Z Collecting cffi
2025-08-20T22:34:04.3153525Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:34:04.3394034Z Collecting scons
2025-08-20T22:34:04.3403054Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:34:04.3646852Z Collecting scuba
2025-08-20T22:34:04.3656096Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:34:04.4141724Z Collecting pytest
2025-08-20T22:34:04.4151171Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:34:04.4459956Z Collecting packaging>=19.1 (from build)
2025-08-20T22:34:04.4468236Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:34:04.4667250Z Collecting pyproject_hooks (from build)
2025-08-20T22:34:04.4676365Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:34:04.4906343Z Collecting pycparser (from cffi)
2025-08-20T22:34:04.4916280Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:34:04.5272491Z Collecting PyYAML (from scuba)
2025-08-20T22:34:04.5285548Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:34:04.5537234Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:34:04.5546482Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:34:04.5806227Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:34:04.5814927Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:34:04.6099531Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:34:04.6108500Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:34:04.6155821Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:34:04.6165058Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:34:04.6176402Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:34:04.6210730Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:34:04.6221170Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:34:04.6232637Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:34:04.6241448Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:34:04.6249752Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:34:04.6258283Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:34:04.6274148Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:34:04.6283465Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:34:04.6292129Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:34:04.7318174Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:34:04.7322775Z   Attempting uninstall: scons
2025-08-20T22:34:04.7393567Z     Found existing installation: SCons 4.9.1
2025-08-20T22:34:04.7677647Z     Uninstalling SCons-4.9.1:
2025-08-20T22:34:04.7738119Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:34:05.2644551Z   Attempting uninstall: PyYAML
2025-08-20T22:34:05.2710653Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:34:05.2737526Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:34:05.2743915Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:34:05.3299133Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:34:05.3368845Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:34:05.3382048Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:34:05.3386871Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:34:05.3534937Z   Attempting uninstall: pygments
2025-08-20T22:34:05.3601648Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:34:05.3754535Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:34:05.3777610Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:34:05.9360369Z   Attempting uninstall: pycparser
2025-08-20T22:34:05.9433098Z     Found existing installation: pycparser 2.22
2025-08-20T22:34:05.9452901Z     Uninstalling pycparser-2.22:
2025-08-20T22:34:05.9458359Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:34:06.0622358Z   Attempting uninstall: pluggy
2025-08-20T22:34:06.0690036Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:34:06.0705383Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:34:06.0710980Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:34:06.0916185Z   Attempting uninstall: packaging
2025-08-20T22:34:06.0986801Z     Found existing installation: packaging 25.0
2025-08-20T22:34:06.1005723Z     Uninstalling packaging-25.0:
2025-08-20T22:34:06.1011365Z       Successfully uninstalled packaging-25.0
2025-08-20T22:34:06.1424431Z   Attempting uninstall: iniconfig
2025-08-20T22:34:06.1496134Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:34:06.1509882Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:34:06.1514266Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:34:06.1657976Z   Attempting uninstall: scuba
2025-08-20T22:34:06.1724220Z     Found existing installation: scuba 2.14.1
2025-08-20T22:34:06.1741243Z     Uninstalling scuba-2.14.1:
2025-08-20T22:34:06.1747852Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:34:06.1981571Z   Attempting uninstall: pytest
2025-08-20T22:34:06.2053567Z     Found existing installation: pytest 8.4.1
2025-08-20T22:34:06.2099146Z     Uninstalling pytest-8.4.1:
2025-08-20T22:34:06.2294614Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:34:06.4317530Z   Attempting uninstall: cffi
2025-08-20T22:34:06.4384828Z     Found existing installation: cffi 1.17.1
2025-08-20T22:34:06.4404973Z     Uninstalling cffi-1.17.1:
2025-08-20T22:34:06.4589248Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:34:06.5276641Z   Attempting uninstall: build
2025-08-20T22:34:06.5344790Z     Found existing installation: build 1.3.0
2025-08-20T22:34:06.5363754Z     Uninstalling build-1.3.0:
2025-08-20T22:34:06.5370974Z       Successfully uninstalled build-1.3.0
2025-08-20T22:34:06.5662715Z 
2025-08-20T22:34:06.5685982Z 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-20T22:34:06.8525535Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:34:07.0325163Z Collecting ansi2txt
2025-08-20T22:34:07.0335436Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:34:07.0629227Z Collecting pipx
2025-08-20T22:34:07.0639205Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:34:07.0921773Z Collecting scons
2025-08-20T22:34:07.0932320Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:34:07.1150495Z Collecting py2static
2025-08-20T22:34:07.1159962Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:34:07.1440599Z Collecting typer
2025-08-20T22:34:07.1450181Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:34:07.1806002Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:34:07.1816089Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:34:07.2081724Z Collecting packaging>=20 (from pipx)
2025-08-20T22:34:07.2091686Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:34:07.2384407Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:34:07.2394549Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:34:07.2670549Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:34:07.2680371Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:34:07.3139002Z Collecting pyinstaller (from py2static)
2025-08-20T22:34:07.3150000Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:34:07.3428744Z Collecting staticx (from py2static)
2025-08-20T22:34:07.3438890Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:34:07.3574806Z   Preparing metadata (setup.py): started
2025-08-20T22:34:07.5518497Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:34:07.5818900Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:34:07.5829384Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:34:07.7599613Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:34:07.7609157Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:34:07.7983925Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:34:07.7993390Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:34:07.8405854Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:34:07.8416940Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:34:07.8707938Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:34:07.8719247Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:34:07.9035955Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:34:07.9047451Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:34:07.9286568Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:34:07.9296572Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:34:08.0288194Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:34:08.0297140Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:34:08.0586073Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:34:08.0596263Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:34:08.0886690Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:34:08.0896619Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:34:08.1210041Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:34:08.1220164Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:34:08.1251888Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:34:08.1261418Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:34:08.1271383Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:34:08.1306295Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:34:08.1315369Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:34:08.1324744Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:34:08.1334189Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:34:08.1343863Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:34:08.1353330Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:34:08.1362516Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:34:08.1373061Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:34:08.1390100Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:34:08.1399647Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:34:08.1408478Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:34:08.1417806Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:34:08.1427352Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:34:08.1436501Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:34:08.1449813Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:34:08.1461332Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:34:08.1476068Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:34:08.1485236Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:34:08.1811438Z Building wheels for collected packages: staticx
2025-08-20T22:34:08.1817563Z   Building wheel for staticx (setup.py): started
2025-08-20T22:34:10.5804536Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:34:10.5815590Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790764 sha256=97bf556b25312a4e47575f94b5f2a2d92b6b1d88241d9f7e5b1c915236eb634c
2025-08-20T22:34:10.5816785Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:34:10.5834207Z Successfully built staticx
2025-08-20T22:34:10.6816163Z 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-20T22:34:10.6818822Z   Attempting uninstall: pyelftools
2025-08-20T22:34:10.6884739Z     Found existing installation: pyelftools 0.32
2025-08-20T22:34:10.6922286Z     Uninstalling pyelftools-0.32:
2025-08-20T22:34:10.6934013Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:34:10.8073974Z   Attempting uninstall: altgraph
2025-08-20T22:34:10.8144456Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:34:10.8161310Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:34:10.8166180Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:34:10.8396340Z   Attempting uninstall: typing-extensions
2025-08-20T22:34:10.8465952Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:34:10.8478498Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:34:10.8672998Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:34:10.8986686Z   Attempting uninstall: staticx
2025-08-20T22:34:10.9058902Z     Found existing installation: staticx 0.14.1
2025-08-20T22:34:10.9080820Z     Uninstalling staticx-0.14.1:
2025-08-20T22:34:10.9088927Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:34:10.9427191Z   Attempting uninstall: shellingham
2025-08-20T22:34:10.9500906Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:34:10.9516496Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:34:10.9522180Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:34:10.9702344Z   Attempting uninstall: setuptools
2025-08-20T22:34:10.9771180Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:34:10.9974746Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:34:11.0197884Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:34:11.6131727Z   Attempting uninstall: scons
2025-08-20T22:34:11.6218601Z     Found existing installation: SCons 4.9.1
2025-08-20T22:34:11.6503957Z     Uninstalling SCons-4.9.1:
2025-08-20T22:34:11.6563632Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:34:12.1551843Z   Attempting uninstall: pygments
2025-08-20T22:34:12.1618936Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:34:12.1784500Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:34:12.1807175Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:34:12.7644779Z   Attempting uninstall: platformdirs
2025-08-20T22:34:12.7729283Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:34:12.7745989Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:34:12.7751293Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:34:12.7985423Z   Attempting uninstall: packaging
2025-08-20T22:34:12.8057110Z     Found existing installation: packaging 25.0
2025-08-20T22:34:12.8077136Z     Uninstalling packaging-25.0:
2025-08-20T22:34:12.8082991Z       Successfully uninstalled packaging-25.0
2025-08-20T22:34:12.8509583Z   Attempting uninstall: mdurl
2025-08-20T22:34:12.8576596Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:34:12.8590807Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:34:12.8595728Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:34:12.8751204Z   Attempting uninstall: click
2025-08-20T22:34:12.8824435Z     Found existing installation: click 8.2.1
2025-08-20T22:34:12.8842427Z     Uninstalling click-8.2.1:
2025-08-20T22:34:12.8847632Z       Successfully uninstalled click-8.2.1
2025-08-20T22:34:12.9494614Z   Attempting uninstall: argcomplete
2025-08-20T22:34:12.9567635Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:34:12.9590555Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:34:12.9599088Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:34:12.9877263Z   Attempting uninstall: ansi2txt
2025-08-20T22:34:12.9948831Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:34:12.9963134Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:34:13.0153835Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:34:13.0357753Z   Attempting uninstall: userpath
2025-08-20T22:34:13.0428882Z     Found existing installation: userpath 1.9.2
2025-08-20T22:34:13.0447299Z     Uninstalling userpath-1.9.2:
2025-08-20T22:34:13.0454277Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:34:13.0641236Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:34:13.0714943Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:34:13.1010581Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:34:13.1047972Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:34:13.3079626Z   Attempting uninstall: markdown-it-py
2025-08-20T22:34:13.3151209Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:34:13.3207106Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:34:13.3218075Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:34:13.3821868Z   Attempting uninstall: rich
2025-08-20T22:34:13.3894996Z     Found existing installation: rich 14.1.0
2025-08-20T22:34:13.3941183Z     Uninstalling rich-14.1.0:
2025-08-20T22:34:13.3949321Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:34:13.5446188Z   Attempting uninstall: pyinstaller
2025-08-20T22:34:13.5517457Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:34:13.5769385Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:34:13.5806333Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:34:13.8358970Z   Attempting uninstall: pipx
2025-08-20T22:34:13.8446698Z     Found existing installation: pipx 1.7.1
2025-08-20T22:34:13.8476168Z     Uninstalling pipx-1.7.1:
2025-08-20T22:34:13.8483988Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:34:13.9100920Z   Attempting uninstall: typer
2025-08-20T22:34:13.9174936Z     Found existing installation: typer 0.16.1
2025-08-20T22:34:13.9197407Z     Uninstalling typer-0.16.1:
2025-08-20T22:34:13.9204944Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:34:13.9606441Z   Attempting uninstall: py2static
2025-08-20T22:34:13.9673169Z     Found existing installation: py2static 0.0.1
2025-08-20T22:34:13.9689624Z     Uninstalling py2static-0.0.1:
2025-08-20T22:34:13.9697350Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:34:13.9892730Z 
2025-08-20T22:34:13.9917103Z 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-20T22:34:14.2876344Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:34:14.3889571Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:34:14.3894150Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-tyht2chn
2025-08-20T22:34:14.3913724Z 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-tyht2chn
2025-08-20T22:34:16.5529399Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:34:16.5564674Z   Installing build dependencies: started
2025-08-20T22:34:17.2203234Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:34:17.2213904Z   Getting requirements to build wheel: started
2025-08-20T22:34:17.4816602Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:34:17.4827770Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:34:17.6565238Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:34:17.8216832Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:34:17.8227517Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:34:17.8513901Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:34:17.8523877Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:34:17.8802122Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:34:17.8812505Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:34:17.9073200Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:34:17.9083520Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:34:17.9123072Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:34:17.9132867Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:34:17.9145116Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:34:17.9160490Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:34:17.9270960Z Building wheels for collected packages: pyinstaller
2025-08-20T22:34:17.9277669Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:34:20.6523105Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:34:20.6545419Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=8b8603eecd35f2e1c42bf302b2cd972ea5511086b290b97b5614b4d4fcafc858
2025-08-20T22:34:20.6546563Z   Stored in directory: /tmp/pip-ephem-wheel-cache-b21xomez/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:34:20.6582566Z Successfully built pyinstaller
2025-08-20T22:34:20.7350096Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:34:20.7355237Z   Attempting uninstall: altgraph
2025-08-20T22:34:20.7423210Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:34:20.7440374Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:34:20.7446051Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:34:20.7667625Z   Attempting uninstall: setuptools
2025-08-20T22:34:20.7735566Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:34:20.7935089Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:34:20.8154445Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:34:21.3994607Z   Attempting uninstall: packaging
2025-08-20T22:34:21.4065826Z     Found existing installation: packaging 25.0
2025-08-20T22:34:21.4086498Z     Uninstalling packaging-25.0:
2025-08-20T22:34:21.4092313Z       Successfully uninstalled packaging-25.0
2025-08-20T22:34:21.4545592Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:34:21.4619974Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:34:21.4920086Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:34:21.4958546Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:34:21.6906472Z   Attempting uninstall: pyinstaller
2025-08-20T22:34:21.6981844Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:34:21.7235386Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:34:21.7272043Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:34:22.0015583Z 
2025-08-20T22:34:22.0039034Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T22:34:22.2267163Z 6.15.0
2025-08-20T22:34:23.7067045Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:34:23.7076326Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:34:23.7077350Z 
2025-08-20T22:34:23.7077758Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:34:23.7078291Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:34:23.7078908Z installation.
2025-08-20T22:34:23.7079048Z 
2025-08-20T22:34:23.7079247Z If you installed the current Docker package using this script and are using it
2025-08-20T22:34:23.7079764Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:34:23.7080293Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:34:23.7080693Z files to match the parameters passed to the script.
2025-08-20T22:34:23.7080949Z 
2025-08-20T22:34:23.7081088Z You may press Ctrl+C now to abort this script.
2025-08-20T22:34:23.7229311Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:34:24.9684450Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:34:25.4621076Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:34:25.4742051Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:34:25.5646868Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:34:25.5661788Z + 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-20T22:34:25.5668554Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:34:27.0569506Z + 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-20T22:34:37.5431900Z + sh -c 'docker version'
2025-08-20T22:34:37.5566706Z Client: Docker Engine - Community
2025-08-20T22:34:37.5567247Z  Version:           28.3.3
2025-08-20T22:34:37.5567519Z  API version:       1.51
2025-08-20T22:34:37.5567760Z  Go version:        go1.24.5
2025-08-20T22:34:37.5568118Z  Git commit:        980b856
2025-08-20T22:34:37.5568372Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T22:34:37.5568865Z  OS/Arch:           linux/arm64
2025-08-20T22:34:37.5569169Z  Context:           default
2025-08-20T22:34:37.5569325Z 
2025-08-20T22:34:37.5569425Z Server: Docker Engine - Community
2025-08-20T22:34:37.5569744Z  Engine:
2025-08-20T22:34:37.5569947Z   Version:          28.3.3
2025-08-20T22:34:37.5570228Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:34:37.5570539Z   Go version:       go1.24.5
2025-08-20T22:34:37.5570778Z   Git commit:       bea959c
2025-08-20T22:34:37.5571100Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T22:34:37.5571379Z   OS/Arch:          linux/arm64
2025-08-20T22:34:37.5571613Z   Experimental:     false
2025-08-20T22:34:37.5571872Z  containerd:
2025-08-20T22:34:37.5572097Z   Version:          1.7.27
2025-08-20T22:34:37.5572412Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:34:37.5572765Z  runc:
2025-08-20T22:34:37.5572955Z   Version:          1.2.5
2025-08-20T22:34:37.5573226Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:34:37.5573492Z  docker-init:
2025-08-20T22:34:37.5573726Z   Version:          0.19.0
2025-08-20T22:34:37.5573994Z   GitCommit:        de40ad0
2025-08-20T22:34:37.5584933Z 
2025-08-20T22:34:37.5585302Z ================================================================================
2025-08-20T22:34:37.5585586Z 
2025-08-20T22:34:37.5586176Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:34:37.5586594Z Docker daemon in rootless mode for your user:
2025-08-20T22:34:37.5586792Z 
2025-08-20T22:34:37.5586937Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:34:37.5587115Z 
2025-08-20T22:34:37.5587433Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:34:37.5587718Z 
2025-08-20T22:34:37.5587740Z 
2025-08-20T22:34:37.5587930Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:34:37.5588374Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:34:37.5588929Z 
2025-08-20T22:34:37.5589138Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:34:37.5589619Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:34:37.5590164Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:34:37.5590494Z 
2025-08-20T22:34:37.5590633Z ================================================================================
2025-08-20T22:34:37.5590825Z 
2025-08-20T22:34:48.5721257Z ● docker.service - Docker Application Container Engine
2025-08-20T22:34:48.5721820Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:34:48.5722306Z      Active: active (running) since Wed 2025-08-20 22:34:38 UTC; 10s ago
2025-08-20T22:34:48.5723224Z TriggeredBy: ● docker.socket
2025-08-20T22:34:48.5723514Z        Docs: https://docs.docker.com
2025-08-20T22:34:48.5723860Z    Main PID: 20457 (dockerd)
2025-08-20T22:34:48.5724121Z       Tasks: 10
2025-08-20T22:34:48.5724342Z      Memory: 21.2M (peak: 24.2M)
2025-08-20T22:34:48.5724627Z         CPU: 260ms
2025-08-20T22:34:48.5724872Z      CGroup: /system.slice/docker.service
2025-08-20T22:34:48.5727380Z              └─20457 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:34:48.5727823Z 
2025-08-20T22:34:48.5728208Z Aug 20 22:34:37 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:37.920443198Z" level=info msg="Loading containers: start."
2025-08-20T22:34:48.5729476Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.469610552Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 991050c6717a2a5260c301c94aa4400cbb397142c7898121b12484bb77f4634a], retrying...."
2025-08-20T22:34:48.5730716Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.511510649Z" level=info msg="Loading containers: done."
2025-08-20T22:34:48.5731841Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.535528119Z" 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-20T22:34:48.5733181Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.535619930Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:34:48.5734135Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.535649731Z" level=info msg="Initializing buildkit"
2025-08-20T22:34:48.5734832Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.552134423Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:34:48.5735572Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.556293528Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:34:48.5736350Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.556343106Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:34:48.5737053Z Aug 20 22:34:38 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:34:48.5811633Z ● docker.service - Docker Application Container Engine
2025-08-20T22:34:48.5812414Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:34:48.5812917Z      Active: active (running) since Wed 2025-08-20 22:34:38 UTC; 10s ago
2025-08-20T22:34:48.5813478Z TriggeredBy: ● docker.socket
2025-08-20T22:34:48.5813821Z        Docs: https://docs.docker.com
2025-08-20T22:34:48.5814129Z    Main PID: 20457 (dockerd)
2025-08-20T22:34:48.5814378Z       Tasks: 10
2025-08-20T22:34:48.5814604Z      Memory: 21.2M (peak: 24.2M)
2025-08-20T22:34:48.5814876Z         CPU: 260ms
2025-08-20T22:34:48.5815152Z      CGroup: /system.slice/docker.service
2025-08-20T22:34:48.5815696Z              └─20457 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:34:48.5816045Z 
2025-08-20T22:34:48.5816394Z Aug 20 22:34:37 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:37.920443198Z" level=info msg="Loading containers: start."
2025-08-20T22:34:48.5817521Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.469610552Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 991050c6717a2a5260c301c94aa4400cbb397142c7898121b12484bb77f4634a], retrying...."
2025-08-20T22:34:48.5818880Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.511510649Z" level=info msg="Loading containers: done."
2025-08-20T22:34:48.5820070Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.535528119Z" 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-20T22:34:48.5821563Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.535619930Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:34:48.5822502Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.535649731Z" level=info msg="Initializing buildkit"
2025-08-20T22:34:48.5823201Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.552134423Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:34:48.5823924Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.556293528Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:34:48.5824720Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.556343106Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:34:48.5825378Z Aug 20 22:34:38 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:34:48.5976160Z ● docker.service - Docker Application Container Engine
2025-08-20T22:34:48.5976693Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:34:48.5977160Z      Active: active (running) since Wed 2025-08-20 22:34:38 UTC; 10s ago
2025-08-20T22:34:48.5977722Z TriggeredBy: ● docker.socket
2025-08-20T22:34:48.5978037Z        Docs: https://docs.docker.com
2025-08-20T22:34:48.5978374Z    Main PID: 20457 (dockerd)
2025-08-20T22:34:48.5978619Z       Tasks: 10
2025-08-20T22:34:48.5978982Z      Memory: 21.2M (peak: 24.2M)
2025-08-20T22:34:48.5979272Z         CPU: 260ms
2025-08-20T22:34:48.5979540Z      CGroup: /system.slice/docker.service
2025-08-20T22:34:48.5980062Z              └─20457 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:34:48.5980427Z 
2025-08-20T22:34:48.5980763Z Aug 20 22:34:37 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:37.920443198Z" level=info msg="Loading containers: start."
2025-08-20T22:34:48.5981875Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.469610552Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 991050c6717a2a5260c301c94aa4400cbb397142c7898121b12484bb77f4634a], retrying...."
2025-08-20T22:34:48.5983035Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.511510649Z" level=info msg="Loading containers: done."
2025-08-20T22:34:48.5984438Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.535528119Z" 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-20T22:34:48.5985766Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.535619930Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:34:48.5986709Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.535649731Z" level=info msg="Initializing buildkit"
2025-08-20T22:34:48.5987411Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.552134423Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:34:48.5988130Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.556293528Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:34:48.5989781Z Aug 20 22:34:38 runnervmdbl46 dockerd[20457]: time="2025-08-20T22:34:38.556343106Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:34:48.5990447Z Aug 20 22:34:38 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:34:48.6070366Z Docker version 28.3.3, build 980b856
2025-08-20T22:34:48.6226266Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:34:49.4220175Z latest: Pulling from library/hello-world
2025-08-20T22:34:49.6142924Z 198f93fd5094: Pulling fs layer
2025-08-20T22:34:49.9205377Z 198f93fd5094: Download complete
2025-08-20T22:34:49.9569462Z 198f93fd5094: Pull complete
2025-08-20T22:34:49.9816408Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:34:49.9898556Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:34:50.7769776Z 
2025-08-20T22:34:50.7770578Z Hello from Docker!
2025-08-20T22:34:50.7773081Z This message shows that your installation appears to be working correctly.
2025-08-20T22:34:50.7773564Z 
2025-08-20T22:34:50.7773756Z To generate this message, Docker took the following steps:
2025-08-20T22:34:50.7774130Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:34:50.7774563Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:34:50.7774960Z     (arm64v8)
2025-08-20T22:34:50.7775269Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:34:50.7775771Z     executable that produces the output you are currently reading.
2025-08-20T22:34:50.7776233Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:34:50.7776624Z     to your terminal.
2025-08-20T22:34:50.7776815Z 
2025-08-20T22:34:50.7776995Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:34:50.7777371Z  $ docker run -it ubuntu bash
2025-08-20T22:34:50.7777615Z 
2025-08-20T22:34:50.7777813Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:34:50.7778199Z  https://hub.docker.com/
2025-08-20T22:34:50.7778366Z 
2025-08-20T22:34:50.7778491Z For more examples and ideas, visit:
2025-08-20T22:34:50.7779003Z  https://docs.docker.com/get-started/
2025-08-20T22:34:50.7779208Z 
2025-08-20T22:34:50.9172458Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:34:50.9173167Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:34:50.9173752Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:34:50.9174269Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:34:50.9235072Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:34:50.9235630Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:34:50.9236001Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:34:50.9236366Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:34:50.9237174Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:34:50.9237525Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:34:50.9237878Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:34:50.9238266Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:34:50.9238789Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:34:50.9239215Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:34:50.9239609Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:34:50.9240007Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:34:50.9240406Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:34:50.9240765Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:34:50.9241146Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:34:50.9241603Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:34:50.9242041Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:34:50.9242424Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:34:50.9242840Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:34:50.9243473Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:34:50.9243824Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:34:50.9244212Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:34:50.9244637Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:34:50.9245049Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:34:50.9245453Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:34:50.9245863Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:34:50.9246282Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:34:50.9246699Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:34:50.9247130Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:34:50.9247548Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:34:50.9247988Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:34:50.9248412Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:34:50.9249960Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:34:50.9250381Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:34:50.9250788Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:34:50.9251197Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:34:50.9251621Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:34:50.9252036Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:34:50.9252443Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:34:50.9252839Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:34:50.9253291Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:34:50.9253760Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:34:50.9254228Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:34:50.9254972Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:34:50.9255436Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:34:50.9255854Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:34:50.9256269Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:34:50.9256682Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:34:50.9257091Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:34:50.9257491Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:34:50.9257861Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:34:50.9258216Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:34:50.9258583Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:34:50.9259189Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:34:50.9259599Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:34:50.9259977Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:34:50.9260386Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:34:50.9261020Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:34:50.9261446Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:34:50.9261855Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:34:50.9262278Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:34:50.9262707Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:34:50.9263113Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:34:50.9263513Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:34:50.9263948Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:34:50.9264438Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:34:50.9264933Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:34:50.9265395Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:34:50.9265811Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:34:50.9266195Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:34:50.9266584Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:34:50.9266982Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:34:50.9267384Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:34:50.9267839Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:34:50.9268336Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:34:50.9269089Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:34:50.9269595Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:34:50.9270036Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:34:50.9270434Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:34:50.9270824Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:34:50.9271229Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:34:50.9271844Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:34:50.9272238Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:34:50.9272659Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:34:50.9273078Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:34:50.9273457Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:34:50.9273834Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:34:50.9274238Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:34:50.9274642Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:34:50.9275017Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:34:50.9275385Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:34:50.9275775Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:34:50.9276163Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:34:50.9276509Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:34:50.9276887Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:34:50.9277295Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:34:50.9277907Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:34:50.9278275Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:34:50.9278797Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:34:50.9279221Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:34:50.9279608Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:34:50.9280004Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:34:50.9280404Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:34:50.9280786Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:34:50.9281166Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:34:50.9281560Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:34:50.9281966Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:34:50.9282335Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:34:50.9282687Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:34:50.9283032Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:34:50.9283385Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:34:50.9283749Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:34:50.9284101Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:34:50.9284470Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:34:50.9284865Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:34:50.9285290Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:34:50.9285729Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:34:50.9286132Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:34:50.9286521Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:34:50.9286909Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:34:50.9287297Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:34:50.9287700Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:34:50.9288325Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:34:50.9288968Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:34:50.9289371Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:34:50.9289779Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:34:50.9290222Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:34:50.9290661Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:34:50.9291047Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:34:50.9291440Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:34:50.9291847Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:34:50.9292250Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:34:50.9292656Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:34:50.9293051Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:34:50.9293448Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:34:50.9293849Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:34:50.9294458Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:34:50.9294820Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:34:50.9295184Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:34:50.9295581Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:34:50.9295977Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:34:50.9296378Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:34:50.9296774Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:34:50.9297147Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:34:50.9297522Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:34:50.9297940Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:34:50.9298330Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:34:50.9298868Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:34:50.9299508Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:34:50.9299908Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:34:50.9300279Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:34:50.9300665Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:34:50.9301090Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:34:50.9301505Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:34:50.9301860Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:34:50.9302200Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:34:50.9302628Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:34:50.9303057Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:34:50.9303474Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:34:50.9303860Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:34:50.9304240Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:34:50.9304627Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:34:50.9305283Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:34:50.9305788Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:34:50.9306204Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:34:50.9306572Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:34:50.9306935Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:34:50.9307377Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:34:50.9307879Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:34:50.9308318Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:34:50.9308900Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:34:50.9309390Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:34:50.9309927Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:34:50.9310429Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:34:50.9310865Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:34:50.9311224Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:34:50.9311788Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:34:50.9312201Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:34:50.9312611Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:34:50.9313016Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:34:50.9313429Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:34:50.9313809Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:34:50.9314207Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:34:50.9314608Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:34:50.9315008Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:34:50.9315413Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:34:50.9315807Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:34:50.9316200Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:34:50.9316618Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:34:50.9317065Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:34:50.9317494Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:34:50.9317886Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:34:50.9318264Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:34:50.9318763Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:34:50.9319155Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:34:50.9319556Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:34:50.9319975Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:34:50.9320441Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:34:50.9320888Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:34:50.9321289Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:34:50.9321678Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:34:50.9322319Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:34:50.9322717Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:34:50.9323087Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:34:50.9323471Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:34:50.9323855Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:34:50.9324297Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:34:50.9324767Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:34:50.9325223Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:34:50.9325737Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:34:50.9326253Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:34:50.9326756Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:34:50.9327196Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:34:50.9327559Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:34:50.9328086Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:34:50.9328465Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:34:50.9328990Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:34:50.9329358Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:34:50.9329739Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:34:50.9330119Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:34:50.9330503Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:34:50.9330879Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:34:50.9331254Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:34:50.9331649Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:34:50.9332038Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:34:50.9332456Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:34:50.9332890Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:34:50.9333309Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:34:50.9333721Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:34:50.9334125Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:34:50.9334538Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:34:50.9334959Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:34:50.9335353Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:34:50.9335717Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:34:50.9336230Z 	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-20T22:34:50.9336744Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:34:50.9337119Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:34:50.9337579Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:34:50.9337964Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:34:50.9338361Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:34:50.9339311Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:34:50.9339768Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:34:50.9340194Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:34:50.9340595Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:34:50.9341005Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:34:50.9341427Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:34:50.9341836Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:34:50.9342229Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:34:50.9342657Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:34:50.9343379Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:34:50.9343884Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:34:50.9344330Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:34:50.9344738Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:34:50.9345368Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:34:50.9345844Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:34:50.9346329Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:34:50.9346741Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:34:50.9347171Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:34:50.9347628Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:34:50.9348033Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:34:50.9348395Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:34:50.9348931Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:34:50.9349312Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:34:50.9349699Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:34:50.9350091Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:34:50.9350447Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:34:50.9350817Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:34:50.9351180Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:34:50.9351538Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:34:50.9351910Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:34:50.9352265Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:34:50.9352640Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:34:50.9353023Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:34:50.9353384Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:34:50.9353750Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:34:50.9354107Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:34:50.9354474Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:34:50.9354850Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:34:50.9355219Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:34:50.9355579Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:34:50.9356199Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:34:50.9356649Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:34:50.9357080Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:34:50.9357486Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:34:50.9357854Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:34:50.9358235Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:34:50.9358813Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:34:50.9359223Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:34:50.9359585Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:34:50.9359951Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:34:50.9360314Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:34:50.9360658Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:34:50.9361005Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:34:50.9361358Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:34:50.9361951Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:34:50.9362315Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:34:50.9362663Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:34:50.9362997Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:34:50.9363374Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:34:50.9363780Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:34:50.9364183Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:34:50.9364574Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:34:50.9364966Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:34:50.9365385Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:34:50.9365887Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:34:50.9366496Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:34:50.9367121Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:34:50.9367662Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:34:50.9368135Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:34:50.9368597Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:34:50.9369291Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:34:50.9369912Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:34:50.9370482Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:34:50.9370975Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:34:50.9371418Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:34:50.9371787Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:34:50.9372158Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:34:50.9372534Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:34:50.9373113Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:34:50.9373548Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:34:50.9373940Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:34:50.9374330Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:34:50.9374724Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:34:50.9375110Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:34:50.9375483Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:34:50.9375860Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:34:50.9376236Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:34:50.9376627Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:34:50.9377028Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:34:50.9377439Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:34:50.9377856Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:34:50.9378229Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:34:50.9378928Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:34:50.9379341Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:34:50.9379752Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:34:50.9380188Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:34:50.9380615Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:34:50.9380979Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:34:50.9381354Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:34:50.9381736Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:34:50.9382108Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:34:50.9382499Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:34:50.9382898Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:34:50.9383282Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:34:50.9383681Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:34:50.9384044Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:34:50.9384419Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:34:50.9384966Z 	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-20T22:34:50.9385683Z 	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-20T22:34:50.9386366Z 	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-20T22:34:50.9387032Z 	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-20T22:34:50.9387566Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:34:50.9387951Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:34:50.9388363Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:34:50.9388922Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:34:50.9389323Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:34:50.9389899Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:34:50.9390280Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:34:50.9390657Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:34:50.9391033Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:34:50.9391407Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:34:50.9391789Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:34:50.9392174Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:34:50.9392576Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:34:50.9392974Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:34:50.9393370Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:34:50.9393760Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:34:50.9394136Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:34:50.9394524Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:34:50.9394926Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:34:50.9395323Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:34:50.9395865Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:34:50.9396256Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:34:50.9396678Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:34:50.9397104Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:34:50.9397507Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:34:50.9397947Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:34:50.9398403Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:34:50.9399003Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:34:50.9399377Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:34:50.9399761Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:34:50.9400159Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:34:50.9400567Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:34:50.9400970Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:34:50.9401352Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:34:50.9401744Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:34:50.9402218Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:34:50.9402693Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:34:50.9403089Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:34:50.9403496Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:34:50.9403951Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:34:50.9404396Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:34:50.9404867Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:34:50.9405357Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:34:50.9405802Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:34:50.9406455Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:34:50.9406872Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:34:50.9407269Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:34:50.9407689Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:34:50.9408075Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:34:50.9408451Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:34:50.9409036Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:34:50.9409443Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:34:50.9409847Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:34:50.9410270Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:34:50.9410673Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:34:50.9411054Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:34:50.9411423Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:34:50.9411777Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:34:50.9412338Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:34:50.9412760Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:34:50.9413154Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:34:50.9413641Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:34:50.9414090Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:34:50.9414492Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:34:50.9414933Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:34:50.9415355Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:34:50.9415758Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:34:50.9416166Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:34:50.9416534Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:34:50.9416897Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:34:50.9417289Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:34:50.9417688Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:34:50.9418071Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:34:50.9418430Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:34:50.9418930Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:34:50.9419284Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:34:50.9419770Z 	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-20T22:34:50.9420277Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:34:50.9420667Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:34:50.9421050Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:34:50.9421449Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:34:50.9421858Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:34:50.9422271Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:34:50.9422943Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:34:50.9423374Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:34:50.9423791Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:34:50.9424163Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:34:50.9424528Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:34:50.9424891Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:34:50.9425270Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:34:50.9425691Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:34:50.9426119Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:34:50.9426518Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:34:50.9426940Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:34:50.9427385Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:34:50.9427780Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:34:50.9428147Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:34:50.9428499Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:34:50.9429315Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:34:50.9429687Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:34:50.9430064Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:34:50.9430441Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:34:50.9430842Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:34:50.9431257Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:34:50.9431722Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:34:50.9432158Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:34:50.9432528Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:34:50.9432918Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:34:50.9433310Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:34:50.9433701Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:34:50.9434085Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:34:50.9434461Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:34:50.9434908Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:34:50.9435404Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:34:50.9435828Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:34:50.9436210Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:34:50.9436587Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:34:50.9436995Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:34:50.9437396Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:34:50.9437770Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:34:50.9438169Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:34:50.9438552Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:34:50.9439144Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:34:50.9439513Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:34:50.9440157Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:34:50.9440590Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:34:50.9440963Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:34:50.9441348Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:34:50.9441792Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:34:50.9442233Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:34:50.9442658Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:34:50.9443050Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:34:50.9443563Z 	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-20T22:34:50.9444075Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:34:50.9444468Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:34:50.9444881Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:34:50.9445307Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:34:50.9446016Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:34:50.9446598Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:34:50.9447207Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:34:50.9447853Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:34:50.9448505Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:34:50.9449290Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:34:50.9449918Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:34:50.9450498Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:34:50.9450984Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:34:50.9451425Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:34:50.9451862Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:34:50.9452288Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:34:50.9452758Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:34:50.9453195Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:34:50.9453576Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:34:50.9453942Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:34:50.9454322Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:34:50.9454709Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:34:50.9455115Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:34:50.9455526Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:34:50.9455892Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:34:50.9456280Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:34:50.9456743Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:34:50.9457455Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:34:50.9457964Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:34:50.9458452Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:34:50.9459192Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:34:50.9459630Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:34:50.9460043Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:34:50.9460473Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:34:50.9460904Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:34:50.9461332Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:34:50.9461727Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:34:50.9462110Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:34:50.9462484Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:34:50.9462864Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:34:50.9463295Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:34:50.9463937Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:34:50.9464347Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:34:50.9464763Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:34:50.9465194Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:34:50.9465643Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:34:50.9466092Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:34:50.9466526Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:34:50.9466923Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:34:50.9467299Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:34:50.9467691Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:34:50.9468062Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:34:50.9468435Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:34:50.9469137Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:34:50.9469550Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:34:50.9469985Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:34:50.9470459Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:34:50.9470918Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:34:50.9471313Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:34:50.9471666Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:34:50.9472041Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:34:50.9472438Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:34:50.9472824Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:34:50.9473215Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:34:50.9473641Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:34:50.9474324Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:34:50.9474758Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:34:50.9475147Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:34:50.9475545Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:34:50.9476086Z 	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-20T22:34:50.9476670Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:34:50.9477123Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:34:50.9477566Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:34:50.9477991Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:34:50.9478392Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:34:50.9478970Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:34:50.9479367Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:34:50.9479770Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:34:50.9480171Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:34:50.9480767Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:34:50.9481162Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:34:50.9481565Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:34:50.9481939Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:34:50.9482349Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:34:50.9482814Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:34:50.9483237Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:34:50.9483614Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:34:50.9483989Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:34:50.9484389Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:34:50.9484762Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:34:50.9485134Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:34:50.9485567Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:34:50.9486013Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:34:50.9486419Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:34:50.9486823Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:34:50.9487222Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:34:50.9487608Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:34:50.9487982Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:34:50.9488375Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:34:50.9488975Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:34:50.9489437Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:34:50.9489886Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:34:50.9490312Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:34:50.9490713Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:34:50.9491341Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:34:50.9491788Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:34:50.9492174Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:34:50.9492533Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:34:50.9492884Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:34:50.9493251Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:34:50.9493624Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:34:50.9493978Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:34:50.9494348Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:34:50.9494744Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:34:50.9495132Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:34:50.9495488Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:34:50.9495837Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:34:50.9496217Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:34:50.9496615Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:34:50.9497164Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:34:50.9497529Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:34:50.9497895Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:34:50.9498279Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:34:50.9498850Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:34:50.9499250Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:34:50.9499628Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:34:50.9500019Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:34:50.9500401Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:34:50.9500782Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:34:50.9501160Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:34:50.9501542Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:34:50.9501945Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:34:50.9502372Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:34:50.9502779Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:34:50.9503138Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:34:50.9503488Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:34:50.9503830Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:34:50.9504251Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:34:50.9504751Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:34:50.9505260Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:34:50.9505741Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:34:50.9506249Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:34:50.9506691Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:34:50.9507074Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:34:50.9507721Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:34:50.9508143Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:34:50.9508530Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:34:50.9509262Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:34:50.9509670Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:34:50.9510046Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:34:50.9510437Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:34:50.9510879Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:34:50.9511311Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:34:50.9511686Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:34:50.9512087Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:34:50.9512511Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:34:50.9512893Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:34:50.9513242Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:34:50.9513904Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:34:50.9514358Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:34:50.9514819Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:34:50.9515228Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:34:50.9515645Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:34:50.9516073Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:34:50.9516512Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:34:51.0346273Z [+] Installing Go for linux-arm64...
2025-08-20T22:34:51.4341591Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:34:51.4341920Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T22:34:51.4342146Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T22:34:51.4351116Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T22:34:51.4351480Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T22:34:51.4351826Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T22:34:51.4420285Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T22:34:51.4420773Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T22:34:51.4421229Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T22:34:51.4421707Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T22:34:51.4422146Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T22:34:51.4422590Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T22:34:51.4423052Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T22:34:51.4423527Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T22:34:51.4423964Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T22:34:51.4424395Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T22:34:51.4424823Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T22:34:51.4425248Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T22:34:51.4426066Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T22:34:51.4426538Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T22:34:51.4426982Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T22:34:51.4427431Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T22:34:51.4427902Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T22:34:51.4428362Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T22:34:51.4429076Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T22:34:51.4429496Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T22:34:51.4429841Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T22:34:51.4430169Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T22:34:51.4430500Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T22:34:51.4430831Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T22:34:51.4431166Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T22:34:51.4458702Z go version go1.22.2 linux/arm64
2025-08-20T22:34:51.4719866Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:34:51.4720586Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:34:51.4720954Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:34:51.4721701Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:34:51.4722080Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:34:51.4722440Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:34:51.4722805Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:34:51.4723192Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:34:51.4723540Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:34:51.4723866Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:34:51.4724245Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:34:51.4724630Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:34:51.4725021Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:34:51.4725424Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:34:51.4725819Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:34:51.4726221Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:34:51.4726628Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:34:51.4727000Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:34:51.4727377Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:34:51.4727831Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:34:51.4728282Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:34:51.4728993Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:34:51.4729469Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:34:51.4729870Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:34:51.4730221Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:34:51.4730611Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:34:51.4731038Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:34:51.4731766Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:34:51.4732197Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:34:51.4732779Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:34:51.4733203Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:34:51.4733634Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:34:51.4734061Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:34:51.4734479Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:34:51.4734917Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:34:51.4735343Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:34:51.4735744Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:34:51.4736156Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:34:51.4736547Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:34:51.4736957Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:34:51.4737382Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:34:51.4738000Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:34:51.4738406Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:34:51.4738941Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:34:51.4739397Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:34:51.4739868Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:34:51.4740345Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:34:51.4740834Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:34:51.4741275Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:34:51.4741691Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:34:51.4742117Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:34:51.4742523Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:34:51.4742937Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:34:51.4743336Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:34:51.4743706Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:34:51.4744065Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:34:51.4744435Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:34:51.4744830Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:34:51.4745233Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:34:51.4745616Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:34:51.4746029Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:34:51.4746468Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:34:51.4746891Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:34:51.4747304Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:34:51.4747729Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:34:51.4748162Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:34:51.4748896Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:34:51.4749358Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:34:51.4749799Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:34:51.4750297Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:34:51.4750800Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:34:51.4751259Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:34:51.4751676Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:34:51.4752061Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:34:51.4752455Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:34:51.4752857Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:34:51.4753257Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:34:51.4753709Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:34:51.4754208Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:34:51.4754851Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:34:51.4755339Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:34:51.4755777Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:34:51.4756177Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:34:51.4756571Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:34:51.4756982Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:34:51.4757382Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:34:51.4757769Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:34:51.4758191Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:34:51.4758613Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:34:51.4759123Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:34:51.4759497Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:34:51.4759903Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:34:51.4760310Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:34:51.4760686Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:34:51.4761058Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:34:51.4761451Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:34:51.4761836Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:34:51.4762186Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:34:51.4762560Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:34:51.4762972Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:34:51.4763358Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:34:51.4763721Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:34:51.4764086Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:34:51.4764461Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:34:51.4764849Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:34:51.4765452Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:34:51.4765872Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:34:51.4766262Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:34:51.4766645Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:34:51.4767050Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:34:51.4767449Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:34:51.4767816Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:34:51.4768172Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:34:51.4768522Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:34:51.4769013Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:34:51.4769380Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:34:51.4769730Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:34:51.4770097Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:34:51.4770492Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:34:51.4770922Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:34:51.4771539Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:34:51.4771941Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:34:51.4772338Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:34:51.4772731Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:34:51.4773117Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:34:51.4773522Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:34:51.4773928Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:34:51.4774310Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:34:51.4774702Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:34:51.4775114Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:34:51.4775557Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:34:51.4775984Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:34:51.4776376Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:34:51.4776772Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:34:51.4777183Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:34:51.4777600Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:34:51.4778007Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:34:51.4778405Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:34:51.4779060Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:34:51.4779479Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:34:51.4779864Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:34:51.4780220Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:34:51.4780584Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:34:51.4780978Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:34:51.4781372Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:34:51.4781995Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:34:51.4782411Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:34:51.4782784Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:34:51.4783161Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:34:51.4783553Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:34:51.4783984Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:34:51.4784412Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:34:51.4784853Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:34:51.4785248Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:34:51.4785621Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:34:51.4786012Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:34:51.4786457Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:34:51.4786875Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:34:51.4787226Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:34:51.4787567Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:34:51.4788193Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:34:51.4788778Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:34:51.4789198Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:34:51.4789584Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:34:51.4789966Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:34:51.4790353Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:34:51.4790773Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:34:51.4791237Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:34:51.4791650Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:34:51.4792021Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:34:51.4792382Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:34:51.4792829Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:34:51.4793330Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:34:51.4793772Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:34:51.4794148Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:34:51.4794615Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:34:51.4795156Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:34:51.4795658Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:34:51.4796103Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:34:51.4796460Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:34:51.4796838Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:34:51.4797251Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:34:51.4797672Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:34:51.4798083Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:34:51.4798774Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:34:51.4799192Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:34:51.4799590Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:34:51.4799990Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:34:51.4800389Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:34:51.4800790Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:34:51.4801187Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:34:51.4801576Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:34:51.4801998Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:34:51.4802445Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:34:51.4802873Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:34:51.4803262Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:34:51.4803636Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:34:51.4804010Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:34:51.4804386Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:34:51.4804930Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:34:51.4805350Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:34:51.4805821Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:34:51.4806271Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:34:51.4806680Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:34:51.4807074Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:34:51.4807459Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:34:51.4807837Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:34:51.4808207Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:34:51.4808599Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:34:51.4809129Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:34:51.4809575Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:34:51.4810046Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:34:51.4810502Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:34:51.4811023Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:34:51.4811533Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:34:51.4812037Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:34:51.4812476Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:34:51.4812846Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:34:51.4813207Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:34:51.4813586Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:34:51.4813963Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:34:51.4814328Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:34:51.4814707Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:34:51.4815296Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:34:51.4815716Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:34:51.4816104Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:34:51.4816482Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:34:51.4816877Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:34:51.4817278Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:34:51.4817691Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:34:51.4818125Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:34:51.4818546Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:34:51.4819086Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:34:51.4819500Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:34:51.4819916Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:34:51.4820339Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:34:51.4820730Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:34:51.4821301Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:34:51.4821812Z 	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-20T22:34:51.4822330Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:34:51.4822703Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:34:51.4823082Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:34:51.4823443Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:34:51.4823845Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:34:51.4824280Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:34:51.4824704Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:34:51.4825132Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:34:51.4825542Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:34:51.4825947Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:34:51.4826367Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:34:51.4826779Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:34:51.4827170Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:34:51.4827604Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:34:51.4828251Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:34:51.4828823Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:34:51.4829272Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:34:51.4829686Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:34:51.4830086Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:34:51.4830562Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:34:51.4831046Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:34:51.4831457Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:34:51.4831892Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:34:51.4832572Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:34:51.4832990Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:34:51.4833353Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:34:51.4833702Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:34:51.4834078Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:34:51.4834461Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:34:51.4834825Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:34:51.4835178Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:34:51.4835547Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:34:51.4835906Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:34:51.4836267Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:34:51.4836636Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:34:51.4836989Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:34:51.4837364Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:34:51.4837747Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:34:51.4838259Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:34:51.4838621Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:34:51.4839119Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:34:51.4839489Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:34:51.4839865Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:34:51.4840228Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:34:51.4840593Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:34:51.4840970Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:34:51.4841392Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:34:51.4841827Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:34:51.4842238Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:34:51.4842600Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:34:51.4842983Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:34:51.4843406Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:34:51.4843809Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:34:51.4844171Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:34:51.4844542Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:34:51.4844900Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:34:51.4845244Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:34:51.4845588Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:34:51.4845949Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:34:51.4846322Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:34:51.4846681Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:34:51.4847024Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:34:51.4847353Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:34:51.4847732Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:34:51.4848377Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:34:51.4848981Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:34:51.4849383Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:34:51.4849781Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:34:51.4850199Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:34:51.4850709Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:34:51.4851322Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:34:51.4851946Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:34:51.4852490Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:34:51.4853090Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:34:51.4853550Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:34:51.4854070Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:34:51.4854689Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:34:51.4855430Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:34:51.4855932Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:34:51.4856382Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:34:51.4856754Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:34:51.4857127Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:34:51.4857507Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:34:51.4857886Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:34:51.4858276Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:34:51.4858807Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:34:51.4859247Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:34:51.4859634Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:34:51.4860025Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:34:51.4860417Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:34:51.4860794Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:34:51.4861168Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:34:51.4861565Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:34:51.4861960Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:34:51.4862372Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:34:51.4862786Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:34:51.4863160Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:34:51.4863550Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:34:51.4863960Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:34:51.4864369Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:34:51.4864808Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:34:51.4865236Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:34:51.4865819Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:34:51.4866213Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:34:51.4866597Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:34:51.4866964Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:34:51.4867361Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:34:51.4867749Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:34:51.4868135Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:34:51.4868516Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:34:51.4869008Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:34:51.4869380Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:34:51.4869931Z 	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-20T22:34:51.4870648Z 	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-20T22:34:51.4871332Z 	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-20T22:34:51.4872179Z 	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-20T22:34:51.4872709Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:34:51.4873092Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:34:51.4873502Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:34:51.4873903Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:34:51.4874281Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:34:51.4874659Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:34:51.4875027Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:34:51.4875404Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:34:51.4875783Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:34:51.4876160Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:34:51.4876536Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:34:51.4876926Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:34:51.4877331Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:34:51.4877733Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:34:51.4878141Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:34:51.4878532Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:34:51.4879053Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:34:51.4879449Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:34:51.4879855Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:34:51.4880259Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:34:51.4880659Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:34:51.4881053Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:34:51.4881478Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:34:51.4881912Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:34:51.4882530Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:34:51.4883001Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:34:51.4883464Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:34:51.4883919Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:34:51.4884296Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:34:51.4884676Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:34:51.4885073Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:34:51.4885481Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:34:51.4885886Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:34:51.4886266Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:34:51.4886658Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:34:51.4887131Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:34:51.4887603Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:34:51.4888003Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:34:51.4888574Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:34:51.4889147Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:34:51.4889599Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:34:51.4890073Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:34:51.4890563Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:34:51.4891016Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:34:51.4891454Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:34:51.4891853Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:34:51.4892243Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:34:51.4892667Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:34:51.4893051Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:34:51.4893426Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:34:51.4893835Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:34:51.4894233Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:34:51.4894643Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:34:51.4895068Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:34:51.4895464Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:34:51.4895843Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:34:51.4896208Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:34:51.4896569Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:34:51.4896958Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:34:51.4897375Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:34:51.4897771Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:34:51.4898221Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:34:51.4898824Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:34:51.4899459Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:34:51.4899920Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:34:51.4900341Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:34:51.4900748Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:34:51.4901162Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:34:51.4901519Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:34:51.4901883Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:34:51.4902279Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:34:51.4902676Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:34:51.4903059Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:34:51.4903426Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:34:51.4903777Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:34:51.4904125Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:34:51.4904611Z 	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-20T22:34:51.4905315Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:34:51.4905704Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:34:51.4906086Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:34:51.4906485Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:34:51.4906896Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:34:51.4907314Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:34:51.4907718Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:34:51.4908131Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:34:51.4908545Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:34:51.4909104Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:34:51.4909485Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:34:51.4909846Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:34:51.4910224Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:34:51.4910648Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:34:51.4911077Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:34:51.4911471Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:34:51.4911902Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:34:51.4912346Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:34:51.4912747Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:34:51.4913117Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:34:51.4913466Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:34:51.4913811Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:34:51.4914179Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:34:51.4914559Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:34:51.4914938Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:34:51.4915340Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:34:51.4915965Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:34:51.4916462Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:34:51.4916901Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:34:51.4917276Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:34:51.4917667Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:34:51.4918057Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:34:51.4918442Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:34:51.4918963Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:34:51.4919341Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:34:51.4919786Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:34:51.4920275Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:34:51.4920698Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:34:51.4921074Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:34:51.4921445Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:34:51.4922024Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:34:51.4922417Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:34:51.4922791Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:34:51.4923191Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:34:51.4923573Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:34:51.4923928Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:34:51.4924284Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:34:51.4924681Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:34:51.4925105Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:34:51.4925485Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:34:51.4925874Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:34:51.4926315Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:34:51.4926758Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:34:51.4927186Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:34:51.4927577Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:34:51.4928096Z 	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-20T22:34:51.4928607Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:34:51.4929142Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:34:51.4929554Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:34:51.4929985Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:34:51.4930505Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:34:51.4931092Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:34:51.4931699Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:34:51.4932539Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:34:51.4933214Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:34:51.4933851Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:34:51.4934478Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:34:51.4935063Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:34:51.4935544Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:34:51.4936002Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:34:51.4936438Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:34:51.4936865Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:34:51.4937342Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:34:51.4937775Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:34:51.4938153Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:34:51.4938521Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:34:51.4939201Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:34:51.4939589Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:34:51.4939997Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:34:51.4940411Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:34:51.4940775Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:34:51.4941168Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:34:51.4941637Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:34:51.4942127Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:34:51.4942621Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:34:51.4943111Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:34:51.4943568Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:34:51.4943979Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:34:51.4944391Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:34:51.4944806Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:34:51.4945234Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:34:51.4945664Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:34:51.4946056Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:34:51.4946439Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:34:51.4946817Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:34:51.4947196Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:34:51.4947643Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:34:51.4948085Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:34:51.4948492Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:34:51.4949158Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:34:51.4949594Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:34:51.4950274Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:34:51.4950739Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:34:51.4951172Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:34:51.4951569Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:34:51.4951948Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:34:51.4952336Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:34:51.4952707Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:34:51.4953074Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:34:51.4953476Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:34:51.4953876Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:34:51.4954312Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:34:51.4954782Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:34:51.4955242Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:34:51.4955634Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:34:51.4956177Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:34:51.4956554Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:34:51.4956948Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:34:51.4957334Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:34:51.4957726Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:34:51.4958160Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:34:51.4958608Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:34:51.4959169Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:34:51.4959561Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:34:51.4959960Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:34:51.4960508Z 	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-20T22:34:51.4961087Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:34:51.4961540Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:34:51.4961985Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:34:51.4962418Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:34:51.4962811Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:34:51.4963201Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:34:51.4963595Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:34:51.4963996Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:34:51.4964408Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:34:51.4964786Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:34:51.4965182Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:34:51.4965590Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:34:51.4965964Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:34:51.4966601Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:34:51.4967084Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:34:51.4967510Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:34:51.4967886Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:34:51.4968267Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:34:51.4968808Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:34:51.4969219Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:34:51.4969591Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:34:51.4970021Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:34:51.4970466Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:34:51.4970875Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:34:51.4971273Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:34:51.4971666Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:34:51.4972048Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:34:51.4972610Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:34:51.4972998Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:34:51.4973401Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:34:51.4973845Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:34:51.4974294Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:34:51.4974713Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:34:51.4975122Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:34:51.4975525Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:34:51.4975949Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:34:51.4976337Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:34:51.4976700Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:34:51.4977049Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:34:51.4977412Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:34:51.4977787Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:34:51.4978138Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:34:51.4978505Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:34:51.4979083Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:34:51.4979476Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:34:51.4979827Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:34:51.4980178Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:34:51.4980554Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:34:51.4980959Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:34:51.4981334Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:34:51.4981699Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:34:51.4982061Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:34:51.4982443Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:34:51.4983087Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:34:51.4983455Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:34:51.4983872Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:34:51.4984266Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:34:51.4984645Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:34:51.4985026Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:34:51.4985403Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:34:51.4985786Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:34:51.4986187Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:34:51.4986614Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:34:51.4987012Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:34:51.4987368Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:34:51.4987717Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:34:51.4988059Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:34:51.4988480Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:34:51.4989249Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:34:51.4989725Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:34:51.4990204Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:34:51.4990708Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:34:51.4991146Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:34:51.4991531Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:34:51.4991918Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:34:51.4992309Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:34:51.4992694Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:34:51.4993085Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:34:51.4993471Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:34:51.4993847Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:34:51.4994243Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:34:51.4994684Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:34:51.4995116Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:34:51.4995495Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:34:51.4995896Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:34:51.4996318Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:34:51.4996697Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:34:51.4997058Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:34:51.4997446Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:34:51.4997895Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:34:51.4998359Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:34:51.4999061Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:34:51.4999499Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:34:51.5000168Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:34:51.5000622Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:34:51.6905137Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:34:51.8810305Z Collecting meson
2025-08-20T22:34:51.9509446Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:34:52.0203465Z Collecting ninja
2025-08-20T22:34:52.0379452Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T22:34:52.0648255Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:34:52.1394569Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 19.5 MB/s  0:00:00
2025-08-20T22:34:52.1543819Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T22:34:52.2403307Z Installing collected packages: ninja, meson
2025-08-20T22:34:52.8990149Z 
2025-08-20T22:34:52.9013099Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:34:53.1674819Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:34:53.2564732Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:34:53.3431362Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:34:53.7275060Z 1.8.4
2025-08-20T22:34:53.7577769Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:34:53.7859515Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:34:53.7859876Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:34:53.7860237Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:34:53.7860636Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:34:53.7861420Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:34:53.7861837Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:34:53.7862205Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:34:53.7862566Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:34:53.7862912Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:34:53.7863257Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:34:53.7863611Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:34:53.7863992Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:34:53.7864373Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:34:53.7864776Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:34:53.7865170Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:34:53.7865581Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:34:53.7865986Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:34:53.7866347Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:34:53.7866725Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:34:53.7867183Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:34:53.7867634Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:34:53.7868027Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:34:53.7868453Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:34:53.7869205Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:34:53.7869568Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:34:53.7870304Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:34:53.7870766Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:34:53.7871182Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:34:53.7871585Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:34:53.7872004Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:34:53.7872419Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:34:53.7872840Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:34:53.7873265Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:34:53.7873686Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:34:53.7874126Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:34:53.7874557Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:34:53.7874963Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:34:53.7875374Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:34:53.7875766Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:34:53.7876375Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:34:53.7876801Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:34:53.7877219Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:34:53.7877623Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:34:53.7878019Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:34:53.7878472Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:34:53.7879131Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:34:53.7879602Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:34:53.7880090Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:34:53.7880538Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:34:53.7880960Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:34:53.7881380Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:34:53.7881788Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:34:53.7882202Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:34:53.7882598Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:34:53.7882975Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:34:53.7883333Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:34:53.7883703Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:34:53.7884094Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:34:53.7884504Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:34:53.7884884Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:34:53.7885292Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:34:53.7885732Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:34:53.7886158Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:34:53.7886575Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:34:53.7887310Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:34:53.7887767Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:34:53.7888170Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:34:53.7888566Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:34:53.7889541Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:34:53.7890044Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:34:53.7890540Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:34:53.7891002Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:34:53.7891420Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:34:53.7891810Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:34:53.7892199Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:34:53.7892603Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:34:53.7893000Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:34:53.7893620Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:34:53.7894117Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:34:53.7894620Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:34:53.7895107Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:34:53.7895543Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:34:53.7895947Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:34:53.7896339Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:34:53.7896744Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:34:53.7897137Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:34:53.7897523Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:34:53.7897950Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:34:53.7898372Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:34:53.7898929Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:34:53.7899308Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:34:53.7899712Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:34:53.7900122Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:34:53.7900497Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:34:53.7900862Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:34:53.7901250Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:34:53.7901637Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:34:53.7901989Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:34:53.7902367Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:34:53.7902775Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:34:53.7903162Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:34:53.7903524Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:34:53.7903887Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:34:53.7904453Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:34:53.7904872Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:34:53.7905272Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:34:53.7905665Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:34:53.7906054Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:34:53.7906429Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:34:53.7906827Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:34:53.7907226Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:34:53.7907595Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:34:53.7907947Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:34:53.7908300Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:34:53.7908780Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:34:53.7909147Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:34:53.7909497Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:34:53.7910036Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:34:53.7910432Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:34:53.7910859Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:34:53.7911291Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:34:53.7911693Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:34:53.7912082Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:34:53.7912473Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:34:53.7912861Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:34:53.7913265Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:34:53.7913672Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:34:53.7914057Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:34:53.7914444Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:34:53.7914855Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:34:53.7915293Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:34:53.7915720Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:34:53.7916111Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:34:53.7916509Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:34:53.7916920Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:34:53.7917332Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:34:53.7917737Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:34:53.7918141Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:34:53.7918542Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:34:53.7919143Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:34:53.7919534Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:34:53.7919892Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:34:53.7920286Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:34:53.7920901Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:34:53.7921324Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:34:53.7921724Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:34:53.7922109Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:34:53.7922484Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:34:53.7922861Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:34:53.7923240Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:34:53.7923629Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:34:53.7924049Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:34:53.7924493Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:34:53.7924893Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:34:53.7925265Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:34:53.7925653Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:34:53.7926070Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:34:53.7926642Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:34:53.7926997Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:34:53.7927339Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:34:53.7927757Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:34:53.7928187Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:34:53.7928598Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:34:53.7929181Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:34:53.7929570Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:34:53.7929955Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:34:53.7930371Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:34:53.7930839Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:34:53.7931250Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:34:53.7931614Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:34:53.7931972Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:34:53.7932414Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:34:53.7932917Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:34:53.7933360Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:34:53.7933732Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:34:53.7934190Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:34:53.7934726Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:34:53.7935231Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:34:53.7935668Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:34:53.7936031Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:34:53.7936409Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:34:53.7936821Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:34:53.7937448Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:34:53.7937870Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:34:53.7938242Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:34:53.7938616Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:34:53.7939146Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:34:53.7939545Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:34:53.7939939Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:34:53.7940332Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:34:53.7940724Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:34:53.7941113Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:34:53.7941537Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:34:53.7941983Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:34:53.7942407Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:34:53.7942791Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:34:53.7943331Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:34:53.7943704Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:34:53.7944078Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:34:53.7944470Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:34:53.7944887Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:34:53.7945353Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:34:53.7945804Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:34:53.7946208Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:34:53.7946596Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:34:53.7947032Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:34:53.7947413Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:34:53.7947780Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:34:53.7948164Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:34:53.7948544Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:34:53.7949108Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:34:53.7949582Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:34:53.7950043Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:34:53.7950560Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:34:53.7951073Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:34:53.7951577Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:34:53.7952020Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:34:53.7952382Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:34:53.7952745Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:34:53.7953125Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:34:53.7953503Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:34:53.7954073Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:34:53.7954478Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:34:53.7954865Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:34:53.7955250Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:34:53.7955629Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:34:53.7956011Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:34:53.7956407Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:34:53.7956798Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:34:53.7957210Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:34:53.7957643Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:34:53.7958069Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:34:53.7958482Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:34:53.7959050Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:34:53.7959465Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:34:53.7960065Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:34:53.7960461Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:34:53.7960823Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:34:53.7961328Z 	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-20T22:34:53.7961848Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:34:53.7962218Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:34:53.7962598Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:34:53.7962961Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:34:53.7963357Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:34:53.7963791Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:34:53.7964222Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:34:53.7964651Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:34:53.7965051Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:34:53.7965451Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:34:53.7965874Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:34:53.7966285Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:34:53.7966675Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:34:53.7967103Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:34:53.7967594Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:34:53.7968097Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:34:53.7968548Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:34:53.7969105Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:34:53.7969513Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:34:53.7969986Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:34:53.7970471Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:34:53.7971082Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:34:53.7971535Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:34:53.7971991Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:34:53.7972396Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:34:53.7972765Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:34:53.7973117Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:34:53.7973488Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:34:53.7973871Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:34:53.7974234Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:34:53.7974590Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:34:53.7974963Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:34:53.7975322Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:34:53.7975679Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:34:53.7976048Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:34:53.7976404Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:34:53.7976926Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:34:53.7977311Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:34:53.7977671Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:34:53.7978029Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:34:53.7978387Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:34:53.7978893Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:34:53.7979269Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:34:53.7979635Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:34:53.7979994Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:34:53.7980370Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:34:53.7980793Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:34:53.7981227Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:34:53.7981634Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:34:53.7981997Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:34:53.7982376Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:34:53.7982798Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:34:53.7983204Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:34:53.7983564Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:34:53.7983931Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:34:53.7984289Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:34:53.7984639Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:34:53.7984988Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:34:53.7985341Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:34:53.7985710Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:34:53.7986070Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:34:53.7986414Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:34:53.7986968Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:34:53.7987375Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:34:53.7987781Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:34:53.7988177Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:34:53.7988575Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:34:53.7989107Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:34:53.7989527Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:34:53.7990027Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:34:53.7990644Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:34:53.7991271Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:34:53.7991806Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:34:53.7992274Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:34:53.7992725Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:34:53.7993425Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:34:53.7994056Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:34:53.7994620Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:34:53.7995115Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:34:53.7995556Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:34:53.7995926Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:34:53.7996300Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:34:53.7996670Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:34:53.7997052Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:34:53.7997441Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:34:53.7997828Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:34:53.7998213Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:34:53.7998598Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:34:53.7999104Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:34:53.7999482Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:34:53.7999863Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:34:53.8000237Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:34:53.8000629Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:34:53.8001023Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:34:53.8001435Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:34:53.8001848Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:34:53.8002216Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:34:53.8002607Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:34:53.8003019Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:34:53.8003429Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:34:53.8004058Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:34:53.8004516Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:34:53.8004887Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:34:53.8005256Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:34:53.8005645Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:34:53.8006013Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:34:53.8006403Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:34:53.8006793Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:34:53.8007177Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:34:53.8007555Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:34:53.8007919Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:34:53.8008286Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:34:53.8009003Z 	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-20T22:34:53.8009725Z 	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-20T22:34:53.8010576Z 	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-20T22:34:53.8011244Z 	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-20T22:34:53.8011771Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:34:53.8012150Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:34:53.8012560Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:34:53.8012961Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:34:53.8013341Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:34:53.8013716Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:34:53.8014085Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:34:53.8014462Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:34:53.8014842Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:34:53.8015220Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:34:53.8015595Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:34:53.8015983Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:34:53.8016389Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:34:53.8016790Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:34:53.8017189Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:34:53.8017575Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:34:53.8017956Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:34:53.8018354Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:34:53.8018969Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:34:53.8019397Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:34:53.8019795Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:34:53.8020181Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:34:53.8020865Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:34:53.8021311Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:34:53.8021711Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:34:53.8022150Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:34:53.8022615Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:34:53.8023018Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:34:53.8023386Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:34:53.8023764Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:34:53.8024160Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:34:53.8024567Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:34:53.8024977Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:34:53.8025356Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:34:53.8025747Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:34:53.8026214Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:34:53.8026841Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:34:53.8027236Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:34:53.8027641Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:34:53.8028092Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:34:53.8028539Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:34:53.8029155Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:34:53.8029642Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:34:53.8030087Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:34:53.8030526Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:34:53.8030931Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:34:53.8031323Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:34:53.8031741Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:34:53.8032124Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:34:53.8032500Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:34:53.8032906Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:34:53.8033312Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:34:53.8033716Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:34:53.8034135Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:34:53.8034528Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:34:53.8034908Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:34:53.8035275Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:34:53.8035632Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:34:53.8036021Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:34:53.8036440Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:34:53.8036834Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:34:53.8037470Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:34:53.8037954Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:34:53.8038351Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:34:53.8038911Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:34:53.8039342Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:34:53.8039749Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:34:53.8040156Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:34:53.8040511Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:34:53.8040873Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:34:53.8041267Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:34:53.8041667Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:34:53.8042045Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:34:53.8042403Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:34:53.8042757Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:34:53.8043300Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:34:53.8043792Z 	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-20T22:34:53.8044300Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:34:53.8044681Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:34:53.8045062Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:34:53.8045466Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:34:53.8045876Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:34:53.8046286Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:34:53.8046689Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:34:53.8047150Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:34:53.8047568Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:34:53.8047943Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:34:53.8048314Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:34:53.8048812Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:34:53.8049216Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:34:53.8049643Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:34:53.8050071Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:34:53.8050471Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:34:53.8050893Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:34:53.8051333Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:34:53.8051735Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:34:53.8052104Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:34:53.8052452Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:34:53.8052798Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:34:53.8053165Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:34:53.8053541Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:34:53.8054138Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:34:53.8054569Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:34:53.8054987Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:34:53.8055443Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:34:53.8055882Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:34:53.8056254Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:34:53.8056640Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:34:53.8057029Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:34:53.8057417Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:34:53.8057802Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:34:53.8058179Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:34:53.8058620Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:34:53.8059242Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:34:53.8059665Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:34:53.8060208Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:34:53.8060607Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:34:53.8061010Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:34:53.8061400Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:34:53.8061772Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:34:53.8062171Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:34:53.8062548Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:34:53.8062897Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:34:53.8063251Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:34:53.8063644Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:34:53.8064071Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:34:53.8064449Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:34:53.8064835Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:34:53.8065274Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:34:53.8065717Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:34:53.8066152Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:34:53.8066546Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:34:53.8067073Z 	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-20T22:34:53.8067580Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:34:53.8067981Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:34:53.8068394Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:34:53.8068974Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:34:53.8069495Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:34:53.8070077Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:34:53.8070904Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:34:53.8071572Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:34:53.8072219Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:34:53.8072851Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:34:53.8073474Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:34:53.8074056Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:34:53.8074536Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:34:53.8074976Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:34:53.8075414Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:34:53.8075843Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:34:53.8076316Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:34:53.8076742Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:34:53.8077274Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:34:53.8077647Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:34:53.8078026Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:34:53.8078407Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:34:53.8078938Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:34:53.8079351Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:34:53.8079719Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:34:53.8080107Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:34:53.8080568Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:34:53.8081057Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:34:53.8081550Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:34:53.8082040Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:34:53.8082492Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:34:53.8082908Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:34:53.8083320Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:34:53.8083737Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:34:53.8084168Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:34:53.8084594Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:34:53.8084983Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:34:53.8085370Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:34:53.8085749Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:34:53.8086128Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:34:53.8086573Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:34:53.8087016Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:34:53.8087425Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:34:53.8088086Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:34:53.8088553Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:34:53.8089147Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:34:53.8089593Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:34:53.8090028Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:34:53.8090425Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:34:53.8090796Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:34:53.8091184Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:34:53.8091554Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:34:53.8091928Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:34:53.8092332Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:34:53.8092732Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:34:53.8093158Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:34:53.8093628Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:34:53.8094258Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:34:53.8094652Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:34:53.8095008Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:34:53.8095377Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:34:53.8095771Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:34:53.8096161Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:34:53.8096553Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:34:53.8096981Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:34:53.8097428Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:34:53.8097844Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:34:53.8098232Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:34:53.8098838Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:34:53.8099416Z 	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-20T22:34:53.8099993Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:34:53.8100451Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:34:53.8100896Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:34:53.8101321Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:34:53.8101720Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:34:53.8102111Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:34:53.8102504Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:34:53.8102900Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:34:53.8103299Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:34:53.8103681Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:34:53.8104072Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:34:53.8104690Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:34:53.8105073Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:34:53.8105480Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:34:53.8105943Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:34:53.8106372Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:34:53.8106748Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:34:53.8107126Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:34:53.8107512Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:34:53.8107884Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:34:53.8108256Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:34:53.8108814Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:34:53.8109269Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:34:53.8109675Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:34:53.8110073Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:34:53.8110632Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:34:53.8111011Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:34:53.8111384Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:34:53.8111769Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:34:53.8112175Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:34:53.8112618Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:34:53.8113071Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:34:53.8113489Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:34:53.8113894Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:34:53.8114300Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:34:53.8114733Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:34:53.8115120Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:34:53.8115479Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:34:53.8115827Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:34:53.8116190Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:34:53.8116562Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:34:53.8116922Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:34:53.8117294Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:34:53.8117692Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:34:53.8118079Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:34:53.8118444Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:34:53.8119022Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:34:53.8119413Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:34:53.8119814Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:34:53.8120190Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:34:53.8120552Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:34:53.8121140Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:34:53.8121548Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:34:53.8121932Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:34:53.8122286Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:34:53.8122658Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:34:53.8123053Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:34:53.8123434Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:34:53.8123813Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:34:53.8124193Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:34:53.8124579Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:34:53.8124985Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:34:53.8125408Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:34:53.8125807Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:34:53.8126162Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:34:53.8126509Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:34:53.8127015Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:34:53.8127437Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:34:53.8127936Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:34:53.8128412Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:34:53.8129047Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:34:53.8129558Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:34:53.8129991Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:34:53.8130369Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:34:53.8130760Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:34:53.8131153Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:34:53.8131541Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:34:53.8131931Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:34:53.8132316Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:34:53.8132692Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:34:53.8133084Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:34:53.8133535Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:34:53.8133969Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:34:53.8134345Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:34:53.8134744Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:34:53.8135171Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:34:53.8135551Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:34:53.8135901Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:34:53.8136292Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:34:53.8136739Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:34:53.8137417Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:34:53.8137860Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:34:53.8138273Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:34:53.8138927Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:34:53.8139385Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:34:54.2789501Z info: downloading installer
2025-08-20T22:34:54.7303552Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:34:54.7303931Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:34:54.7304299Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:34:54.7304713Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:34:54.7487458Z info: profile set to 'default'
2025-08-20T22:34:54.7487755Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T22:34:54.7488144Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:34:54.8024822Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:34:55.0499711Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:34:55.0805851Z info: downloading component 'clippy'
2025-08-20T22:34:55.2268614Z info: downloading component 'rustfmt'
2025-08-20T22:34:55.3422506Z info: downloading component 'cargo'
2025-08-20T22:34:55.5404338Z info: downloading component 'rust-std'
2025-08-20T22:34:55.9597081Z info: downloading component 'rustc'
2025-08-20T22:34:56.7994267Z info: removing previous version of component 'clippy'
2025-08-20T22:34:56.8132178Z info: removing previous version of component 'rustfmt'
2025-08-20T22:34:56.8193473Z info: removing previous version of component 'cargo'
2025-08-20T22:34:56.8396407Z info: removing previous version of component 'rust-std'
2025-08-20T22:34:56.8502984Z info: removing previous version of component 'rustc'
2025-08-20T22:34:56.8721895Z info: installing component 'clippy'
2025-08-20T22:34:57.1359216Z info: installing component 'rustfmt'
2025-08-20T22:34:57.3353797Z info: installing component 'cargo'
2025-08-20T22:34:57.8267623Z info: installing component 'rust-std'
2025-08-20T22:34:59.1302884Z info: installing component 'rustc'
2025-08-20T22:35:01.8974585Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:35:01.8974909Z 
2025-08-20T22:35:01.9049541Z   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-20T22:35:01.9049952Z 
2025-08-20T22:35:01.9049956Z 
2025-08-20T22:35:01.9050036Z Rust is installed now. Great!
2025-08-20T22:35:01.9050182Z 
2025-08-20T22:35:01.9050356Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:35:01.9050756Z environment variable. This has not been done automatically.
2025-08-20T22:35:01.9050978Z 
2025-08-20T22:35:01.9051113Z To configure your current shell, you need to source
2025-08-20T22:35:01.9051405Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:35:01.9051583Z 
2025-08-20T22:35:01.9051765Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:35:01.9052147Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:35:01.9052443Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:35:01.9052732Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:35:01.9213154Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:35:01.9532065Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:35:01.9532333Z 
2025-08-20T22:35:01.9607588Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:35:01.9607920Z 
2025-08-20T22:35:02.0017893Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:35:02.0398247Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:35:02.0671399Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:35:02.0671876Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:35:02.0672223Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:35:02.0672585Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:35:02.0672970Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:35:02.0673366Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:35:02.0673729Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:35:02.0674088Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:35:02.0674436Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:35:02.0674762Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:35:02.0675119Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:35:02.0675510Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:35:02.0675897Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:35:02.0676304Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:35:02.0676699Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:35:02.0677327Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:35:02.0677729Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:35:02.0678091Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:35:02.0678465Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:35:02.0679997Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:35:02.0680453Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:35:02.0680858Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:35:02.0681273Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:35:02.0681670Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:35:02.0682020Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:35:02.0682415Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:35:02.0682846Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:35:02.0683264Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:35:02.0683669Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:35:02.0684082Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:35:02.0684503Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:35:02.0684930Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:35:02.0685360Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:35:02.0685781Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:35:02.0686220Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:35:02.0686651Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:35:02.0687051Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:35:02.0687460Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:35:02.0687857Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:35:02.0688262Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:35:02.0689199Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:35:02.0689685Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:35:02.0690095Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:35:02.0690490Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:35:02.0690942Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:35:02.0691424Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:35:02.0691898Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:35:02.0692391Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:35:02.0692839Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:35:02.0693260Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:35:02.0693686Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:35:02.0694099Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:35:02.0694515Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:35:02.0694915Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:35:02.0695439Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:35:02.0695800Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:35:02.0696171Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:35:02.0696561Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:35:02.0696966Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:35:02.0697346Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:35:02.0697762Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:35:02.0698202Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:35:02.0698809Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:35:02.0699246Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:35:02.0699679Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:35:02.0700111Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:35:02.0700516Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:35:02.0700910Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:35:02.0701347Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:35:02.0701849Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:35:02.0702348Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:35:02.0702814Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:35:02.0703234Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:35:02.0703626Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:35:02.0704021Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:35:02.0704424Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:35:02.0704828Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:35:02.0705291Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:35:02.0705796Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:35:02.0706489Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:35:02.0707005Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:35:02.0707445Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:35:02.0707847Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:35:02.0708243Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:35:02.0708776Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:35:02.0709181Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:35:02.0709571Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:35:02.0709994Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:35:02.0710428Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:35:02.0710813Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:35:02.0711186Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:35:02.0711589Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:35:02.0712166Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:35:02.0712543Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:35:02.0712916Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:35:02.0713309Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:35:02.0713700Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:35:02.0714050Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:35:02.0714438Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:35:02.0714854Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:35:02.0715237Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:35:02.0715600Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:35:02.0715960Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:35:02.0716381Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:35:02.0716817Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:35:02.0717218Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:35:02.0717609Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:35:02.0717993Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:35:02.0718383Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:35:02.0719020Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:35:02.0719440Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:35:02.0719811Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:35:02.0720166Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:35:02.0720522Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:35:02.0720876Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:35:02.0721237Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:35:02.0721586Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:35:02.0721958Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:35:02.0722352Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:35:02.0722983Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:35:02.0723455Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:35:02.0723858Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:35:02.0724250Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:35:02.0724641Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:35:02.0725029Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:35:02.0725425Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:35:02.0725835Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:35:02.0726222Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:35:02.0726616Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:35:02.0727032Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:35:02.0727476Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:35:02.0727910Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:35:02.0728299Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:35:02.0728987Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:35:02.0729400Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:35:02.0729812Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:35:02.0730214Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:35:02.0730610Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:35:02.0731010Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:35:02.0731419Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:35:02.0731798Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:35:02.0732158Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:35:02.0732521Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:35:02.0732920Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:35:02.0733313Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:35:02.0733713Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:35:02.0734097Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:35:02.0734467Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:35:02.0734843Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:35:02.0735227Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:35:02.0735616Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:35:02.0736039Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:35:02.0736482Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:35:02.0736890Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:35:02.0737267Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:35:02.0737657Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:35:02.0738077Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:35:02.0738498Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:35:02.0738989Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:35:02.0739537Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:35:02.0739976Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:35:02.0740406Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:35:02.0740815Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:35:02.0741202Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:35:02.0741584Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:35:02.0741966Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:35:02.0742388Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:35:02.0742851Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:35:02.0743265Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:35:02.0743638Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:35:02.0744002Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:35:02.0744448Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:35:02.0744950Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:35:02.0745548Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:35:02.0745920Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:35:02.0746378Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:35:02.0746912Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:35:02.0747413Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:35:02.0747861Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:35:02.0748220Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:35:02.0748599Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:35:02.0749152Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:35:02.0749576Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:35:02.0749986Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:35:02.0750487Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:35:02.0750866Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:35:02.0751265Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:35:02.0751666Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:35:02.0752066Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:35:02.0752468Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:35:02.0752864Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:35:02.0753258Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:35:02.0753684Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:35:02.0754134Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:35:02.0754564Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:35:02.0754953Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:35:02.0755328Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:35:02.0755701Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:35:02.0756256Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:35:02.0756666Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:35:02.0757085Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:35:02.0757550Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:35:02.0758002Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:35:02.0758406Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:35:02.0758940Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:35:02.0759328Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:35:02.0759706Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:35:02.0760075Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:35:02.0760468Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:35:02.0760851Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:35:02.0761296Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:35:02.0761769Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:35:02.0762372Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:35:02.0762892Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:35:02.0763407Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:35:02.0763912Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:35:02.0764349Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:35:02.0764716Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:35:02.0765083Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:35:02.0765462Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:35:02.0765844Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:35:02.0766218Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:35:02.0766597Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:35:02.0766980Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:35:02.0767364Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:35:02.0767742Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:35:02.0768119Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:35:02.0768522Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:35:02.0769039Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:35:02.0769456Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:35:02.0769895Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:35:02.0770325Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:35:02.0770740Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:35:02.0771142Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:35:02.0771555Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:35:02.0771977Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:35:02.0772373Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:35:02.0772944Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:35:02.0773466Z 	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-20T22:35:02.0773985Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:35:02.0774357Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:35:02.0774736Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:35:02.0775101Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:35:02.0775496Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:35:02.0775928Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:35:02.0776353Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:35:02.0776788Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:35:02.0777189Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:35:02.0777589Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:35:02.0778012Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:35:02.0778568Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:35:02.0779081Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:35:02.0779511Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:35:02.0779998Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:35:02.0780492Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:35:02.0780943Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:35:02.0781359Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:35:02.0781760Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:35:02.0782236Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:35:02.0782728Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:35:02.0783146Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:35:02.0783577Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:35:02.0784033Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:35:02.0784436Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:35:02.0784798Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:35:02.0785151Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:35:02.0785519Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:35:02.0785907Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:35:02.0786276Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:35:02.0786630Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:35:02.0787014Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:35:02.0787377Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:35:02.0787733Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:35:02.0788107Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:35:02.0788463Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:35:02.0788954Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:35:02.0789576Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:35:02.0789962Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:35:02.0790320Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:35:02.0790677Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:35:02.0791042Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:35:02.0791423Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:35:02.0791795Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:35:02.0792152Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:35:02.0792527Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:35:02.0792946Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:35:02.0793381Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:35:02.0793786Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:35:02.0794151Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:35:02.0794536Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:35:02.0794959Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:35:02.0795564Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:35:02.0795926Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:35:02.0796292Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:35:02.0796651Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:35:02.0796995Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:35:02.0797343Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:35:02.0797705Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:35:02.0798071Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:35:02.0798431Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:35:02.0798925Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:35:02.0799266Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:35:02.0799642Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:35:02.0800049Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:35:02.0800444Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:35:02.0800840Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:35:02.0801234Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:35:02.0801654Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:35:02.0802157Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:35:02.0802770Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:35:02.0803396Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:35:02.0803938Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:35:02.0804404Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:35:02.0804861Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:35:02.0805386Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:35:02.0806232Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:35:02.0806818Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:35:02.0807313Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:35:02.0807755Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:35:02.0808131Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:35:02.0808500Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:35:02.0808982Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:35:02.0809364Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:35:02.0809750Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:35:02.0810135Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:35:02.0810525Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:35:02.0810910Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:35:02.0811295Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:35:02.0811669Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:35:02.0812251Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:35:02.0812627Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:35:02.0813022Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:35:02.0813415Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:35:02.0813825Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:35:02.0814244Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:35:02.0814615Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:35:02.0815007Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:35:02.0815419Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:35:02.0815829Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:35:02.0816271Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:35:02.0816754Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:35:02.0817123Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:35:02.0817490Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:35:02.0817874Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:35:02.0818244Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:35:02.0818751Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:35:02.0819155Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:35:02.0819541Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:35:02.0819921Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:35:02.0820284Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:35:02.0820648Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:35:02.0821193Z 	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-20T22:35:02.0821906Z 	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-20T22:35:02.0822791Z 	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-20T22:35:02.0823476Z 	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-20T22:35:02.0824001Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:35:02.0824381Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:35:02.0824792Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:35:02.0825192Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:35:02.0825569Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:35:02.0825944Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:35:02.0826311Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:35:02.0826686Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:35:02.0827066Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:35:02.0827440Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:35:02.0827821Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:35:02.0828212Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:35:02.0828880Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:35:02.0829281Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:35:02.0829678Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:35:02.0830067Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:35:02.0830443Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:35:02.0830829Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:35:02.0831232Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:35:02.0831632Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:35:02.0832029Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:35:02.0832417Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:35:02.0832849Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:35:02.0833281Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:35:02.0833682Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:35:02.0834123Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:35:02.0834581Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:35:02.0834986Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:35:02.0835361Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:35:02.0835748Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:35:02.0836146Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:35:02.0836555Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:35:02.0836966Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:35:02.0837348Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:35:02.0837740Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:35:02.0838213Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:35:02.0838811Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:35:02.0839417Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:35:02.0839842Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:35:02.0840293Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:35:02.0840742Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:35:02.0841215Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:35:02.0841702Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:35:02.0842145Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:35:02.0842584Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:35:02.0842982Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:35:02.0843372Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:35:02.0843795Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:35:02.0844179Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:35:02.0844552Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:35:02.0844958Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:35:02.0845498Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:35:02.0845902Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:35:02.0846321Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:35:02.0846712Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:35:02.0847086Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:35:02.0847452Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:35:02.0847813Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:35:02.0848206Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:35:02.0848623Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:35:02.0849142Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:35:02.0849597Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:35:02.0850051Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:35:02.0850456Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:35:02.0850889Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:35:02.0851312Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:35:02.0851726Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:35:02.0852133Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:35:02.0852487Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:35:02.0852851Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:35:02.0853245Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:35:02.0853643Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:35:02.0854024Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:35:02.0854388Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:35:02.0854737Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:35:02.0855087Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:35:02.0855757Z 	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-20T22:35:02.0856301Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:35:02.0856687Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:35:02.0857067Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:35:02.0857463Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:35:02.0857875Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:35:02.0858287Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:35:02.0858823Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:35:02.0859247Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:35:02.0859661Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:35:02.0860038Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:35:02.0860406Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:35:02.0860766Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:35:02.0861143Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:35:02.0861567Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:35:02.0862159Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:35:02.0862557Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:35:02.0862993Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:35:02.0863433Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:35:02.0863831Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:35:02.0864206Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:35:02.0864554Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:35:02.0864901Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:35:02.0865267Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:35:02.0865641Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:35:02.0866021Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:35:02.0866419Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:35:02.0866834Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:35:02.0867295Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:35:02.0867728Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:35:02.0868106Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:35:02.0868491Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:35:02.0869014Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:35:02.0869403Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:35:02.0869784Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:35:02.0870315Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:35:02.0870767Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:35:02.0871257Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:35:02.0871679Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:35:02.0872056Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:35:02.0872617Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:35:02.0873042Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:35:02.0873436Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:35:02.0873810Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:35:02.0874212Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:35:02.0874591Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:35:02.0874939Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:35:02.0875296Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:35:02.0875695Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:35:02.0876115Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:35:02.0876496Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:35:02.0876881Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:35:02.0877322Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:35:02.0877767Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:35:02.0878347Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:35:02.0878865Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:35:02.0879385Z 	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-20T22:35:02.0879893Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:35:02.0880283Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:35:02.0880698Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:35:02.0881129Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:35:02.0881646Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:35:02.0882231Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:35:02.0882844Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:35:02.0883498Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:35:02.0884146Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:35:02.0884775Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:35:02.0885403Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:35:02.0885990Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:35:02.0886471Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:35:02.0886915Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:35:02.0887356Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:35:02.0887783Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:35:02.0888396Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:35:02.0888892Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:35:02.0889270Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:35:02.0889638Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:35:02.0890226Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:35:02.0890617Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:35:02.0891022Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:35:02.0891437Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:35:02.0891807Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:35:02.0892197Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:35:02.0892655Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:35:02.0893149Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:35:02.0893639Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:35:02.0894132Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:35:02.0894583Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:35:02.0895001Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:35:02.0895412Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:35:02.0895980Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:35:02.0896412Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:35:02.0896838Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:35:02.0897228Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:35:02.0897607Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:35:02.0897983Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:35:02.0898360Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:35:02.0898942Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:35:02.0899391Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:35:02.0899793Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:35:02.0900215Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:35:02.0900643Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:35:02.0901091Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:35:02.0901534Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:35:02.0901967Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:35:02.0902365Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:35:02.0902740Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:35:02.0903126Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:35:02.0903501Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:35:02.0903876Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:35:02.0904281Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:35:02.0904685Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:35:02.0905116Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:35:02.0905586Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:35:02.0906043Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:35:02.0906646Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:35:02.0907021Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:35:02.0907389Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:35:02.0907783Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:35:02.0908174Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:35:02.0908567Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:35:02.0909283Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:35:02.0909740Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:35:02.0910158Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:35:02.0910542Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:35:02.0910948Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:35:02.0911490Z 	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-20T22:35:02.0912065Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:35:02.0912517Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:35:02.0913142Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:35:02.0913566Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:35:02.0913963Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:35:02.0914353Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:35:02.0914742Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:35:02.0915144Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:35:02.0915545Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:35:02.0915924Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:35:02.0916314Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:35:02.0916769Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:35:02.0917142Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:35:02.0917548Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:35:02.0918011Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:35:02.0918436Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:35:02.0918945Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:35:02.0919331Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:35:02.0919720Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:35:02.0920097Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:35:02.0920468Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:35:02.0920901Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:35:02.0921345Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:35:02.0921748Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:35:02.0922143Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:35:02.0922549Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:35:02.0922929Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:35:02.0923562Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:35:02.0923967Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:35:02.0924367Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:35:02.0924809Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:35:02.0925258Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:35:02.0925681Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:35:02.0926089Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:35:02.0926492Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:35:02.0926916Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:35:02.0927311Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:35:02.0927668Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:35:02.0928014Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:35:02.0928380Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:35:02.0928969Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:35:02.0929500Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:35:02.0929874Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:35:02.0930271Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:35:02.0930655Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:35:02.0931009Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:35:02.0931357Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:35:02.0931739Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:35:02.0932134Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:35:02.0932512Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:35:02.0932874Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:35:02.0933241Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:35:02.0933620Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:35:02.0933999Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:35:02.0934350Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:35:02.0934724Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:35:02.0935116Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:35:02.0935502Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:35:02.0935883Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:35:02.0936258Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:35:02.0936641Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:35:02.0937045Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:35:02.0937474Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:35:02.0953891Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:35:02.0954412Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:35:02.0954769Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:35:02.0955114Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:35:02.0955845Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:35:02.0956370Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:35:02.0956840Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:35:02.0957312Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:35:02.0957827Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:35:02.0958265Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:35:02.0958826Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:35:02.0959222Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:35:02.0959613Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:35:02.0959994Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:35:02.0960385Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:35:02.0960773Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:35:02.0961151Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:35:02.0961543Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:35:02.0962155Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:35:02.0962587Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:35:02.0962965Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:35:02.0963362Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:35:02.0963785Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:35:02.0964169Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:35:02.0964517Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:35:02.0964904Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:35:02.0965354Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:35:02.0965817Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:35:02.0966233Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:35:02.0966649Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:35:02.0967077Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:35:02.0967509Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:35:02.0967795Z 
2025-08-20T22:35:02.0967799Z 
2025-08-20T22:35:02.0968169Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:35:02 PM)
2025-08-20T22:35:02.0968524Z 
2025-08-20T22:35:02.0968527Z 
2025-08-20T22:35:02.0968530Z 
2025-08-20T22:35:02.0968602Z [+] Continue : YES
2025-08-20T22:35:02.0968865Z 
2025-08-20T22:35:02.0969150Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:35:02.2141627Z 
2025-08-20T22:35:02.2142024Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:35:02 PM) UTC
2025-08-20T22:35:02.2142269Z 
2025-08-20T22:35:02.2157344Z 
2025-08-20T22:35:02.2157493Z [+] Total RECIPES :: 1
2025-08-20T22:35:02.2157622Z 
2025-08-20T22:35:02.2231161Z 
2025-08-20T22:35:02.2232015Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/simplehttpserver/static.go.source.yaml (1/1)
2025-08-20T22:35:02.2232535Z 
2025-08-20T22:35:02.3369130Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/simplehttpserver/static.go.source.yaml
2025-08-20T22:35:02.3380443Z mode of '/tmp/pkgforge/n2FGTmra4_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:35:02.3428834Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/go-simplehttpserver/go [Provided]
2025-08-20T22:35:02.3429289Z [+] Setting '.pkg_family' --> simplehttpserver [Provided]
2025-08-20T22:35:02.3442668Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:35:02.3446470Z [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-20T22:35:02.3474462Z [00:00:00.003]➜  
2025-08-20T22:35:02.3474955Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/n2FGTmra4_build.yaml
2025-08-20T22:35:02.3475367Z [00:00:00.003]➜  
2025-08-20T22:35:02.3509696Z [00:00:00.006]➜  
2025-08-20T22:35:02.3510171Z [00:00:00.006]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/n2FGTmra4_build.yaml
2025-08-20T22:35:02.3510593Z [00:00:00.006]➜  
2025-08-20T22:35:02.3593466Z [00:00:00.015]➜  
2025-08-20T22:35:02.3594472Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/simplehttpserver/static.go.source.yaml) --> /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:35:02 PM) UTC]
2025-08-20T22:35:02.3595311Z [00:00:00.015]➜  
2025-08-20T22:35:02.3595870Z [00:00:00.015]➜  
2025-08-20T22:35:02.3596062Z [00:00:00.015]➜  
2025-08-20T22:35:02.3596339Z [00:00:00.015]➜  ###################################################################
2025-08-20T22:35:02.3602588Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:35:02.3603458Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/simplehttpserver/static.go.source.yaml
2025-08-20T22:35:02.3604073Z [00:00:00.016]➜  _disabled: false
2025-08-20T22:35:02.3604303Z [00:00:00.016]➜  
2025-08-20T22:35:02.3604530Z [00:00:00.016]➜  pkg: "go-simplehttpserver"
2025-08-20T22:35:02.3604938Z [00:00:00.016]➜  pkg_id: "github.com.projectdiscovery.simplehttpserver"
2025-08-20T22:35:02.3605282Z [00:00:00.016]➜  pkg_type: "static"
2025-08-20T22:35:02.3605522Z [00:00:00.016]➜  category:
2025-08-20T22:35:02.3606185Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-20T22:35:02.3606497Z [00:00:00.016]➜    - "Utility"
2025-08-20T22:35:02.3606868Z [00:00:00.016]➜  description: "Go alternative of python SimpleHTTPServer"
2025-08-20T22:35:02.3607228Z [00:00:00.016]➜  homepage:
2025-08-20T22:35:02.3607574Z [00:00:00.016]➜    - "https://github.com/projectdiscovery/simplehttpserver"
2025-08-20T22:35:02.3607937Z [00:00:00.016]➜  maintainer:
2025-08-20T22:35:02.3608242Z [00:00:00.016]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:35:02.3608540Z [00:00:00.016]➜  note:
2025-08-20T22:35:02.3609060Z [00:00:00.016]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:35:02.3609695Z [00:00:00.016]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/projectdiscovery/simplehttpserver"  
2025-08-20T22:35:02.3610171Z [00:00:00.016]➜  repology:
2025-08-20T22:35:02.3610423Z [00:00:00.016]➜    - "go-simplehttpserver"
2025-08-20T22:35:02.3610723Z [00:00:00.016]➜  src_url:
2025-08-20T22:35:02.3611071Z [00:00:00.016]➜    - "https://github.com/projectdiscovery/simplehttpserver"
2025-08-20T22:35:02.3611431Z [00:00:00.016]➜  tag:
2025-08-20T22:35:02.3611708Z [00:00:00.016]➜    - "httpserver"
2025-08-20T22:35:02.3611961Z [00:00:00.016]➜  x_exec:
2025-08-20T22:35:02.3612195Z [00:00:00.016]➜    bsys: "docker://go"
2025-08-20T22:35:02.3612441Z [00:00:00.016]➜    host:
2025-08-20T22:35:02.3612670Z [00:00:00.016]➜      - "aarch64-Linux"
2025-08-20T22:35:02.3612945Z [00:00:00.016]➜      - "x86_64-Linux"
2025-08-20T22:35:02.3613194Z [00:00:00.016]➜    shell: "bash"
2025-08-20T22:35:02.3613426Z [00:00:00.016]➜    pkgver: |
2025-08-20T22:35:02.3613707Z [00:00:00.016]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:35:02.3614853Z [00:00:00.016]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/projectdiscovery/simplehttpserver" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:35:02.3615855Z [00:00:00.016]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T22:35:02.3616493Z [00:00:00.016]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:35:02.3616877Z [00:00:00.016]➜    run: |
2025-08-20T22:35:02.3617089Z [00:00:00.016]➜      #Build
2025-08-20T22:35:02.3617685Z [00:00:00.016]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T22:35:02.3618401Z [00:00:00.016]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T22:35:02.3619622Z [00:00:00.016]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:35:02.3620140Z [00:00:00.016]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:35:02.3620548Z [00:00:00.016]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T22:35:02.3620881Z [00:00:00.016]➜        bash -l -c '
2025-08-20T22:35:02.3621128Z [00:00:00.016]➜        #Setup ENV
2025-08-20T22:35:02.3621492Z [00:00:00.016]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:35:02.3622153Z [00:00:00.016]➜         CGO_ENABLED="1" 
2025-08-20T22:35:02.3622526Z [00:00:00.016]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:35:02.3623031Z [00:00:00.016]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:35:02.3623413Z [00:00:00.016]➜         GOOS="linux"
2025-08-20T22:35:02.3623818Z [00:00:00.016]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:35:02.3624113Z [00:00:00.016]➜        #Build
2025-08-20T22:35:02.3624708Z [00:00:00.016]➜         git clone --filter "blob:none" --quiet "https://github.com/projectdiscovery/simplehttpserver" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:35:02.3625308Z [00:00:00.016]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:35:02.3625769Z [00:00:00.016]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:35:02.3626205Z [00:00:00.016]➜         go mod tidy -v ; go generate ./...
2025-08-20T22:35:02.3627094Z [00:00:00.016]➜         go build -C "./cmd/simplehttpserver" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/simplehttpserver"
2025-08-20T22:35:02.3627826Z [00:00:00.016]➜        #Copy
2025-08-20T22:35:02.3628463Z [00:00:00.016]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:35:02.3629467Z [00:00:00.016]➜        #Strip 
2025-08-20T22:35:02.3629965Z [00:00:00.016]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:35:02.3630645Z [00:00:00.016]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:35:02.3631333Z [00:00:00.016]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:35:02.3631933Z [00:00:00.016]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:35:02.3632478Z [00:00:00.016]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:35:02.3632894Z [00:00:00.016]➜         popd &>/dev/null
2025-08-20T22:35:02.3633138Z [00:00:00.016]➜        '
2025-08-20T22:35:02.3633361Z [00:00:00.016]➜      #Copy & Meta
2025-08-20T22:35:02.3633970Z [00:00:00.016]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:35:02.3634586Z [00:00:00.016]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:35:02.3635659Z [00:00:00.016]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T22:35:02.3636433Z [00:00:00.016]➜  
2025-08-20T22:35:02.3636617Z [00:00:00.016]➜  
2025-08-20T22:35:02.3636885Z [00:00:00.016]➜  ###################################################################
2025-08-20T22:35:02.3637162Z [00:00:00.016]➜  
2025-08-20T22:35:02.3637342Z [00:00:00.016]➜  
2025-08-20T22:35:02.3637525Z [00:00:00.016]➜  
2025-08-20T22:35:02.3638016Z [00:00:00.017]➜  '/tmp/pkgforge/n2FGTmra4_build.yaml' -> '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:35:03.7862252Z [00:00:01.441]➜  '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/go-simplehttpserver.static.version' -> '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/go-simplehttpserver.version'
2025-08-20T22:35:03.7908611Z [00:00:01.446]➜  [+] Version: HEAD-9862845-230726T055235 ('.x_exec.pkgver') [/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/go-simplehttpserver.static.version]
2025-08-20T22:35:03.8029750Z [00:00:01.458]➜  [+] Progs: go-simplehttpserver
2025-08-20T22:35:04.0977248Z [00:00:01.753]➜  
2025-08-20T22:35:04.0977615Z [00:00:01.753]➜  [-] Missing packages. Found: 
2025-08-20T22:35:04.0977948Z [00:00:01.753]➜  [+] Expected: go-simplehttpserver
2025-08-20T22:35:04.0978262Z [00:00:01.753]➜  [+] Continuing with build...
2025-08-20T22:35:04.0978513Z [00:00:01.753]➜  
2025-08-20T22:35:04.4262175Z [00:00:02.081]➜  
2025-08-20T22:35:04.4262474Z [00:00:02.081]➜  
2025-08-20T22:35:04.4341485Z [00:00:02.089]➜  + mkdir -pv /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:35:04.4357172Z [00:00:02.091]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=go-simplehttpserver -e PKG_ID=github.com.projectdiscovery.simplehttpserver -e PKG_TYPE=static -e PKG_VER=HEAD-9862845-230726T055235 -e PKGVER=HEAD-9862845-230726T055235 -e SBUILD_PKG=go-simplehttpserver.static -e SBUILD_PKGVER=HEAD-9862845-230726T055235 --volume /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T22:35:04.4359199Z [00:00:02.091]➜    #Setup ENV
2025-08-20T22:35:04.4359582Z [00:00:02.091]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:35:04.4359946Z [00:00:02.091]➜     CGO_ENABLED="1" 
2025-08-20T22:35:04.4360305Z [00:00:02.091]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:35:04.4360823Z [00:00:02.091]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:35:04.4361208Z [00:00:02.091]➜     GOOS="linux"
2025-08-20T22:35:04.4361508Z [00:00:02.091]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:35:04.4361797Z [00:00:02.091]➜    #Build
2025-08-20T22:35:04.4362377Z [00:00:02.091]➜     git clone --filter "blob:none" --quiet "https://github.com/projectdiscovery/simplehttpserver" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:35:04.4362987Z [00:00:02.091]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:35:04.4363443Z [00:00:02.091]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:35:04.4363864Z [00:00:02.091]➜     go mod tidy -v ; go generate ./...
2025-08-20T22:35:04.4364735Z [00:00:02.091]➜     go build -C "./cmd/simplehttpserver" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/simplehttpserver"
2025-08-20T22:35:04.4365823Z [00:00:02.091]➜    #Copy
2025-08-20T22:35:04.4366526Z [00:00:02.091]➜     ( 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-20T22:35:04.4367084Z [00:00:02.091]➜    #Strip 
2025-08-20T22:35:04.4367560Z [00:00:02.091]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:35:04.4368245Z [00:00:02.091]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:35:04.4369120Z [00:00:02.091]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:35:04.4369724Z [00:00:02.091]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:35:04.4370267Z [00:00:02.091]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:35:04.4370683Z [00:00:02.091]➜     popd &>/dev/null
2025-08-20T22:35:04.4370920Z [00:00:02.091]➜    '
2025-08-20T22:35:05.0947560Z [00:00:02.750]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:35:05.2574513Z [00:00:02.913]➜  b2e6f696af52: Pulling fs layer
2025-08-20T22:35:05.2574933Z [00:00:02.913]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T22:35:05.2575673Z [00:00:02.913]➜  99fd740fb142: Pulling fs layer
2025-08-20T22:35:05.2575978Z [00:00:02.913]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T22:35:05.2576276Z [00:00:02.913]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T22:35:05.2576574Z [00:00:02.913]➜  323e89f8c367: Pulling fs layer
2025-08-20T22:35:05.2576857Z [00:00:02.913]➜  2b92eb3035e7: Waiting
2025-08-20T22:35:05.2577115Z [00:00:02.913]➜  4239b2f25ebc: Waiting
2025-08-20T22:35:05.2577370Z [00:00:02.913]➜  323e89f8c367: Waiting
2025-08-20T22:35:05.5699811Z [00:00:03.225]➜  99fd740fb142: Download complete
2025-08-20T22:35:05.6872506Z [00:00:03.342]➜  b2e6f696af52: Verifying Checksum
2025-08-20T22:35:05.6872908Z [00:00:03.342]➜  b2e6f696af52: Download complete
2025-08-20T22:35:05.7846459Z [00:00:03.440]➜  b2e6f696af52: Pull complete
2025-08-20T22:35:05.8769289Z [00:00:03.532]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T22:35:05.8769717Z [00:00:03.532]➜  996f2cb07f7c: Download complete
2025-08-20T22:35:06.1032341Z [00:00:03.758]➜  323e89f8c367: Download complete
2025-08-20T22:35:06.4809673Z [00:00:04.136]➜  4239b2f25ebc: Download complete
2025-08-20T22:35:11.3345820Z [00:00:08.990]➜  996f2cb07f7c: Pull complete
2025-08-20T22:35:15.7373819Z [00:00:13.393]➜  99fd740fb142: Pull complete
2025-08-20T22:35:22.3803032Z [00:00:20.035]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T22:35:22.3803432Z [00:00:20.036]➜  2b92eb3035e7: Download complete
2025-08-20T22:36:53.0418574Z [00:01:50.697]➜  2b92eb3035e7: Pull complete
2025-08-20T22:37:00.2213753Z [00:01:57.877]➜  4239b2f25ebc: Pull complete
2025-08-20T22:37:00.2783144Z [00:01:57.934]➜  323e89f8c367: Pull complete
2025-08-20T22:37:00.3037484Z [00:01:57.959]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T22:37:00.3123373Z [00:01:57.968]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T22:37:00.5887868Z [00:01:58.244]➜  + mkdir -p /build-bins
2025-08-20T22:37:00.5903627Z [00:01:58.246]➜  ++ mktemp -d
2025-08-20T22:37:00.5916810Z [00:01:58.247]➜  + pushd /tmp/tmp.kZ1o15q1ku
2025-08-20T22:37:00.5917137Z [00:01:58.247]➜  + CGO_ENABLED=1
2025-08-20T22:37:00.5917502Z [00:01:58.247]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T22:37:00.5923136Z [00:01:58.248]➜  ++ uname -m
2025-08-20T22:37:00.5923509Z [00:01:58.248]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T22:37:00.5937024Z [00:01:58.249]➜  + GOARCH=arm64
2025-08-20T22:37:00.5937310Z [00:01:58.249]➜  + GOOS=linux
2025-08-20T22:37:00.5937618Z [00:01:58.249]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:37:00.5938556Z [00:01:58.249]➜  + git clone --filter blob:none --quiet https://github.com/projectdiscovery/simplehttpserver ./TEMPREPO
2025-08-20T22:37:01.3133317Z [00:01:58.969]➜  + cd ./TEMPREPO
2025-08-20T22:37:01.3133744Z [00:01:58.969]➜  + echo -e '\n[+] Target: "arm64/linux"'
2025-08-20T22:37:01.3134256Z [00:01:58.969]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T22:37:01.3134723Z [00:01:58.969]➜  + go mod tidy -v
2025-08-20T22:37:01.3134950Z [00:01:58.969]➜  
2025-08-20T22:37:01.3135176Z [00:01:58.969]➜  [+] Target: "arm64/linux"
2025-08-20T22:37:01.3135606Z [00:01:58.969]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:37:01.3135971Z [00:01:58.969]➜  
2025-08-20T22:37:01.3327355Z [00:01:58.988]➜  go: downloading github.com/projectdiscovery/gologger v1.1.8
2025-08-20T22:37:01.3331484Z [00:01:58.988]➜  go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
2025-08-20T22:37:01.3332209Z [00:01:58.988]➜  go: downloading github.com/projectdiscovery/sslcert v0.0.0-20210416140253-8f56bec1bb5e
2025-08-20T22:37:01.3419532Z [00:01:58.997]➜  go: downloading github.com/fsnotify/fsnotify v1.6.0
2025-08-20T22:37:01.4927529Z [00:01:59.148]➜  go: downloading gopkg.in/yaml.v2 v2.4.0
2025-08-20T22:37:01.5585934Z [00:01:59.214]➜  go: downloading golang.org/x/sys v0.0.0-20220908164124-27713097b956
2025-08-20T22:37:01.6102578Z [00:01:59.265]➜  go: downloading github.com/json-iterator/go v1.1.12
2025-08-20T22:37:01.6538865Z [00:01:59.309]➜  go: downloading github.com/logrusorgru/aurora v2.0.3+incompatible
2025-08-20T22:37:01.7415024Z [00:01:59.397]➜  go: downloading github.com/mholt/archiver v3.1.1+incompatible
2025-08-20T22:37:01.7458430Z [00:01:59.401]➜  go: downloading gopkg.in/djherbis/times.v1 v1.3.0
2025-08-20T22:37:01.7546346Z [00:01:59.410]➜  go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
2025-08-20T22:37:01.7728222Z [00:01:59.428]➜  go: downloading github.com/modern-go/reflect2 v1.0.2
2025-08-20T22:37:01.8215089Z [00:01:59.477]➜  go: downloading github.com/dsnet/compress v0.0.1
2025-08-20T22:37:01.8217005Z [00:01:59.477]➜  go: downloading github.com/golang/snappy v0.0.1
2025-08-20T22:37:01.8664543Z [00:01:59.522]➜  go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2025-08-20T22:37:01.8665094Z [00:01:59.522]➜  go: downloading github.com/stretchr/testify v1.7.0
2025-08-20T22:37:01.8854524Z [00:01:59.541]➜  go: downloading github.com/nwaples/rardecode v1.1.0
2025-08-20T22:37:01.9040851Z [00:01:59.559]➜  go: downloading github.com/pierrec/lz4 v2.6.0+incompatible
2025-08-20T22:37:01.9448618Z [00:01:59.600]➜  go: downloading github.com/ulikunitz/xz v0.5.7
2025-08-20T22:37:01.9562178Z [00:01:59.611]➜  go: downloading github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
2025-08-20T22:37:01.9863566Z [00:01:59.641]➜  go: downloading github.com/kr/pretty v0.2.1
2025-08-20T22:37:02.0335437Z [00:01:59.689]➜  go: downloading github.com/davecgh/go-spew v1.1.1
2025-08-20T22:37:02.0338149Z [00:01:59.689]➜  go: downloading github.com/pmezard/go-difflib v1.0.0
2025-08-20T22:37:02.0510760Z [00:01:59.706]➜  go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
2025-08-20T22:37:02.0532326Z [00:01:59.709]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T22:37:03.1680209Z [00:02:00.823]➜  go: downloading github.com/frankban/quicktest v1.11.3
2025-08-20T22:37:03.2034622Z [00:02:00.859]➜  go: downloading github.com/google/go-cmp v0.5.4
2025-08-20T22:37:03.2742954Z [00:02:00.929]➜  go: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
2025-08-20T22:37:03.3059382Z [00:02:00.961]➜  + go generate ./...
2025-08-20T22:37:03.3223547Z [00:02:00.978]➜  + go build -C ./cmd/simplehttpserver -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/simplehttpserver
2025-08-20T22:37:03.3244226Z [00:02:00.980]➜  WORK=/tmp/go-build2227044111
2025-08-20T22:37:03.3349981Z [00:02:00.990]➜  # get https://proxy.golang.org/github.com/projectdiscovery/gologger/@v/v1.1.8.info
2025-08-20T22:37:03.3351702Z [00:02:00.990]➜  # get https://proxy.golang.org/github.com/fsnotify/fsnotify/@v/v1.6.0.info
2025-08-20T22:37:03.3891566Z [00:02:01.044]➜  # get https://proxy.golang.org/github.com/fsnotify/fsnotify/@v/v1.6.0.info: 200 OK (0.054s)
2025-08-20T22:37:03.3896338Z [00:02:01.045]➜  # get https://proxy.golang.org/github.com/phayes/freeport/@v/v0.0.0-20180830031419-95f893ade6f2.info
2025-08-20T22:37:03.4379795Z [00:02:01.093]➜  # get https://proxy.golang.org/github.com/projectdiscovery/gologger/@v/v1.1.8.info: 200 OK (0.103s)
2025-08-20T22:37:03.4388254Z [00:02:01.094]➜  # get https://proxy.golang.org/github.com/phayes/freeport/@v/v0.0.0-20180830031419-95f893ade6f2.info: 200 OK (0.049s)
2025-08-20T22:37:03.4402785Z [00:02:01.095]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.0.0-20220908164124-27713097b956.info
2025-08-20T22:37:03.4404399Z [00:02:01.096]➜  # get https://proxy.golang.org/github.com/projectdiscovery/sslcert/@v/v0.0.0-20210416140253-8f56bec1bb5e.info
2025-08-20T22:37:03.4405080Z [00:02:01.096]➜  # get https://proxy.golang.org/gopkg.in/yaml.v2/@v/v2.4.0.info
2025-08-20T22:37:03.4412713Z [00:02:01.097]➜  # get https://proxy.golang.org/github.com/json-iterator/go/@v/v1.1.12.info
2025-08-20T22:37:03.4547887Z [00:02:01.110]➜  # get https://proxy.golang.org/gopkg.in/yaml.v2/@v/v2.4.0.info: 200 OK (0.014s)
2025-08-20T22:37:03.4556610Z [00:02:01.111]➜  # get https://proxy.golang.org/github.com/json-iterator/go/@v/v1.1.12.info: 200 OK (0.014s)
2025-08-20T22:37:03.4563185Z [00:02:01.112]➜  # get https://proxy.golang.org/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.info
2025-08-20T22:37:03.4637222Z [00:02:01.119]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.0.0-20220908164124-27713097b956.info: 200 OK (0.024s)
2025-08-20T22:37:03.4696838Z [00:02:01.125]➜  # get https://proxy.golang.org/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.info: 200 OK (0.014s)
2025-08-20T22:37:03.4699700Z [00:02:01.125]➜  # get https://proxy.golang.org/github.com/modern-go/reflect2/@v/v1.0.2.info
2025-08-20T22:37:03.4835449Z [00:02:01.139]➜  # get https://proxy.golang.org/github.com/modern-go/reflect2/@v/v1.0.2.info: 200 OK (0.014s)
2025-08-20T22:37:03.4839100Z [00:02:01.139]➜  # get https://proxy.golang.org/github.com/logrusorgru/aurora/@v/v2.0.3+incompatible.info
2025-08-20T22:37:03.5042815Z [00:02:01.159]➜  # get https://proxy.golang.org/github.com/projectdiscovery/sslcert/@v/v0.0.0-20210416140253-8f56bec1bb5e.info: 200 OK (0.064s)
2025-08-20T22:37:03.5329604Z [00:02:01.188]➜  # get https://proxy.golang.org/github.com/logrusorgru/aurora/@v/v2.0.3+incompatible.info: 200 OK (0.049s)
2025-08-20T22:37:03.5333339Z [00:02:01.189]➜  # get https://proxy.golang.org/github.com/mholt/archiver/@v/v3.1.1+incompatible.info
2025-08-20T22:37:03.5606957Z [00:02:01.216]➜  # get https://proxy.golang.org/github.com/mholt/archiver/@v/v3.1.1+incompatible.info: 200 OK (0.027s)
2025-08-20T22:37:03.5618403Z [00:02:01.217]➜  # get https://proxy.golang.org/github.com/dsnet/compress/@v/v0.0.1.info
2025-08-20T22:37:03.6016464Z [00:02:01.257]➜  # get https://proxy.golang.org/github.com/dsnet/compress/@v/v0.0.1.info: 200 OK (0.040s)
2025-08-20T22:37:03.6029407Z [00:02:01.258]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v0.0.1.info
2025-08-20T22:37:03.6260664Z [00:02:01.281]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v0.0.1.info: 200 OK (0.024s)
2025-08-20T22:37:03.6264403Z [00:02:01.282]➜  # get https://proxy.golang.org/github.com/nwaples/rardecode/@v/v1.1.0.info
2025-08-20T22:37:03.6682937Z [00:02:01.323]➜  # get https://proxy.golang.org/github.com/nwaples/rardecode/@v/v1.1.0.info: 200 OK (0.042s)
2025-08-20T22:37:03.6690015Z [00:02:01.324]➜  # get https://proxy.golang.org/github.com/pierrec/lz4/@v/v2.6.0+incompatible.info
2025-08-20T22:37:03.6995668Z [00:02:01.355]➜  # get https://proxy.golang.org/github.com/pierrec/lz4/@v/v2.6.0+incompatible.info: 200 OK (0.030s)
2025-08-20T22:37:03.6998749Z [00:02:01.355]➜  # get https://proxy.golang.org/github.com/ulikunitz/xz/@v/v0.5.7.info
2025-08-20T22:37:03.7335195Z [00:02:01.389]➜  # get https://proxy.golang.org/github.com/ulikunitz/xz/@v/v0.5.7.info: 200 OK (0.034s)
2025-08-20T22:37:03.7340387Z [00:02:01.389]➜  # get https://proxy.golang.org/github.com/xi2/xz/@v/v0.0.0-20171230120015-48954b6210f8.info
2025-08-20T22:37:03.7475092Z [00:02:01.403]➜  # get https://proxy.golang.org/github.com/xi2/xz/@v/v0.0.0-20171230120015-48954b6210f8.info: 200 OK (0.013s)
2025-08-20T22:37:03.7477794Z [00:02:01.403]➜  # get https://proxy.golang.org/gopkg.in/djherbis/times.v1/@v/v1.3.0.info
2025-08-20T22:37:03.7965497Z [00:02:01.452]➜  # get https://proxy.golang.org/gopkg.in/djherbis/times.v1/@v/v1.3.0.info: 200 OK (0.049s)
2025-08-20T22:37:03.7987169Z [00:02:01.454]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO
2025-08-20T22:37:03.7987518Z [00:02:01.454]➜  git status --porcelain
2025-08-20T22:37:03.8014138Z [00:02:01.457]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO
2025-08-20T22:37:03.8015234Z [00:02:01.457]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T22:37:03.8025598Z [00:02:01.458]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO; git config extensions.objectformat
2025-08-20T22:37:03.8034973Z [00:02:01.459]➜  0.001s # cd /tmp/tmp.kZ1o15q1ku/TEMPREPO; git config extensions.objectformat
2025-08-20T22:37:03.8035872Z [00:02:01.459]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 9862845b558ac5b993e94dc7bbd7e543967b89df --
2025-08-20T22:37:03.8048405Z [00:02:01.460]➜  0.001s # cd /tmp/tmp.kZ1o15q1ku/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 9862845b558ac5b993e94dc7bbd7e543967b89df --
2025-08-20T22:37:03.8049676Z [00:02:01.460]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 9862845b558ac5b993e94dc7bbd7e543967b89df
2025-08-20T22:37:03.8071190Z [00:02:01.462]➜  0.002s # cd /tmp/tmp.kZ1o15q1ku/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 9862845b558ac5b993e94dc7bbd7e543967b89df
2025-08-20T22:37:03.8072327Z [00:02:01.462]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 9862845b558a --
2025-08-20T22:37:03.8083571Z [00:02:01.464]➜  0.001s # cd /tmp/tmp.kZ1o15q1ku/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 9862845b558a --
2025-08-20T22:37:03.8084413Z [00:02:01.464]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO; git cat-file blob 9862845b558ac5b993e94dc7bbd7e543967b89df:go.mod
2025-08-20T22:37:03.8094001Z [00:02:01.465]➜  0.001s # cd /tmp/tmp.kZ1o15q1ku/TEMPREPO; git cat-file blob 9862845b558ac5b993e94dc7bbd7e543967b89df:go.mod
2025-08-20T22:37:03.8133145Z [00:02:01.469]➜  internal/unsafeheader
2025-08-20T22:37:03.8134140Z [00:02:01.469]➜  mkdir -p $WORK/b009/
2025-08-20T22:37:03.8134724Z [00:02:01.469]➜  internal/byteorder
2025-08-20T22:37:03.8135283Z [00:02:01.469]➜  mkdir -p $WORK/b013/
2025-08-20T22:37:03.8135612Z [00:02:01.469]➜  internal/goarch
2025-08-20T22:37:03.8135876Z [00:02:01.469]➜  mkdir -p $WORK/b007/
2025-08-20T22:37:03.8193314Z [00:02:01.474]➜  echo '# import config' > $WORK/b013/importcfg # internal
2025-08-20T22:37:03.8194555Z [00:02:01.475]➜  echo '# import config' > $WORK/b007/importcfg # internal
2025-08-20T22:37:03.8195717Z [00:02:01.475]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:03.8198881Z [00:02:01.475]➜  /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-20T22:37:03.8211279Z [00:02:01.475]➜  /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-20T22:37:03.8213399Z [00:02:01.475]➜  echo '# import config' > $WORK/b009/importcfg # internal
2025-08-20T22:37:03.8215125Z [00:02:01.475]➜  /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-20T22:37:03.8216541Z [00:02:01.475]➜  internal/cpu
2025-08-20T22:37:03.8216807Z [00:02:01.476]➜  mkdir -p $WORK/b012/
2025-08-20T22:37:03.8217825Z [00:02:01.476]➜  echo -n > $WORK/b012/go_asm.h # internal
2025-08-20T22:37:03.8218349Z [00:02:01.476]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:37:03.8219868Z [00:02:01.476]➜  /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-20T22:37:03.8247901Z [00:02:01.480]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T22:37:03.8249943Z [00:02:01.480]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:03.8253395Z [00:02:01.480]➜  /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-20T22:37:03.8283291Z [00:02:01.484]➜  go tool buildid -w $WORK/b007/_pkg_.a # internal
2025-08-20T22:37:03.8284048Z [00:02:01.484]➜  cp $WORK/b007/_pkg_.a /root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d # internal
2025-08-20T22:37:03.8284598Z [00:02:01.484]➜  internal/abi
2025-08-20T22:37:03.8288274Z [00:02:01.484]➜  mkdir -p $WORK/b006/
2025-08-20T22:37:03.8291287Z [00:02:01.484]➜  echo -n > $WORK/b006/go_asm.h # internal
2025-08-20T22:37:03.8292747Z [00:02:01.485]➜  cd /root/.go/src/internal/abi
2025-08-20T22:37:03.8296857Z [00:02:01.485]➜  /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-20T22:37:03.8300501Z [00:02:01.485]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T22:37:03.8304956Z [00:02:01.486]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d # internal
2025-08-20T22:37:03.8312419Z [00:02:01.487]➜  internal/coverage/rtcov
2025-08-20T22:37:03.8314502Z [00:02:01.487]➜  mkdir -p $WORK/b015/
2025-08-20T22:37:03.8317986Z [00:02:01.487]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T22:37:03.8319925Z [00:02:01.487]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:03.8322500Z [00:02:01.487]➜  /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-20T22:37:03.8345542Z [00:02:01.490]➜  cat >/tmp/go-build2227044111/b006/importcfg << 'EOF' # internal
2025-08-20T22:37:03.8348290Z [00:02:01.490]➜  # import config
2025-08-20T22:37:03.8352481Z [00:02:01.490]➜  packagefile internal/goarch=/tmp/go-build2227044111/b007/_pkg_.a
2025-08-20T22:37:03.8353139Z [00:02:01.490]➜  EOF
2025-08-20T22:37:03.8356735Z [00:02:01.490]➜  /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-20T22:37:03.8360135Z [00:02:01.490]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T22:37:03.8364330Z [00:02:01.492]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d # internal
2025-08-20T22:37:03.8364974Z [00:02:01.492]➜  internal/godebugs
2025-08-20T22:37:03.8365236Z [00:02:01.492]➜  mkdir -p $WORK/b016/
2025-08-20T22:37:03.8365593Z [00:02:01.492]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T22:37:03.8367252Z [00:02:01.492]➜  /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-20T22:37:03.8460197Z [00:02:01.501]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T22:37:03.8461063Z [00:02:01.501]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d # internal
2025-08-20T22:37:03.8476422Z [00:02:01.503]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T22:37:03.8484297Z [00:02:01.504]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d # internal
2025-08-20T22:37:03.8485079Z [00:02:01.504]➜  internal/goexperiment
2025-08-20T22:37:03.8485783Z [00:02:01.504]➜  mkdir -p $WORK/b017/
2025-08-20T22:37:03.8486231Z [00:02:01.504]➜  internal/goos
2025-08-20T22:37:03.8486601Z [00:02:01.504]➜  mkdir -p $WORK/b018/
2025-08-20T22:37:03.8487071Z [00:02:01.504]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T22:37:03.8489213Z [00:02:01.504]➜  /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-20T22:37:03.8491081Z [00:02:01.504]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T22:37:03.8506062Z [00:02:01.505]➜  /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-20T22:37:03.8519578Z [00:02:01.507]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:37:03.8521068Z [00:02:01.507]➜  /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-20T22:37:03.8569004Z [00:02:01.512]➜  /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-20T22:37:03.8577455Z [00:02:01.513]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T22:37:03.8579569Z [00:02:01.513]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d # internal
2025-08-20T22:37:03.8580140Z [00:02:01.513]➜  internal/profilerecord
2025-08-20T22:37:03.8582012Z [00:02:01.513]➜  mkdir -p $WORK/b019/
2025-08-20T22:37:03.8582878Z [00:02:01.514]➜  echo '# import config' > $WORK/b019/importcfg # internal
2025-08-20T22:37:03.8584174Z [00:02:01.514]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:03.8586593Z [00:02:01.514]➜  /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-20T22:37:03.8593156Z [00:02:01.514]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:37:03.8593703Z [00:02:01.514]➜  go tool pack r $WORK/b012/_pkg_.a $WORK/b012/cpu.o $WORK/b012/cpu_arm64.o # internal
2025-08-20T22:37:03.8594931Z [00:02:01.515]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T22:37:03.8598073Z [00:02:01.515]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d # internal
2025-08-20T22:37:03.8601470Z [00:02:01.515]➜  internal/bytealg
2025-08-20T22:37:03.8601852Z [00:02:01.515]➜  mkdir -p $WORK/b011/
2025-08-20T22:37:03.8603250Z [00:02:01.515]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T22:37:03.8603915Z [00:02:01.516]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:37:03.8612194Z [00:02:01.516]➜  /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-20T22:37:03.8613396Z [00:02:01.516]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T22:37:03.8614053Z [00:02:01.516]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d # internal
2025-08-20T22:37:03.8616080Z [00:02:01.517]➜  internal/chacha8rand
2025-08-20T22:37:03.8616404Z [00:02:01.517]➜  mkdir -p $WORK/b014/
2025-08-20T22:37:03.8616713Z [00:02:01.517]➜  echo -n > $WORK/b014/go_asm.h # internal
2025-08-20T22:37:03.8625238Z [00:02:01.517]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:37:03.8626480Z [00:02:01.517]➜  /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-20T22:37:03.8645858Z [00:02:01.520]➜  cat >/tmp/go-build2227044111/b011/importcfg << 'EOF' # internal
2025-08-20T22:37:03.8646258Z [00:02:01.520]➜  # import config
2025-08-20T22:37:03.8646626Z [00:02:01.520]➜  packagefile internal/cpu=/tmp/go-build2227044111/b012/_pkg_.a
2025-08-20T22:37:03.8646966Z [00:02:01.520]➜  EOF
2025-08-20T22:37:03.8647296Z [00:02:01.520]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:03.8652850Z [00:02:01.520]➜  /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-20T22:37:03.8674601Z [00:02:01.522]➜  cat >/tmp/go-build2227044111/b014/importcfg << 'EOF' # internal
2025-08-20T22:37:03.8678180Z [00:02:01.522]➜  # import config
2025-08-20T22:37:03.8678591Z [00:02:01.522]➜  packagefile internal/byteorder=/tmp/go-build2227044111/b013/_pkg_.a
2025-08-20T22:37:03.8679239Z [00:02:01.522]➜  packagefile internal/cpu=/tmp/go-build2227044111/b012/_pkg_.a
2025-08-20T22:37:03.8679723Z [00:02:01.522]➜  packagefile internal/goarch=/tmp/go-build2227044111/b007/_pkg_.a
2025-08-20T22:37:03.8680069Z [00:02:01.522]➜  EOF
2025-08-20T22:37:03.8682258Z [00:02:01.522]➜  /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-20T22:37:03.8725247Z [00:02:01.528]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T22:37:03.8744290Z [00:02:01.529]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d # internal
2025-08-20T22:37:03.8745601Z [00:02:01.529]➜  internal/runtime/atomic
2025-08-20T22:37:03.8746300Z [00:02:01.529]➜  mkdir -p $WORK/b020/
2025-08-20T22:37:03.8747154Z [00:02:01.529]➜  echo -n > $WORK/b020/go_asm.h # internal
2025-08-20T22:37:03.8748569Z [00:02:01.529]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:37:03.8749986Z [00:02:01.529]➜  /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-20T22:37:03.8755010Z [00:02:01.531]➜  cat >/tmp/go-build2227044111/b020/importcfg << 'EOF' # internal
2025-08-20T22:37:03.8756674Z [00:02:01.531]➜  # import config
2025-08-20T22:37:03.8758279Z [00:02:01.531]➜  packagefile internal/cpu=/tmp/go-build2227044111/b012/_pkg_.a
2025-08-20T22:37:03.8759536Z [00:02:01.531]➜  packagefile internal/goarch=/tmp/go-build2227044111/b007/_pkg_.a
2025-08-20T22:37:03.8759916Z [00:02:01.531]➜  EOF
2025-08-20T22:37:03.8760228Z [00:02:01.531]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:03.8763280Z [00:02:01.531]➜  /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-20T22:37:03.8781848Z [00:02:01.533]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:37:03.8783048Z [00:02:01.533]➜  /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-20T22:37:03.8804932Z [00:02:01.536]➜  /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-20T22:37:03.8830659Z [00:02:01.538]➜  /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-20T22:37:03.8883604Z [00:02:01.543]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:37:03.8884907Z [00:02:01.543]➜  /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-20T22:37:03.8889740Z [00:02:01.544]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:37:03.8890890Z [00:02:01.544]➜  /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-20T22:37:03.8908514Z [00:02:01.546]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:37:03.8909206Z [00:02:01.546]➜  go tool pack r $WORK/b014/_pkg_.a $WORK/b014/chacha8_arm64.o # internal
2025-08-20T22:37:03.8909671Z [00:02:01.546]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T22:37:03.8915427Z [00:02:01.547]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d # internal
2025-08-20T22:37:03.8916467Z [00:02:01.547]➜  internal/runtime/math
2025-08-20T22:37:03.8917412Z [00:02:01.547]➜  mkdir -p $WORK/b023/
2025-08-20T22:37:03.8918557Z [00:02:01.547]➜  cat >/tmp/go-build2227044111/b023/importcfg << 'EOF' # internal
2025-08-20T22:37:03.8919133Z [00:02:01.547]➜  # import config
2025-08-20T22:37:03.8919520Z [00:02:01.547]➜  packagefile internal/goarch=/tmp/go-build2227044111/b007/_pkg_.a
2025-08-20T22:37:03.8919868Z [00:02:01.547]➜  EOF
2025-08-20T22:37:03.8920169Z [00:02:01.547]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:03.8921862Z [00:02:01.547]➜  /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-20T22:37:03.8929281Z [00:02:01.548]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:37:03.8930394Z [00:02:01.548]➜  /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-20T22:37:03.9048354Z [00:02:01.560]➜  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-20T22:37:03.9052894Z [00:02:01.560]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T22:37:03.9053577Z [00:02:01.560]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d # internal
2025-08-20T22:37:03.9074672Z [00:02:01.562]➜  internal/runtime/syscall
2025-08-20T22:37:03.9075197Z [00:02:01.563]➜  mkdir -p $WORK/b024/
2025-08-20T22:37:03.9075635Z [00:02:01.563]➜  echo -n > $WORK/b024/go_asm.h # internal
2025-08-20T22:37:03.9078890Z [00:02:01.563]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:37:03.9080352Z [00:02:01.563]➜  /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-20T22:37:03.9114347Z [00:02:01.567]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T22:37:03.9116728Z [00:02:01.567]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d # internal
2025-08-20T22:37:03.9117372Z [00:02:01.567]➜  internal/runtime/strconv
2025-08-20T22:37:03.9117655Z [00:02:01.567]➜  mkdir -p $WORK/b022/
2025-08-20T22:37:03.9118180Z [00:02:01.567]➜  cat >/tmp/go-build2227044111/b022/importcfg << 'EOF' # internal
2025-08-20T22:37:03.9118549Z [00:02:01.567]➜  # import config
2025-08-20T22:37:03.9119181Z [00:02:01.567]➜  packagefile internal/runtime/math=/tmp/go-build2227044111/b023/_pkg_.a
2025-08-20T22:37:03.9119678Z [00:02:01.567]➜  EOF
2025-08-20T22:37:03.9120410Z [00:02:01.567]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:03.9122330Z [00:02:01.567]➜  /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-20T22:37:03.9137630Z [00:02:01.568]➜  cat >/tmp/go-build2227044111/b024/importcfg << 'EOF' # internal
2025-08-20T22:37:03.9138854Z [00:02:01.568]➜  # import config
2025-08-20T22:37:03.9139640Z [00:02:01.568]➜  packagefile internal/goarch=/tmp/go-build2227044111/b007/_pkg_.a
2025-08-20T22:37:03.9140026Z [00:02:01.568]➜  EOF
2025-08-20T22:37:03.9140293Z [00:02:01.568]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:37:03.9141497Z [00:02:01.568]➜  /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-20T22:37:03.9142568Z [00:02:01.569]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:03.9144922Z [00:02:01.569]➜  /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-20T22:37:03.9219770Z [00:02:01.577]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:37:03.9221010Z [00:02:01.577]➜  go tool pack r $WORK/b020/_pkg_.a $WORK/b020/atomic_arm64.o # internal
2025-08-20T22:37:03.9221707Z [00:02:01.577]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T22:37:03.9222686Z [00:02:01.577]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d # internal
2025-08-20T22:37:03.9223549Z [00:02:01.577]➜  internal/runtime/exithook
2025-08-20T22:37:03.9224069Z [00:02:01.577]➜  mkdir -p $WORK/b025/
2025-08-20T22:37:03.9224550Z [00:02:01.578]➜  cat >/tmp/go-build2227044111/b025/importcfg << 'EOF' # internal
2025-08-20T22:37:03.9224961Z [00:02:01.578]➜  # import config
2025-08-20T22:37:03.9225365Z [00:02:01.578]➜  packagefile internal/runtime/atomic=/tmp/go-build2227044111/b020/_pkg_.a
2025-08-20T22:37:03.9225734Z [00:02:01.578]➜  EOF
2025-08-20T22:37:03.9226038Z [00:02:01.578]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:03.9227816Z [00:02:01.578]➜  /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-20T22:37:03.9265380Z [00:02:01.581]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T22:37:03.9283007Z [00:02:01.584]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d # internal
2025-08-20T22:37:03.9283650Z [00:02:01.584]➜  internal/runtime/gc
2025-08-20T22:37:03.9286086Z [00:02:01.584]➜  mkdir -p $WORK/b026/
2025-08-20T22:37:03.9287243Z [00:02:01.584]➜  cat >/tmp/go-build2227044111/b026/importcfg << 'EOF' # internal
2025-08-20T22:37:03.9287602Z [00:02:01.584]➜  # import config
2025-08-20T22:37:03.9288274Z [00:02:01.584]➜  packagefile internal/goarch=/tmp/go-build2227044111/b007/_pkg_.a
2025-08-20T22:37:03.9288804Z [00:02:01.584]➜  EOF
2025-08-20T22:37:03.9290747Z [00:02:01.584]➜  /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-20T22:37:03.9377608Z [00:02:01.593]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:37:03.9379015Z [00:02:01.593]➜  /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-20T22:37:03.9410847Z [00:02:01.596]➜  go tool pack r $WORK/b024/_pkg_.a $WORK/b024/asm_linux_arm64.o # internal
2025-08-20T22:37:03.9411523Z [00:02:01.596]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T22:37:03.9420858Z [00:02:01.597]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d # internal
2025-08-20T22:37:03.9430279Z [00:02:01.598]➜  internal/runtime/cgroup
2025-08-20T22:37:03.9430742Z [00:02:01.598]➜  mkdir -p $WORK/b021/
2025-08-20T22:37:03.9432967Z [00:02:01.599]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T22:37:03.9442175Z [00:02:01.599]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d # internal
2025-08-20T22:37:03.9442934Z [00:02:01.600]➜  internal/asan
2025-08-20T22:37:03.9443370Z [00:02:01.600]➜  mkdir -p $WORK/b028/
2025-08-20T22:37:03.9443869Z [00:02:01.600]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T22:37:03.9444391Z [00:02:01.600]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:03.9446142Z [00:02:01.600]➜  /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-20T22:37:03.9456660Z [00:02:01.601]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T22:37:03.9474472Z [00:02:01.603]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d # internal
2025-08-20T22:37:03.9475598Z [00:02:01.603]➜  internal/msan
2025-08-20T22:37:03.9476346Z [00:02:01.603]➜  mkdir -p $WORK/b029/
2025-08-20T22:37:03.9477174Z [00:02:01.603]➜  echo '# import config' > $WORK/b029/importcfg # internal
2025-08-20T22:37:03.9479164Z [00:02:01.603]➜  /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-20T22:37:03.9480765Z [00:02:01.603]➜  cat >/tmp/go-build2227044111/b021/importcfg << 'EOF' # internal
2025-08-20T22:37:03.9481119Z [00:02:01.603]➜  # import config
2025-08-20T22:37:03.9481493Z [00:02:01.603]➜  packagefile internal/bytealg=/tmp/go-build2227044111/b011/_pkg_.a
2025-08-20T22:37:03.9482019Z [00:02:01.603]➜  packagefile internal/runtime/strconv=/tmp/go-build2227044111/b022/_pkg_.a
2025-08-20T22:37:03.9482865Z [00:02:01.603]➜  packagefile internal/runtime/syscall=/tmp/go-build2227044111/b024/_pkg_.a
2025-08-20T22:37:03.9483346Z [00:02:01.603]➜  EOF
2025-08-20T22:37:03.9485400Z [00:02:01.603]➜  /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-20T22:37:03.9613214Z [00:02:01.617]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T22:37:03.9624504Z [00:02:01.618]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d # internal
2025-08-20T22:37:03.9630134Z [00:02:01.618]➜  internal/runtime/sys
2025-08-20T22:37:03.9631046Z [00:02:01.618]➜  mkdir -p $WORK/b031/
2025-08-20T22:37:03.9631378Z [00:02:01.618]➜  echo -n > $WORK/b031/go_asm.h # internal
2025-08-20T22:37:03.9631717Z [00:02:01.618]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:37:03.9632874Z [00:02:01.618]➜  /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-20T22:37:03.9709900Z [00:02:01.623]➜  cat >/tmp/go-build2227044111/b031/importcfg << 'EOF' # internal
2025-08-20T22:37:03.9710480Z [00:02:01.623]➜  # import config
2025-08-20T22:37:03.9711004Z [00:02:01.623]➜  packagefile internal/cpu=/tmp/go-build2227044111/b012/_pkg_.a
2025-08-20T22:37:03.9711634Z [00:02:01.623]➜  packagefile internal/goarch=/tmp/go-build2227044111/b007/_pkg_.a
2025-08-20T22:37:03.9712254Z [00:02:01.623]➜  packagefile internal/goos=/tmp/go-build2227044111/b018/_pkg_.a
2025-08-20T22:37:03.9712741Z [00:02:01.623]➜  EOF
2025-08-20T22:37:03.9713069Z [00:02:01.626]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:03.9716072Z [00:02:01.626]➜  /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-20T22:37:03.9722112Z [00:02:01.626]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T22:37:03.9722888Z [00:02:01.626]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d # internal
2025-08-20T22:37:03.9723443Z [00:02:01.626]➜  internal/stringslite
2025-08-20T22:37:03.9723711Z [00:02:01.626]➜  mkdir -p $WORK/b032/
2025-08-20T22:37:03.9724077Z [00:02:01.626]➜  cat >/tmp/go-build2227044111/b032/importcfg << 'EOF' # internal
2025-08-20T22:37:03.9724430Z [00:02:01.626]➜  # import config
2025-08-20T22:37:03.9724802Z [00:02:01.626]➜  packagefile internal/bytealg=/tmp/go-build2227044111/b011/_pkg_.a
2025-08-20T22:37:03.9725151Z [00:02:01.626]➜  EOF
2025-08-20T22:37:03.9727060Z [00:02:01.626]➜  /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-20T22:37:03.9778248Z [00:02:01.633]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T22:37:03.9792985Z [00:02:01.634]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d # internal
2025-08-20T22:37:03.9793575Z [00:02:01.634]➜  internal/trace/tracev2
2025-08-20T22:37:03.9793889Z [00:02:01.634]➜  mkdir -p $WORK/b033/
2025-08-20T22:37:03.9794244Z [00:02:01.634]➜  echo '# import config' > $WORK/b033/importcfg # internal
2025-08-20T22:37:03.9796311Z [00:02:01.634]➜  /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-20T22:37:03.9813271Z [00:02:01.636]➜  cd /root/.go/src/internal/abi
2025-08-20T22:37:03.9816567Z [00:02:01.636]➜  /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-20T22:37:03.9829750Z [00:02:01.638]➜  /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-20T22:37:03.9876222Z [00:02:01.643]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T22:37:03.9885759Z [00:02:01.644]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d # internal
2025-08-20T22:37:03.9886629Z [00:02:01.644]➜  cmp
2025-08-20T22:37:03.9887180Z [00:02:01.644]➜  mkdir -p $WORK/b035/
2025-08-20T22:37:03.9895854Z [00:02:01.645]➜  echo '# import config' > $WORK/b035/importcfg # internal
2025-08-20T22:37:03.9899013Z [00:02:01.645]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:03.9901041Z [00:02:01.645]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b035=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid 3pNLZ4lQZRo8EuEyPFwj/3pNLZ4lQZRo8EuEyPFwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b035/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T22:37:03.9902601Z [00:02:01.645]➜  cd /root/.go/src/internal/abi
2025-08-20T22:37:03.9903421Z [00:02:01.645]➜  go tool pack r $WORK/b006/_pkg_.a $WORK/b006/abi_test.o $WORK/b006/stub.o # internal
2025-08-20T22:37:03.9904532Z [00:02:01.645]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T22:37:03.9904947Z [00:02:01.645]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:37:03.9906053Z [00:02:01.646]➜  /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-20T22:37:03.9940342Z [00:02:01.648]➜  /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-20T22:37:03.9941996Z [00:02:01.649]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d # internal
2025-08-20T22:37:03.9942554Z [00:02:01.649]➜  internal/race
2025-08-20T22:37:03.9942804Z [00:02:01.649]➜  mkdir -p $WORK/b030/
2025-08-20T22:37:03.9943169Z [00:02:01.649]➜  cat >/tmp/go-build2227044111/b030/importcfg << 'EOF' # internal
2025-08-20T22:37:03.9943843Z [00:02:01.649]➜  # import config
2025-08-20T22:37:03.9944273Z [00:02:01.649]➜  packagefile internal/abi=/tmp/go-build2227044111/b006/_pkg_.a
2025-08-20T22:37:03.9944609Z [00:02:01.649]➜  EOF
2025-08-20T22:37:03.9944911Z [00:02:01.649]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:03.9946617Z [00:02:01.649]➜  /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-20T22:37:03.9963204Z [00:02:01.652]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:37:03.9963701Z [00:02:01.652]➜  go tool pack r $WORK/b031/_pkg_.a $WORK/b031/dit_arm64.o $WORK/b031/empty.o # internal
2025-08-20T22:37:03.9966778Z [00:02:01.652]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T22:37:03.9982886Z [00:02:01.654]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d # internal
2025-08-20T22:37:03.9983670Z [00:02:01.654]➜  internal/itoa
2025-08-20T22:37:03.9986977Z [00:02:01.654]➜  mkdir -p $WORK/b037/
2025-08-20T22:37:03.9998616Z [00:02:01.655]➜  echo '# import config' > $WORK/b037/importcfg # internal
2025-08-20T22:37:03.9999566Z [00:02:01.655]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:04.0001133Z [00:02:01.655]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b037=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid 9u4HPsdihVw8NDi4g4l5/9u4HPsdihVw8NDi4g4l5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T22:37:04.0004385Z [00:02:01.656]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T22:37:04.0005065Z [00:02:01.656]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d # internal
2025-08-20T22:37:04.0005596Z [00:02:01.656]➜  math/bits
2025-08-20T22:37:04.0005835Z [00:02:01.656]➜  mkdir -p $WORK/b040/
2025-08-20T22:37:04.0006839Z [00:02:01.656]➜  echo '# import config' > $WORK/b040/importcfg # internal
2025-08-20T22:37:04.0009664Z [00:02:01.656]➜  /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-20T22:37:04.0031950Z [00:02:01.658]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T22:37:04.0040242Z [00:02:01.659]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d # internal
2025-08-20T22:37:04.0045782Z [00:02:01.660]➜  unicode/utf8
2025-08-20T22:37:04.0046528Z [00:02:01.660]➜  mkdir -p $WORK/b042/
2025-08-20T22:37:04.0055212Z [00:02:01.661]➜  echo '# import config' > $WORK/b042/importcfg # internal
2025-08-20T22:37:04.0057117Z [00:02:01.661]➜  /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-20T22:37:04.0089168Z [00:02:01.664]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T22:37:04.0102874Z [00:02:01.666]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d # internal
2025-08-20T22:37:04.0113849Z [00:02:01.667]➜  internal/runtime/maps
2025-08-20T22:37:04.0114899Z [00:02:01.667]➜  mkdir -p $WORK/b027/
2025-08-20T22:37:04.0128735Z [00:02:01.668]➜  cat >/tmp/go-build2227044111/b027/importcfg << 'EOF' # internal
2025-08-20T22:37:04.0130736Z [00:02:01.668]➜  # import config
2025-08-20T22:37:04.0131594Z [00:02:01.668]➜  packagefile internal/abi=/tmp/go-build2227044111/b006/_pkg_.a
2025-08-20T22:37:04.0132134Z [00:02:01.668]➜  packagefile internal/asan=/tmp/go-build2227044111/b028/_pkg_.a
2025-08-20T22:37:04.0132618Z [00:02:01.668]➜  packagefile internal/goarch=/tmp/go-build2227044111/b007/_pkg_.a
2025-08-20T22:37:04.0133098Z [00:02:01.668]➜  packagefile internal/msan=/tmp/go-build2227044111/b029/_pkg_.a
2025-08-20T22:37:04.0133568Z [00:02:01.668]➜  packagefile internal/race=/tmp/go-build2227044111/b030/_pkg_.a
2025-08-20T22:37:04.0134067Z [00:02:01.668]➜  packagefile internal/runtime/math=/tmp/go-build2227044111/b023/_pkg_.a
2025-08-20T22:37:04.0134604Z [00:02:01.668]➜  packagefile internal/runtime/sys=/tmp/go-build2227044111/b031/_pkg_.a
2025-08-20T22:37:04.0134966Z [00:02:01.668]➜  EOF
2025-08-20T22:37:04.0138156Z [00:02:01.668]➜  /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-20T22:37:04.0151102Z [00:02:01.669]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T22:37:04.0151782Z [00:02:01.670]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d # internal
2025-08-20T22:37:04.0152307Z [00:02:01.670]➜  sync/atomic
2025-08-20T22:37:04.0152554Z [00:02:01.670]➜  mkdir -p $WORK/b045/
2025-08-20T22:37:04.0152876Z [00:02:01.670]➜  echo -n > $WORK/b045/go_asm.h # internal
2025-08-20T22:37:04.0153186Z [00:02:01.670]➜  cd /root/.go/src/sync/atomic
2025-08-20T22:37:04.0154150Z [00:02:01.670]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b045=>" -I $WORK/b045/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b045/symabis ./asm.s
2025-08-20T22:37:04.0225887Z [00:02:01.678]➜  echo '# import config' > $WORK/b045/importcfg # internal
2025-08-20T22:37:04.0230908Z [00:02:01.678]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:04.0233039Z [00:02:01.678]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b045=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid v-MlDIDzOS5gnwcNEwHP/v-MlDIDzOS5gnwcNEwHP -goversion go1.25.0 -symabis $WORK/b045/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack -asmhdr $WORK/b045/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-20T22:37:04.0262493Z [00:02:01.681]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T22:37:04.0265494Z [00:02:01.682]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d # internal
2025-08-20T22:37:04.0297574Z [00:02:01.685]➜  math
2025-08-20T22:37:04.0299587Z [00:02:01.685]➜  mkdir -p $WORK/b039/
2025-08-20T22:37:04.0300303Z [00:02:01.685]➜  echo -n > $WORK/b039/go_asm.h # internal
2025-08-20T22:37:04.0301347Z [00:02:01.685]➜  cd /root/.go/src/math
2025-08-20T22:37:04.0303392Z [00:02:01.685]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b039=>" -I $WORK/b039/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b039/symabis ./dim_arm64.s ./exp_arm64.s ./floor_arm64.s ./modf_arm64.s
2025-08-20T22:37:04.0325049Z [00:02:01.688]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T22:37:04.0337380Z [00:02:01.689]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d # internal
2025-08-20T22:37:04.0339012Z [00:02:01.689]➜  internal/synctest
2025-08-20T22:37:04.0341158Z [00:02:01.689]➜  mkdir -p $WORK/b046/
2025-08-20T22:37:04.0341678Z [00:02:01.689]➜  cat >/tmp/go-build2227044111/b046/importcfg << 'EOF' # internal
2025-08-20T22:37:04.0346354Z [00:02:01.689]➜  # import config
2025-08-20T22:37:04.0346765Z [00:02:01.689]➜  packagefile internal/abi=/tmp/go-build2227044111/b006/_pkg_.a
2025-08-20T22:37:04.0347106Z [00:02:01.689]➜  EOF
2025-08-20T22:37:04.0347410Z [00:02:01.689]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:04.0349207Z [00:02:01.689]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b046=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid TXvhGynv0KAtbNuS7qmd/TXvhGynv0KAtbNuS7qmd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T22:37:04.0350997Z [00:02:01.690]➜  cat >/tmp/go-build2227044111/b039/importcfg << 'EOF' # internal
2025-08-20T22:37:04.0351348Z [00:02:01.690]➜  # import config
2025-08-20T22:37:04.0351696Z [00:02:01.690]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:04.0352019Z [00:02:01.690]➜  EOF
2025-08-20T22:37:04.0358349Z [00:02:01.690]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b039=>" -p math -lang=go1.25 -std -installsuffix shared -buildid 6wDiWzQQCqBQkxujwy3F/6wDiWzQQCqBQkxujwy3F -goversion go1.25.0 -symabis $WORK/b039/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack -asmhdr $WORK/b039/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-20T22:37:04.0501443Z [00:02:01.705]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T22:37:04.0518048Z [00:02:01.706]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d # internal
2025-08-20T22:37:04.0518789Z [00:02:01.707]➜  unicode
2025-08-20T22:37:04.0519092Z [00:02:01.707]➜  mkdir -p $WORK/b047/
2025-08-20T22:37:04.0529619Z [00:02:01.708]➜  echo '# import config' > $WORK/b047/importcfg # internal
2025-08-20T22:37:04.0531701Z [00:02:01.708]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b047=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid 1uavR90G2Z8Kzq6sjfjV/1uavR90G2Z8Kzq6sjfjV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b047/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-20T22:37:04.0611902Z [00:02:01.716]➜  cd /root/.go/src/sync/atomic
2025-08-20T22:37:04.0613110Z [00:02:01.716]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b045=>" -I $WORK/b045/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b045/asm.o ./asm.s
2025-08-20T22:37:04.0642599Z [00:02:01.719]➜  go tool pack r $WORK/b045/_pkg_.a $WORK/b045/asm.o # internal
2025-08-20T22:37:04.0643220Z [00:02:01.719]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T22:37:04.0651931Z [00:02:01.720]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d # internal
2025-08-20T22:37:04.0654888Z [00:02:01.721]➜  internal/sync
2025-08-20T22:37:04.0656473Z [00:02:01.721]➜  mkdir -p $WORK/b044/
2025-08-20T22:37:04.0656947Z [00:02:01.721]➜  cat >/tmp/go-build2227044111/b044/importcfg << 'EOF' # internal
2025-08-20T22:37:04.0657299Z [00:02:01.721]➜  # import config
2025-08-20T22:37:04.0657662Z [00:02:01.721]➜  packagefile internal/abi=/tmp/go-build2227044111/b006/_pkg_.a
2025-08-20T22:37:04.0658140Z [00:02:01.721]➜  packagefile internal/goarch=/tmp/go-build2227044111/b007/_pkg_.a
2025-08-20T22:37:04.0659109Z [00:02:01.721]➜  packagefile internal/race=/tmp/go-build2227044111/b030/_pkg_.a
2025-08-20T22:37:04.0659648Z [00:02:01.721]➜  packagefile sync/atomic=/tmp/go-build2227044111/b045/_pkg_.a
2025-08-20T22:37:04.0659981Z [00:02:01.721]➜  EOF
2025-08-20T22:37:04.0666726Z [00:02:01.722]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:04.0669219Z [00:02:01.722]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b044=>" -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/b044/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-20T22:37:04.1004497Z [00:02:01.756]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T22:37:04.1022433Z [00:02:01.757]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d # internal
2025-08-20T22:37:04.1027542Z [00:02:01.758]➜  encoding
2025-08-20T22:37:04.1031423Z [00:02:01.758]➜  mkdir -p $WORK/b066/
2025-08-20T22:37:04.1045884Z [00:02:01.760]➜  echo '# import config' > $WORK/b066/importcfg # internal
2025-08-20T22:37:04.1052489Z [00:02:01.760]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b066=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid _GZqvJiOcWT_ie0TcTGm/_GZqvJiOcWT_ie0TcTGm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T22:37:04.1324392Z [00:02:01.787]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T22:37:04.1327070Z [00:02:01.788]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d # internal
2025-08-20T22:37:04.1330894Z [00:02:01.788]➜  unicode/utf16
2025-08-20T22:37:04.1331545Z [00:02:01.788]➜  mkdir -p $WORK/b070/
2025-08-20T22:37:04.1331993Z [00:02:01.788]➜  echo '# import config' > $WORK/b070/importcfg # internal
2025-08-20T22:37:04.1333560Z [00:02:01.788]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b070=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid L6aXOucgpcsx5O1yqVow/L6aXOucgpcsx5O1yqVow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T22:37:04.1413945Z [00:02:01.797]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T22:37:04.1469828Z [00:02:01.802]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d # internal
2025-08-20T22:37:04.1507571Z [00:02:01.806]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T22:37:04.1515513Z [00:02:01.807]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d # internal
2025-08-20T22:37:04.1516979Z [00:02:01.807]➜  log/internal
2025-08-20T22:37:04.1517426Z [00:02:01.807]➜  mkdir -p $WORK/b075/
2025-08-20T22:37:04.1517993Z [00:02:01.807]➜  echo '# import config' > $WORK/b075/importcfg # internal
2025-08-20T22:37:04.1520167Z [00:02:01.807]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b075=>" -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/b075/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T22:37:04.1545530Z [00:02:01.810]➜  cd /root/.go/src/math
2025-08-20T22:37:04.1546767Z [00:02:01.810]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b039=>" -I $WORK/b039/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b039/dim_arm64.o ./dim_arm64.s
2025-08-20T22:37:04.1613469Z [00:02:01.817]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T22:37:04.1620740Z [00:02:01.817]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d # internal
2025-08-20T22:37:04.1621486Z [00:02:01.817]➜  github.com/projectdiscovery/gologger/levels
2025-08-20T22:37:04.1621851Z [00:02:01.817]➜  mkdir -p $WORK/b082/
2025-08-20T22:37:04.1622199Z [00:02:01.817]➜  echo '# import config' > $WORK/b082/importcfg # internal
2025-08-20T22:37:04.1622613Z [00:02:01.817]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:04.1624773Z [00:02:01.817]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.8/levels=>github.com/projectdiscovery/gologger@v1.1.8/levels;$WORK/b082=>" -p github.com/projectdiscovery/gologger/levels -lang=go1.14 -complete -installsuffix shared -buildid muoe0mh63wLn5u058SZP/muoe0mh63wLn5u058SZP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b082/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.8/levels/levels.go
2025-08-20T22:37:04.1640534Z [00:02:01.819]➜  runtime
2025-08-20T22:37:04.1642229Z [00:02:01.819]➜  mkdir -p $WORK/b010/
2025-08-20T22:37:04.1642589Z [00:02:01.819]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T22:37:04.1642919Z [00:02:01.819]➜  cd /root/.go/src/math
2025-08-20T22:37:04.1643788Z [00:02:01.819]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b039=>" -I $WORK/b039/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b039/exp_arm64.o ./exp_arm64.s
2025-08-20T22:37:04.1644555Z [00:02:01.819]➜  cd /root/.go/src/runtime
2025-08-20T22:37:04.1646285Z [00:02:01.820]➜  /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-20T22:37:04.1670033Z [00:02:01.822]➜  cd /root/.go/src/math
2025-08-20T22:37:04.1671631Z [00:02:01.822]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b039=>" -I $WORK/b039/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b039/floor_arm64.o ./floor_arm64.s
2025-08-20T22:37:04.1699543Z [00:02:01.825]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b039=>" -I $WORK/b039/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b039/modf_arm64.o ./modf_arm64.s
2025-08-20T22:37:04.1735319Z [00:02:01.829]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T22:37:04.1770321Z [00:02:01.831]➜  go tool pack r $WORK/b039/_pkg_.a $WORK/b039/dim_arm64.o $WORK/b039/exp_arm64.o $WORK/b039/floor_arm64.o $WORK/b039/modf_arm64.o # internal
2025-08-20T22:37:04.1771805Z [00:02:01.831]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T22:37:04.1772498Z [00:02:01.831]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/7f/7f465c4bf510d41bde7d530bf7983927b2abd5c59d5b94856bd56de2c244046a-d # internal
2025-08-20T22:37:04.1773108Z [00:02:01.831]➜  github.com/dsnet/compress/bzip2/internal/sais
2025-08-20T22:37:04.1773791Z [00:02:01.831]➜  mkdir -p $WORK/b098/
2025-08-20T22:37:04.1774141Z [00:02:01.831]➜  echo '# import config' > $WORK/b098/importcfg # internal
2025-08-20T22:37:04.1774553Z [00:02:01.831]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:04.1777355Z [00:02:01.832]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/bzip2/internal/sais=>github.com/dsnet/compress@v0.0.1/bzip2/internal/sais;$WORK/b098=>" -p github.com/dsnet/compress/bzip2/internal/sais -lang=go1.9 -complete -installsuffix shared -buildid FRjzNKbxBpYL3AJ-OiTD/FRjzNKbxBpYL3AJ-OiTD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b098/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/bzip2/internal/sais/common.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/bzip2/internal/sais/sais_byte.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/bzip2/internal/sais/sais_int.go
2025-08-20T22:37:04.1783958Z [00:02:01.832]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d # internal
2025-08-20T22:37:04.1784579Z [00:02:01.832]➜  github.com/dsnet/compress/internal
2025-08-20T22:37:04.1784881Z [00:02:01.832]➜  mkdir -p $WORK/b099/
2025-08-20T22:37:04.1785232Z [00:02:01.832]➜  echo '# import config' > $WORK/b099/importcfg # internal
2025-08-20T22:37:04.1787469Z [00:02:01.832]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/internal=>github.com/dsnet/compress@v0.0.1/internal;$WORK/b099=>" -p github.com/dsnet/compress/internal -lang=go1.9 -complete -installsuffix shared -buildid V1Jj9tTfCcQiRU0lIHRX/V1Jj9tTfCcQiRU0lIHRX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/internal/common.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/internal/release.go
2025-08-20T22:37:04.1789606Z [00:02:01.832]➜  cat >/tmp/go-build2227044111/b010/importcfg << 'EOF' # internal
2025-08-20T22:37:04.1789957Z [00:02:01.832]➜  # import config
2025-08-20T22:37:04.1790320Z [00:02:01.832]➜  packagefile internal/abi=/tmp/go-build2227044111/b006/_pkg_.a
2025-08-20T22:37:04.1790806Z [00:02:01.832]➜  packagefile internal/bytealg=/tmp/go-build2227044111/b011/_pkg_.a
2025-08-20T22:37:04.1791305Z [00:02:01.832]➜  packagefile internal/byteorder=/tmp/go-build2227044111/b013/_pkg_.a
2025-08-20T22:37:04.1791826Z [00:02:01.832]➜  packagefile internal/chacha8rand=/tmp/go-build2227044111/b014/_pkg_.a
2025-08-20T22:37:04.1794907Z [00:02:01.832]➜  packagefile internal/coverage/rtcov=/tmp/go-build2227044111/b015/_pkg_.a
2025-08-20T22:37:04.1795553Z [00:02:01.832]➜  packagefile internal/cpu=/tmp/go-build2227044111/b012/_pkg_.a
2025-08-20T22:37:04.1796037Z [00:02:01.832]➜  packagefile internal/goarch=/tmp/go-build2227044111/b007/_pkg_.a
2025-08-20T22:37:04.1796529Z [00:02:01.832]➜  packagefile internal/godebugs=/tmp/go-build2227044111/b016/_pkg_.a
2025-08-20T22:37:04.1797060Z [00:02:01.832]➜  packagefile internal/goexperiment=/tmp/go-build2227044111/b017/_pkg_.a
2025-08-20T22:37:04.1797557Z [00:02:01.832]➜  packagefile internal/goos=/tmp/go-build2227044111/b018/_pkg_.a
2025-08-20T22:37:04.1798055Z [00:02:01.832]➜  packagefile internal/profilerecord=/tmp/go-build2227044111/b019/_pkg_.a
2025-08-20T22:37:04.1798589Z [00:02:01.832]➜  packagefile internal/runtime/atomic=/tmp/go-build2227044111/b020/_pkg_.a
2025-08-20T22:37:04.1799715Z [00:02:01.832]➜  packagefile internal/runtime/cgroup=/tmp/go-build2227044111/b021/_pkg_.a
2025-08-20T22:37:04.1800285Z [00:02:01.832]➜  packagefile internal/runtime/exithook=/tmp/go-build2227044111/b025/_pkg_.a
2025-08-20T22:37:04.1800816Z [00:02:01.832]➜  packagefile internal/runtime/gc=/tmp/go-build2227044111/b026/_pkg_.a
2025-08-20T22:37:04.1801334Z [00:02:01.832]➜  packagefile internal/runtime/maps=/tmp/go-build2227044111/b027/_pkg_.a
2025-08-20T22:37:04.1801858Z [00:02:01.832]➜  packagefile internal/runtime/math=/tmp/go-build2227044111/b023/_pkg_.a
2025-08-20T22:37:04.1802679Z [00:02:01.832]➜  packagefile internal/runtime/strconv=/tmp/go-build2227044111/b022/_pkg_.a
2025-08-20T22:37:04.1803217Z [00:02:01.832]➜  packagefile internal/runtime/sys=/tmp/go-build2227044111/b031/_pkg_.a
2025-08-20T22:37:04.1803750Z [00:02:01.832]➜  packagefile internal/runtime/syscall=/tmp/go-build2227044111/b024/_pkg_.a
2025-08-20T22:37:04.1804278Z [00:02:01.832]➜  packagefile internal/stringslite=/tmp/go-build2227044111/b032/_pkg_.a
2025-08-20T22:37:04.1804843Z [00:02:01.832]➜  packagefile internal/trace/tracev2=/tmp/go-build2227044111/b033/_pkg_.a
2025-08-20T22:37:04.1805215Z [00:02:01.832]➜  EOF
2025-08-20T22:37:04.1839084Z [00:02:01.832]➜  /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-20T22:37:04.1861772Z [00:02:01.833]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T22:37:04.1862477Z [00:02:01.840]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d # internal
2025-08-20T22:37:04.1863049Z [00:02:01.840]➜  crypto/internal/fips140/alias
2025-08-20T22:37:04.1863335Z [00:02:01.840]➜  mkdir -p $WORK/b110/
2025-08-20T22:37:04.1879154Z [00:02:01.843]➜  echo '# import config' > $WORK/b110/importcfg # internal
2025-08-20T22:37:04.1882149Z [00:02:01.843]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b110/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b110=>" -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/b110/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T22:37:04.1930506Z [00:02:01.848]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T22:37:04.1934009Z [00:02:01.849]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/ec/ecf20a95cb7c22759e28dee998d76a48088483a477ec3418458dabc0e5d33961-d # internal
2025-08-20T22:37:04.1942343Z [00:02:01.850]➜  crypto/internal/fips140deps/byteorder
2025-08-20T22:37:04.1944272Z [00:02:01.850]➜  mkdir -p $WORK/b114/
2025-08-20T22:37:04.1945838Z [00:02:01.850]➜  cat >/tmp/go-build2227044111/b114/importcfg << 'EOF' # internal
2025-08-20T22:37:04.1946372Z [00:02:01.850]➜  # import config
2025-08-20T22:37:04.1946904Z [00:02:01.850]➜  packagefile internal/byteorder=/tmp/go-build2227044111/b013/_pkg_.a
2025-08-20T22:37:04.1947395Z [00:02:01.850]➜  EOF
2025-08-20T22:37:04.1985098Z [00:02:01.854]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b114/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b114=>" -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/b114/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T22:37:04.2065489Z [00:02:01.862]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T22:37:04.2085323Z [00:02:01.862]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d # internal
2025-08-20T22:37:04.2085957Z [00:02:01.862]➜  crypto/internal/fips140deps/cpu
2025-08-20T22:37:04.2086286Z [00:02:01.863]➜  mkdir -p $WORK/b115/
2025-08-20T22:37:04.2086671Z [00:02:01.863]➜  cat >/tmp/go-build2227044111/b115/importcfg << 'EOF' # internal
2025-08-20T22:37:04.2087019Z [00:02:01.863]➜  # import config
2025-08-20T22:37:04.2087385Z [00:02:01.863]➜  packagefile internal/cpu=/tmp/go-build2227044111/b012/_pkg_.a
2025-08-20T22:37:04.2087869Z [00:02:01.863]➜  packagefile internal/goarch=/tmp/go-build2227044111/b007/_pkg_.a
2025-08-20T22:37:04.2088245Z [00:02:01.863]➜  EOF
2025-08-20T22:37:04.2090250Z [00:02:01.864]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b115=>" -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/b115/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T22:37:04.2222812Z [00:02:01.877]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T22:37:04.2226031Z [00:02:01.877]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d # internal
2025-08-20T22:37:04.2237909Z [00:02:01.878]➜  crypto/internal/boring/sig
2025-08-20T22:37:04.2241213Z [00:02:01.878]➜  mkdir -p $WORK/b130/
2025-08-20T22:37:04.2241678Z [00:02:01.879]➜  echo -n > $WORK/b130/go_asm.h # internal
2025-08-20T22:37:04.2242044Z [00:02:01.879]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T22:37:04.2243277Z [00:02:01.879]➜  /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/b130=>" -I $WORK/b130/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b130/symabis ./sig_other.s
2025-08-20T22:37:04.2248359Z [00:02:01.880]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T22:37:04.2249265Z [00:02:01.880]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d # internal
2025-08-20T22:37:04.2249843Z [00:02:01.880]➜  crypto/internal/fips140/subtle
2025-08-20T22:37:04.2250134Z [00:02:01.880]➜  mkdir -p $WORK/b118/
2025-08-20T22:37:04.2250447Z [00:02:01.880]➜  echo -n > $WORK/b118/go_asm.h # internal
2025-08-20T22:37:04.2251287Z [00:02:01.880]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T22:37:04.2253540Z [00:02:01.880]➜  /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/b118=>" -I $WORK/b118/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b118/symabis ./xor_arm64.s
2025-08-20T22:37:04.2272648Z [00:02:01.882]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T22:37:04.2277045Z [00:02:01.883]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/a3/a35464fbf2581db76a4625d8d21280a655df90de15dcee8bc18165c095ddd764-d # internal
2025-08-20T22:37:04.2278134Z [00:02:01.883]➜  github.com/ulikunitz/xz/internal/hash
2025-08-20T22:37:04.2278897Z [00:02:01.883]➜  mkdir -p $WORK/b143/
2025-08-20T22:37:04.2282865Z [00:02:01.884]➜  echo '# import config' > $WORK/b143/importcfg # internal
2025-08-20T22:37:04.2283401Z [00:02:01.884]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:04.2286456Z [00:02:01.884]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b143/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/internal/hash=>github.com/ulikunitz/xz@v0.5.7/internal/hash;$WORK/b143=>" -p github.com/ulikunitz/xz/internal/hash -lang=go1.12 -complete -installsuffix shared -buildid R9H7agbtuseqJi5tzs3V/R9H7agbtuseqJi5tzs3V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/internal/hash/cyclic_poly.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/internal/hash/doc.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/internal/hash/rabin_karp.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/internal/hash/roller.go
2025-08-20T22:37:04.2294622Z [00:02:01.884]➜  echo '# import config' > $WORK/b130/importcfg # internal
2025-08-20T22:37:04.2296582Z [00:02:01.884]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b130=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid HC672PcYn1QAJA2a1Uyp/HC672PcYn1QAJA2a1Uyp -goversion go1.25.0 -symabis $WORK/b130/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack -asmhdr $WORK/b130/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T22:37:04.2298290Z [00:02:01.885]➜  cat >/tmp/go-build2227044111/b118/importcfg << 'EOF' # internal
2025-08-20T22:37:04.2298724Z [00:02:01.885]➜  # import config
2025-08-20T22:37:04.2299207Z [00:02:01.885]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2227044111/b110/_pkg_.a
2025-08-20T22:37:04.2299843Z [00:02:01.885]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2227044111/b114/_pkg_.a
2025-08-20T22:37:04.2300384Z [00:02:01.885]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:04.2300710Z [00:02:01.885]➜  EOF
2025-08-20T22:37:04.2303040Z [00:02:01.885]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b118=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 2NY9C7oa8Pj4-CAILAM2/2NY9C7oa8Pj4-CAILAM2 -goversion go1.25.0 -symabis $WORK/b118/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b118/importcfg -pack -asmhdr $WORK/b118/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-20T22:37:04.2418615Z [00:02:01.897]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T22:37:04.2421164Z [00:02:01.897]➜  /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/b130=>" -I $WORK/b130/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b130/sig_other.o ./sig_other.s
2025-08-20T22:37:04.2443944Z [00:02:01.900]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T22:37:04.2452106Z [00:02:01.900]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/bb/bbca59dbd88a16bf7fd7519c89e7ac57da7ae098f33e0d38f6aa59bcb05969c2-d # internal
2025-08-20T22:37:04.2453061Z [00:02:01.900]➜  golang.org/x/sys/internal/unsafeheader
2025-08-20T22:37:04.2453695Z [00:02:01.901]➜  mkdir -p $WORK/b151/
2025-08-20T22:37:04.2454504Z [00:02:01.901]➜  echo '# import config' > $WORK/b151/importcfg # internal
2025-08-20T22:37:04.2454975Z [00:02:01.901]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:04.2457412Z [00:02:01.901]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/internal/unsafeheader=>golang.org/x/sys@v0.0.0-20220908164124-27713097b956/internal/unsafeheader;$WORK/b151=>" -p golang.org/x/sys/internal/unsafeheader -lang=go1.17 -complete -installsuffix shared -buildid TIlVNZWJIEy0IHZZqDI4/TIlVNZWJIEy0IHZZqDI4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/importcfg -pack /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/internal/unsafeheader/unsafeheader.go
2025-08-20T22:37:04.2463774Z [00:02:01.902]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T22:37:04.2466346Z [00:02:01.902]➜  /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/b118=>" -I $WORK/b118/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b118/xor_arm64.o ./xor_arm64.s
2025-08-20T22:37:04.2474293Z [00:02:01.903]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T22:37:04.2477586Z [00:02:01.903]➜  go tool pack r $WORK/b130/_pkg_.a $WORK/b130/sig_other.o # internal
2025-08-20T22:37:04.2479454Z [00:02:01.903]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T22:37:04.2481654Z [00:02:01.903]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d # internal
2025-08-20T22:37:04.2483036Z [00:02:01.903]➜  internal/nettrace
2025-08-20T22:37:04.2483319Z [00:02:01.904]➜  mkdir -p $WORK/b156/
2025-08-20T22:37:04.2485766Z [00:02:01.904]➜  echo '# import config' > $WORK/b156/importcfg # internal
2025-08-20T22:37:04.2487626Z [00:02:01.904]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:04.2490847Z [00:02:01.904]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b156=>" -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/b156/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T22:37:04.2513323Z [00:02:01.907]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T22:37:04.2515346Z [00:02:01.907]➜  go tool pack r $WORK/b118/_pkg_.a $WORK/b118/xor_arm64.o # internal
2025-08-20T22:37:04.2516121Z [00:02:01.907]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T22:37:04.2518248Z [00:02:01.907]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d # internal
2025-08-20T22:37:04.2519675Z [00:02:01.907]➜  container/list
2025-08-20T22:37:04.2520014Z [00:02:01.907]➜  mkdir -p $WORK/b163/
2025-08-20T22:37:04.2534426Z [00:02:01.908]➜  echo '# import config' > $WORK/b163/importcfg # internal
2025-08-20T22:37:04.2534924Z [00:02:01.908]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:04.2536723Z [00:02:01.908]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b163=>" -p container/list -lang=go1.25 -std -complete -installsuffix shared -buildid TrZDFbIDKtA6owNtEibT/TrZDFbIDKtA6owNtEibT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T22:37:04.2538229Z [00:02:01.909]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T22:37:04.2546244Z [00:02:01.910]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/9a/9aff25e6064bc5e59662055a3794d818a260d810e434862b124845d329362a3c-d # internal
2025-08-20T22:37:04.2546878Z [00:02:01.910]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:37:04.2547196Z [00:02:01.910]➜  mkdir -p $WORK/b179/
2025-08-20T22:37:04.2547543Z [00:02:01.910]➜  echo '# import config' > $WORK/b179/importcfg # internal
2025-08-20T22:37:04.2549699Z [00:02:01.910]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1=>vendor/golang.org/x/crypto/cryptobyte/asn1;$WORK/b179=>" -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/b179/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T22:37:04.2594240Z [00:02:01.915]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T22:37:04.2597970Z [00:02:01.915]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d # internal
2025-08-20T22:37:04.2598864Z [00:02:01.915]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:37:04.2599258Z [00:02:01.915]➜  mkdir -p $WORK/b192/
2025-08-20T22:37:04.2599612Z [00:02:01.915]➜  echo '# import config' > $WORK/b192/importcfg # internal
2025-08-20T22:37:04.2613581Z [00:02:01.916]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/alias=>vendor/golang.org/x/crypto/internal/alias;$WORK/b192=>" -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/b192/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T22:37:04.2703545Z [00:02:01.926]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T22:37:04.2707329Z [00:02:01.926]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T22:37:04.2711537Z [00:02:01.926]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d # internal
2025-08-20T22:37:04.2712213Z [00:02:01.926]➜  github.com/projectdiscovery/simplehttpserver/pkg/unit
2025-08-20T22:37:04.2712566Z [00:02:01.926]➜  mkdir -p $WORK/b206/
2025-08-20T22:37:04.2712946Z [00:02:01.926]➜  echo '# import config' > $WORK/b206/importcfg # internal
2025-08-20T22:37:04.2714904Z [00:02:01.926]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b206/_pkg_.a -trimpath "/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/unit=>github.com/projectdiscovery/simplehttpserver/pkg/unit;$WORK/b206=>" -p github.com/projectdiscovery/simplehttpserver/pkg/unit -lang=go1.19 -complete -installsuffix shared -buildid WvO7ZDibis-UYpl8dnWc/WvO7ZDibis-UYpl8dnWc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/importcfg -pack /tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/unit/unit.go
2025-08-20T22:37:04.2720764Z [00:02:01.927]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T22:37:04.2722069Z [00:02:01.927]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d # internal
2025-08-20T22:37:04.2731804Z [00:02:01.928]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d # internal
2025-08-20T22:37:04.2799502Z [00:02:01.935]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T22:37:04.2800264Z [00:02:01.935]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/da/da8c620cbc6620e6df54874b24564a4e276eb12d38b08384bd02198befe32fb2-d # internal
2025-08-20T22:37:05.6616271Z [00:02:03.317]➜  cp /root/.go/src/runtime/tls_arm64.h $WORK/b010/tls_GOARCH.h
2025-08-20T22:37:05.6616713Z [00:02:03.317]➜  cd /root/.go/src/runtime
2025-08-20T22:37:05.6617661Z [00:02:03.317]➜  /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-20T22:37:05.6643143Z [00:02:03.320]➜  /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-20T22:37:05.6726835Z [00:02:03.328]➜  /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-20T22:37:05.6747057Z [00:02:03.330]➜  /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-20T22:37:05.6771542Z [00:02:03.332]➜  /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-20T22:37:05.6795762Z [00:02:03.335]➜  /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-20T22:37:05.6818566Z [00:02:03.337]➜  /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-20T22:37:05.6841683Z [00:02:03.339]➜  /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-20T22:37:05.6880169Z [00:02:03.343]➜  /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-20T22:37:05.6903199Z [00:02:03.346]➜  /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-20T22:37:05.6953068Z [00:02:03.351]➜  /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-20T22:37:05.6990345Z [00:02:03.354]➜  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-20T22:37:05.6991846Z [00:02:03.354]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T22:37:05.7268916Z [00:02:03.382]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d # internal
2025-08-20T22:37:05.7271126Z [00:02:03.382]➜  internal/reflectlite
2025-08-20T22:37:05.7272052Z [00:02:03.382]➜  iter
2025-08-20T22:37:05.7272393Z [00:02:03.382]➜  mkdir -p $WORK/b005/
2025-08-20T22:37:05.7272676Z [00:02:03.382]➜  mkdir -p $WORK/b038/
2025-08-20T22:37:05.7272933Z [00:02:03.382]➜  crypto/subtle
2025-08-20T22:37:05.7273181Z [00:02:03.382]➜  mkdir -p $WORK/b127/
2025-08-20T22:37:05.7273496Z [00:02:03.383]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T22:37:05.7273830Z [00:02:03.383]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T22:37:05.7275144Z [00:02:03.383]➜  /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-20T22:37:05.7276242Z [00:02:03.383]➜  cat >/tmp/go-build2227044111/b127/importcfg << 'EOF' # internal
2025-08-20T22:37:05.7277587Z [00:02:03.383]➜  # import config
2025-08-20T22:37:05.7278107Z [00:02:03.383]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2227044111/b118/_pkg_.a
2025-08-20T22:37:05.7278834Z [00:02:03.383]➜  packagefile internal/runtime/sys=/tmp/go-build2227044111/b031/_pkg_.a
2025-08-20T22:37:05.7279395Z [00:02:03.383]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:05.7279719Z [00:02:03.383]➜  EOF
2025-08-20T22:37:05.7280982Z [00:02:03.383]➜  sync
2025-08-20T22:37:05.7281319Z [00:02:03.383]➜  mkdir -p $WORK/b043/
2025-08-20T22:37:05.7281700Z [00:02:03.383]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:05.7284374Z [00:02:03.384]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b127=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid L9xD5BsaOGxtRphKUMpv/L9xD5BsaOGxtRphKUMpv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b127/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-20T22:37:05.7289819Z [00:02:03.384]➜  cat >/tmp/go-build2227044111/b043/importcfg << 'EOF' # internal
2025-08-20T22:37:05.7290276Z [00:02:03.384]➜  # import config
2025-08-20T22:37:05.7292128Z [00:02:03.384]➜  packagefile internal/race=/tmp/go-build2227044111/b030/_pkg_.a
2025-08-20T22:37:05.7295381Z [00:02:03.385]➜  packagefile internal/sync=/tmp/go-build2227044111/b044/_pkg_.a
2025-08-20T22:37:05.7295913Z [00:02:03.385]➜  packagefile internal/synctest=/tmp/go-build2227044111/b046/_pkg_.a
2025-08-20T22:37:05.7296381Z [00:02:03.385]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:05.7296824Z [00:02:03.385]➜  packagefile sync/atomic=/tmp/go-build2227044111/b045/_pkg_.a
2025-08-20T22:37:05.7297157Z [00:02:03.385]➜  EOF
2025-08-20T22:37:05.7299613Z [00:02:03.385]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b043=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid _xpgFTXYS-CkzPCjgl54/_xpgFTXYS-CkzPCjgl54 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/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-20T22:37:05.7308546Z [00:02:03.385]➜  cat >/tmp/go-build2227044111/b038/importcfg << 'EOF' # internal
2025-08-20T22:37:05.7309222Z [00:02:03.385]➜  # import config
2025-08-20T22:37:05.7309598Z [00:02:03.385]➜  packagefile internal/race=/tmp/go-build2227044111/b030/_pkg_.a
2025-08-20T22:37:05.7310053Z [00:02:03.385]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:05.7310370Z [00:02:03.385]➜  EOF
2025-08-20T22:37:05.7311694Z [00:02:03.385]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b038=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid F6jtWTgkNWkohEbPrDHG/F6jtWTgkNWkohEbPrDHG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T22:37:05.7312950Z [00:02:03.385]➜  cat >/tmp/go-build2227044111/b005/importcfg << 'EOF' # internal
2025-08-20T22:37:05.7314254Z [00:02:03.385]➜  # import config
2025-08-20T22:37:05.7314653Z [00:02:03.386]➜  packagefile internal/abi=/tmp/go-build2227044111/b006/_pkg_.a
2025-08-20T22:37:05.7315146Z [00:02:03.386]➜  packagefile internal/goarch=/tmp/go-build2227044111/b007/_pkg_.a
2025-08-20T22:37:05.7315668Z [00:02:03.386]➜  packagefile internal/unsafeheader=/tmp/go-build2227044111/b009/_pkg_.a
2025-08-20T22:37:05.7316143Z [00:02:03.386]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:05.7316460Z [00:02:03.386]➜  EOF
2025-08-20T22:37:05.7318524Z [00:02:03.386]➜  /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-20T22:37:05.7403094Z [00:02:03.396]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T22:37:05.7406175Z [00:02:03.396]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d # internal
2025-08-20T22:37:05.7408195Z [00:02:03.396]➜  slices
2025-08-20T22:37:05.7409891Z [00:02:03.396]➜  mkdir -p $WORK/b048/
2025-08-20T22:37:05.7413638Z [00:02:03.397]➜  cat >/tmp/go-build2227044111/b048/importcfg << 'EOF' # internal
2025-08-20T22:37:05.7414079Z [00:02:03.397]➜  # import config
2025-08-20T22:37:05.7414720Z [00:02:03.397]➜  packagefile cmp=/tmp/go-build2227044111/b035/_pkg_.a
2025-08-20T22:37:05.7415261Z [00:02:03.397]➜  packagefile iter=/tmp/go-build2227044111/b038/_pkg_.a
2025-08-20T22:37:05.7415696Z [00:02:03.397]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:05.7416019Z [00:02:03.397]➜  EOF
2025-08-20T22:37:05.7419797Z [00:02:03.397]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b048=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid iFykUHT5cA4lGgnhfBIn/iFykUHT5cA4lGgnhfBIn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/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-20T22:37:05.7469118Z [00:02:03.402]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T22:37:05.7474063Z [00:02:03.403]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d # internal
2025-08-20T22:37:05.7476655Z [00:02:03.403]➜  maps
2025-08-20T22:37:05.7477996Z [00:02:03.403]➜  mkdir -p $WORK/b086/
2025-08-20T22:37:05.7485941Z [00:02:03.404]➜  cat >/tmp/go-build2227044111/b086/importcfg << 'EOF' # internal
2025-08-20T22:37:05.7487596Z [00:02:03.404]➜  # import config
2025-08-20T22:37:05.7488110Z [00:02:03.404]➜  packagefile iter=/tmp/go-build2227044111/b038/_pkg_.a
2025-08-20T22:37:05.7489374Z [00:02:03.404]➜  EOF
2025-08-20T22:37:05.7490832Z [00:02:03.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b086=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid XA-Sgfg9JPDGuAJgedrY/XA-Sgfg9JPDGuAJgedrY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b086/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T22:37:05.7613245Z [00:02:03.416]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T22:37:05.7648233Z [00:02:03.420]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T22:37:05.7653346Z [00:02:03.421]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d # internal
2025-08-20T22:37:05.7670801Z [00:02:03.422]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d # internal
2025-08-20T22:37:05.7675976Z [00:02:03.423]➜  weak
2025-08-20T22:37:05.7676560Z [00:02:03.423]➜  mkdir -p $WORK/b160/
2025-08-20T22:37:05.7677559Z [00:02:03.423]➜  cat >/tmp/go-build2227044111/b160/importcfg << 'EOF' # internal
2025-08-20T22:37:05.7678005Z [00:02:03.423]➜  # import config
2025-08-20T22:37:05.7678371Z [00:02:03.423]➜  packagefile internal/abi=/tmp/go-build2227044111/b006/_pkg_.a
2025-08-20T22:37:05.7678959Z [00:02:03.423]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:05.7679331Z [00:02:03.423]➜  EOF
2025-08-20T22:37:05.7680780Z [00:02:03.423]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b160=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid yhoITzeK5DP-MybkpRqt/yhoITzeK5DP-MybkpRqt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b160/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T22:37:05.7766818Z [00:02:03.432]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T22:37:05.7771475Z [00:02:03.432]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d # internal
2025-08-20T22:37:05.7987929Z [00:02:03.454]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T22:37:05.8000716Z [00:02:03.454]➜  /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-20T22:37:05.8033556Z [00:02:03.459]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/asm.o # internal
2025-08-20T22:37:05.8034099Z [00:02:03.459]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T22:37:05.8049617Z [00:02:03.460]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d # internal
2025-08-20T22:37:05.8072225Z [00:02:03.462]➜  sort
2025-08-20T22:37:05.8072606Z [00:02:03.462]➜  mkdir -p $WORK/b080/
2025-08-20T22:37:05.8073001Z [00:02:03.462]➜  cat >/tmp/go-build2227044111/b080/importcfg << 'EOF' # internal
2025-08-20T22:37:05.8073352Z [00:02:03.462]➜  # import config
2025-08-20T22:37:05.8073744Z [00:02:03.462]➜  packagefile internal/reflectlite=/tmp/go-build2227044111/b005/_pkg_.a
2025-08-20T22:37:05.8074232Z [00:02:03.462]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:05.8074667Z [00:02:03.462]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:05.8075011Z [00:02:03.463]➜  EOF
2025-08-20T22:37:05.8075326Z [00:02:03.463]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:05.8077183Z [00:02:03.463]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b080=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid p4KTq1vYeL3p6fuhbC28/p4KTq1vYeL3p6fuhbC28 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/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-20T22:37:05.8079545Z [00:02:03.463]➜  errors
2025-08-20T22:37:05.8079991Z [00:02:03.463]➜  mkdir -p $WORK/b004/
2025-08-20T22:37:05.8080370Z [00:02:03.463]➜  cat >/tmp/go-build2227044111/b004/importcfg << 'EOF' # internal
2025-08-20T22:37:05.8080920Z [00:02:03.463]➜  # import config
2025-08-20T22:37:05.8081439Z [00:02:03.463]➜  packagefile internal/reflectlite=/tmp/go-build2227044111/b005/_pkg_.a
2025-08-20T22:37:05.8081861Z [00:02:03.463]➜  EOF
2025-08-20T22:37:05.8104840Z [00:02:03.466]➜  /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-20T22:37:05.8340515Z [00:02:03.489]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T22:37:05.8340976Z [00:02:03.489]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T22:37:05.8341646Z [00:02:03.489]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d # internal
2025-08-20T22:37:05.8342195Z [00:02:03.489]➜  internal/oserror
2025-08-20T22:37:05.8342452Z [00:02:03.489]➜  mkdir -p $WORK/b053/
2025-08-20T22:37:05.8342857Z [00:02:03.489]➜  cat >/tmp/go-build2227044111/b053/importcfg << 'EOF' # internal
2025-08-20T22:37:05.8343195Z [00:02:03.489]➜  # import config
2025-08-20T22:37:05.8343536Z [00:02:03.489]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:05.8343850Z [00:02:03.489]➜  EOF
2025-08-20T22:37:05.8345357Z [00:02:03.489]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b053=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid DkixL9Lt3mtxmevGhxjJ/DkixL9Lt3mtxmevGhxjJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b053/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T22:37:05.8354074Z [00:02:03.490]➜  strconv
2025-08-20T22:37:05.8354896Z [00:02:03.490]➜  mkdir -p $WORK/b041/
2025-08-20T22:37:05.8355351Z [00:02:03.490]➜  cat >/tmp/go-build2227044111/b041/importcfg << 'EOF' # internal
2025-08-20T22:37:05.8355704Z [00:02:03.490]➜  # import config
2025-08-20T22:37:05.8356414Z [00:02:03.490]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:05.8356949Z [00:02:03.490]➜  packagefile internal/bytealg=/tmp/go-build2227044111/b011/_pkg_.a
2025-08-20T22:37:05.8357932Z [00:02:03.491]➜  packagefile internal/stringslite=/tmp/go-build2227044111/b032/_pkg_.a
2025-08-20T22:37:05.8358484Z [00:02:03.491]➜  packagefile math=/tmp/go-build2227044111/b039/_pkg_.a
2025-08-20T22:37:05.8359202Z [00:02:03.491]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:05.8359785Z [00:02:03.491]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:05.8360131Z [00:02:03.491]➜  EOF
2025-08-20T22:37:05.8363016Z [00:02:03.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b041=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid -NFPF1TgPmFIp5xx8aOt/-NFPF1TgPmFIp5xx8aOt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b041/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-20T22:37:05.8389685Z [00:02:03.494]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d # internal
2025-08-20T22:37:05.8398847Z [00:02:03.495]➜  io
2025-08-20T22:37:05.8403852Z [00:02:03.496]➜  mkdir -p $WORK/b049/
2025-08-20T22:37:05.8414108Z [00:02:03.497]➜  cat >/tmp/go-build2227044111/b049/importcfg << 'EOF' # internal
2025-08-20T22:37:05.8414990Z [00:02:03.497]➜  # import config
2025-08-20T22:37:05.8415692Z [00:02:03.497]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:05.8418117Z [00:02:03.497]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:05.8418461Z [00:02:03.497]➜  EOF
2025-08-20T22:37:05.8425635Z [00:02:03.498]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b049=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid ymzOBahWBQSHctlSrZkw/ymzOBahWBQSHctlSrZkw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b049/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T22:37:05.8445988Z [00:02:03.499]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T22:37:05.8447355Z [00:02:03.500]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d # internal
2025-08-20T22:37:05.8449964Z [00:02:03.500]➜  path
2025-08-20T22:37:05.8450228Z [00:02:03.500]➜  mkdir -p $WORK/b054/
2025-08-20T22:37:05.8451552Z [00:02:03.500]➜  cat >/tmp/go-build2227044111/b054/importcfg << 'EOF' # internal
2025-08-20T22:37:05.8452236Z [00:02:03.500]➜  # import config
2025-08-20T22:37:05.8452726Z [00:02:03.500]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:05.8453470Z [00:02:03.500]➜  packagefile internal/bytealg=/tmp/go-build2227044111/b011/_pkg_.a
2025-08-20T22:37:05.8454268Z [00:02:03.500]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:05.8454756Z [00:02:03.500]➜  EOF
2025-08-20T22:37:05.8456823Z [00:02:03.500]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b054=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid IZsxqBDjV4qmdR3qJ35o/IZsxqBDjV4qmdR3qJ35o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b054/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T22:37:05.8804057Z [00:02:03.536]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T22:37:05.8821367Z [00:02:03.537]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d # internal
2025-08-20T22:37:05.8822373Z [00:02:03.537]➜  internal/bisect
2025-08-20T22:37:05.8822901Z [00:02:03.537]➜  mkdir -p $WORK/b057/
2025-08-20T22:37:05.8823484Z [00:02:03.537]➜  cat >/tmp/go-build2227044111/b057/importcfg << 'EOF' # internal
2025-08-20T22:37:05.8823994Z [00:02:03.537]➜  # import config
2025-08-20T22:37:05.8825106Z [00:02:03.537]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:05.8825553Z [00:02:03.537]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:05.8825996Z [00:02:03.537]➜  packagefile sync/atomic=/tmp/go-build2227044111/b045/_pkg_.a
2025-08-20T22:37:05.8826325Z [00:02:03.537]➜  EOF
2025-08-20T22:37:05.8827841Z [00:02:03.537]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b057=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid l4jKZnf1JVKltmsYep8x/l4jKZnf1JVKltmsYep8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b057/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T22:37:05.9322916Z [00:02:03.585]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T22:37:05.9363999Z [00:02:03.592]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d # internal
2025-08-20T22:37:05.9379094Z [00:02:03.593]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T22:37:05.9467001Z [00:02:03.602]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d # internal
2025-08-20T22:37:05.9467997Z [00:02:03.602]➜  internal/testlog
2025-08-20T22:37:05.9474929Z [00:02:03.603]➜  mkdir -p $WORK/b062/
2025-08-20T22:37:05.9475326Z [00:02:03.603]➜  cat >/tmp/go-build2227044111/b062/importcfg << 'EOF' # internal
2025-08-20T22:37:05.9475675Z [00:02:03.603]➜  # import config
2025-08-20T22:37:05.9476055Z [00:02:03.603]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:05.9476493Z [00:02:03.603]➜  packagefile sync/atomic=/tmp/go-build2227044111/b045/_pkg_.a
2025-08-20T22:37:05.9476823Z [00:02:03.603]➜  EOF
2025-08-20T22:37:05.9478468Z [00:02:03.603]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b062=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid lZKBL5EBzISAizWwsOPq/lZKBL5EBzISAizWwsOPq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T22:37:05.9488905Z [00:02:03.604]➜  syscall
2025-08-20T22:37:05.9491027Z [00:02:03.604]➜  mkdir -p $WORK/b058/
2025-08-20T22:37:05.9491352Z [00:02:03.604]➜  echo -n > $WORK/b058/go_asm.h # internal
2025-08-20T22:37:05.9493138Z [00:02:03.605]➜  cd /root/.go/src/syscall
2025-08-20T22:37:05.9494370Z [00:02:03.605]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b058=>" -I $WORK/b058/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b058/symabis ./asm_linux_arm64.s
2025-08-20T22:37:05.9506367Z [00:02:03.606]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T22:37:05.9522688Z [00:02:03.607]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d # internal
2025-08-20T22:37:05.9525916Z [00:02:03.608]➜  internal/godebug
2025-08-20T22:37:05.9532081Z [00:02:03.608]➜  mkdir -p $WORK/b056/
2025-08-20T22:37:05.9533984Z [00:02:03.608]➜  cat >/tmp/go-build2227044111/b058/importcfg << 'EOF' # internal
2025-08-20T22:37:05.9534582Z [00:02:03.608]➜  # import config
2025-08-20T22:37:05.9535070Z [00:02:03.608]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:05.9535624Z [00:02:03.608]➜  packagefile internal/asan=/tmp/go-build2227044111/b028/_pkg_.a
2025-08-20T22:37:05.9537598Z [00:02:03.608]➜  packagefile internal/bytealg=/tmp/go-build2227044111/b011/_pkg_.a
2025-08-20T22:37:05.9538428Z [00:02:03.608]➜  packagefile internal/byteorder=/tmp/go-build2227044111/b013/_pkg_.a
2025-08-20T22:37:05.9539308Z [00:02:03.608]➜  packagefile internal/goarch=/tmp/go-build2227044111/b007/_pkg_.a
2025-08-20T22:37:05.9541638Z [00:02:03.608]➜  packagefile internal/itoa=/tmp/go-build2227044111/b037/_pkg_.a
2025-08-20T22:37:05.9542165Z [00:02:03.608]➜  packagefile internal/msan=/tmp/go-build2227044111/b029/_pkg_.a
2025-08-20T22:37:05.9542652Z [00:02:03.608]➜  packagefile internal/oserror=/tmp/go-build2227044111/b053/_pkg_.a
2025-08-20T22:37:05.9543132Z [00:02:03.608]➜  packagefile internal/race=/tmp/go-build2227044111/b030/_pkg_.a
2025-08-20T22:37:05.9543649Z [00:02:03.608]➜  packagefile internal/runtime/syscall=/tmp/go-build2227044111/b024/_pkg_.a
2025-08-20T22:37:05.9544139Z [00:02:03.608]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:05.9544574Z [00:02:03.608]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:05.9544986Z [00:02:03.608]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:05.9545417Z [00:02:03.608]➜  packagefile sync/atomic=/tmp/go-build2227044111/b045/_pkg_.a
2025-08-20T22:37:05.9545746Z [00:02:03.608]➜  EOF
2025-08-20T22:37:05.9546044Z [00:02:03.609]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:05.9551856Z [00:02:03.609]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b058=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid ktFerKhiYiuGIxv1i7DE/ktFerKhiYiuGIxv1i7DE -goversion go1.25.0 -symabis $WORK/b058/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack -asmhdr $WORK/b058/go_asm.h /root/.go/src/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-20T22:37:05.9562905Z [00:02:03.612]➜  cat >/tmp/go-build2227044111/b056/importcfg << 'EOF' # internal
2025-08-20T22:37:05.9564759Z [00:02:03.612]➜  # import config
2025-08-20T22:37:05.9565597Z [00:02:03.612]➜  packagefile internal/bisect=/tmp/go-build2227044111/b057/_pkg_.a
2025-08-20T22:37:05.9566401Z [00:02:03.612]➜  packagefile internal/godebugs=/tmp/go-build2227044111/b016/_pkg_.a
2025-08-20T22:37:05.9567171Z [00:02:03.612]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:05.9567947Z [00:02:03.612]➜  packagefile sync/atomic=/tmp/go-build2227044111/b045/_pkg_.a
2025-08-20T22:37:05.9568617Z [00:02:03.612]➜  EOF
2025-08-20T22:37:05.9571118Z [00:02:03.612]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b056=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid LmYiLXYZhZSnPow1X0TD/LmYiLXYZhZSnPow1X0TD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T22:37:05.9675147Z [00:02:03.621]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T22:37:05.9683602Z [00:02:03.623]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d # internal
2025-08-20T22:37:05.9686920Z [00:02:03.623]➜  reflect
2025-08-20T22:37:05.9687211Z [00:02:03.623]➜  mkdir -p $WORK/b036/
2025-08-20T22:37:05.9687543Z [00:02:03.623]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T22:37:05.9687899Z [00:02:03.623]➜  echo -n > $WORK/b036/go_asm.h # internal
2025-08-20T22:37:05.9688223Z [00:02:03.623]➜  cd /root/.go/src/reflect
2025-08-20T22:37:05.9689318Z [00:02:03.623]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b036=>" -I $WORK/b036/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b036/symabis ./asm_arm64.s
2025-08-20T22:37:05.9690565Z [00:02:03.623]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d # internal
2025-08-20T22:37:05.9691103Z [00:02:03.623]➜  bytes
2025-08-20T22:37:05.9691339Z [00:02:03.623]➜  mkdir -p $WORK/b064/
2025-08-20T22:37:05.9691707Z [00:02:03.624]➜  cat >/tmp/go-build2227044111/b064/importcfg << 'EOF' # internal
2025-08-20T22:37:05.9692049Z [00:02:03.624]➜  # import config
2025-08-20T22:37:05.9692385Z [00:02:03.624]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:05.9692847Z [00:02:03.624]➜  packagefile internal/bytealg=/tmp/go-build2227044111/b011/_pkg_.a
2025-08-20T22:37:05.9693627Z [00:02:03.624]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:05.9694031Z [00:02:03.624]➜  packagefile iter=/tmp/go-build2227044111/b038/_pkg_.a
2025-08-20T22:37:05.9694453Z [00:02:03.624]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:05.9694887Z [00:02:03.624]➜  packagefile unicode=/tmp/go-build2227044111/b047/_pkg_.a
2025-08-20T22:37:05.9695332Z [00:02:03.624]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:05.9695669Z [00:02:03.624]➜  EOF
2025-08-20T22:37:05.9695980Z [00:02:03.624]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:05.9697655Z [00:02:03.624]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b064=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid ay423br3koLuVDH0_p8K/ay423br3koLuVDH0_p8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/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-20T22:37:05.9724296Z [00:02:03.627]➜  cat >/tmp/go-build2227044111/b036/importcfg << 'EOF' # internal
2025-08-20T22:37:05.9737943Z [00:02:03.627]➜  # import config
2025-08-20T22:37:05.9738319Z [00:02:03.627]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:05.9738842Z [00:02:03.627]➜  packagefile internal/abi=/tmp/go-build2227044111/b006/_pkg_.a
2025-08-20T22:37:05.9739382Z [00:02:03.627]➜  packagefile internal/bytealg=/tmp/go-build2227044111/b011/_pkg_.a
2025-08-20T22:37:05.9739890Z [00:02:03.628]➜  packagefile internal/goarch=/tmp/go-build2227044111/b007/_pkg_.a
2025-08-20T22:37:05.9740367Z [00:02:03.628]➜  packagefile internal/itoa=/tmp/go-build2227044111/b037/_pkg_.a
2025-08-20T22:37:05.9740833Z [00:02:03.628]➜  packagefile internal/race=/tmp/go-build2227044111/b030/_pkg_.a
2025-08-20T22:37:05.9741345Z [00:02:03.628]➜  packagefile internal/runtime/maps=/tmp/go-build2227044111/b027/_pkg_.a
2025-08-20T22:37:05.9741888Z [00:02:03.628]➜  packagefile internal/runtime/sys=/tmp/go-build2227044111/b031/_pkg_.a
2025-08-20T22:37:05.9742413Z [00:02:03.628]➜  packagefile internal/unsafeheader=/tmp/go-build2227044111/b009/_pkg_.a
2025-08-20T22:37:05.9742879Z [00:02:03.628]➜  packagefile iter=/tmp/go-build2227044111/b038/_pkg_.a
2025-08-20T22:37:05.9743290Z [00:02:03.628]➜  packagefile math=/tmp/go-build2227044111/b039/_pkg_.a
2025-08-20T22:37:05.9743705Z [00:02:03.628]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:05.9744486Z [00:02:03.628]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:05.9744994Z [00:02:03.628]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:05.9745414Z [00:02:03.628]➜  packagefile unicode=/tmp/go-build2227044111/b047/_pkg_.a
2025-08-20T22:37:05.9745860Z [00:02:03.628]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:05.9746203Z [00:02:03.628]➜  EOF
2025-08-20T22:37:05.9752528Z [00:02:03.628]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b036=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid n7dc5IpgUHaURtvfKDUL/n7dc5IpgUHaURtvfKDUL -goversion go1.25.0 -symabis $WORK/b036/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack -asmhdr $WORK/b036/go_asm.h /root/.go/src/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-20T22:37:06.0286836Z [00:02:03.684]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T22:37:06.0314287Z [00:02:03.686]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d # internal
2025-08-20T22:37:06.0337142Z [00:02:03.689]➜  encoding/base64
2025-08-20T22:37:06.0339479Z [00:02:03.689]➜  mkdir -p $WORK/b067/
2025-08-20T22:37:06.0340311Z [00:02:03.689]➜  cat >/tmp/go-build2227044111/b067/importcfg << 'EOF' # internal
2025-08-20T22:37:06.0342839Z [00:02:03.689]➜  # import config
2025-08-20T22:37:06.0345311Z [00:02:03.689]➜  packagefile internal/byteorder=/tmp/go-build2227044111/b013/_pkg_.a
2025-08-20T22:37:06.0345954Z [00:02:03.689]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:06.0348076Z [00:02:03.689]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:06.0348557Z [00:02:03.689]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:06.0349020Z [00:02:03.689]➜  EOF
2025-08-20T22:37:06.0350517Z [00:02:03.689]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b067=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid FKJwPhQaRaoMo7QhtkYl/FKJwPhQaRaoMo7QhtkYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T22:37:06.0781749Z [00:02:03.733]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T22:37:06.0823174Z [00:02:03.737]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d # internal
2025-08-20T22:37:06.0834961Z [00:02:03.739]➜  strings
2025-08-20T22:37:06.0835259Z [00:02:03.739]➜  mkdir -p $WORK/b069/
2025-08-20T22:37:06.0835681Z [00:02:03.739]➜  cat >/tmp/go-build2227044111/b069/importcfg << 'EOF' # internal
2025-08-20T22:37:06.0836033Z [00:02:03.739]➜  # import config
2025-08-20T22:37:06.0836369Z [00:02:03.739]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:06.0836810Z [00:02:03.739]➜  packagefile internal/abi=/tmp/go-build2227044111/b006/_pkg_.a
2025-08-20T22:37:06.0837293Z [00:02:03.739]➜  packagefile internal/bytealg=/tmp/go-build2227044111/b011/_pkg_.a
2025-08-20T22:37:06.0837817Z [00:02:03.739]➜  packagefile internal/stringslite=/tmp/go-build2227044111/b032/_pkg_.a
2025-08-20T22:37:06.0838274Z [00:02:03.739]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:06.0838817Z [00:02:03.739]➜  packagefile iter=/tmp/go-build2227044111/b038/_pkg_.a
2025-08-20T22:37:06.0839309Z [00:02:03.739]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:06.0839734Z [00:02:03.739]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:06.0840493Z [00:02:03.739]➜  packagefile unicode=/tmp/go-build2227044111/b047/_pkg_.a
2025-08-20T22:37:06.0841022Z [00:02:03.739]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:06.0841358Z [00:02:03.739]➜  EOF
2025-08-20T22:37:06.0843632Z [00:02:03.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b069=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid 7c9vJPLXfeWsNhsNR7m0/7c9vJPLXfeWsNhsNR7m0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/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-20T22:37:06.0864382Z [00:02:03.742]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T22:37:06.0871746Z [00:02:03.742]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d # internal
2025-08-20T22:37:06.0873735Z [00:02:03.743]➜  math/rand
2025-08-20T22:37:06.0874146Z [00:02:03.743]➜  mkdir -p $WORK/b079/
2025-08-20T22:37:06.0893694Z [00:02:03.743]➜  cat >/tmp/go-build2227044111/b079/importcfg << 'EOF' # internal
2025-08-20T22:37:06.0894202Z [00:02:03.743]➜  # import config
2025-08-20T22:37:06.0894974Z [00:02:03.743]➜  packagefile internal/godebug=/tmp/go-build2227044111/b056/_pkg_.a
2025-08-20T22:37:06.0895438Z [00:02:03.745]➜  packagefile math=/tmp/go-build2227044111/b039/_pkg_.a
2025-08-20T22:37:06.0897238Z [00:02:03.745]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:06.0900133Z [00:02:03.745]➜  packagefile sync/atomic=/tmp/go-build2227044111/b045/_pkg_.a
2025-08-20T22:37:06.0901030Z [00:02:03.745]➜  EOF
2025-08-20T22:37:06.0902905Z [00:02:03.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b079=>" -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/b079/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-20T22:37:06.2152183Z [00:02:03.870]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T22:37:06.2162311Z [00:02:03.872]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d # internal
2025-08-20T22:37:06.2204324Z [00:02:03.876]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T22:37:06.2234816Z [00:02:03.879]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d # internal
2025-08-20T22:37:06.2238621Z [00:02:03.879]➜  bufio
2025-08-20T22:37:06.2242160Z [00:02:03.879]➜  mkdir -p $WORK/b091/
2025-08-20T22:37:06.2247318Z [00:02:03.880]➜  cat >/tmp/go-build2227044111/b091/importcfg << 'EOF' # internal
2025-08-20T22:37:06.2249827Z [00:02:03.880]➜  # import config
2025-08-20T22:37:06.2250419Z [00:02:03.880]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:06.2250855Z [00:02:03.880]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:06.2251269Z [00:02:03.880]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:06.2251708Z [00:02:03.880]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:06.2252161Z [00:02:03.880]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:06.2252494Z [00:02:03.880]➜  EOF
2025-08-20T22:37:06.2255147Z [00:02:03.881]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b091=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid Q1p5ESaeRWXuhO4Me_H8/Q1p5ESaeRWXuhO4Me_H8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T22:37:06.2291369Z [00:02:03.884]➜  runtime/cgo
2025-08-20T22:37:06.2291755Z [00:02:03.884]➜  mkdir -p $WORK/b088/
2025-08-20T22:37:06.2292096Z [00:02:03.884]➜  echo -n > $WORK/b088/preferlinkext # internal
2025-08-20T22:37:06.2292432Z [00:02:03.884]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:37:06.2293719Z [00:02:03.884]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b088/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b088/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T22:37:06.2466680Z [00:02:03.902]➜  cd $WORK
2025-08-20T22:37:06.2467886Z [00:02:03.902]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:37:06.2664218Z [00:02:03.922]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:37:06.2730278Z [00:02:03.928]➜  cd /root/.go/src/syscall
2025-08-20T22:37:06.2732280Z [00:02:03.928]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b058=>" -I $WORK/b058/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b058/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T22:37:06.2821220Z [00:02:03.937]➜  cd $WORK
2025-08-20T22:37:06.2822910Z [00:02:03.937]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T22:37:06.2850167Z [00:02:03.939]➜  cd /root/.go/src/syscall
2025-08-20T22:37:06.2851552Z [00:02:03.940]➜  go tool pack r $WORK/b058/_pkg_.a $WORK/b058/asm_linux_arm64.o # internal
2025-08-20T22:37:06.2853468Z [00:02:03.941]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T22:37:06.2868839Z [00:02:03.942]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T22:37:06.2880439Z [00:02:03.943]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d # internal
2025-08-20T22:37:06.2911333Z [00:02:03.946]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d # internal
2025-08-20T22:37:06.3060488Z [00:02:03.961]➜  cd $WORK
2025-08-20T22:37:06.3061998Z [00:02:03.962]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:37:06.3198386Z [00:02:03.975]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:37:06.3219148Z [00:02:03.977]➜  time
2025-08-20T22:37:06.3219521Z [00:02:03.977]➜  mkdir -p $WORK/b055/
2025-08-20T22:37:06.3233066Z [00:02:03.979]➜  cat >/tmp/go-build2227044111/b055/importcfg << 'EOF' # internal
2025-08-20T22:37:06.3234727Z [00:02:03.979]➜  # import config
2025-08-20T22:37:06.3236997Z [00:02:03.979]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:06.3237574Z [00:02:03.979]➜  packagefile internal/bytealg=/tmp/go-build2227044111/b011/_pkg_.a
2025-08-20T22:37:06.3238079Z [00:02:03.979]➜  packagefile internal/godebug=/tmp/go-build2227044111/b056/_pkg_.a
2025-08-20T22:37:06.3238600Z [00:02:03.979]➜  packagefile internal/stringslite=/tmp/go-build2227044111/b032/_pkg_.a
2025-08-20T22:37:06.3239236Z [00:02:03.979]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:06.3239684Z [00:02:03.979]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:06.3240108Z [00:02:03.979]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:06.3240530Z [00:02:03.979]➜  packagefile syscall=/tmp/go-build2227044111/b058/_pkg_.a
2025-08-20T22:37:06.3240846Z [00:02:03.979]➜  EOF
2025-08-20T22:37:06.3241162Z [00:02:03.979]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:06.3243878Z [00:02:03.979]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b055=>" -p time -lang=go1.25 -std -installsuffix shared -buildid EXE43KLT6MRts9SmvSmj/EXE43KLT6MRts9SmvSmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/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-20T22:37:06.3364576Z [00:02:03.992]➜  cd $WORK
2025-08-20T22:37:06.3367778Z [00:02:03.992]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:37:06.3511394Z [00:02:04.006]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b088=/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-20T22:37:06.3551363Z [00:02:04.010]➜  internal/syscall/unix
2025-08-20T22:37:06.3553001Z [00:02:04.011]➜  mkdir -p $WORK/b060/
2025-08-20T22:37:06.3554814Z [00:02:04.011]➜  cat >/tmp/go-build2227044111/b060/importcfg << 'EOF' # internal
2025-08-20T22:37:06.3555530Z [00:02:04.011]➜  # import config
2025-08-20T22:37:06.3556358Z [00:02:04.011]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:06.3557487Z [00:02:04.011]➜  packagefile sync/atomic=/tmp/go-build2227044111/b045/_pkg_.a
2025-08-20T22:37:06.3558353Z [00:02:04.011]➜  packagefile syscall=/tmp/go-build2227044111/b058/_pkg_.a
2025-08-20T22:37:06.3559331Z [00:02:04.011]➜  EOF
2025-08-20T22:37:06.3559721Z [00:02:04.011]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:06.3566111Z [00:02:04.011]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b060=>" -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/b060/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-20T22:37:06.3667481Z [00:02:04.022]➜  cd $WORK/b088
2025-08-20T22:37:06.3671730Z [00:02:04.022]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b088=/tmp/go-build -gno-record-gcc-switches -I $WORK/b088/ -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/b088/_x001.o -c _cgo_export.c
2025-08-20T22:37:06.3842639Z [00:02:04.039]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b088=/tmp/go-build -gno-record-gcc-switches -I $WORK/b088/ -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/b088/_x002.o -c cgo.cgo2.c
2025-08-20T22:37:06.4036053Z [00:02:04.059]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:37:06.4041641Z [00:02:04.059]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b088=/tmp/go-build -gno-record-gcc-switches -I $WORK/b088/ -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/b088/_x003.o -c gcc_context.c
2025-08-20T22:37:06.4063534Z [00:02:04.061]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T22:37:06.4073293Z [00:02:04.062]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d # internal
2025-08-20T22:37:06.4073994Z [00:02:04.062]➜  internal/syscall/execenv
2025-08-20T22:37:06.4074288Z [00:02:04.062]➜  mkdir -p $WORK/b061/
2025-08-20T22:37:06.4075555Z [00:02:04.063]➜  cat >/tmp/go-build2227044111/b061/importcfg << 'EOF' # internal
2025-08-20T22:37:06.4076316Z [00:02:04.063]➜  # import config
2025-08-20T22:37:06.4077252Z [00:02:04.063]➜  packagefile syscall=/tmp/go-build2227044111/b058/_pkg_.a
2025-08-20T22:37:06.4077915Z [00:02:04.063]➜  EOF
2025-08-20T22:37:06.4082130Z [00:02:04.064]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:06.4084276Z [00:02:04.064]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b061=>" -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/b061/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T22:37:06.4255226Z [00:02:04.081]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:37:06.4257763Z [00:02:04.081]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b088=/tmp/go-build -gno-record-gcc-switches -I $WORK/b088/ -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/b088/_x004.o -c gcc_fatalf.c
2025-08-20T22:37:06.4318784Z [00:02:04.087]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T22:37:06.4326895Z [00:02:04.087]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d # internal
2025-08-20T22:37:06.4327524Z [00:02:04.088]➜  hash
2025-08-20T22:37:06.4327767Z [00:02:04.088]➜  mkdir -p $WORK/b094/
2025-08-20T22:37:06.4328183Z [00:02:04.088]➜  cat >/tmp/go-build2227044111/b094/importcfg << 'EOF' # internal
2025-08-20T22:37:06.4328536Z [00:02:04.088]➜  # import config
2025-08-20T22:37:06.4329024Z [00:02:04.088]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:06.4333982Z [00:02:04.088]➜  EOF
2025-08-20T22:37:06.4341447Z [00:02:04.089]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:06.4343410Z [00:02:04.089]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b094=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid 8Uee5i_pcRkHzOIsnGmB/8Uee5i_pcRkHzOIsnGmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T22:37:06.4485107Z [00:02:04.104]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:37:06.4487871Z [00:02:04.104]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b088=/tmp/go-build -gno-record-gcc-switches -I $WORK/b088/ -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/b088/_x005.o -c gcc_libinit.c
2025-08-20T22:37:06.4561132Z [00:02:04.111]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T22:37:06.4571057Z [00:02:04.112]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d # internal
2025-08-20T22:37:06.4575769Z [00:02:04.113]➜  hash/crc32
2025-08-20T22:37:06.4576052Z [00:02:04.113]➜  mkdir -p $WORK/b095/
2025-08-20T22:37:06.4584203Z [00:02:04.114]➜  echo -n > $WORK/b095/go_asm.h # internal
2025-08-20T22:37:06.4584547Z [00:02:04.114]➜  cd /root/.go/src/hash/crc32
2025-08-20T22:37:06.4590317Z [00:02:04.114]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b095=>" -I $WORK/b095/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b095/symabis ./crc32_arm64.s
2025-08-20T22:37:06.4646158Z [00:02:04.120]➜  cat >/tmp/go-build2227044111/b095/importcfg << 'EOF' # internal
2025-08-20T22:37:06.4646961Z [00:02:04.120]➜  # import config
2025-08-20T22:37:06.4647547Z [00:02:04.120]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:06.4648195Z [00:02:04.120]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:06.4649699Z [00:02:04.120]➜  packagefile internal/byteorder=/tmp/go-build2227044111/b013/_pkg_.a
2025-08-20T22:37:06.4650199Z [00:02:04.120]➜  packagefile internal/cpu=/tmp/go-build2227044111/b012/_pkg_.a
2025-08-20T22:37:06.4650638Z [00:02:04.120]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:06.4651073Z [00:02:04.120]➜  packagefile sync/atomic=/tmp/go-build2227044111/b045/_pkg_.a
2025-08-20T22:37:06.4651404Z [00:02:04.120]➜  EOF
2025-08-20T22:37:06.4651910Z [00:02:04.120]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:06.4654065Z [00:02:04.120]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b095=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid jqW3dDY0YLEOOFeWovmy/jqW3dDY0YLEOOFeWovmy -goversion go1.25.0 -symabis $WORK/b095/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b095/importcfg -pack -asmhdr $WORK/b095/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-20T22:37:06.5069316Z [00:02:04.162]➜  cd /root/.go/src/hash/crc32
2025-08-20T22:37:06.5070986Z [00:02:04.162]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b095=>" -I $WORK/b095/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b095/crc32_arm64.o ./crc32_arm64.s
2025-08-20T22:37:06.5074904Z [00:02:04.163]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:37:06.5076498Z [00:02:04.163]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b088=/tmp/go-build -gno-record-gcc-switches -I $WORK/b088/ -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/b088/_x006.o -c gcc_linux_arm64.c
2025-08-20T22:37:06.5165299Z [00:02:04.172]➜  cd /root/.go/src/hash/crc32
2025-08-20T22:37:06.5166292Z [00:02:04.172]➜  go tool pack r $WORK/b095/_pkg_.a $WORK/b095/crc32_arm64.o # internal
2025-08-20T22:37:06.5168293Z [00:02:04.172]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T22:37:06.5171668Z [00:02:04.172]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d # internal
2025-08-20T22:37:06.5172938Z [00:02:04.172]➜  github.com/dsnet/compress/internal/errors
2025-08-20T22:37:06.5174361Z [00:02:04.173]➜  mkdir -p $WORK/b100/
2025-08-20T22:37:06.5175529Z [00:02:04.173]➜  cat >/tmp/go-build2227044111/b100/importcfg << 'EOF' # internal
2025-08-20T22:37:06.5176838Z [00:02:04.173]➜  # import config
2025-08-20T22:37:06.5177447Z [00:02:04.173]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:06.5178108Z [00:02:04.173]➜  EOF
2025-08-20T22:37:06.5178607Z [00:02:04.173]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:06.5180975Z [00:02:04.173]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/internal/errors=>github.com/dsnet/compress@v0.0.1/internal/errors;$WORK/b100=>" -p github.com/dsnet/compress/internal/errors -lang=go1.9 -complete -installsuffix shared -buildid hGV8cN9Y-qfXH37O8Thj/hGV8cN9Y-qfXH37O8Thj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/internal/errors/errors.go
2025-08-20T22:37:06.5430923Z [00:02:04.198]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T22:37:06.5439142Z [00:02:04.199]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/cb/cbbb7e81bf3980c92967f82254f0f61634a252b4df64c1e680f1f527ce1098c2-d # internal
2025-08-20T22:37:06.5439805Z [00:02:04.199]➜  github.com/dsnet/compress
2025-08-20T22:37:06.5440104Z [00:02:04.199]➜  mkdir -p $WORK/b102/
2025-08-20T22:37:06.5444608Z [00:02:04.200]➜  cat >/tmp/go-build2227044111/b102/importcfg << 'EOF' # internal
2025-08-20T22:37:06.5445343Z [00:02:04.200]➜  # import config
2025-08-20T22:37:06.5445698Z [00:02:04.200]➜  packagefile bufio=/tmp/go-build2227044111/b091/_pkg_.a
2025-08-20T22:37:06.5446262Z [00:02:04.200]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build2227044111/b100/_pkg_.a
2025-08-20T22:37:06.5446790Z [00:02:04.200]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:06.5447090Z [00:02:04.200]➜  EOF
2025-08-20T22:37:06.5462921Z [00:02:04.200]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.1=>github.com/dsnet/compress@v0.0.1;$WORK/b102=>" -p github.com/dsnet/compress -lang=go1.9 -complete -installsuffix shared -buildid A6O9a2I215P9PI9tGr6z/A6O9a2I215P9PI9tGr6z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/api.go
2025-08-20T22:37:06.5498243Z [00:02:04.205]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:37:06.5500462Z [00:02:04.205]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b088=/tmp/go-build -gno-record-gcc-switches -I $WORK/b088/ -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/b088/_x007.o -c gcc_mmap.c
2025-08-20T22:37:06.5727528Z [00:02:04.228]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T22:37:06.5736636Z [00:02:04.228]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/4f/4ffc1501e804866a9902e261ba52eab32c917b23479ab080ab9a7f16cdcea052-d # internal
2025-08-20T22:37:06.5738449Z [00:02:04.229]➜  crypto/internal/fips140deps/godebug
2025-08-20T22:37:06.5742097Z [00:02:04.229]➜  mkdir -p $WORK/b109/
2025-08-20T22:37:06.5742501Z [00:02:04.229]➜  cat >/tmp/go-build2227044111/b109/importcfg << 'EOF' # internal
2025-08-20T22:37:06.5742853Z [00:02:04.229]➜  # import config
2025-08-20T22:37:06.5743268Z [00:02:04.229]➜  packagefile internal/godebug=/tmp/go-build2227044111/b056/_pkg_.a
2025-08-20T22:37:06.5743613Z [00:02:04.229]➜  EOF
2025-08-20T22:37:06.5743917Z [00:02:04.229]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:06.5745869Z [00:02:04.229]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b109=>" -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/b109/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T22:37:06.5767352Z [00:02:04.232]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:37:06.5769503Z [00:02:04.232]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b088=/tmp/go-build -gno-record-gcc-switches -I $WORK/b088/ -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/b088/_x008.o -c gcc_setenv.c
2025-08-20T22:37:06.5932478Z [00:02:04.248]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T22:37:06.5956523Z [00:02:04.251]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d # internal
2025-08-20T22:37:06.5960320Z [00:02:04.251]➜  crypto/internal/fips140
2025-08-20T22:37:06.5960938Z [00:02:04.251]➜  mkdir -p $WORK/b108/
2025-08-20T22:37:06.5962350Z [00:02:04.251]➜  cat >/tmp/go-build2227044111/b108/importcfg << 'EOF' # internal
2025-08-20T22:37:06.5962999Z [00:02:04.251]➜  # import config
2025-08-20T22:37:06.5963674Z [00:02:04.251]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2227044111/b109/_pkg_.a
2025-08-20T22:37:06.5964565Z [00:02:04.251]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:06.5965129Z [00:02:04.251]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:06.5965847Z [00:02:04.251]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:06.5966421Z [00:02:04.251]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:06.5966913Z [00:02:04.251]➜  EOF
2025-08-20T22:37:06.5967475Z [00:02:04.251]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:06.5972242Z [00:02:04.251]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b108=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid kjNalgJ9uA2kVbAh4fIp/kjNalgJ9uA2kVbAh4fIp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b108/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-20T22:37:06.6152250Z [00:02:04.270]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T22:37:06.6156418Z [00:02:04.271]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d # internal
2025-08-20T22:37:06.6158035Z [00:02:04.271]➜  crypto/internal/impl
2025-08-20T22:37:06.6159194Z [00:02:04.271]➜  mkdir -p $WORK/b116/
2025-08-20T22:37:06.6164402Z [00:02:04.272]➜  cat >/tmp/go-build2227044111/b116/importcfg << 'EOF' # internal
2025-08-20T22:37:06.6164943Z [00:02:04.272]➜  # import config
2025-08-20T22:37:06.6165306Z [00:02:04.272]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:06.6165629Z [00:02:04.272]➜  EOF
2025-08-20T22:37:06.6167230Z [00:02:04.272]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b116=>" -p crypto/internal/impl -lang=go1.25 -std -complete -installsuffix shared -buildid 6QumvVO52A7zozQnmsdk/6QumvVO52A7zozQnmsdk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b116/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T22:37:06.6185355Z [00:02:04.274]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:37:06.6187478Z [00:02:04.274]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b088=/tmp/go-build -gno-record-gcc-switches -I $WORK/b088/ -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/b088/_x009.o -c gcc_sigaction.c
2025-08-20T22:37:06.6314982Z [00:02:04.287]➜  cd /root/.go/src/reflect
2025-08-20T22:37:06.6319131Z [00:02:04.287]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b036=>" -I $WORK/b036/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b036/asm_arm64.o ./asm_arm64.s
2025-08-20T22:37:06.6326009Z [00:02:04.288]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T22:37:06.6331275Z [00:02:04.288]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d # internal
2025-08-20T22:37:06.6335340Z [00:02:04.289]➜  crypto/internal/fips140/sha256
2025-08-20T22:37:06.6336767Z [00:02:04.289]➜  mkdir -p $WORK/b113/
2025-08-20T22:37:06.6337942Z [00:02:04.289]➜  echo -n > $WORK/b113/go_asm.h # internal
2025-08-20T22:37:06.6338548Z [00:02:04.289]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T22:37:06.6340833Z [00:02:04.289]➜  /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/b113=>" -I $WORK/b113/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b113/symabis ./sha256block_arm64.s
2025-08-20T22:37:06.6364488Z [00:02:04.292]➜  cd /root/.go/src/reflect
2025-08-20T22:37:06.6365574Z [00:02:04.292]➜  go tool pack r $WORK/b036/_pkg_.a $WORK/b036/asm_arm64.o # internal
2025-08-20T22:37:06.6366651Z [00:02:04.292]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T22:37:06.6374051Z [00:02:04.293]➜  cat >/tmp/go-build2227044111/b113/importcfg << 'EOF' # internal
2025-08-20T22:37:06.6374424Z [00:02:04.293]➜  # import config
2025-08-20T22:37:06.6374759Z [00:02:04.293]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:06.6375267Z [00:02:04.293]➜  packagefile crypto/internal/fips140=/tmp/go-build2227044111/b108/_pkg_.a
2025-08-20T22:37:06.6377156Z [00:02:04.293]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2227044111/b114/_pkg_.a
2025-08-20T22:37:06.6378427Z [00:02:04.293]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2227044111/b115/_pkg_.a
2025-08-20T22:37:06.6381997Z [00:02:04.293]➜  packagefile crypto/internal/impl=/tmp/go-build2227044111/b116/_pkg_.a
2025-08-20T22:37:06.6382498Z [00:02:04.293]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:06.6382916Z [00:02:04.293]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:06.6383343Z [00:02:04.293]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:06.6383663Z [00:02:04.293]➜  EOF
2025-08-20T22:37:06.6383965Z [00:02:04.293]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:06.6387015Z [00:02:04.293]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b113=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid XQzWVxa3jQncItt-ppNY/XQzWVxa3jQncItt-ppNY -goversion go1.25.0 -symabis $WORK/b113/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack -asmhdr $WORK/b113/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-20T22:37:06.6463385Z [00:02:04.301]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T22:37:06.6484649Z [00:02:04.302]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:37:06.6489960Z [00:02:04.303]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b088=/tmp/go-build -gno-record-gcc-switches -I $WORK/b088/ -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/b088/_x010.o -c gcc_stack_unix.c
2025-08-20T22:37:06.6495983Z [00:02:04.304]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d # internal
2025-08-20T22:37:06.6501601Z [00:02:04.304]➜  internal/fmtsort
2025-08-20T22:37:06.6502207Z [00:02:04.304]➜  mkdir -p $WORK/b034/
2025-08-20T22:37:06.6502591Z [00:02:04.304]➜  cat >/tmp/go-build2227044111/b034/importcfg << 'EOF' # internal
2025-08-20T22:37:06.6502966Z [00:02:04.304]➜  # import config
2025-08-20T22:37:06.6503296Z [00:02:04.304]➜  packagefile cmp=/tmp/go-build2227044111/b035/_pkg_.a
2025-08-20T22:37:06.6503714Z [00:02:04.304]➜  packagefile reflect=/tmp/go-build2227044111/b036/_pkg_.a
2025-08-20T22:37:06.6504135Z [00:02:04.304]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:06.6504449Z [00:02:04.304]➜  EOF
2025-08-20T22:37:06.6504760Z [00:02:04.304]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:06.6506344Z [00:02:04.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b034=>" -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/b034/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T22:37:06.6508025Z [00:02:04.304]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d # internal
2025-08-20T22:37:06.6508560Z [00:02:04.305]➜  io/fs
2025-08-20T22:37:06.6508981Z [00:02:04.305]➜  mkdir -p $WORK/b052/
2025-08-20T22:37:06.6509365Z [00:02:04.305]➜  cat >/tmp/go-build2227044111/b052/importcfg << 'EOF' # internal
2025-08-20T22:37:06.6509707Z [00:02:04.305]➜  # import config
2025-08-20T22:37:06.6510051Z [00:02:04.305]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:06.6510510Z [00:02:04.305]➜  packagefile internal/bytealg=/tmp/go-build2227044111/b011/_pkg_.a
2025-08-20T22:37:06.6511001Z [00:02:04.305]➜  packagefile internal/oserror=/tmp/go-build2227044111/b053/_pkg_.a
2025-08-20T22:37:06.6511442Z [00:02:04.305]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:06.6511847Z [00:02:04.305]➜  packagefile path=/tmp/go-build2227044111/b054/_pkg_.a
2025-08-20T22:37:06.6512274Z [00:02:04.305]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:06.6512687Z [00:02:04.305]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:06.6513120Z [00:02:04.305]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:06.6513450Z [00:02:04.305]➜  EOF
2025-08-20T22:37:06.6515865Z [00:02:04.305]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b052=>" -p io/fs -lang=go1.25 -std -complete -installsuffix shared -buildid vF5XFSOZzDb9MNUW-Wc4/vF5XFSOZzDb9MNUW-Wc4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/io/fs/format.go /root/.go/src/io/fs/fs.go /root/.go/src/io/fs/glob.go /root/.go/src/io/fs/readdir.go /root/.go/src/io/fs/readfile.go /root/.go/src/io/fs/readlink.go /root/.go/src/io/fs/stat.go /root/.go/src/io/fs/sub.go /root/.go/src/io/fs/walk.go
2025-08-20T22:37:06.6701449Z [00:02:04.324]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:37:06.6705942Z [00:02:04.325]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b088=/tmp/go-build -gno-record-gcc-switches -I $WORK/b088/ -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/b088/_x011.o -c gcc_traceback.c
2025-08-20T22:37:06.6714024Z [00:02:04.327]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T22:37:06.6722185Z [00:02:04.327]➜  /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/b113=>" -I $WORK/b113/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b113/sha256block_arm64.o ./sha256block_arm64.s
2025-08-20T22:37:06.6786715Z [00:02:04.334]➜  go tool pack r $WORK/b113/_pkg_.a $WORK/b113/sha256block_arm64.o # internal
2025-08-20T22:37:06.6793980Z [00:02:04.335]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T22:37:06.6811295Z [00:02:04.336]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d # internal
2025-08-20T22:37:06.6863432Z [00:02:04.342]➜  internal/poll
2025-08-20T22:37:06.6863902Z [00:02:04.342]➜  mkdir -p $WORK/b059/
2025-08-20T22:37:06.6900696Z [00:02:04.345]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:37:06.6903667Z [00:02:04.345]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b088=/tmp/go-build -gno-record-gcc-switches -I $WORK/b088/ -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/b088/_x012.o -c gcc_util.c
2025-08-20T22:37:06.6905347Z [00:02:04.346]➜  cat >/tmp/go-build2227044111/b059/importcfg << 'EOF' # internal
2025-08-20T22:37:06.6905855Z [00:02:04.346]➜  # import config
2025-08-20T22:37:06.6906335Z [00:02:04.346]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:06.6906878Z [00:02:04.346]➜  packagefile internal/itoa=/tmp/go-build2227044111/b037/_pkg_.a
2025-08-20T22:37:06.6907481Z [00:02:04.346]➜  packagefile internal/syscall/unix=/tmp/go-build2227044111/b060/_pkg_.a
2025-08-20T22:37:06.6908050Z [00:02:04.346]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:06.6908585Z [00:02:04.346]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:06.6909274Z [00:02:04.346]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:06.6909733Z [00:02:04.346]➜  packagefile sync/atomic=/tmp/go-build2227044111/b045/_pkg_.a
2025-08-20T22:37:06.6911376Z [00:02:04.346]➜  packagefile syscall=/tmp/go-build2227044111/b058/_pkg_.a
2025-08-20T22:37:06.6911983Z [00:02:04.346]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:06.6912429Z [00:02:04.346]➜  EOF
2025-08-20T22:37:06.6912761Z [00:02:04.346]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:06.6918251Z [00:02:04.346]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b059=>" -p internal/poll -lang=go1.25 -std -installsuffix shared -buildid xdd4bpnqufmBejaVtNIS/xdd4bpnqufmBejaVtNIS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b059/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-20T22:37:06.7086073Z [00:02:04.364]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T22:37:06.7095334Z [00:02:04.365]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d # internal
2025-08-20T22:37:06.7096072Z [00:02:04.365]➜  context
2025-08-20T22:37:06.7096350Z [00:02:04.365]➜  mkdir -p $WORK/b072/
2025-08-20T22:37:06.7096872Z [00:02:04.365]➜  cat >/tmp/go-build2227044111/b072/importcfg << 'EOF' # internal
2025-08-20T22:37:06.7097383Z [00:02:04.365]➜  # import config
2025-08-20T22:37:06.7098248Z [00:02:04.365]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:06.7098966Z [00:02:04.365]➜  packagefile internal/reflectlite=/tmp/go-build2227044111/b005/_pkg_.a
2025-08-20T22:37:06.7099588Z [00:02:04.365]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:06.7100129Z [00:02:04.365]➜  packagefile sync/atomic=/tmp/go-build2227044111/b045/_pkg_.a
2025-08-20T22:37:06.7100678Z [00:02:04.365]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:06.7101094Z [00:02:04.365]➜  EOF
2025-08-20T22:37:06.7102558Z [00:02:04.365]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b072=>" -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/b072/importcfg -pack /root/.go/src/context/context.go
2025-08-20T22:37:06.7147540Z [00:02:04.369]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:37:06.7149256Z [00:02:04.370]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b088=/tmp/go-build -gno-record-gcc-switches -I $WORK/b088/ -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/b088/_x013.o -c linux_syscall.c
2025-08-20T22:37:06.7193324Z [00:02:04.374]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T22:37:06.7224748Z [00:02:04.377]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d # internal
2025-08-20T22:37:06.7225440Z [00:02:04.377]➜  internal/filepathlite
2025-08-20T22:37:06.7225720Z [00:02:04.377]➜  mkdir -p $WORK/b051/
2025-08-20T22:37:06.7226094Z [00:02:04.377]➜  cat >/tmp/go-build2227044111/b051/importcfg << 'EOF' # internal
2025-08-20T22:37:06.7226438Z [00:02:04.377]➜  # import config
2025-08-20T22:37:06.7226786Z [00:02:04.377]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:06.7227248Z [00:02:04.378]➜  packagefile internal/bytealg=/tmp/go-build2227044111/b011/_pkg_.a
2025-08-20T22:37:06.7229114Z [00:02:04.378]➜  packagefile internal/stringslite=/tmp/go-build2227044111/b032/_pkg_.a
2025-08-20T22:37:06.7230794Z [00:02:04.378]➜  packagefile io/fs=/tmp/go-build2227044111/b052/_pkg_.a
2025-08-20T22:37:06.7232299Z [00:02:04.378]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:06.7232642Z [00:02:04.378]➜  EOF
2025-08-20T22:37:06.7233286Z [00:02:04.378]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:06.7235498Z [00:02:04.378]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b051=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 3Pvg2aOousz6X6FWyKfn/3Pvg2aOousz6X6FWyKfn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/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-20T22:37:06.7503019Z [00:02:04.405]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:37:06.7509081Z [00:02:04.406]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b088=/tmp/go-build -gno-record-gcc-switches -I $WORK/b088/ -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/b088/_x014.o -c gcc_arm64.S
2025-08-20T22:37:06.7511377Z [00:02:04.406]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T22:37:06.7517355Z [00:02:04.407]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d # internal
2025-08-20T22:37:06.7529121Z [00:02:04.408]➜  github.com/modern-go/reflect2
2025-08-20T22:37:06.7531380Z [00:02:04.408]➜  mkdir -p $WORK/b077/
2025-08-20T22:37:06.7537470Z [00:02:04.409]➜  echo -n > $WORK/b077/go_asm.h # internal
2025-08-20T22:37:06.7541165Z [00:02:04.409]➜  cd /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2
2025-08-20T22:37:06.7542835Z [00:02:04.409]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b077=>" -I $WORK/b077/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b077/symabis ./relfect2_arm64.s ./relfect2_mips64x.s ./relfect2_mipsx.s ./relfect2_ppc64x.s
2025-08-20T22:37:06.7606012Z [00:02:04.416]➜  cat >/tmp/go-build2227044111/b077/importcfg << 'EOF' # internal
2025-08-20T22:37:06.7606894Z [00:02:04.416]➜  # import config
2025-08-20T22:37:06.7607649Z [00:02:04.416]➜  packagefile reflect=/tmp/go-build2227044111/b036/_pkg_.a
2025-08-20T22:37:06.7608314Z [00:02:04.416]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:06.7609666Z [00:02:04.416]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:06.7609995Z [00:02:04.416]➜  EOF
2025-08-20T22:37:06.7610303Z [00:02:04.416]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:06.7617273Z [00:02:04.416]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b077=>" -p github.com/modern-go/reflect2 -lang=go1.12 -installsuffix shared -buildid lKnNIh2EEKiMP7-hTbcW/lKnNIh2EEKiMP7-hTbcW -goversion go1.25.0 -symabis $WORK/b077/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack -asmhdr $WORK/b077/go_asm.h /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/go_above_118.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/go_above_19.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/reflect2.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/reflect2_kind.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_field.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_map.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_slice.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_struct.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_type.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/type_map.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_array.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_eface.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_field.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_iface.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_link.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_map.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_ptr.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_slice.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_struct.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_type.go
2025-08-20T22:37:06.7640419Z [00:02:04.419]➜  cd $WORK/b088
2025-08-20T22:37:06.7642892Z [00:02:04.419]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b088=/tmp/go-build -gno-record-gcc-switches -I $WORK/b088/ -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/b088/_cgo_main.o -c _cgo_main.c
2025-08-20T22:37:06.7682831Z [00:02:04.424]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T22:37:06.7694521Z [00:02:04.425]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d # internal
2025-08-20T22:37:06.7716079Z [00:02:04.427]➜  encoding/binary
2025-08-20T22:37:06.7719903Z [00:02:04.427]➜  mkdir -p $WORK/b093/
2025-08-20T22:37:06.7720736Z [00:02:04.427]➜  cat >/tmp/go-build2227044111/b093/importcfg << 'EOF' # internal
2025-08-20T22:37:06.7721099Z [00:02:04.427]➜  # import config
2025-08-20T22:37:06.7721439Z [00:02:04.427]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:06.7721849Z [00:02:04.427]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:06.7722256Z [00:02:04.427]➜  packagefile math=/tmp/go-build2227044111/b039/_pkg_.a
2025-08-20T22:37:06.7722676Z [00:02:04.427]➜  packagefile reflect=/tmp/go-build2227044111/b036/_pkg_.a
2025-08-20T22:37:06.7723110Z [00:02:04.427]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:06.7723521Z [00:02:04.427]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:06.7723825Z [00:02:04.427]➜  EOF
2025-08-20T22:37:06.7724125Z [00:02:04.427]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:06.7726122Z [00:02:04.427]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b093=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid NuN1vJFz0DtSsbIcH3t4/NuN1vJFz0DtSsbIcH3t4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/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-20T22:37:06.7833393Z [00:02:04.436]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b088=/tmp/go-build -gno-record-gcc-switches -o $WORK/b088/_cgo_.o $WORK/b088/_cgo_main.o $WORK/b088/preferlinkext $WORK/b088/_x001.o $WORK/b088/_x002.o $WORK/b088/_x003.o $WORK/b088/_x004.o $WORK/b088/_x005.o $WORK/b088/_x006.o $WORK/b088/_x007.o $WORK/b088/_x008.o $WORK/b088/_x009.o $WORK/b088/_x010.o $WORK/b088/_x011.o $WORK/b088/_x012.o $WORK/b088/_x013.o $WORK/b088/_x014.o -O2 -g -lpthread
2025-08-20T22:37:06.8375680Z [00:02:04.493]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T22:37:06.8394440Z [00:02:04.495]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d # internal
2025-08-20T22:37:06.8441201Z [00:02:04.499]➜  os
2025-08-20T22:37:06.8443052Z [00:02:04.500]➜  mkdir -p $WORK/b050/
2025-08-20T22:37:06.8450547Z [00:02:04.500]➜  cat >/tmp/go-build2227044111/b050/importcfg << 'EOF' # internal
2025-08-20T22:37:06.8451921Z [00:02:04.501]➜  # import config
2025-08-20T22:37:06.8454513Z [00:02:04.501]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:06.8455091Z [00:02:04.501]➜  packagefile internal/bytealg=/tmp/go-build2227044111/b011/_pkg_.a
2025-08-20T22:37:06.8455827Z [00:02:04.501]➜  packagefile internal/byteorder=/tmp/go-build2227044111/b013/_pkg_.a
2025-08-20T22:37:06.8456369Z [00:02:04.501]➜  packagefile internal/filepathlite=/tmp/go-build2227044111/b051/_pkg_.a
2025-08-20T22:37:06.8456878Z [00:02:04.501]➜  packagefile internal/goarch=/tmp/go-build2227044111/b007/_pkg_.a
2025-08-20T22:37:06.8457377Z [00:02:04.501]➜  packagefile internal/itoa=/tmp/go-build2227044111/b037/_pkg_.a
2025-08-20T22:37:06.8457847Z [00:02:04.501]➜  packagefile internal/poll=/tmp/go-build2227044111/b059/_pkg_.a
2025-08-20T22:37:06.8458348Z [00:02:04.501]➜  packagefile internal/stringslite=/tmp/go-build2227044111/b032/_pkg_.a
2025-08-20T22:37:06.8459090Z [00:02:04.501]➜  packagefile internal/syscall/execenv=/tmp/go-build2227044111/b061/_pkg_.a
2025-08-20T22:37:06.8459650Z [00:02:04.501]➜  packagefile internal/syscall/unix=/tmp/go-build2227044111/b060/_pkg_.a
2025-08-20T22:37:06.8460158Z [00:02:04.501]➜  packagefile internal/testlog=/tmp/go-build2227044111/b062/_pkg_.a
2025-08-20T22:37:06.8460598Z [00:02:04.501]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:06.8461002Z [00:02:04.501]➜  packagefile io/fs=/tmp/go-build2227044111/b052/_pkg_.a
2025-08-20T22:37:06.8461417Z [00:02:04.501]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:06.8462141Z [00:02:04.501]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:06.8462554Z [00:02:04.501]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:06.8462985Z [00:02:04.501]➜  packagefile sync/atomic=/tmp/go-build2227044111/b045/_pkg_.a
2025-08-20T22:37:06.8463420Z [00:02:04.501]➜  packagefile syscall=/tmp/go-build2227044111/b058/_pkg_.a
2025-08-20T22:37:06.8463835Z [00:02:04.501]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:06.8464137Z [00:02:04.501]➜  EOF
2025-08-20T22:37:06.8469797Z [00:02:04.501]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b050=>" -p os -lang=go1.25 -std -installsuffix shared -buildid oUESCsCAy6GOzPyYrhiS/oUESCsCAy6GOzPyYrhiS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b050/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-20T22:37:06.9137310Z [00:02:04.569]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T22:37:06.9172327Z [00:02:04.572]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d # internal
2025-08-20T22:37:06.9173007Z [00:02:04.572]➜  github.com/golang/snappy
2025-08-20T22:37:06.9181472Z [00:02:04.573]➜  mkdir -p $WORK/b103/
2025-08-20T22:37:06.9187766Z [00:02:04.574]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b088=/tmp/go-build -gno-record-gcc-switches -o $WORK/b088/_cgo_.o $WORK/b088/_cgo_main.o $WORK/b088/preferlinkext $WORK/b088/_x001.o $WORK/b088/_x002.o $WORK/b088/_x003.o $WORK/b088/_x004.o $WORK/b088/_x005.o $WORK/b088/_x006.o $WORK/b088/_x007.o $WORK/b088/_x008.o $WORK/b088/_x009.o $WORK/b088/_x010.o $WORK/b088/_x011.o $WORK/b088/_x012.o $WORK/b088/_x013.o $WORK/b088/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T22:37:06.9190034Z [00:02:04.574]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage cgo -dynimport $WORK/b088/_cgo_.o -dynout $WORK/b088/_cgo_import.go -dynlinker
2025-08-20T22:37:06.9199866Z [00:02:04.574]➜  cat >/tmp/go-build2227044111/b103/importcfg << 'EOF' # internal
2025-08-20T22:37:06.9203570Z [00:02:04.574]➜  # import config
2025-08-20T22:37:06.9203958Z [00:02:04.574]➜  packagefile encoding/binary=/tmp/go-build2227044111/b093/_pkg_.a
2025-08-20T22:37:06.9204437Z [00:02:04.574]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:06.9204874Z [00:02:04.574]➜  packagefile hash/crc32=/tmp/go-build2227044111/b095/_pkg_.a
2025-08-20T22:37:06.9205297Z [00:02:04.574]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:06.9205595Z [00:02:04.574]➜  EOF
2025-08-20T22:37:06.9208204Z [00:02:04.575]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v0.0.1=>github.com/golang/snappy@v0.0.1;$WORK/b103=>" -p github.com/golang/snappy -lang=go1.16 -complete -installsuffix shared -buildid vG2dZzQe9TFz74M6RoJQ/vG2dZzQe9TFz74M6RoJQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b103/importcfg -pack /root/go/pkg/mod/github.com/golang/snappy@v0.0.1/decode.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.1/decode_other.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.1/encode.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.1/encode_other.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.1/snappy.go
2025-08-20T22:37:06.9261252Z [00:02:04.581]➜  echo -n > $WORK/b088/go_asm.h # internal
2025-08-20T22:37:06.9265878Z [00:02:04.581]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:37:06.9266898Z [00:02:04.581]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b088=>" -I $WORK/b088/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b088/symabis ./asm_arm64.s
2025-08-20T22:37:06.9311229Z [00:02:04.586]➜  cat >/tmp/go-build2227044111/b088/importcfg << 'EOF' # internal
2025-08-20T22:37:06.9311674Z [00:02:04.586]➜  # import config
2025-08-20T22:37:06.9312078Z [00:02:04.586]➜  packagefile internal/runtime/sys=/tmp/go-build2227044111/b031/_pkg_.a
2025-08-20T22:37:06.9312551Z [00:02:04.586]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:06.9312986Z [00:02:04.586]➜  packagefile sync/atomic=/tmp/go-build2227044111/b045/_pkg_.a
2025-08-20T22:37:06.9313340Z [00:02:04.586]➜  EOF
2025-08-20T22:37:06.9313645Z [00:02:04.586]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:06.9316591Z [00:02:04.586]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b088=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid TGVioR3yNDWRnEGdnH6m/TGVioR3yNDWRnEGdnH6m -goversion go1.25.0 -symabis $WORK/b088/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -pack -asmhdr $WORK/b088/go_asm.h /root/.go/src/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/b088/_cgo_gotypes.go $WORK/b088/cgo.cgo1.go $WORK/b088/_cgo_import.go
2025-08-20T22:37:06.9602886Z [00:02:04.615]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T22:37:06.9612001Z [00:02:04.616]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/b5/b5698b4bf644cab2e90fe98312cbce489d9555598bf503b29d3a2661f4fc31dd-d # internal
2025-08-20T22:37:06.9612789Z [00:02:04.616]➜  crypto/internal/fips140/sha3
2025-08-20T22:37:06.9613096Z [00:02:04.616]➜  mkdir -p $WORK/b117/
2025-08-20T22:37:06.9613399Z [00:02:04.616]➜  echo -n > $WORK/b117/go_asm.h # internal
2025-08-20T22:37:06.9615935Z [00:02:04.617]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T22:37:06.9617223Z [00:02:04.617]➜  /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/b117=>" -I $WORK/b117/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b117/symabis ./sha3_arm64.s
2025-08-20T22:37:06.9696864Z [00:02:04.625]➜  cat >/tmp/go-build2227044111/b117/importcfg << 'EOF' # internal
2025-08-20T22:37:06.9697435Z [00:02:04.625]➜  # import config
2025-08-20T22:37:06.9697959Z [00:02:04.625]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:06.9698610Z [00:02:04.625]➜  packagefile crypto/internal/fips140=/tmp/go-build2227044111/b108/_pkg_.a
2025-08-20T22:37:06.9699568Z [00:02:04.625]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2227044111/b118/_pkg_.a
2025-08-20T22:37:06.9700338Z [00:02:04.625]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2227044111/b114/_pkg_.a
2025-08-20T22:37:06.9701547Z [00:02:04.625]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2227044111/b115/_pkg_.a
2025-08-20T22:37:06.9702250Z [00:02:04.625]➜  packagefile crypto/internal/impl=/tmp/go-build2227044111/b116/_pkg_.a
2025-08-20T22:37:06.9702838Z [00:02:04.625]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:06.9703408Z [00:02:04.625]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:06.9703981Z [00:02:04.625]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:06.9704411Z [00:02:04.625]➜  EOF
2025-08-20T22:37:06.9704766Z [00:02:04.625]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:06.9707767Z [00:02:04.625]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b117=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid 5NyZ3zk_6nxSVqI7PXdR/5NyZ3zk_6nxSVqI7PXdR -goversion go1.25.0 -symabis $WORK/b117/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b117/importcfg -pack -asmhdr $WORK/b117/go_asm.h /root/.go/src/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-20T22:37:07.0441310Z [00:02:04.699]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T22:37:07.0442695Z [00:02:04.699]➜  /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/b117=>" -I $WORK/b117/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b117/sha3_arm64.o ./sha3_arm64.s
2025-08-20T22:37:07.0460653Z [00:02:04.701]➜  cp /root/.go/src/runtime/cgo/abi_arm64.h $WORK/b088/abi_GOARCH.h
2025-08-20T22:37:07.0463606Z [00:02:04.701]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:37:07.0468827Z [00:02:04.701]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b088=>" -I $WORK/b088/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b088/asm_arm64.o ./asm_arm64.s
2025-08-20T22:37:07.0535369Z [00:02:04.708]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T22:37:07.0538146Z [00:02:04.708]➜  go tool pack r $WORK/b117/_pkg_.a $WORK/b117/sha3_arm64.o # internal
2025-08-20T22:37:07.0539349Z [00:02:04.708]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T22:37:07.0541235Z [00:02:04.709]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d # internal
2025-08-20T22:37:07.0542051Z [00:02:04.709]➜  crypto/internal/fips140/sha512
2025-08-20T22:37:07.0542840Z [00:02:04.709]➜  mkdir -p $WORK/b119/
2025-08-20T22:37:07.0545673Z [00:02:04.710]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:37:07.0547514Z [00:02:04.710]➜  go tool pack r $WORK/b088/_pkg_.a $WORK/b088/asm_arm64.o $WORK/b088/preferlinkext $WORK/b088/_x001.o $WORK/b088/_x002.o $WORK/b088/_x003.o $WORK/b088/_x004.o $WORK/b088/_x005.o $WORK/b088/_x006.o $WORK/b088/_x007.o $WORK/b088/_x008.o $WORK/b088/_x009.o $WORK/b088/_x010.o $WORK/b088/_x011.o $WORK/b088/_x012.o $WORK/b088/_x013.o $WORK/b088/_x014.o # internal
2025-08-20T22:37:07.0549642Z [00:02:04.710]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T22:37:07.0551334Z [00:02:04.710]➜  echo -n > $WORK/b119/go_asm.h # internal
2025-08-20T22:37:07.0552079Z [00:02:04.710]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T22:37:07.0553693Z [00:02:04.710]➜  /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/b119=>" -I $WORK/b119/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b119/symabis ./sha512block_arm64.s
2025-08-20T22:37:07.0597952Z [00:02:04.715]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d # internal
2025-08-20T22:37:07.0599498Z [00:02:04.715]➜  math/rand/v2
2025-08-20T22:37:07.0600044Z [00:02:04.715]➜  mkdir -p $WORK/b125/
2025-08-20T22:37:07.0601469Z [00:02:04.715]➜  cat >/tmp/go-build2227044111/b125/importcfg << 'EOF' # internal
2025-08-20T22:37:07.0601931Z [00:02:04.715]➜  # import config
2025-08-20T22:37:07.0602517Z [00:02:04.715]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:07.0603821Z [00:02:04.715]➜  packagefile internal/byteorder=/tmp/go-build2227044111/b013/_pkg_.a
2025-08-20T22:37:07.0604355Z [00:02:04.715]➜  packagefile internal/chacha8rand=/tmp/go-build2227044111/b014/_pkg_.a
2025-08-20T22:37:07.0604824Z [00:02:04.715]➜  packagefile math=/tmp/go-build2227044111/b039/_pkg_.a
2025-08-20T22:37:07.0605249Z [00:02:04.715]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:07.0605584Z [00:02:04.715]➜  EOF
2025-08-20T22:37:07.0605884Z [00:02:04.715]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:07.0608065Z [00:02:04.715]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b125=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid ZfMw8tkUidw9934lNf6V/ZfMw8tkUidw9934lNf6V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b125/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-20T22:37:07.0624170Z [00:02:04.718]➜  cat >/tmp/go-build2227044111/b119/importcfg << 'EOF' # internal
2025-08-20T22:37:07.0624957Z [00:02:04.718]➜  # import config
2025-08-20T22:37:07.0625634Z [00:02:04.718]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:07.0627045Z [00:02:04.718]➜  packagefile crypto/internal/fips140=/tmp/go-build2227044111/b108/_pkg_.a
2025-08-20T22:37:07.0628163Z [00:02:04.718]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2227044111/b114/_pkg_.a
2025-08-20T22:37:07.0629296Z [00:02:04.718]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2227044111/b115/_pkg_.a
2025-08-20T22:37:07.0630171Z [00:02:04.718]➜  packagefile crypto/internal/impl=/tmp/go-build2227044111/b116/_pkg_.a
2025-08-20T22:37:07.0630971Z [00:02:04.718]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:07.0631940Z [00:02:04.718]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:07.0632759Z [00:02:04.718]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:07.0633375Z [00:02:04.718]➜  EOF
2025-08-20T22:37:07.0636328Z [00:02:04.718]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b119=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid vU8PREIG3jI8YOHtjSmu/vU8PREIG3jI8YOHtjSmu -goversion go1.25.0 -symabis $WORK/b119/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b119/importcfg -pack -asmhdr $WORK/b119/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-20T22:37:07.1165869Z [00:02:04.772]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T22:37:07.1168768Z [00:02:04.772]➜  /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/b119=>" -I $WORK/b119/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b119/sha512block_arm64.o ./sha512block_arm64.s
2025-08-20T22:37:07.1262439Z [00:02:04.782]➜  go tool pack r $WORK/b119/_pkg_.a $WORK/b119/sha512block_arm64.o # internal
2025-08-20T22:37:07.1264983Z [00:02:04.782]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T22:37:07.1271028Z [00:02:04.782]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d # internal
2025-08-20T22:37:07.1273267Z [00:02:04.783]➜  crypto/internal/fips140/hmac
2025-08-20T22:37:07.1282203Z [00:02:04.783]➜  mkdir -p $WORK/b112/
2025-08-20T22:37:07.1283397Z [00:02:04.784]➜  cat >/tmp/go-build2227044111/b112/importcfg << 'EOF' # internal
2025-08-20T22:37:07.1284486Z [00:02:04.784]➜  # import config
2025-08-20T22:37:07.1285899Z [00:02:04.784]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:07.1286805Z [00:02:04.784]➜  packagefile crypto/internal/fips140=/tmp/go-build2227044111/b108/_pkg_.a
2025-08-20T22:37:07.1287556Z [00:02:04.784]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2227044111/b113/_pkg_.a
2025-08-20T22:37:07.1288451Z [00:02:04.784]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2227044111/b117/_pkg_.a
2025-08-20T22:37:07.1289514Z [00:02:04.784]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2227044111/b119/_pkg_.a
2025-08-20T22:37:07.1290159Z [00:02:04.784]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:07.1290854Z [00:02:04.784]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:07.1299980Z [00:02:04.784]➜  EOF
2025-08-20T22:37:07.1300343Z [00:02:04.784]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:07.1302374Z [00:02:04.784]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b112=>" -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/b112/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T22:37:07.1620978Z [00:02:04.817]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T22:37:07.1626699Z [00:02:04.818]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d # internal
2025-08-20T22:37:07.1628479Z [00:02:04.818]➜  crypto/internal/fips140/check
2025-08-20T22:37:07.1630570Z [00:02:04.818]➜  mkdir -p $WORK/b111/
2025-08-20T22:37:07.1634214Z [00:02:04.819]➜  cat >/tmp/go-build2227044111/b111/importcfg << 'EOF' # internal
2025-08-20T22:37:07.1635866Z [00:02:04.819]➜  # import config
2025-08-20T22:37:07.1636613Z [00:02:04.819]➜  packagefile crypto/internal/fips140=/tmp/go-build2227044111/b108/_pkg_.a
2025-08-20T22:37:07.1637773Z [00:02:04.819]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2227044111/b112/_pkg_.a
2025-08-20T22:37:07.1638875Z [00:02:04.819]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2227044111/b113/_pkg_.a
2025-08-20T22:37:07.1639887Z [00:02:04.819]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2227044111/b114/_pkg_.a
2025-08-20T22:37:07.1650185Z [00:02:04.819]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2227044111/b109/_pkg_.a
2025-08-20T22:37:07.1651447Z [00:02:04.819]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:07.1651769Z [00:02:04.819]➜  EOF
2025-08-20T22:37:07.1653510Z [00:02:04.819]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b111=>" -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/b111/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T22:37:07.1707817Z [00:02:04.826]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T22:37:07.1715478Z [00:02:04.827]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d # internal
2025-08-20T22:37:07.1716867Z [00:02:04.827]➜  crypto/internal/randutil
2025-08-20T22:37:07.1717411Z [00:02:04.827]➜  mkdir -p $WORK/b124/
2025-08-20T22:37:07.1718407Z [00:02:04.827]➜  cat >/tmp/go-build2227044111/b124/importcfg << 'EOF' # internal
2025-08-20T22:37:07.1719593Z [00:02:04.827]➜  # import config
2025-08-20T22:37:07.1720795Z [00:02:04.827]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:07.1721275Z [00:02:04.827]➜  packagefile math/rand/v2=/tmp/go-build2227044111/b125/_pkg_.a
2025-08-20T22:37:07.1721609Z [00:02:04.827]➜  EOF
2025-08-20T22:37:07.1723248Z [00:02:04.827]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b124=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid jI6rmh7sOgnLoJtpj6tm/jI6rmh7sOgnLoJtpj6tm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b124/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T22:37:07.1825027Z [00:02:04.838]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T22:37:07.1829456Z [00:02:04.838]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d # internal
2025-08-20T22:37:07.1880675Z [00:02:04.843]➜  crypto/internal/fips140/aes
2025-08-20T22:37:07.1881729Z [00:02:04.844]➜  mkdir -p $WORK/b107/
2025-08-20T22:37:07.1884654Z [00:02:04.844]➜  echo -n > $WORK/b107/go_asm.h # internal
2025-08-20T22:37:07.1886624Z [00:02:04.844]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T22:37:07.1889604Z [00:02:04.844]➜  /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/b107=>" -I $WORK/b107/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b107/symabis ./aes_arm64.s ./ctr_arm64.s
2025-08-20T22:37:07.1940608Z [00:02:04.849]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T22:37:07.1942050Z [00:02:04.850]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d # internal
2025-08-20T22:37:07.1944324Z [00:02:04.850]➜  crypto
2025-08-20T22:37:07.1944591Z [00:02:04.850]➜  mkdir -p $WORK/b129/
2025-08-20T22:37:07.1948751Z [00:02:04.850]➜  cat >/tmp/go-build2227044111/b129/importcfg << 'EOF' # internal
2025-08-20T22:37:07.1949432Z [00:02:04.850]➜  # import config
2025-08-20T22:37:07.1949817Z [00:02:04.850]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:07.1950235Z [00:02:04.850]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:07.1950647Z [00:02:04.850]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:07.1950965Z [00:02:04.850]➜  EOF
2025-08-20T22:37:07.1951283Z [00:02:04.850]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:07.1952740Z [00:02:04.850]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b129=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid dgNSfK5ZCKqEnZCelX39/dgNSfK5ZCKqEnZCelX39 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T22:37:07.1954064Z [00:02:04.850]➜  cat >/tmp/go-build2227044111/b107/importcfg << 'EOF' # internal
2025-08-20T22:37:07.1954416Z [00:02:04.850]➜  # import config
2025-08-20T22:37:07.1954751Z [00:02:04.850]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:07.1955235Z [00:02:04.850]➜  packagefile crypto/internal/fips140=/tmp/go-build2227044111/b108/_pkg_.a
2025-08-20T22:37:07.1955797Z [00:02:04.850]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2227044111/b110/_pkg_.a
2025-08-20T22:37:07.1956668Z [00:02:04.850]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2227044111/b111/_pkg_.a
2025-08-20T22:37:07.1957260Z [00:02:04.850]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2227044111/b118/_pkg_.a
2025-08-20T22:37:07.1957879Z [00:02:04.850]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2227044111/b114/_pkg_.a
2025-08-20T22:37:07.1958500Z [00:02:04.850]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2227044111/b115/_pkg_.a
2025-08-20T22:37:07.1959315Z [00:02:04.850]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2227044111/b109/_pkg_.a
2025-08-20T22:37:07.1959905Z [00:02:04.850]➜  packagefile crypto/internal/impl=/tmp/go-build2227044111/b116/_pkg_.a
2025-08-20T22:37:07.1960376Z [00:02:04.850]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:07.1960805Z [00:02:04.850]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:07.1961236Z [00:02:04.850]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:07.1961559Z [00:02:04.850]➜  EOF
2025-08-20T22:37:07.1964994Z [00:02:04.850]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b107=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid nMw5pB3PdI_aXx7k9ui_/nMw5pB3PdI_aXx7k9ui_ -goversion go1.25.0 -symabis $WORK/b107/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack -asmhdr $WORK/b107/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-20T22:37:07.2248878Z [00:02:04.880]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T22:37:07.2268030Z [00:02:04.882]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d # internal
2025-08-20T22:37:07.2276613Z [00:02:04.882]➜  crypto/sha3
2025-08-20T22:37:07.2276900Z [00:02:04.882]➜  mkdir -p $WORK/b133/
2025-08-20T22:37:07.2290107Z [00:02:04.884]➜  cat >/tmp/go-build2227044111/b133/importcfg << 'EOF' # internal
2025-08-20T22:37:07.2320042Z [00:02:04.884]➜  # import config
2025-08-20T22:37:07.2320426Z [00:02:04.884]➜  packagefile crypto=/tmp/go-build2227044111/b129/_pkg_.a
2025-08-20T22:37:07.2321282Z [00:02:04.884]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2227044111/b117/_pkg_.a
2025-08-20T22:37:07.2321847Z [00:02:04.884]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:07.2322158Z [00:02:04.884]➜  EOF
2025-08-20T22:37:07.2349078Z [00:02:04.890]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/.go/src/crypto/sha3=>crypto/sha3;$WORK/b133=>" -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/b133/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T22:37:07.2648284Z [00:02:04.920]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T22:37:07.2713722Z [00:02:04.927]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T22:37:07.2715003Z [00:02:04.927]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T22:37:07.2718447Z [00:02:04.927]➜  /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/b107=>" -I $WORK/b107/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b107/aes_arm64.o ./aes_arm64.s
2025-08-20T22:37:07.2725884Z [00:02:04.928]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d # internal
2025-08-20T22:37:07.2727950Z [00:02:04.928]➜  crypto/internal/fips140hash
2025-08-20T22:37:07.2728499Z [00:02:04.928]➜  mkdir -p $WORK/b132/
2025-08-20T22:37:07.2729399Z [00:02:04.928]➜  cat >/tmp/go-build2227044111/b132/importcfg << 'EOF' # internal
2025-08-20T22:37:07.2729972Z [00:02:04.928]➜  # import config
2025-08-20T22:37:07.2730606Z [00:02:04.928]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2227044111/b117/_pkg_.a
2025-08-20T22:37:07.2731485Z [00:02:04.928]➜  packagefile crypto/sha3=/tmp/go-build2227044111/b133/_pkg_.a
2025-08-20T22:37:07.2732116Z [00:02:04.928]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:07.2733965Z [00:02:04.928]➜  EOF
2025-08-20T22:37:07.2734303Z [00:02:04.928]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:07.2736092Z [00:02:04.928]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140hash=>crypto/internal/fips140hash;$WORK/b132=>" -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/b132/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T22:37:07.2745508Z [00:02:04.930]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d # internal
2025-08-20T22:37:07.2760241Z [00:02:04.931]➜  fmt
2025-08-20T22:37:07.2761617Z [00:02:04.931]➜  mkdir -p $WORK/b003/
2025-08-20T22:37:07.2762666Z [00:02:04.931]➜  cat >/tmp/go-build2227044111/b003/importcfg << 'EOF' # internal
2025-08-20T22:37:07.2763275Z [00:02:04.931]➜  # import config
2025-08-20T22:37:07.2763813Z [00:02:04.931]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:07.2764824Z [00:02:04.931]➜  packagefile internal/fmtsort=/tmp/go-build2227044111/b034/_pkg_.a
2025-08-20T22:37:07.2765455Z [00:02:04.931]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:07.2766176Z [00:02:04.931]➜  packagefile math=/tmp/go-build2227044111/b039/_pkg_.a
2025-08-20T22:37:07.2767324Z [00:02:04.931]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:07.2767831Z [00:02:04.931]➜  packagefile reflect=/tmp/go-build2227044111/b036/_pkg_.a
2025-08-20T22:37:07.2768272Z [00:02:04.931]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:07.2769564Z [00:02:04.931]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:07.2770068Z [00:02:04.932]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:07.2770935Z [00:02:04.932]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:07.2771341Z [00:02:04.932]➜  EOF
2025-08-20T22:37:07.2773137Z [00:02:04.932]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b003=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid KK0d2mAdBMirocFQerGP/KK0d2mAdBMirocFQerGP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b003/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-20T22:37:07.2778943Z [00:02:04.933]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T22:37:07.2781837Z [00:02:04.933]➜  /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/b107=>" -I $WORK/b107/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b107/ctr_arm64.o ./ctr_arm64.s
2025-08-20T22:37:07.2823447Z [00:02:04.938]➜  go tool pack r $WORK/b107/_pkg_.a $WORK/b107/aes_arm64.o $WORK/b107/ctr_arm64.o # internal
2025-08-20T22:37:07.2825228Z [00:02:04.938]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T22:37:07.2834254Z [00:02:04.939]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d # internal
2025-08-20T22:37:07.2842813Z [00:02:04.939]➜  io/ioutil
2025-08-20T22:37:07.2843079Z [00:02:04.939]➜  mkdir -p $WORK/b073/
2025-08-20T22:37:07.2843415Z [00:02:04.939]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T22:37:07.2844070Z [00:02:04.939]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d # internal
2025-08-20T22:37:07.2844602Z [00:02:04.939]➜  path/filepath
2025-08-20T22:37:07.2847383Z [00:02:04.940]➜  mkdir -p $WORK/b089/
2025-08-20T22:37:07.2847980Z [00:02:04.940]➜  cat >/tmp/go-build2227044111/b089/importcfg << 'EOF' # internal
2025-08-20T22:37:07.2848570Z [00:02:04.940]➜  # import config
2025-08-20T22:37:07.2849371Z [00:02:04.940]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:07.2850081Z [00:02:04.940]➜  packagefile internal/bytealg=/tmp/go-build2227044111/b011/_pkg_.a
2025-08-20T22:37:07.2859469Z [00:02:04.940]➜  packagefile internal/filepathlite=/tmp/go-build2227044111/b051/_pkg_.a
2025-08-20T22:37:07.2860264Z [00:02:04.940]➜  packagefile io/fs=/tmp/go-build2227044111/b052/_pkg_.a
2025-08-20T22:37:07.2861139Z [00:02:04.940]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:07.2866284Z [00:02:04.940]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:07.2867321Z [00:02:04.940]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:07.2867809Z [00:02:04.940]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:07.2868271Z [00:02:04.940]➜  packagefile syscall=/tmp/go-build2227044111/b058/_pkg_.a
2025-08-20T22:37:07.2868840Z [00:02:04.940]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:07.2869231Z [00:02:04.940]➜  EOF
2025-08-20T22:37:07.2869540Z [00:02:04.940]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:07.2871710Z [00:02:04.940]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b089=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid opMDk0VgiCmU5a1iZkch/opMDk0VgiCmU5a1iZkch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b089/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-20T22:37:07.2873752Z [00:02:04.940]➜  cat >/tmp/go-build2227044111/b073/importcfg << 'EOF' # internal
2025-08-20T22:37:07.2874447Z [00:02:04.940]➜  # import config
2025-08-20T22:37:07.2874852Z [00:02:04.940]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:07.2875262Z [00:02:04.940]➜  packagefile io/fs=/tmp/go-build2227044111/b052/_pkg_.a
2025-08-20T22:37:07.2875664Z [00:02:04.940]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:07.2876073Z [00:02:04.940]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:07.2876503Z [00:02:04.940]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:07.2876817Z [00:02:04.940]➜  EOF
2025-08-20T22:37:07.2878311Z [00:02:04.940]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b073=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid 1THy3quLs4RypiYbEiwj/1THy3quLs4RypiYbEiwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T22:37:07.2961890Z [00:02:04.951]➜  cd /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2
2025-08-20T22:37:07.2963313Z [00:02:04.951]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b077=>" -I $WORK/b077/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b077/relfect2_arm64.o ./relfect2_arm64.s
2025-08-20T22:37:07.3006356Z [00:02:04.956]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b077=>" -I $WORK/b077/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b077/relfect2_mips64x.o ./relfect2_mips64x.s
2025-08-20T22:37:07.3083672Z [00:02:04.963]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b077=>" -I $WORK/b077/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b077/relfect2_mipsx.o ./relfect2_mipsx.s
2025-08-20T22:37:07.3121133Z [00:02:04.967]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b077=>" -I $WORK/b077/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b077/relfect2_ppc64x.o ./relfect2_ppc64x.s
2025-08-20T22:37:07.3152879Z [00:02:04.971]➜  go tool pack r $WORK/b077/_pkg_.a $WORK/b077/relfect2_arm64.o $WORK/b077/relfect2_mips64x.o $WORK/b077/relfect2_mipsx.o $WORK/b077/relfect2_ppc64x.o # internal
2025-08-20T22:37:07.3154252Z [00:02:04.971]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T22:37:07.3174735Z [00:02:04.973]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T22:37:07.3183551Z [00:02:04.974]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d # internal
2025-08-20T22:37:07.3184332Z [00:02:04.974]➜  crypto/internal/sysrand
2025-08-20T22:37:07.3188510Z [00:02:04.974]➜  mkdir -p $WORK/b123/
2025-08-20T22:37:07.3189230Z [00:02:04.974]➜  cat >/tmp/go-build2227044111/b123/importcfg << 'EOF' # internal
2025-08-20T22:37:07.3189602Z [00:02:04.974]➜  # import config
2025-08-20T22:37:07.3189953Z [00:02:04.974]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:07.3191707Z [00:02:04.974]➜  packagefile internal/syscall/unix=/tmp/go-build2227044111/b060/_pkg_.a
2025-08-20T22:37:07.3192227Z [00:02:04.974]➜  packagefile math=/tmp/go-build2227044111/b039/_pkg_.a
2025-08-20T22:37:07.3192654Z [00:02:04.974]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:07.3193077Z [00:02:04.974]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:07.3193498Z [00:02:04.974]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:07.3194259Z [00:02:04.974]➜  packagefile sync/atomic=/tmp/go-build2227044111/b045/_pkg_.a
2025-08-20T22:37:07.3194825Z [00:02:04.974]➜  packagefile syscall=/tmp/go-build2227044111/b058/_pkg_.a
2025-08-20T22:37:07.3195247Z [00:02:04.974]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:07.3195552Z [00:02:04.974]➜  EOF
2025-08-20T22:37:07.3195854Z [00:02:04.975]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:07.3197800Z [00:02:04.975]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b123=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid mnJYHg0KzS7cWivVHp2O/mnJYHg0KzS7cWivVHp2O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b123/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T22:37:07.3337783Z [00:02:04.986]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/9a/9adeac84c071d370420e62746d12b28fbb0849acdcd88c8d14519fbfb5022a8b-d # internal
2025-08-20T22:37:07.3338408Z [00:02:04.986]➜  regexp/syntax
2025-08-20T22:37:07.3343168Z [00:02:04.986]➜  mkdir -p $WORK/b137/
2025-08-20T22:37:07.3345148Z [00:02:04.986]➜  cat >/tmp/go-build2227044111/b137/importcfg << 'EOF' # internal
2025-08-20T22:37:07.3345864Z [00:02:04.986]➜  # import config
2025-08-20T22:37:07.3347615Z [00:02:04.986]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:07.3348066Z [00:02:04.986]➜  packagefile sort=/tmp/go-build2227044111/b080/_pkg_.a
2025-08-20T22:37:07.3348497Z [00:02:04.986]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:07.3349064Z [00:02:04.986]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:07.3349485Z [00:02:04.986]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:07.3349904Z [00:02:04.986]➜  packagefile unicode=/tmp/go-build2227044111/b047/_pkg_.a
2025-08-20T22:37:07.3350364Z [00:02:04.986]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:07.3350697Z [00:02:04.986]➜  EOF
2025-08-20T22:37:07.3353141Z [00:02:04.986]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b137=>" -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/b137/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-20T22:37:07.3475239Z [00:02:05.003]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T22:37:07.3479350Z [00:02:05.003]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d # internal
2025-08-20T22:37:07.3479952Z [00:02:05.003]➜  crypto/internal/entropy
2025-08-20T22:37:07.3486408Z [00:02:05.003]➜  mkdir -p $WORK/b122/
2025-08-20T22:37:07.3487505Z [00:02:05.004]➜  cat >/tmp/go-build2227044111/b122/importcfg << 'EOF' # internal
2025-08-20T22:37:07.3488271Z [00:02:05.004]➜  # import config
2025-08-20T22:37:07.3488868Z [00:02:05.004]➜  packagefile crypto/internal/sysrand=/tmp/go-build2227044111/b123/_pkg_.a
2025-08-20T22:37:07.3489331Z [00:02:05.004]➜  EOF
2025-08-20T22:37:07.3497288Z [00:02:05.005]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b122=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid uyN8ZSB0PiltA8jeC8ce/uyN8ZSB0PiltA8jeC8ce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T22:37:07.3594730Z [00:02:05.014]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T22:37:07.3624467Z [00:02:05.018]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T22:37:07.3644745Z [00:02:05.020]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d # internal
2025-08-20T22:37:07.3657188Z [00:02:05.021]➜  github.com/pierrec/lz4/internal/xxh32
2025-08-20T22:37:07.3657743Z [00:02:05.021]➜  mkdir -p $WORK/b139/
2025-08-20T22:37:07.3658279Z [00:02:05.021]➜  cat >/tmp/go-build2227044111/b139/importcfg << 'EOF' # internal
2025-08-20T22:37:07.3658996Z [00:02:05.021]➜  # import config
2025-08-20T22:37:07.3659463Z [00:02:05.021]➜  packagefile encoding/binary=/tmp/go-build2227044111/b093/_pkg_.a
2025-08-20T22:37:07.3659943Z [00:02:05.021]➜  EOF
2025-08-20T22:37:07.3662184Z [00:02:05.021]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b139/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4@v2.6.0+incompatible/internal/xxh32=>github.com/pierrec/lz4@v2.6.0+incompatible/internal/xxh32;$WORK/b139=>" -p github.com/pierrec/lz4/internal/xxh32 -lang=go1.16 -complete -installsuffix shared -buildid d30KrROmbLO8xmRfAAsQ/d30KrROmbLO8xmRfAAsQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b139/importcfg -pack /root/go/pkg/mod/github.com/pierrec/lz4@v2.6.0+incompatible/internal/xxh32/xxh32zero.go
2025-08-20T22:37:07.3678876Z [00:02:05.022]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d # internal
2025-08-20T22:37:07.3685545Z [00:02:05.023]➜  crypto/internal/fips140/drbg
2025-08-20T22:37:07.3685855Z [00:02:05.023]➜  mkdir -p $WORK/b121/
2025-08-20T22:37:07.3694184Z [00:02:05.025]➜  cat >/tmp/go-build2227044111/b121/importcfg << 'EOF' # internal
2025-08-20T22:37:07.3695431Z [00:02:05.025]➜  # import config
2025-08-20T22:37:07.3696206Z [00:02:05.025]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:07.3697340Z [00:02:05.025]➜  packagefile crypto/internal/entropy=/tmp/go-build2227044111/b122/_pkg_.a
2025-08-20T22:37:07.3697981Z [00:02:05.025]➜  packagefile crypto/internal/fips140=/tmp/go-build2227044111/b108/_pkg_.a
2025-08-20T22:37:07.3698553Z [00:02:05.025]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2227044111/b107/_pkg_.a
2025-08-20T22:37:07.3699282Z [00:02:05.025]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2227044111/b111/_pkg_.a
2025-08-20T22:37:07.3699894Z [00:02:05.025]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2227044111/b118/_pkg_.a
2025-08-20T22:37:07.3700520Z [00:02:05.025]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2227044111/b114/_pkg_.a
2025-08-20T22:37:07.3702190Z [00:02:05.025]➜  packagefile crypto/internal/randutil=/tmp/go-build2227044111/b124/_pkg_.a
2025-08-20T22:37:07.3702749Z [00:02:05.025]➜  packagefile crypto/internal/sysrand=/tmp/go-build2227044111/b123/_pkg_.a
2025-08-20T22:37:07.3703229Z [00:02:05.025]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:07.3703977Z [00:02:05.025]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:07.3704477Z [00:02:05.025]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:07.3704905Z [00:02:05.025]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:07.3705209Z [00:02:05.025]➜  EOF
2025-08-20T22:37:07.3707328Z [00:02:05.025]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b121=>" -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/b121/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-20T22:37:07.3952116Z [00:02:05.050]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T22:37:07.3963444Z [00:02:05.052]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/ff/ffca1b59a00dfecdbd1b4fa60b48878d4ff4fee9704f972d5cead9e094616762-d # internal
2025-08-20T22:37:07.3964465Z [00:02:05.052]➜  hash/crc64
2025-08-20T22:37:07.3964762Z [00:02:05.052]➜  mkdir -p $WORK/b144/
2025-08-20T22:37:07.3965150Z [00:02:05.052]➜  cat >/tmp/go-build2227044111/b144/importcfg << 'EOF' # internal
2025-08-20T22:37:07.3965919Z [00:02:05.052]➜  # import config
2025-08-20T22:37:07.3966260Z [00:02:05.052]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:07.3966682Z [00:02:05.052]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:07.3967145Z [00:02:05.052]➜  packagefile internal/byteorder=/tmp/go-build2227044111/b013/_pkg_.a
2025-08-20T22:37:07.3967603Z [00:02:05.052]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:07.3967912Z [00:02:05.052]➜  EOF
2025-08-20T22:37:07.3969467Z [00:02:05.052]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/.go/src/hash/crc64=>hash/crc64;$WORK/b144=>" -p hash/crc64 -lang=go1.25 -std -complete -installsuffix shared -buildid vIAun-56Mke2ijYIZdG6/vIAun-56Mke2ijYIZdG6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack /root/.go/src/hash/crc64/crc64.go
2025-08-20T22:37:07.4103400Z [00:02:05.066]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T22:37:07.4114575Z [00:02:05.067]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d # internal
2025-08-20T22:37:07.4121885Z [00:02:05.068]➜  crypto/internal/fips140/aes/gcm
2025-08-20T22:37:07.4122779Z [00:02:05.068]➜  mkdir -p $WORK/b120/
2025-08-20T22:37:07.4130140Z [00:02:05.068]➜  echo -n > $WORK/b120/go_asm.h # internal
2025-08-20T22:37:07.4131236Z [00:02:05.068]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T22:37:07.4133885Z [00:02:05.069]➜  /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/b120=>" -I $WORK/b120/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b120/symabis ./gcm_arm64.s
2025-08-20T22:37:07.4236811Z [00:02:05.079]➜  cat >/tmp/go-build2227044111/b120/importcfg << 'EOF' # internal
2025-08-20T22:37:07.4240028Z [00:02:05.079]➜  # import config
2025-08-20T22:37:07.4240506Z [00:02:05.079]➜  packagefile crypto/internal/fips140=/tmp/go-build2227044111/b108/_pkg_.a
2025-08-20T22:37:07.4241071Z [00:02:05.079]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2227044111/b107/_pkg_.a
2025-08-20T22:37:07.4241651Z [00:02:05.079]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2227044111/b110/_pkg_.a
2025-08-20T22:37:07.4242228Z [00:02:05.079]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2227044111/b111/_pkg_.a
2025-08-20T22:37:07.4242802Z [00:02:05.079]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2227044111/b121/_pkg_.a
2025-08-20T22:37:07.4243761Z [00:02:05.079]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2227044111/b118/_pkg_.a
2025-08-20T22:37:07.4244451Z [00:02:05.079]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2227044111/b114/_pkg_.a
2025-08-20T22:37:07.4245080Z [00:02:05.079]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2227044111/b115/_pkg_.a
2025-08-20T22:37:07.4245649Z [00:02:05.079]➜  packagefile crypto/internal/impl=/tmp/go-build2227044111/b116/_pkg_.a
2025-08-20T22:37:07.4246119Z [00:02:05.079]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:07.4246532Z [00:02:05.079]➜  packagefile math=/tmp/go-build2227044111/b039/_pkg_.a
2025-08-20T22:37:07.4246836Z [00:02:05.079]➜  EOF
2025-08-20T22:37:07.4247139Z [00:02:05.079]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:07.4250860Z [00:02:05.079]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b120=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid RrjrLvctw9Bw7sArM-0F/RrjrLvctw9Bw7sArM-0F -goversion go1.25.0 -symabis $WORK/b120/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b120/importcfg -pack -asmhdr $WORK/b120/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-20T22:37:07.4455962Z [00:02:05.101]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T22:37:07.4478756Z [00:02:05.101]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/98/9813749492ebfc64271d8c23b2471f641f2d8e97e45f3709f95e620d0b04ef98-d # internal
2025-08-20T22:37:07.4479465Z [00:02:05.102]➜  crypto/internal/fips140only
2025-08-20T22:37:07.4479769Z [00:02:05.102]➜  mkdir -p $WORK/b126/
2025-08-20T22:37:07.4480143Z [00:02:05.102]➜  cat >/tmp/go-build2227044111/b126/importcfg << 'EOF' # internal
2025-08-20T22:37:07.4480487Z [00:02:05.102]➜  # import config
2025-08-20T22:37:07.4480912Z [00:02:05.102]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2227044111/b121/_pkg_.a
2025-08-20T22:37:07.4481513Z [00:02:05.102]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2227044111/b113/_pkg_.a
2025-08-20T22:37:07.4482093Z [00:02:05.102]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2227044111/b117/_pkg_.a
2025-08-20T22:37:07.4482674Z [00:02:05.102]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2227044111/b119/_pkg_.a
2025-08-20T22:37:07.4483168Z [00:02:05.102]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:07.4483621Z [00:02:05.102]➜  packagefile internal/godebug=/tmp/go-build2227044111/b056/_pkg_.a
2025-08-20T22:37:07.4484074Z [00:02:05.102]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:07.4484375Z [00:02:05.102]➜  EOF
2025-08-20T22:37:07.4486062Z [00:02:05.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b126=>" -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/b126/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T22:37:07.4716348Z [00:02:05.127]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T22:37:07.4728307Z [00:02:05.128]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d # internal
2025-08-20T22:37:07.4734932Z [00:02:05.129]➜  gopkg.in/djherbis/times.v1
2025-08-20T22:37:07.4735414Z [00:02:05.129]➜  mkdir -p $WORK/b146/
2025-08-20T22:37:07.4750647Z [00:02:05.130]➜  cat >/tmp/go-build2227044111/b146/importcfg << 'EOF' # internal
2025-08-20T22:37:07.4751097Z [00:02:05.130]➜  # import config
2025-08-20T22:37:07.4751433Z [00:02:05.130]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:07.4751860Z [00:02:05.130]➜  packagefile syscall=/tmp/go-build2227044111/b058/_pkg_.a
2025-08-20T22:37:07.4752299Z [00:02:05.130]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:07.4752605Z [00:02:05.130]➜  EOF
2025-08-20T22:37:07.4762336Z [00:02:05.131]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/djherbis/times.v1@v1.3.0=>gopkg.in/djherbis/times.v1@v1.3.0;$WORK/b146=>" -p gopkg.in/djherbis/times.v1 -lang=go1.16 -complete -installsuffix shared -buildid YMGzO4NVFr3b-86qsiNB/YMGzO4NVFr3b-86qsiNB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack /root/go/pkg/mod/gopkg.in/djherbis/times.v1@v1.3.0/times.go /root/go/pkg/mod/gopkg.in/djherbis/times.v1@v1.3.0/times_linux.go /root/go/pkg/mod/gopkg.in/djherbis/times.v1@v1.3.0/use_generic_stat.go
2025-08-20T22:37:07.4835862Z [00:02:05.139]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T22:37:07.4837201Z [00:02:05.139]➜  /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/b120=>" -I $WORK/b120/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b120/gcm_arm64.o ./gcm_arm64.s
2025-08-20T22:37:07.4959017Z [00:02:05.151]➜  go tool pack r $WORK/b120/_pkg_.a $WORK/b120/gcm_arm64.o # internal
2025-08-20T22:37:07.4959736Z [00:02:05.151]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T22:37:07.4969702Z [00:02:05.152]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d # internal
2025-08-20T22:37:07.4975192Z [00:02:05.153]➜  crypto/cipher
2025-08-20T22:37:07.4975511Z [00:02:05.153]➜  mkdir -p $WORK/b106/
2025-08-20T22:37:07.4980743Z [00:02:05.153]➜  cat >/tmp/go-build2227044111/b106/importcfg << 'EOF' # internal
2025-08-20T22:37:07.4981122Z [00:02:05.153]➜  # import config
2025-08-20T22:37:07.4981481Z [00:02:05.153]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:07.4981992Z [00:02:05.153]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2227044111/b107/_pkg_.a
2025-08-20T22:37:07.4982645Z [00:02:05.153]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build2227044111/b120/_pkg_.a
2025-08-20T22:37:07.4983241Z [00:02:05.153]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2227044111/b110/_pkg_.a
2025-08-20T22:37:07.4983817Z [00:02:05.153]➜  packagefile crypto/internal/fips140only=/tmp/go-build2227044111/b126/_pkg_.a
2025-08-20T22:37:07.4984565Z [00:02:05.153]➜  packagefile crypto/subtle=/tmp/go-build2227044111/b127/_pkg_.a
2025-08-20T22:37:07.4985172Z [00:02:05.153]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:07.4985794Z [00:02:05.153]➜  packagefile internal/byteorder=/tmp/go-build2227044111/b013/_pkg_.a
2025-08-20T22:37:07.4986356Z [00:02:05.153]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:07.4986790Z [00:02:05.153]➜  EOF
2025-08-20T22:37:07.4987211Z [00:02:05.153]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:07.4989738Z [00:02:05.153]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b106=>" -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/b106/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-20T22:37:07.5103395Z [00:02:05.165]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T22:37:07.5141712Z [00:02:05.169]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d # internal
2025-08-20T22:37:07.5158446Z [00:02:05.171]➜  encoding/json
2025-08-20T22:37:07.5158901Z [00:02:05.171]➜  mkdir -p $WORK/b068/
2025-08-20T22:37:07.5168274Z [00:02:05.172]➜  cat >/tmp/go-build2227044111/b068/importcfg << 'EOF' # internal
2025-08-20T22:37:07.5168897Z [00:02:05.172]➜  # import config
2025-08-20T22:37:07.5169281Z [00:02:05.172]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:07.5169697Z [00:02:05.172]➜  packagefile cmp=/tmp/go-build2227044111/b035/_pkg_.a
2025-08-20T22:37:07.5170122Z [00:02:05.172]➜  packagefile encoding=/tmp/go-build2227044111/b066/_pkg_.a
2025-08-20T22:37:07.5170583Z [00:02:05.172]➜  packagefile encoding/base64=/tmp/go-build2227044111/b067/_pkg_.a
2025-08-20T22:37:07.5171030Z [00:02:05.172]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:07.5171454Z [00:02:05.172]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:07.5171850Z [00:02:05.172]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:07.5172251Z [00:02:05.172]➜  packagefile math=/tmp/go-build2227044111/b039/_pkg_.a
2025-08-20T22:37:07.5172668Z [00:02:05.172]➜  packagefile reflect=/tmp/go-build2227044111/b036/_pkg_.a
2025-08-20T22:37:07.5173515Z [00:02:05.172]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:07.5173940Z [00:02:05.172]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:07.5174364Z [00:02:05.172]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:07.5174775Z [00:02:05.172]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:07.5175188Z [00:02:05.172]➜  packagefile unicode=/tmp/go-build2227044111/b047/_pkg_.a
2025-08-20T22:37:07.5175632Z [00:02:05.172]➜  packagefile unicode/utf16=/tmp/go-build2227044111/b070/_pkg_.a
2025-08-20T22:37:07.5176100Z [00:02:05.172]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:07.5176431Z [00:02:05.172]➜  EOF
2025-08-20T22:37:07.5179042Z [00:02:05.172]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b068=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid LVFDRKtEsWkoES0oPVFq/LVFDRKtEsWkoES0oPVFq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/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-20T22:37:07.5208546Z [00:02:05.176]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T22:37:07.5225588Z [00:02:05.178]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/f7/f7759c924c8db8500d411182d54746534df49912495755710b5b51f578208671-d # internal
2025-08-20T22:37:07.5227404Z [00:02:05.178]➜  log
2025-08-20T22:37:07.5227845Z [00:02:05.178]➜  mkdir -p $WORK/b074/
2025-08-20T22:37:07.5230713Z [00:02:05.178]➜  cat >/tmp/go-build2227044111/b074/importcfg << 'EOF' # internal
2025-08-20T22:37:07.5231073Z [00:02:05.178]➜  # import config
2025-08-20T22:37:07.5231428Z [00:02:05.178]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:07.5231836Z [00:02:05.178]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:07.5232959Z [00:02:05.178]➜  packagefile log/internal=/tmp/go-build2227044111/b075/_pkg_.a
2025-08-20T22:37:07.5233878Z [00:02:05.178]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:07.5234748Z [00:02:05.178]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:07.5235217Z [00:02:05.178]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:07.5235959Z [00:02:05.178]➜  packagefile sync/atomic=/tmp/go-build2227044111/b045/_pkg_.a
2025-08-20T22:37:07.5236472Z [00:02:05.178]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:07.5236783Z [00:02:05.178]➜  EOF
2025-08-20T22:37:07.5238048Z [00:02:05.178]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b074=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid jPprHZI6Qsaa_ihmkgSu/jPprHZI6Qsaa_ihmkgSu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b074/importcfg -pack /root/.go/src/log/log.go
2025-08-20T22:37:07.5450603Z [00:02:05.200]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T22:37:07.5471502Z [00:02:05.202]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d # internal
2025-08-20T22:37:07.5476169Z [00:02:05.203]➜  runtime/debug
2025-08-20T22:37:07.5476483Z [00:02:05.203]➜  mkdir -p $WORK/b076/
2025-08-20T22:37:07.5478614Z [00:02:05.203]➜  echo -n > $WORK/b076/go_asm.h # internal
2025-08-20T22:37:07.5479937Z [00:02:05.203]➜  cd /root/.go/src/runtime/debug
2025-08-20T22:37:07.5481146Z [00:02:05.203]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b076=>" -I $WORK/b076/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b076/symabis ./debug.s
2025-08-20T22:37:07.5506745Z [00:02:05.206]➜  cat >/tmp/go-build2227044111/b076/importcfg << 'EOF' # internal
2025-08-20T22:37:07.5507249Z [00:02:05.206]➜  # import config
2025-08-20T22:37:07.5507594Z [00:02:05.206]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:07.5508044Z [00:02:05.206]➜  packagefile internal/poll=/tmp/go-build2227044111/b059/_pkg_.a
2025-08-20T22:37:07.5508484Z [00:02:05.206]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:07.5509120Z [00:02:05.206]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:07.5509587Z [00:02:05.206]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:07.5510012Z [00:02:05.206]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:07.5510440Z [00:02:05.206]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:07.5510863Z [00:02:05.206]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:07.5511184Z [00:02:05.206]➜  EOF
2025-08-20T22:37:07.5511481Z [00:02:05.206]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:07.5513619Z [00:02:05.206]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b076=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid mxuhknRyDyMkG_Bz4Oci/mxuhknRyDyMkG_Bz4Oci -goversion go1.25.0 -symabis $WORK/b076/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack -asmhdr $WORK/b076/go_asm.h /root/.go/src/runtime/debug/garbage.go /root/.go/src/runtime/debug/mod.go /root/.go/src/runtime/debug/stack.go /root/.go/src/runtime/debug/stubs.go
2025-08-20T22:37:07.5573890Z [00:02:05.213]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T22:37:07.5591659Z [00:02:05.214]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d # internal
2025-08-20T22:37:07.5647082Z [00:02:05.220]➜  math/big
2025-08-20T22:37:07.5653863Z [00:02:05.221]➜  mkdir -p $WORK/b078/
2025-08-20T22:37:07.5658290Z [00:02:05.221]➜  echo -n > $WORK/b078/go_asm.h # internal
2025-08-20T22:37:07.5658745Z [00:02:05.221]➜  cd /root/.go/src/math/big
2025-08-20T22:37:07.5659762Z [00:02:05.221]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b078=>" -I $WORK/b078/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b078/symabis ./arith_arm64.s
2025-08-20T22:37:07.5716021Z [00:02:05.227]➜  cat >/tmp/go-build2227044111/b078/importcfg << 'EOF' # internal
2025-08-20T22:37:07.5716955Z [00:02:05.227]➜  # import config
2025-08-20T22:37:07.5719595Z [00:02:05.227]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:07.5720514Z [00:02:05.227]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:07.5721348Z [00:02:05.227]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:07.5724686Z [00:02:05.227]➜  packagefile internal/byteorder=/tmp/go-build2227044111/b013/_pkg_.a
2025-08-20T22:37:07.5725306Z [00:02:05.227]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:07.5726341Z [00:02:05.227]➜  packagefile math=/tmp/go-build2227044111/b039/_pkg_.a
2025-08-20T22:37:07.5726845Z [00:02:05.227]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:07.5727297Z [00:02:05.227]➜  packagefile math/rand=/tmp/go-build2227044111/b079/_pkg_.a
2025-08-20T22:37:07.5727732Z [00:02:05.227]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:07.5728180Z [00:02:05.227]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:07.5728608Z [00:02:05.227]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:07.5729202Z [00:02:05.227]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:07.5729518Z [00:02:05.227]➜  EOF
2025-08-20T22:37:07.5729818Z [00:02:05.228]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:07.5736326Z [00:02:05.229]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b078=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid ckCotv1-eUY3z3WtniLs/ckCotv1-eUY3z3WtniLs -goversion go1.25.0 -symabis $WORK/b078/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b078/importcfg -pack -asmhdr $WORK/b078/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-20T22:37:07.5900589Z [00:02:05.245]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T22:37:07.5907292Z [00:02:05.246]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d # internal
2025-08-20T22:37:07.5912091Z [00:02:05.247]➜  github.com/logrusorgru/aurora
2025-08-20T22:37:07.5912425Z [00:02:05.247]➜  mkdir -p $WORK/b081/
2025-08-20T22:37:07.5942550Z [00:02:05.249]➜  cat >/tmp/go-build2227044111/b081/importcfg << 'EOF' # internal
2025-08-20T22:37:07.5943362Z [00:02:05.249]➜  # import config
2025-08-20T22:37:07.5944153Z [00:02:05.249]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:07.5944627Z [00:02:05.250]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:07.5945089Z [00:02:05.250]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:07.5945454Z [00:02:05.250]➜  EOF
2025-08-20T22:37:07.5949042Z [00:02:05.250]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/logrusorgru/aurora@v2.0.3+incompatible=>github.com/logrusorgru/aurora@v2.0.3+incompatible;$WORK/b081=>" -p github.com/logrusorgru/aurora -lang=go1.16 -complete -installsuffix shared -buildid vQsrJxB9Alsg_KLbjGJK/vQsrJxB9Alsg_KLbjGJK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b081/importcfg -pack /root/go/pkg/mod/github.com/logrusorgru/aurora@v2.0.3+incompatible/aurora.go /root/go/pkg/mod/github.com/logrusorgru/aurora@v2.0.3+incompatible/color.go /root/go/pkg/mod/github.com/logrusorgru/aurora@v2.0.3+incompatible/sprintf.go /root/go/pkg/mod/github.com/logrusorgru/aurora@v2.0.3+incompatible/value.go /root/go/pkg/mod/github.com/logrusorgru/aurora@v2.0.3+incompatible/wrap.go
2025-08-20T22:37:07.6098436Z [00:02:05.265]➜  cd /root/.go/src/runtime/debug
2025-08-20T22:37:07.6118488Z [00:02:05.265]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b076=>" -I $WORK/b076/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b076/debug.o ./debug.s
2025-08-20T22:37:07.6128193Z [00:02:05.268]➜  go tool pack r $WORK/b076/_pkg_.a $WORK/b076/debug.o # internal
2025-08-20T22:37:07.6132789Z [00:02:05.268]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T22:37:07.6160814Z [00:02:05.269]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/cb/cb3b30c8e26d6daf52407c28a3594f02b6e62c5f066c8b23b7c934ed448d9fd8-d # internal
2025-08-20T22:37:07.6161650Z [00:02:05.270]➜  github.com/modern-go/concurrent
2025-08-20T22:37:07.6162097Z [00:02:05.270]➜  mkdir -p $WORK/b071/
2025-08-20T22:37:07.6162597Z [00:02:05.270]➜  cat >/tmp/go-build2227044111/b071/importcfg << 'EOF' # internal
2025-08-20T22:37:07.6163051Z [00:02:05.270]➜  # import config
2025-08-20T22:37:07.6163496Z [00:02:05.270]➜  packagefile context=/tmp/go-build2227044111/b072/_pkg_.a
2025-08-20T22:37:07.6164463Z [00:02:05.270]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:07.6165056Z [00:02:05.270]➜  packagefile io/ioutil=/tmp/go-build2227044111/b073/_pkg_.a
2025-08-20T22:37:07.6165593Z [00:02:05.270]➜  packagefile log=/tmp/go-build2227044111/b074/_pkg_.a
2025-08-20T22:37:07.6166107Z [00:02:05.270]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:07.6166637Z [00:02:05.270]➜  packagefile reflect=/tmp/go-build2227044111/b036/_pkg_.a
2025-08-20T22:37:07.6167158Z [00:02:05.270]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:07.6167738Z [00:02:05.270]➜  packagefile runtime/debug=/tmp/go-build2227044111/b076/_pkg_.a
2025-08-20T22:37:07.6168298Z [00:02:05.270]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:07.6169017Z [00:02:05.270]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:07.6169481Z [00:02:05.270]➜  EOF
2025-08-20T22:37:07.6169876Z [00:02:05.270]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:07.6173335Z [00:02:05.270]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd=>github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd;$WORK/b071=>" -p github.com/modern-go/concurrent -lang=go1.16 -complete -installsuffix shared -buildid X5fETsLM_gylC2wPOF-Z/X5fETsLM_gylC2wPOF-Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/executor.go /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/go_above_19.go /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/log.go /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/unbounded_executor.go
2025-08-20T22:37:07.7504040Z [00:02:05.405]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T22:37:07.7504831Z [00:02:05.405]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/e7/e7256898750dfd6ff29a0ca207301ccb53a81f2be67d753b2867f8cc305566a8-d # internal
2025-08-20T22:37:07.7508040Z [00:02:05.405]➜  os/user
2025-08-20T22:37:07.7510486Z [00:02:05.405]➜  mkdir -p $WORK/b087/
2025-08-20T22:37:07.7511308Z [00:02:05.405]➜  echo -n > $WORK/b087/preferlinkext # internal
2025-08-20T22:37:07.7511670Z [00:02:05.405]➜  cd /root/.go/src/os/user
2025-08-20T22:37:07.7513032Z [00:02:05.405]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b087/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T22:37:07.8847686Z [00:02:05.540]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T22:37:07.8909009Z [00:02:05.546]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/e2/e201a047dff214aaab13bb0eac03d65091eb7e86a06dc8b3291f6a76a580a305-d # internal
2025-08-20T22:37:07.8909907Z [00:02:05.546]➜  compress/flate
2025-08-20T22:37:07.8910204Z [00:02:05.546]➜  mkdir -p $WORK/b092/
2025-08-20T22:37:07.8911321Z [00:02:05.546]➜  cat >/tmp/go-build2227044111/b092/importcfg << 'EOF' # internal
2025-08-20T22:37:07.8913009Z [00:02:05.546]➜  # import config
2025-08-20T22:37:07.8914814Z [00:02:05.546]➜  packagefile bufio=/tmp/go-build2227044111/b091/_pkg_.a
2025-08-20T22:37:07.8915250Z [00:02:05.546]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:07.8915665Z [00:02:05.546]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:07.8916088Z [00:02:05.546]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:07.8916496Z [00:02:05.546]➜  packagefile math=/tmp/go-build2227044111/b039/_pkg_.a
2025-08-20T22:37:07.8916922Z [00:02:05.546]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:07.8917347Z [00:02:05.546]➜  packagefile sort=/tmp/go-build2227044111/b080/_pkg_.a
2025-08-20T22:37:07.8918175Z [00:02:05.546]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:07.8918599Z [00:02:05.546]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:07.8919138Z [00:02:05.546]➜  EOF
2025-08-20T22:37:07.8919670Z [00:02:05.547]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:07.8922415Z [00:02:05.547]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b092=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid ilfncTBnkA4QKWtYPm5O/ilfncTBnkA4QKWtYPm5O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b092/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-20T22:37:07.9513200Z [00:02:05.606]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T22:37:07.9595122Z [00:02:05.614]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d # internal
2025-08-20T22:37:07.9622127Z [00:02:05.617]➜  github.com/dsnet/compress/internal/prefix
2025-08-20T22:37:07.9622607Z [00:02:05.617]➜  mkdir -p $WORK/b101/
2025-08-20T22:37:07.9622996Z [00:02:05.617]➜  cat >/tmp/go-build2227044111/b101/importcfg << 'EOF' # internal
2025-08-20T22:37:07.9623355Z [00:02:05.617]➜  # import config
2025-08-20T22:37:07.9623815Z [00:02:05.617]➜  packagefile bufio=/tmp/go-build2227044111/b091/_pkg_.a
2025-08-20T22:37:07.9624251Z [00:02:05.617]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:07.9624710Z [00:02:05.617]➜  packagefile encoding/binary=/tmp/go-build2227044111/b093/_pkg_.a
2025-08-20T22:37:07.9625157Z [00:02:05.617]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:07.9625664Z [00:02:05.617]➜  packagefile github.com/dsnet/compress=/tmp/go-build2227044111/b102/_pkg_.a
2025-08-20T22:37:07.9626253Z [00:02:05.617]➜  packagefile github.com/dsnet/compress/internal=/tmp/go-build2227044111/b099/_pkg_.a
2025-08-20T22:37:07.9626904Z [00:02:05.617]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build2227044111/b100/_pkg_.a
2025-08-20T22:37:07.9627428Z [00:02:05.617]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:07.9627829Z [00:02:05.617]➜  packagefile sort=/tmp/go-build2227044111/b080/_pkg_.a
2025-08-20T22:37:07.9628778Z [00:02:05.617]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:07.9629179Z [00:02:05.617]➜  EOF
2025-08-20T22:37:07.9637889Z [00:02:05.619]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/internal/prefix=>github.com/dsnet/compress@v0.0.1/internal/prefix;$WORK/b101=>" -p github.com/dsnet/compress/internal/prefix -lang=go1.9 -complete -installsuffix shared -buildid gOXz6aG_zg7wqPYDhVFa/gOXz6aG_zg7wqPYDhVFa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/internal/prefix/decoder.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/internal/prefix/encoder.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/internal/prefix/prefix.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/internal/prefix/range.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/internal/prefix/reader.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/internal/prefix/wrap.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/internal/prefix/writer.go
2025-08-20T22:37:08.0507644Z [00:02:05.706]➜  cd /root/.go/src/math/big
2025-08-20T22:37:08.0512710Z [00:02:05.706]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b078=>" -I $WORK/b078/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b078/arith_arm64.o ./arith_arm64.s
2025-08-20T22:37:08.0604092Z [00:02:05.714]➜  go tool pack r $WORK/b078/_pkg_.a $WORK/b078/arith_arm64.o # internal
2025-08-20T22:37:08.0605319Z [00:02:05.714]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T22:37:08.0607975Z [00:02:05.716]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T22:37:08.0630922Z [00:02:05.718]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d # internal
2025-08-20T22:37:08.0642426Z [00:02:05.720]➜  archive/zip
2025-08-20T22:37:08.0643884Z [00:02:05.720]➜  mkdir -p $WORK/b090/
2025-08-20T22:37:08.0644516Z [00:02:05.720]➜  cat >/tmp/go-build2227044111/b090/importcfg << 'EOF' # internal
2025-08-20T22:37:08.0645123Z [00:02:05.720]➜  # import config
2025-08-20T22:37:08.0646140Z [00:02:05.720]➜  packagefile bufio=/tmp/go-build2227044111/b091/_pkg_.a
2025-08-20T22:37:08.0646646Z [00:02:05.720]➜  packagefile compress/flate=/tmp/go-build2227044111/b092/_pkg_.a
2025-08-20T22:37:08.0647170Z [00:02:05.720]➜  packagefile encoding/binary=/tmp/go-build2227044111/b093/_pkg_.a
2025-08-20T22:37:08.0647620Z [00:02:05.720]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:08.0648035Z [00:02:05.720]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:08.0648448Z [00:02:05.720]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:08.0649024Z [00:02:05.720]➜  packagefile hash/crc32=/tmp/go-build2227044111/b095/_pkg_.a
2025-08-20T22:37:08.0649498Z [00:02:05.720]➜  packagefile internal/godebug=/tmp/go-build2227044111/b056/_pkg_.a
2025-08-20T22:37:08.0649952Z [00:02:05.720]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:08.0650356Z [00:02:05.720]➜  packagefile io/fs=/tmp/go-build2227044111/b052/_pkg_.a
2025-08-20T22:37:08.0650758Z [00:02:05.720]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:08.0651160Z [00:02:05.720]➜  packagefile path=/tmp/go-build2227044111/b054/_pkg_.a
2025-08-20T22:37:08.0651615Z [00:02:05.720]➜  packagefile path/filepath=/tmp/go-build2227044111/b089/_pkg_.a
2025-08-20T22:37:08.0652062Z [00:02:05.720]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:08.0652482Z [00:02:05.720]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:08.0652897Z [00:02:05.720]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:08.0653306Z [00:02:05.720]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:08.0653744Z [00:02:05.720]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:08.0654444Z [00:02:05.720]➜  EOF
2025-08-20T22:37:08.0654836Z [00:02:05.720]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:08.0656777Z [00:02:05.720]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/archive/zip=>archive/zip;$WORK/b090=>" -p archive/zip -lang=go1.25 -std -complete -installsuffix shared -buildid conkw2KHIADH1MgKUV6C/conkw2KHIADH1MgKUV6C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack /root/.go/src/archive/zip/reader.go /root/.go/src/archive/zip/register.go /root/.go/src/archive/zip/struct.go /root/.go/src/archive/zip/writer.go
2025-08-20T22:37:08.0665233Z [00:02:05.722]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d # internal
2025-08-20T22:37:08.0702230Z [00:02:05.726]➜  github.com/json-iterator/go
2025-08-20T22:37:08.0702565Z [00:02:05.726]➜  mkdir -p $WORK/b065/
2025-08-20T22:37:08.0717208Z [00:02:05.727]➜  cat >/tmp/go-build2227044111/b065/importcfg << 'EOF' # internal
2025-08-20T22:37:08.0717642Z [00:02:05.727]➜  # import config
2025-08-20T22:37:08.0717982Z [00:02:05.727]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:08.0718415Z [00:02:05.727]➜  packagefile encoding=/tmp/go-build2227044111/b066/_pkg_.a
2025-08-20T22:37:08.0718996Z [00:02:05.727]➜  packagefile encoding/base64=/tmp/go-build2227044111/b067/_pkg_.a
2025-08-20T22:37:08.0719838Z [00:02:05.727]➜  packagefile encoding/json=/tmp/go-build2227044111/b068/_pkg_.a
2025-08-20T22:37:08.0720286Z [00:02:05.727]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:08.0720702Z [00:02:05.727]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:08.0721210Z [00:02:05.727]➜  packagefile github.com/modern-go/concurrent=/tmp/go-build2227044111/b071/_pkg_.a
2025-08-20T22:37:08.0721791Z [00:02:05.727]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build2227044111/b077/_pkg_.a
2025-08-20T22:37:08.0722283Z [00:02:05.727]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:08.0722687Z [00:02:05.727]➜  packagefile math=/tmp/go-build2227044111/b039/_pkg_.a
2025-08-20T22:37:08.0723108Z [00:02:05.727]➜  packagefile math/big=/tmp/go-build2227044111/b078/_pkg_.a
2025-08-20T22:37:08.0723538Z [00:02:05.727]➜  packagefile reflect=/tmp/go-build2227044111/b036/_pkg_.a
2025-08-20T22:37:08.0723965Z [00:02:05.727]➜  packagefile sort=/tmp/go-build2227044111/b080/_pkg_.a
2025-08-20T22:37:08.0724380Z [00:02:05.727]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:08.0724803Z [00:02:05.727]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:08.0725217Z [00:02:05.727]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:08.0725635Z [00:02:05.727]➜  packagefile unicode=/tmp/go-build2227044111/b047/_pkg_.a
2025-08-20T22:37:08.0726082Z [00:02:05.727]➜  packagefile unicode/utf16=/tmp/go-build2227044111/b070/_pkg_.a
2025-08-20T22:37:08.0726555Z [00:02:05.727]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:08.0726883Z [00:02:05.727]➜  EOF
2025-08-20T22:37:08.0742046Z [00:02:05.727]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/json-iterator/go@v1.1.12=>github.com/json-iterator/go@v1.1.12;$WORK/b065=>" -p github.com/json-iterator/go -lang=go1.12 -complete -installsuffix shared -buildid xVPHJMpFpVfphDB8tuVn/xVPHJMpFpVfphDB8tuVn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -pack /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/adapter.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_array.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_bool.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_float.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_int32.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_int64.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_invalid.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_nil.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_number.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_object.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_str.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_uint32.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_uint64.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/config.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_array.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_float.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_int.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_object.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_skip.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_skip_strict.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_str.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/jsoniter.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/pool.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_array.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_dynamic.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_extension.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_json_number.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_json_raw_message.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_map.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_marshaler.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_native.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_optional.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_slice.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_struct_decoder.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_struct_encoder.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream_float.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream_int.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream_str.go
2025-08-20T22:37:08.0786271Z [00:02:05.734]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T22:37:08.0801651Z [00:02:05.735]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/2c/2cd83be27c644ebb2be5f588288dd6044b2d53ebd536cf823e2e7d60670db2ca-d # internal
2025-08-20T22:37:08.0810006Z [00:02:05.736]➜  compress/gzip
2025-08-20T22:37:08.0815970Z [00:02:05.736]➜  mkdir -p $WORK/b096/
2025-08-20T22:37:08.0816491Z [00:02:05.737]➜  cat >/tmp/go-build2227044111/b096/importcfg << 'EOF' # internal
2025-08-20T22:37:08.0816854Z [00:02:05.737]➜  # import config
2025-08-20T22:37:08.0817199Z [00:02:05.737]➜  packagefile bufio=/tmp/go-build2227044111/b091/_pkg_.a
2025-08-20T22:37:08.0817677Z [00:02:05.737]➜  packagefile compress/flate=/tmp/go-build2227044111/b092/_pkg_.a
2025-08-20T22:37:08.0818162Z [00:02:05.737]➜  packagefile encoding/binary=/tmp/go-build2227044111/b093/_pkg_.a
2025-08-20T22:37:08.0818613Z [00:02:05.737]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:08.0819176Z [00:02:05.737]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:08.0819624Z [00:02:05.737]➜  packagefile hash/crc32=/tmp/go-build2227044111/b095/_pkg_.a
2025-08-20T22:37:08.0820046Z [00:02:05.737]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:08.0820451Z [00:02:05.737]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:08.0820760Z [00:02:05.737]➜  EOF
2025-08-20T22:37:08.0822724Z [00:02:05.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b096=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid QZrYBpMOEIxYc1KN8cnf/QZrYBpMOEIxYc1KN8cnf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T22:37:08.1172275Z [00:02:05.772]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T22:37:08.1177409Z [00:02:05.773]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d # internal
2025-08-20T22:37:08.1178498Z [00:02:05.773]➜  github.com/dsnet/compress/bzip2
2025-08-20T22:37:08.1180990Z [00:02:05.773]➜  mkdir -p $WORK/b097/
2025-08-20T22:37:08.1182859Z [00:02:05.773]➜  cat >/tmp/go-build2227044111/b097/importcfg << 'EOF' # internal
2025-08-20T22:37:08.1183269Z [00:02:05.773]➜  # import config
2025-08-20T22:37:08.1183603Z [00:02:05.773]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:08.1184182Z [00:02:05.773]➜  packagefile github.com/dsnet/compress/bzip2/internal/sais=/tmp/go-build2227044111/b098/_pkg_.a
2025-08-20T22:37:08.1184888Z [00:02:05.773]➜  packagefile github.com/dsnet/compress/internal=/tmp/go-build2227044111/b099/_pkg_.a
2025-08-20T22:37:08.1185545Z [00:02:05.773]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build2227044111/b100/_pkg_.a
2025-08-20T22:37:08.1186216Z [00:02:05.773]➜  packagefile github.com/dsnet/compress/internal/prefix=/tmp/go-build2227044111/b101/_pkg_.a
2025-08-20T22:37:08.1187258Z [00:02:05.773]➜  packagefile hash/crc32=/tmp/go-build2227044111/b095/_pkg_.a
2025-08-20T22:37:08.1187685Z [00:02:05.773]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:08.1187986Z [00:02:05.773]➜  EOF
2025-08-20T22:37:08.1191684Z [00:02:05.773]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/bzip2=>github.com/dsnet/compress@v0.0.1/bzip2;$WORK/b097=>" -p github.com/dsnet/compress/bzip2 -lang=go1.9 -complete -installsuffix shared -buildid AzXeNTHjkdMwXQAXmwvn/AzXeNTHjkdMwXQAXmwvn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/bzip2/bwt.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/bzip2/common.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/bzip2/fuzz_off.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/bzip2/mtf_rle2.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/bzip2/prefix.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/bzip2/reader.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/bzip2/rle1.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.1/bzip2/writer.go
2025-08-20T22:37:08.1267711Z [00:02:05.782]➜  cd $WORK/b087
2025-08-20T22:37:08.1269400Z [00:02:05.782]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b087/_x001.o -c _cgo_export.c
2025-08-20T22:37:08.1444378Z [00:02:05.799]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b087/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T22:37:08.1773591Z [00:02:05.832]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b087/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T22:37:08.2008532Z [00:02:05.856]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T22:37:08.2014460Z [00:02:05.857]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b087/_cgo_main.o -c _cgo_main.c
2025-08-20T22:37:08.2029109Z [00:02:05.858]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/9d/9d8ec04d6f097e444af2ad76d1959bd36c49a0fba43b50ed10704c1c12e20882-d # internal
2025-08-20T22:37:08.2029798Z [00:02:05.858]➜  crypto/internal/boring
2025-08-20T22:37:08.2030080Z [00:02:05.858]➜  mkdir -p $WORK/b128/
2025-08-20T22:37:08.2044432Z [00:02:05.860]➜  cat >/tmp/go-build2227044111/b128/importcfg << 'EOF' # internal
2025-08-20T22:37:08.2045529Z [00:02:05.860]➜  # import config
2025-08-20T22:37:08.2045931Z [00:02:05.860]➜  packagefile crypto=/tmp/go-build2227044111/b129/_pkg_.a
2025-08-20T22:37:08.2046391Z [00:02:05.860]➜  packagefile crypto/cipher=/tmp/go-build2227044111/b106/_pkg_.a
2025-08-20T22:37:08.2046944Z [00:02:05.860]➜  packagefile crypto/internal/boring/sig=/tmp/go-build2227044111/b130/_pkg_.a
2025-08-20T22:37:08.2047429Z [00:02:05.860]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:08.2047735Z [00:02:05.860]➜  EOF
2025-08-20T22:37:08.2048048Z [00:02:05.860]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:08.2050652Z [00:02:05.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b128=>" -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/b128/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T22:37:08.2278293Z [00:02:05.883]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -o $WORK/b087/_cgo_.o $WORK/b087/_cgo_main.o $WORK/b087/preferlinkext $WORK/b087/_x001.o $WORK/b087/_x002.o $WORK/b087/_x003.o -O2 -g
2025-08-20T22:37:08.2281274Z [00:02:05.883]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T22:37:08.2288348Z [00:02:05.884]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d # internal
2025-08-20T22:37:08.2289416Z [00:02:05.884]➜  crypto/aes
2025-08-20T22:37:08.2289931Z [00:02:05.884]➜  mkdir -p $WORK/b105/
2025-08-20T22:37:08.2290353Z [00:02:05.884]➜  cat >/tmp/go-build2227044111/b105/importcfg << 'EOF' # internal
2025-08-20T22:37:08.2297580Z [00:02:05.884]➜  # import config
2025-08-20T22:37:08.2298831Z [00:02:05.884]➜  packagefile crypto/cipher=/tmp/go-build2227044111/b106/_pkg_.a
2025-08-20T22:37:08.2299427Z [00:02:05.884]➜  packagefile crypto/internal/boring=/tmp/go-build2227044111/b128/_pkg_.a
2025-08-20T22:37:08.2300025Z [00:02:05.884]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2227044111/b107/_pkg_.a
2025-08-20T22:37:08.2300552Z [00:02:05.884]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:08.2300873Z [00:02:05.884]➜  EOF
2025-08-20T22:37:08.2302258Z [00:02:05.885]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/.go/src/crypto/aes=>crypto/aes;$WORK/b105=>" -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/b105/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T22:37:08.2473865Z [00:02:05.903]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T22:37:08.2475575Z [00:02:05.903]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d # internal
2025-08-20T22:37:08.2476130Z [00:02:05.903]➜  crypto/hmac
2025-08-20T22:37:08.2476384Z [00:02:05.903]➜  mkdir -p $WORK/b131/
2025-08-20T22:37:08.2477159Z [00:02:05.903]➜  cat >/tmp/go-build2227044111/b131/importcfg << 'EOF' # internal
2025-08-20T22:37:08.2477592Z [00:02:05.903]➜  # import config
2025-08-20T22:37:08.2477997Z [00:02:05.903]➜  packagefile crypto/internal/boring=/tmp/go-build2227044111/b128/_pkg_.a
2025-08-20T22:37:08.2478561Z [00:02:05.903]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2227044111/b112/_pkg_.a
2025-08-20T22:37:08.2479326Z [00:02:05.903]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2227044111/b132/_pkg_.a
2025-08-20T22:37:08.2479904Z [00:02:05.903]➜  packagefile crypto/internal/fips140only=/tmp/go-build2227044111/b126/_pkg_.a
2025-08-20T22:37:08.2480423Z [00:02:05.903]➜  packagefile crypto/subtle=/tmp/go-build2227044111/b127/_pkg_.a
2025-08-20T22:37:08.2480863Z [00:02:05.903]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:08.2481171Z [00:02:05.903]➜  EOF
2025-08-20T22:37:08.2482588Z [00:02:05.903]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b131=>" -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/b131/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T22:37:08.2837162Z [00:02:05.939]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T22:37:08.2844095Z [00:02:05.939]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d # internal
2025-08-20T22:37:08.2879825Z [00:02:05.943]➜  crypto/sha1
2025-08-20T22:37:08.2882428Z [00:02:05.943]➜  mkdir -p $WORK/b134/
2025-08-20T22:37:08.2882881Z [00:02:05.943]➜  echo -n > $WORK/b134/go_asm.h # internal
2025-08-20T22:37:08.2883212Z [00:02:05.943]➜  cd /root/.go/src/crypto/sha1
2025-08-20T22:37:08.2884282Z [00:02:05.943]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b134=>" -I $WORK/b134/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b134/symabis ./sha1block_arm64.s
2025-08-20T22:37:08.2907574Z [00:02:05.946]➜  cat >/tmp/go-build2227044111/b134/importcfg << 'EOF' # internal
2025-08-20T22:37:08.2908130Z [00:02:05.946]➜  # import config
2025-08-20T22:37:08.2920822Z [00:02:05.946]➜  packagefile crypto=/tmp/go-build2227044111/b129/_pkg_.a
2025-08-20T22:37:08.2921616Z [00:02:05.946]➜  packagefile crypto/internal/boring=/tmp/go-build2227044111/b128/_pkg_.a
2025-08-20T22:37:08.2922378Z [00:02:05.946]➜  packagefile crypto/internal/fips140only=/tmp/go-build2227044111/b126/_pkg_.a
2025-08-20T22:37:08.2923022Z [00:02:05.946]➜  packagefile crypto/internal/impl=/tmp/go-build2227044111/b116/_pkg_.a
2025-08-20T22:37:08.2927824Z [00:02:05.946]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:08.2928252Z [00:02:05.946]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:08.2928948Z [00:02:05.946]➜  packagefile internal/byteorder=/tmp/go-build2227044111/b013/_pkg_.a
2025-08-20T22:37:08.2929497Z [00:02:05.946]➜  packagefile internal/cpu=/tmp/go-build2227044111/b012/_pkg_.a
2025-08-20T22:37:08.2929948Z [00:02:05.946]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:08.2930271Z [00:02:05.946]➜  EOF
2025-08-20T22:37:08.2930574Z [00:02:05.946]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:08.2932547Z [00:02:05.946]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b134=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid 8Z_kqFRDVoFSVE0DDi_T/8Z_kqFRDVoFSVE0DDi_T -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/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_arm64.go
2025-08-20T22:37:08.3490050Z [00:02:06.004]➜  cd /root/.go/src/crypto/sha1
2025-08-20T22:37:08.3494424Z [00:02:06.004]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b134=>" -I $WORK/b134/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b134/sha1block_arm64.o ./sha1block_arm64.s
2025-08-20T22:37:08.3497649Z [00:02:06.005]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T22:37:08.3522058Z [00:02:06.007]➜  go tool pack r $WORK/b134/_pkg_.a $WORK/b134/sha1block_arm64.o # internal
2025-08-20T22:37:08.3526797Z [00:02:06.007]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T22:37:08.3530705Z [00:02:06.008]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d # internal
2025-08-20T22:37:08.3533382Z [00:02:06.008]➜  crypto/sha256
2025-08-20T22:37:08.3534916Z [00:02:06.008]➜  mkdir -p $WORK/b135/
2025-08-20T22:37:08.3537054Z [00:02:06.009]➜  cat >/tmp/go-build2227044111/b135/importcfg << 'EOF' # internal
2025-08-20T22:37:08.3537529Z [00:02:06.009]➜  # import config
2025-08-20T22:37:08.3540714Z [00:02:06.009]➜  packagefile crypto=/tmp/go-build2227044111/b129/_pkg_.a
2025-08-20T22:37:08.3541218Z [00:02:06.009]➜  packagefile crypto/internal/boring=/tmp/go-build2227044111/b128/_pkg_.a
2025-08-20T22:37:08.3544111Z [00:02:06.009]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2227044111/b113/_pkg_.a
2025-08-20T22:37:08.3545045Z [00:02:06.009]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:08.3545359Z [00:02:06.009]➜  EOF
2025-08-20T22:37:08.3545662Z [00:02:06.009]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:08.3547811Z [00:02:06.009]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b135=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid RmStr0QK9Mz1kZnAomE3/RmStr0QK9Mz1kZnAomE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b135/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T22:37:08.3566881Z [00:02:06.012]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/16/166de4fc196c0899fc99813f9f0fcc87283790ec5c07d1a168a545734cdcae54-d # internal
2025-08-20T22:37:08.3567559Z [00:02:06.012]➜  regexp
2025-08-20T22:37:08.3567800Z [00:02:06.012]➜  mkdir -p $WORK/b136/
2025-08-20T22:37:08.3568173Z [00:02:06.012]➜  cat >/tmp/go-build2227044111/b136/importcfg << 'EOF' # internal
2025-08-20T22:37:08.3568534Z [00:02:06.012]➜  # import config
2025-08-20T22:37:08.3592016Z [00:02:06.012]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:08.3592466Z [00:02:06.012]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:08.3592911Z [00:02:06.012]➜  packagefile regexp/syntax=/tmp/go-build2227044111/b137/_pkg_.a
2025-08-20T22:37:08.3593363Z [00:02:06.012]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:08.3593785Z [00:02:06.012]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:08.3594231Z [00:02:06.012]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:08.3594651Z [00:02:06.012]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:08.3595066Z [00:02:06.012]➜  packagefile unicode=/tmp/go-build2227044111/b047/_pkg_.a
2025-08-20T22:37:08.3595512Z [00:02:06.012]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:08.3595860Z [00:02:06.012]➜  EOF
2025-08-20T22:37:08.3597530Z [00:02:06.012]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b136/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b136=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid OVCec7tSb5whGRiUe_hP/OVCec7tSb5whGRiUe_hP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b136/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-20T22:37:08.3629291Z [00:02:06.018]➜  gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -o $WORK/b087/_cgo_.o $WORK/b087/_cgo_main.o $WORK/b087/preferlinkext $WORK/b087/_x001.o $WORK/b087/_x002.o $WORK/b087/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T22:37:08.3631046Z [00:02:06.018]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage user -dynimport $WORK/b087/_cgo_.o -dynout $WORK/b087/_cgo_import.go
2025-08-20T22:37:08.3672539Z [00:02:06.022]➜  cat >/tmp/go-build2227044111/b087/importcfg << 'EOF' # internal
2025-08-20T22:37:08.3672958Z [00:02:06.022]➜  # import config
2025-08-20T22:37:08.3673707Z [00:02:06.022]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:08.3674448Z [00:02:06.022]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:08.3674895Z [00:02:06.022]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:08.3675346Z [00:02:06.022]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:08.3675766Z [00:02:06.022]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:08.3676239Z [00:02:06.022]➜  packagefile syscall=/tmp/go-build2227044111/b058/_pkg_.a
2025-08-20T22:37:08.3676684Z [00:02:06.022]➜  packagefile runtime/cgo=/tmp/go-build2227044111/b088/_pkg_.a
2025-08-20T22:37:08.3677017Z [00:02:06.022]➜  EOF
2025-08-20T22:37:08.3677689Z [00:02:06.023]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T22:37:08.3678353Z [00:02:06.023]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d # internal
2025-08-20T22:37:08.3681158Z [00:02:06.023]➜  github.com/pierrec/lz4
2025-08-20T22:37:08.3682864Z [00:02:06.024]➜  mkdir -p $WORK/b138/
2025-08-20T22:37:08.3686722Z [00:02:06.024]➜  cat >/tmp/go-build2227044111/b138/importcfg << 'EOF' # internal
2025-08-20T22:37:08.3688199Z [00:02:06.024]➜  # import config
2025-08-20T22:37:08.3688609Z [00:02:06.024]➜  packagefile encoding/binary=/tmp/go-build2227044111/b093/_pkg_.a
2025-08-20T22:37:08.3689211Z [00:02:06.024]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:08.3689630Z [00:02:06.024]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:08.3690161Z [00:02:06.024]➜  packagefile github.com/pierrec/lz4/internal/xxh32=/tmp/go-build2227044111/b139/_pkg_.a
2025-08-20T22:37:08.3690684Z [00:02:06.024]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:08.3691102Z [00:02:06.024]➜  packagefile io/ioutil=/tmp/go-build2227044111/b073/_pkg_.a
2025-08-20T22:37:08.3691543Z [00:02:06.024]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:08.3691961Z [00:02:06.024]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:08.3692376Z [00:02:06.024]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:08.3692825Z [00:02:06.024]➜  packagefile runtime/debug=/tmp/go-build2227044111/b076/_pkg_.a
2025-08-20T22:37:08.3693282Z [00:02:06.024]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:08.3693696Z [00:02:06.024]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:08.3693999Z [00:02:06.024]➜  EOF
2025-08-20T22:37:08.3706006Z [00:02:06.025]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b138/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4@v2.6.0+incompatible=>github.com/pierrec/lz4@v2.6.0+incompatible;$WORK/b138=>" -p github.com/pierrec/lz4 -lang=go1.16 -complete -installsuffix shared -buildid eE1O93t4rzRM7rkZObpB/eE1O93t4rzRM7rkZObpB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b138/importcfg -pack /root/go/pkg/mod/github.com/pierrec/lz4@v2.6.0+incompatible/block.go /root/go/pkg/mod/github.com/pierrec/lz4@v2.6.0+incompatible/debug_stub.go /root/go/pkg/mod/github.com/pierrec/lz4@v2.6.0+incompatible/decode_other.go /root/go/pkg/mod/github.com/pierrec/lz4@v2.6.0+incompatible/errors.go /root/go/pkg/mod/github.com/pierrec/lz4@v2.6.0+incompatible/lz4.go /root/go/pkg/mod/github.com/pierrec/lz4@v2.6.0+incompatible/lz4_go1.10.go /root/go/pkg/mod/github.com/pierrec/lz4@v2.6.0+incompatible/reader.go /root/go/pkg/mod/github.com/pierrec/lz4@v2.6.0+incompatible/reader_legacy.go /root/go/pkg/mod/github.com/pierrec/lz4@v2.6.0+incompatible/writer.go
2025-08-20T22:37:08.3711679Z [00:02:06.026]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b087=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid TCDaqMs50n5i10PI86Tl/TCDaqMs50n5i10PI86Tl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b087/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/b087/_cgo_gotypes.go $WORK/b087/cgo_lookup_cgo.cgo1.go $WORK/b087/getgrouplist_unix.cgo1.go $WORK/b087/_cgo_import.go
2025-08-20T22:37:08.4218877Z [00:02:06.077]➜  cd /root/.go/src/os/user
2025-08-20T22:37:08.4223157Z [00:02:06.077]➜  go tool pack r $WORK/b087/_pkg_.a $WORK/b087/preferlinkext $WORK/b087/_x001.o $WORK/b087/_x002.o $WORK/b087/_x003.o # internal
2025-08-20T22:37:08.4225884Z [00:02:06.078]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T22:37:08.4243583Z [00:02:06.080]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/f6/f630ca65ae2b8b5fa3f2db48c21f7289cf7aa4a96cb1969633465edffced9487-d # internal
2025-08-20T22:37:08.4247713Z [00:02:06.080]➜  archive/tar
2025-08-20T22:37:08.4261495Z [00:02:06.081]➜  mkdir -p $WORK/b085/
2025-08-20T22:37:08.4268414Z [00:02:06.082]➜  cat >/tmp/go-build2227044111/b085/importcfg << 'EOF' # internal
2025-08-20T22:37:08.4268944Z [00:02:06.082]➜  # import config
2025-08-20T22:37:08.4269294Z [00:02:06.082]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:08.4269718Z [00:02:06.082]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:08.4270132Z [00:02:06.082]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:08.4270609Z [00:02:06.082]➜  packagefile internal/godebug=/tmp/go-build2227044111/b056/_pkg_.a
2025-08-20T22:37:08.4271052Z [00:02:06.082]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:08.4271459Z [00:02:06.082]➜  packagefile io/fs=/tmp/go-build2227044111/b052/_pkg_.a
2025-08-20T22:37:08.4271872Z [00:02:06.082]➜  packagefile maps=/tmp/go-build2227044111/b086/_pkg_.a
2025-08-20T22:37:08.4272294Z [00:02:06.082]➜  packagefile math=/tmp/go-build2227044111/b039/_pkg_.a
2025-08-20T22:37:08.4272710Z [00:02:06.082]➜  packagefile os/user=/tmp/go-build2227044111/b087/_pkg_.a
2025-08-20T22:37:08.4273127Z [00:02:06.082]➜  packagefile path=/tmp/go-build2227044111/b054/_pkg_.a
2025-08-20T22:37:08.4273568Z [00:02:06.082]➜  packagefile path/filepath=/tmp/go-build2227044111/b089/_pkg_.a
2025-08-20T22:37:08.4274015Z [00:02:06.082]➜  packagefile reflect=/tmp/go-build2227044111/b036/_pkg_.a
2025-08-20T22:37:08.4274439Z [00:02:06.082]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:08.4274873Z [00:02:06.082]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:08.4275300Z [00:02:06.082]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:08.4275729Z [00:02:06.082]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:08.4276142Z [00:02:06.082]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:08.4276574Z [00:02:06.082]➜  packagefile syscall=/tmp/go-build2227044111/b058/_pkg_.a
2025-08-20T22:37:08.4276993Z [00:02:06.082]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:08.4277300Z [00:02:06.082]➜  EOF
2025-08-20T22:37:08.4284180Z [00:02:06.084]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:08.4286839Z [00:02:06.084]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/.go/src/archive/tar=>archive/tar;$WORK/b085=>" -p archive/tar -lang=go1.25 -std -complete -installsuffix shared -buildid zsgEONJ9tIzw85w4swcw/zsgEONJ9tIzw85w4swcw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b085/importcfg -pack /root/.go/src/archive/tar/common.go /root/.go/src/archive/tar/format.go /root/.go/src/archive/tar/reader.go /root/.go/src/archive/tar/stat_actime1.go /root/.go/src/archive/tar/stat_unix.go /root/.go/src/archive/tar/strconv.go /root/.go/src/archive/tar/writer.go
2025-08-20T22:37:08.4643923Z [00:02:06.120]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T22:37:08.4649628Z [00:02:06.120]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/26/264544acff6fdde8deac7db77875402a31c162eb22acde27bff15f3bd6a419f3-d # internal
2025-08-20T22:37:08.4650259Z [00:02:06.120]➜  github.com/ulikunitz/xz/internal/xlog
2025-08-20T22:37:08.4650573Z [00:02:06.120]➜  mkdir -p $WORK/b141/
2025-08-20T22:37:08.4650941Z [00:02:06.120]➜  cat >/tmp/go-build2227044111/b141/importcfg << 'EOF' # internal
2025-08-20T22:37:08.4651292Z [00:02:06.120]➜  # import config
2025-08-20T22:37:08.4651649Z [00:02:06.120]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:08.4652058Z [00:02:06.120]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:08.4652457Z [00:02:06.120]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:08.4652872Z [00:02:06.120]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:08.4653291Z [00:02:06.120]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:08.4653716Z [00:02:06.120]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:08.4654021Z [00:02:06.120]➜  EOF
2025-08-20T22:37:08.4655892Z [00:02:06.120]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/internal/xlog=>github.com/ulikunitz/xz@v0.5.7/internal/xlog;$WORK/b141=>" -p github.com/ulikunitz/xz/internal/xlog -lang=go1.12 -complete -installsuffix shared -buildid lXdH_-BL6OY2uKJkc8fR/lXdH_-BL6OY2uKJkc8fR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/internal/xlog/xlog.go
2025-08-20T22:37:08.5288082Z [00:02:06.184]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T22:37:08.5290040Z [00:02:06.184]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T22:37:08.5294785Z [00:02:06.184]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/75/7552925e5e9238230e6690198b6e603c630fdb9d794384ef6e90194a4a0aa657-d # internal
2025-08-20T22:37:08.5296402Z [00:02:06.184]➜  github.com/ulikunitz/xz/lzma
2025-08-20T22:37:08.5296716Z [00:02:06.184]➜  mkdir -p $WORK/b142/
2025-08-20T22:37:08.5297088Z [00:02:06.184]➜  cat >/tmp/go-build2227044111/b142/importcfg << 'EOF' # internal
2025-08-20T22:37:08.5297436Z [00:02:06.184]➜  # import config
2025-08-20T22:37:08.5297775Z [00:02:06.184]➜  packagefile bufio=/tmp/go-build2227044111/b091/_pkg_.a
2025-08-20T22:37:08.5298193Z [00:02:06.184]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:08.5299283Z [00:02:06.184]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:08.5299818Z [00:02:06.184]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:08.5300361Z [00:02:06.184]➜  packagefile github.com/ulikunitz/xz/internal/hash=/tmp/go-build2227044111/b143/_pkg_.a
2025-08-20T22:37:08.5300999Z [00:02:06.184]➜  packagefile github.com/ulikunitz/xz/internal/xlog=/tmp/go-build2227044111/b141/_pkg_.a
2025-08-20T22:37:08.5301521Z [00:02:06.184]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:08.5301934Z [00:02:06.184]➜  packagefile unicode=/tmp/go-build2227044111/b047/_pkg_.a
2025-08-20T22:37:08.5302249Z [00:02:06.184]➜  EOF
2025-08-20T22:37:08.5310248Z [00:02:06.184]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma=>github.com/ulikunitz/xz@v0.5.7/lzma;$WORK/b142=>" -p github.com/ulikunitz/xz/lzma -lang=go1.12 -complete -installsuffix shared -buildid rAh16L3gu3dszof-Vps9/rAh16L3gu3dszof-Vps9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b142/importcfg -pack /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/bintree.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/bitops.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/breader.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/buffer.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/bytewriter.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/decoder.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/decoderdict.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/directcodec.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/distcodec.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/encoder.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/encoderdict.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/hashtable.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/header.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/header2.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/lengthcodec.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/literalcodec.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/matchalgorithm.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/operation.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/prob.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/properties.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/rangecodec.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/reader.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/reader2.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/state.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/treecodecs.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/writer.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzma/writer2.go
2025-08-20T22:37:08.5317737Z [00:02:06.185]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d # internal
2025-08-20T22:37:08.5318302Z [00:02:06.185]➜  github.com/nwaples/rardecode
2025-08-20T22:37:08.5318587Z [00:02:06.185]➜  mkdir -p $WORK/b104/
2025-08-20T22:37:08.5340610Z [00:02:06.185]➜  cat >/tmp/go-build2227044111/b104/importcfg << 'EOF' # internal
2025-08-20T22:37:08.5340982Z [00:02:06.185]➜  # import config
2025-08-20T22:37:08.5341321Z [00:02:06.185]➜  packagefile bufio=/tmp/go-build2227044111/b091/_pkg_.a
2025-08-20T22:37:08.5341766Z [00:02:06.185]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:08.5342199Z [00:02:06.185]➜  packagefile crypto/aes=/tmp/go-build2227044111/b105/_pkg_.a
2025-08-20T22:37:08.5342661Z [00:02:06.185]➜  packagefile crypto/cipher=/tmp/go-build2227044111/b106/_pkg_.a
2025-08-20T22:37:08.5343117Z [00:02:06.185]➜  packagefile crypto/hmac=/tmp/go-build2227044111/b131/_pkg_.a
2025-08-20T22:37:08.5343571Z [00:02:06.185]➜  packagefile crypto/sha1=/tmp/go-build2227044111/b134/_pkg_.a
2025-08-20T22:37:08.5344031Z [00:02:06.185]➜  packagefile crypto/sha256=/tmp/go-build2227044111/b135/_pkg_.a
2025-08-20T22:37:08.5344851Z [00:02:06.185]➜  packagefile encoding/binary=/tmp/go-build2227044111/b093/_pkg_.a
2025-08-20T22:37:08.5345389Z [00:02:06.185]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:08.5345805Z [00:02:06.185]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:08.5346210Z [00:02:06.185]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:08.5346647Z [00:02:06.185]➜  packagefile hash/crc32=/tmp/go-build2227044111/b095/_pkg_.a
2025-08-20T22:37:08.5347066Z [00:02:06.185]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:08.5347481Z [00:02:06.185]➜  packagefile io/ioutil=/tmp/go-build2227044111/b073/_pkg_.a
2025-08-20T22:37:08.5347898Z [00:02:06.185]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:08.5348329Z [00:02:06.185]➜  packagefile path/filepath=/tmp/go-build2227044111/b089/_pkg_.a
2025-08-20T22:37:08.5348988Z [00:02:06.185]➜  packagefile regexp=/tmp/go-build2227044111/b136/_pkg_.a
2025-08-20T22:37:08.5349457Z [00:02:06.185]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:08.5349883Z [00:02:06.185]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:08.5350297Z [00:02:06.185]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:08.5350734Z [00:02:06.185]➜  packagefile unicode/utf16=/tmp/go-build2227044111/b070/_pkg_.a
2025-08-20T22:37:08.5351343Z [00:02:06.185]➜  EOF
2025-08-20T22:37:08.5356464Z [00:02:06.185]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.0=>github.com/nwaples/rardecode@v1.1.0;$WORK/b104=>" -p github.com/nwaples/rardecode -lang=go1.16 -complete -installsuffix shared -buildid ejWRQ4AFgt2QtBr4N5nf/ejWRQ4AFgt2QtBr4N5nf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.0/archive.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.0/archive15.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.0/archive50.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.0/bit_reader.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.0/decode29.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.0/decode29_lz.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.0/decode29_ppm.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.0/decode50.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.0/decode_reader.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.0/decrypt_reader.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.0/filters.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.0/huffman.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.0/ppm_model.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.0/reader.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.0/vm.go
2025-08-20T22:37:08.7983021Z [00:02:06.453]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T22:37:08.8004565Z [00:02:06.456]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/5b/5b94982dc23842f6764ddf9658481a5734161bb3882b0730814de8e148007a8e-d # internal
2025-08-20T22:37:08.8058087Z [00:02:06.461]➜  github.com/ulikunitz/xz
2025-08-20T22:37:08.8058476Z [00:02:06.461]➜  mkdir -p $WORK/b140/
2025-08-20T22:37:08.8064294Z [00:02:06.461]➜  cat >/tmp/go-build2227044111/b140/importcfg << 'EOF' # internal
2025-08-20T22:37:08.8068311Z [00:02:06.461]➜  # import config
2025-08-20T22:37:08.8071007Z [00:02:06.461]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:08.8074601Z [00:02:06.461]➜  packagefile crypto/sha256=/tmp/go-build2227044111/b135/_pkg_.a
2025-08-20T22:37:08.8075061Z [00:02:06.461]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:08.8075480Z [00:02:06.461]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:08.8076020Z [00:02:06.461]➜  packagefile github.com/ulikunitz/xz/internal/xlog=/tmp/go-build2227044111/b141/_pkg_.a
2025-08-20T22:37:08.8076968Z [00:02:06.461]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build2227044111/b142/_pkg_.a
2025-08-20T22:37:08.8077541Z [00:02:06.461]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:08.8077978Z [00:02:06.461]➜  packagefile hash/crc32=/tmp/go-build2227044111/b095/_pkg_.a
2025-08-20T22:37:08.8078425Z [00:02:06.461]➜  packagefile hash/crc64=/tmp/go-build2227044111/b144/_pkg_.a
2025-08-20T22:37:08.8080823Z [00:02:06.461]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:08.8081142Z [00:02:06.461]➜  EOF
2025-08-20T22:37:08.8084063Z [00:02:06.461]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7=>github.com/ulikunitz/xz@v0.5.7;$WORK/b140=>" -p github.com/ulikunitz/xz -lang=go1.12 -complete -installsuffix shared -buildid Z4KWrwnUnWF0_G6HZwAy/Z4KWrwnUnWF0_G6HZwAy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/bits.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/crc.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/format.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/lzmafilter.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/none-check.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/reader.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.7/writer.go
2025-08-20T22:37:08.8126844Z [00:02:06.468]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T22:37:08.8290451Z [00:02:06.484]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/e0/e047de62e284f638e3d25195f65e670317db56e17cb43bb6d155cc626d6af747-d # internal
2025-08-20T22:37:08.8298781Z [00:02:06.485]➜  github.com/projectdiscovery/gologger/formatter
2025-08-20T22:37:08.8299383Z [00:02:06.485]➜  mkdir -p $WORK/b063/
2025-08-20T22:37:08.8309050Z [00:02:06.486]➜  cat >/tmp/go-build2227044111/b063/importcfg << 'EOF' # internal
2025-08-20T22:37:08.8310531Z [00:02:06.486]➜  # import config
2025-08-20T22:37:08.8311157Z [00:02:06.486]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:08.8312053Z [00:02:06.486]➜  packagefile github.com/json-iterator/go=/tmp/go-build2227044111/b065/_pkg_.a
2025-08-20T22:37:08.8313259Z [00:02:06.486]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build2227044111/b081/_pkg_.a
2025-08-20T22:37:08.8313925Z [00:02:06.486]➜  packagefile github.com/projectdiscovery/gologger/levels=/tmp/go-build2227044111/b082/_pkg_.a
2025-08-20T22:37:08.8314491Z [00:02:06.486]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:08.8314902Z [00:02:06.486]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:08.8315210Z [00:02:06.486]➜  EOF
2025-08-20T22:37:08.8328166Z [00:02:06.488]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.8/formatter=>github.com/projectdiscovery/gologger@v1.1.8/formatter;$WORK/b063=>" -p github.com/projectdiscovery/gologger/formatter -lang=go1.14 -complete -installsuffix shared -buildid CfOPecNX-bJwafQMEk3t/CfOPecNX-bJwafQMEk3t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b063/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.8/formatter/cli.go /root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.8/formatter/formatter.go /root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.8/formatter/json.go /root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.8/formatter/tee.go
2025-08-20T22:37:08.8431724Z [00:02:06.498]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T22:37:08.8472127Z [00:02:06.502]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/29/2944957621dc96f2672b8f928799661ec38b0faeeed7178e989f43f9b64c1a81-d # internal
2025-08-20T22:37:08.8482802Z [00:02:06.503]➜  github.com/xi2/xz
2025-08-20T22:37:08.8484030Z [00:02:06.503]➜  mkdir -p $WORK/b145/
2025-08-20T22:37:08.8484431Z [00:02:06.503]➜  cat >/tmp/go-build2227044111/b145/importcfg << 'EOF' # internal
2025-08-20T22:37:08.8484778Z [00:02:06.503]➜  # import config
2025-08-20T22:37:08.8485607Z [00:02:06.503]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:08.8486138Z [00:02:06.503]➜  packagefile crypto/sha256=/tmp/go-build2227044111/b135/_pkg_.a
2025-08-20T22:37:08.8486590Z [00:02:06.503]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:08.8487005Z [00:02:06.503]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:08.8487477Z [00:02:06.503]➜  packagefile hash/crc32=/tmp/go-build2227044111/b095/_pkg_.a
2025-08-20T22:37:08.8487925Z [00:02:06.503]➜  packagefile hash/crc64=/tmp/go-build2227044111/b144/_pkg_.a
2025-08-20T22:37:08.8488347Z [00:02:06.503]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:08.8488858Z [00:02:06.503]➜  EOF
2025-08-20T22:37:08.8492832Z [00:02:06.503]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8=>github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8;$WORK/b145=>" -p github.com/xi2/xz -lang=go1.16 -complete -installsuffix shared -buildid IiY4DahE1COGnuNUVrEV/IiY4DahE1COGnuNUVrEV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/dec_bcj.go /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/dec_delta.go /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/dec_lzma2.go /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/dec_stream.go /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/dec_util.go /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/dec_xz.go /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/doc.go /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/reader.go
2025-08-20T22:37:08.8519061Z [00:02:06.507]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T22:37:08.8548987Z [00:02:06.510]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/7d/7d45b530eef86f32a9b9e444e2e1ff0f0e8cc1eedfd2138c11b4e73ba2fcd714-d # internal
2025-08-20T22:37:08.8560046Z [00:02:06.510]➜  flag
2025-08-20T22:37:08.8560340Z [00:02:06.510]➜  mkdir -p $WORK/b148/
2025-08-20T22:37:08.8560724Z [00:02:06.510]➜  cat >/tmp/go-build2227044111/b148/importcfg << 'EOF' # internal
2025-08-20T22:37:08.8561069Z [00:02:06.510]➜  # import config
2025-08-20T22:37:08.8561423Z [00:02:06.510]➜  packagefile encoding=/tmp/go-build2227044111/b066/_pkg_.a
2025-08-20T22:37:08.8561874Z [00:02:06.510]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:08.8562284Z [00:02:06.510]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:08.8562682Z [00:02:06.510]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:08.8563082Z [00:02:06.510]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:08.8563492Z [00:02:06.510]➜  packagefile reflect=/tmp/go-build2227044111/b036/_pkg_.a
2025-08-20T22:37:08.8563929Z [00:02:06.510]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:08.8564354Z [00:02:06.510]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:08.8564776Z [00:02:06.510]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:08.8565201Z [00:02:06.510]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:08.8565620Z [00:02:06.510]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:08.8565938Z [00:02:06.510]➜  EOF
2025-08-20T22:37:08.8567205Z [00:02:06.510]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b148=>" -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/b148/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T22:37:08.9356362Z [00:02:06.591]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T22:37:08.9373613Z [00:02:06.592]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/0e/0edeb7aa1c39b917dcd4903453592f1aa815a665e9741fa4d1fda7efc16ad2ac-d # internal
2025-08-20T22:37:08.9381529Z [00:02:06.593]➜  golang.org/x/sys/unix
2025-08-20T22:37:08.9382624Z [00:02:06.594]➜  mkdir -p $WORK/b150/
2025-08-20T22:37:08.9389944Z [00:02:06.594]➜  echo -n > $WORK/b150/go_asm.h # internal
2025-08-20T22:37:08.9391845Z [00:02:06.594]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix
2025-08-20T22:37:08.9393867Z [00:02:06.594]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix=>golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix;$WORK/b150=>" -I $WORK/b150/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b150/symabis ./asm_linux_arm64.s
2025-08-20T22:37:08.9409665Z [00:02:06.596]➜  cat >/tmp/go-build2227044111/b150/importcfg << 'EOF' # internal
2025-08-20T22:37:08.9410336Z [00:02:06.596]➜  # import config
2025-08-20T22:37:08.9411766Z [00:02:06.596]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:08.9412418Z [00:02:06.596]➜  packagefile encoding/binary=/tmp/go-build2227044111/b093/_pkg_.a
2025-08-20T22:37:08.9414013Z [00:02:06.596]➜  packagefile golang.org/x/sys/internal/unsafeheader=/tmp/go-build2227044111/b151/_pkg_.a
2025-08-20T22:37:08.9414579Z [00:02:06.596]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:08.9415283Z [00:02:06.596]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:08.9415707Z [00:02:06.596]➜  packagefile sort=/tmp/go-build2227044111/b080/_pkg_.a
2025-08-20T22:37:08.9416127Z [00:02:06.596]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:08.9416554Z [00:02:06.596]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:08.9416974Z [00:02:06.596]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:08.9417405Z [00:02:06.596]➜  packagefile syscall=/tmp/go-build2227044111/b058/_pkg_.a
2025-08-20T22:37:08.9417823Z [00:02:06.596]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:08.9418132Z [00:02:06.596]➜  EOF
2025-08-20T22:37:08.9418434Z [00:02:06.596]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:08.9432773Z [00:02:06.597]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix=>golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix;$WORK/b150=>" -p golang.org/x/sys/unix -lang=go1.17 -installsuffix shared -buildid L6lx5vK73BglNcn157Ld/L6lx5vK73BglNcn157Ld -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/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/ioctl.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/syscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/zerrors_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/zptrace_armnn_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/zptrace_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/zsyscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/zsysnum_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix/ztypes_linux_arm64.go
2025-08-20T22:37:08.9495178Z [00:02:06.605]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T22:37:08.9522557Z [00:02:06.607]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/9b/9bdaa2ddeb2c3cc0f5e98d9d944d7de5bf770246b76a3af7671a7c23dfbf2e20-d # internal
2025-08-20T22:37:08.9530990Z [00:02:06.608]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T22:37:08.9537130Z [00:02:06.609]➜  mkdir -p $WORK/b155/
2025-08-20T22:37:08.9557954Z [00:02:06.610]➜  cat >/tmp/go-build2227044111/b155/importcfg << 'EOF' # internal
2025-08-20T22:37:08.9558330Z [00:02:06.610]➜  # import config
2025-08-20T22:37:08.9558820Z [00:02:06.610]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:08.9559188Z [00:02:06.610]➜  EOF
2025-08-20T22:37:08.9567784Z [00:02:06.612]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b155=>" -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/b155/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T22:37:08.9593246Z [00:02:06.615]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T22:37:08.9606784Z [00:02:06.616]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/48/48bebeb47cb57fb99246df2b9b3b1322d41e686d7846526f37fbba651592ba8b-d # internal
2025-08-20T22:37:08.9638361Z [00:02:06.619]➜  github.com/mholt/archiver
2025-08-20T22:37:08.9641827Z [00:02:06.619]➜  mkdir -p $WORK/b084/
2025-08-20T22:37:08.9663965Z [00:02:06.622]➜  cat >/tmp/go-build2227044111/b084/importcfg << 'EOF' # internal
2025-08-20T22:37:08.9666250Z [00:02:06.622]➜  # import config
2025-08-20T22:37:08.9667190Z [00:02:06.622]➜  packagefile archive/tar=/tmp/go-build2227044111/b085/_pkg_.a
2025-08-20T22:37:08.9668279Z [00:02:06.622]➜  packagefile archive/zip=/tmp/go-build2227044111/b090/_pkg_.a
2025-08-20T22:37:08.9669078Z [00:02:06.622]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:08.9669731Z [00:02:06.622]➜  packagefile compress/flate=/tmp/go-build2227044111/b092/_pkg_.a
2025-08-20T22:37:08.9670857Z [00:02:06.622]➜  packagefile compress/gzip=/tmp/go-build2227044111/b096/_pkg_.a
2025-08-20T22:37:08.9671562Z [00:02:06.622]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:08.9672288Z [00:02:06.622]➜  packagefile github.com/dsnet/compress/bzip2=/tmp/go-build2227044111/b097/_pkg_.a
2025-08-20T22:37:08.9673488Z [00:02:06.622]➜  packagefile github.com/golang/snappy=/tmp/go-build2227044111/b103/_pkg_.a
2025-08-20T22:37:08.9674053Z [00:02:06.622]➜  packagefile github.com/nwaples/rardecode=/tmp/go-build2227044111/b104/_pkg_.a
2025-08-20T22:37:08.9674600Z [00:02:06.622]➜  packagefile github.com/pierrec/lz4=/tmp/go-build2227044111/b138/_pkg_.a
2025-08-20T22:37:08.9675146Z [00:02:06.622]➜  packagefile github.com/ulikunitz/xz=/tmp/go-build2227044111/b140/_pkg_.a
2025-08-20T22:37:08.9675657Z [00:02:06.622]➜  packagefile github.com/xi2/xz=/tmp/go-build2227044111/b145/_pkg_.a
2025-08-20T22:37:08.9676100Z [00:02:06.622]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:08.9676500Z [00:02:06.622]➜  packagefile log=/tmp/go-build2227044111/b074/_pkg_.a
2025-08-20T22:37:08.9677283Z [00:02:06.622]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:08.9677692Z [00:02:06.622]➜  packagefile path=/tmp/go-build2227044111/b054/_pkg_.a
2025-08-20T22:37:08.9678142Z [00:02:06.622]➜  packagefile path/filepath=/tmp/go-build2227044111/b089/_pkg_.a
2025-08-20T22:37:08.9678591Z [00:02:06.622]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:08.9679236Z [00:02:06.622]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:08.9679667Z [00:02:06.622]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:08.9680098Z [00:02:06.622]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:08.9680402Z [00:02:06.622]➜  EOF
2025-08-20T22:37:08.9690853Z [00:02:06.624]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mholt/archiver@v3.1.1+incompatible=>github.com/mholt/archiver@v3.1.1+incompatible;$WORK/b084=>" -p github.com/mholt/archiver -lang=go1.16 -complete -installsuffix shared -buildid miGdJgAccx66SFWqQk0R/miGdJgAccx66SFWqQk0R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack /root/go/pkg/mod/github.com/mholt/archiver@v3.1.1+incompatible/archiver.go /root/go/pkg/mod/github.com/mholt/archiver@v3.1.1+incompatible/bz2.go /root/go/pkg/mod/github.com/mholt/archiver@v3.1.1+incompatible/filecompressor.go /root/go/pkg/mod/github.com/mholt/archiver@v3.1.1+incompatible/gz.go /root/go/pkg/mod/github.com/mholt/archiver@v3.1.1+incompatible/lz4.go /root/go/pkg/mod/github.com/mholt/archiver@v3.1.1+incompatible/rar.go /root/go/pkg/mod/github.com/mholt/archiver@v3.1.1+incompatible/sz.go /root/go/pkg/mod/github.com/mholt/archiver@v3.1.1+incompatible/tar.go /root/go/pkg/mod/github.com/mholt/archiver@v3.1.1+incompatible/tarbz2.go /root/go/pkg/mod/github.com/mholt/archiver@v3.1.1+incompatible/targz.go /root/go/pkg/mod/github.com/mholt/archiver@v3.1.1+incompatible/tarlz4.go /root/go/pkg/mod/github.com/mholt/archiver@v3.1.1+incompatible/tarsz.go /root/go/pkg/mod/github.com/mholt/archiver@v3.1.1+incompatible/tarxz.go /root/go/pkg/mod/github.com/mholt/archiver@v3.1.1+incompatible/xz.go /root/go/pkg/mod/github.com/mholt/archiver@v3.1.1+incompatible/zip.go
2025-08-20T22:37:08.9801376Z [00:02:06.635]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T22:37:08.9832770Z [00:02:06.639]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d # internal
2025-08-20T22:37:08.9837790Z [00:02:06.639]➜  internal/singleflight
2025-08-20T22:37:08.9838108Z [00:02:06.639]➜  mkdir -p $WORK/b157/
2025-08-20T22:37:08.9838922Z [00:02:06.639]➜  cat >/tmp/go-build2227044111/b157/importcfg << 'EOF' # internal
2025-08-20T22:37:08.9839372Z [00:02:06.639]➜  # import config
2025-08-20T22:37:08.9839717Z [00:02:06.639]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:08.9840036Z [00:02:06.639]➜  EOF
2025-08-20T22:37:08.9841643Z [00:02:06.639]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b157=>" -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/b157/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T22:37:08.9991007Z [00:02:06.654]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T22:37:08.9999182Z [00:02:06.655]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d # internal
2025-08-20T22:37:09.0008843Z [00:02:06.655]➜  unique
2025-08-20T22:37:09.0009185Z [00:02:06.655]➜  mkdir -p $WORK/b159/
2025-08-20T22:37:09.0009564Z [00:02:06.656]➜  cat >/tmp/go-build2227044111/b159/importcfg << 'EOF' # internal
2025-08-20T22:37:09.0009913Z [00:02:06.656]➜  # import config
2025-08-20T22:37:09.0010274Z [00:02:06.656]➜  packagefile internal/abi=/tmp/go-build2227044111/b006/_pkg_.a
2025-08-20T22:37:09.0011076Z [00:02:06.656]➜  packagefile internal/goarch=/tmp/go-build2227044111/b007/_pkg_.a
2025-08-20T22:37:09.0011585Z [00:02:06.656]➜  packagefile internal/stringslite=/tmp/go-build2227044111/b032/_pkg_.a
2025-08-20T22:37:09.0012084Z [00:02:06.656]➜  packagefile internal/sync=/tmp/go-build2227044111/b044/_pkg_.a
2025-08-20T22:37:09.0012538Z [00:02:06.656]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:09.0012955Z [00:02:06.656]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:09.0013403Z [00:02:06.656]➜  packagefile sync/atomic=/tmp/go-build2227044111/b045/_pkg_.a
2025-08-20T22:37:09.0013839Z [00:02:06.656]➜  packagefile weak=/tmp/go-build2227044111/b160/_pkg_.a
2025-08-20T22:37:09.0014155Z [00:02:06.656]➜  EOF
2025-08-20T22:37:09.0015809Z [00:02:06.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b159=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid l2dWsOAjPHs0NzjmsNFx/l2dWsOAjPHs0NzjmsNFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b159/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-20T22:37:09.1051273Z [00:02:06.760]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T22:37:09.1098028Z [00:02:06.765]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d # internal
2025-08-20T22:37:09.1102954Z [00:02:06.766]➜  net/netip
2025-08-20T22:37:09.1106718Z [00:02:06.766]➜  mkdir -p $WORK/b158/
2025-08-20T22:37:09.1121583Z [00:02:06.767]➜  cat >/tmp/go-build2227044111/b158/importcfg << 'EOF' # internal
2025-08-20T22:37:09.1121975Z [00:02:06.767]➜  # import config
2025-08-20T22:37:09.1122312Z [00:02:06.767]➜  packagefile cmp=/tmp/go-build2227044111/b035/_pkg_.a
2025-08-20T22:37:09.1122831Z [00:02:06.767]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:09.1134922Z [00:02:06.767]➜  packagefile internal/bytealg=/tmp/go-build2227044111/b011/_pkg_.a
2025-08-20T22:37:09.1135673Z [00:02:06.767]➜  packagefile internal/byteorder=/tmp/go-build2227044111/b013/_pkg_.a
2025-08-20T22:37:09.1136205Z [00:02:06.767]➜  packagefile internal/itoa=/tmp/go-build2227044111/b037/_pkg_.a
2025-08-20T22:37:09.1136657Z [00:02:06.767]➜  packagefile math=/tmp/go-build2227044111/b039/_pkg_.a
2025-08-20T22:37:09.1137081Z [00:02:06.767]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:09.1137858Z [00:02:06.767]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:09.1138345Z [00:02:06.767]➜  packagefile unique=/tmp/go-build2227044111/b159/_pkg_.a
2025-08-20T22:37:09.1138790Z [00:02:06.767]➜  EOF
2025-08-20T22:37:09.1140348Z [00:02:06.767]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b158=>" -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/b158/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T22:37:09.1692998Z [00:02:06.822]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T22:37:09.1697784Z [00:02:06.825]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d # internal
2025-08-20T22:37:09.1724507Z [00:02:06.828]➜  crypto/des
2025-08-20T22:37:09.1724849Z [00:02:06.828]➜  mkdir -p $WORK/b164/
2025-08-20T22:37:09.1726481Z [00:02:06.828]➜  cat >/tmp/go-build2227044111/b164/importcfg << 'EOF' # internal
2025-08-20T22:37:09.1727823Z [00:02:06.828]➜  # import config
2025-08-20T22:37:09.1728244Z [00:02:06.828]➜  packagefile crypto/cipher=/tmp/go-build2227044111/b106/_pkg_.a
2025-08-20T22:37:09.1728910Z [00:02:06.828]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2227044111/b110/_pkg_.a
2025-08-20T22:37:09.1729923Z [00:02:06.828]➜  packagefile crypto/internal/fips140only=/tmp/go-build2227044111/b126/_pkg_.a
2025-08-20T22:37:09.1730425Z [00:02:06.828]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:09.1730895Z [00:02:06.828]➜  packagefile internal/byteorder=/tmp/go-build2227044111/b013/_pkg_.a
2025-08-20T22:37:09.1731367Z [00:02:06.828]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:09.1731787Z [00:02:06.828]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:09.1732097Z [00:02:06.828]➜  EOF
2025-08-20T22:37:09.1740618Z [00:02:06.829]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/crypto/des=>crypto/des;$WORK/b164=>" -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/b164/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-20T22:37:09.2011952Z [00:02:06.856]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T22:37:09.2015441Z [00:02:06.857]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d # internal
2025-08-20T22:37:09.2020428Z [00:02:06.857]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T22:37:09.2050042Z [00:02:06.858]➜  mkdir -p $WORK/b168/
2025-08-20T22:37:09.2050518Z [00:02:06.858]➜  cat >/tmp/go-build2227044111/b168/importcfg << 'EOF' # internal
2025-08-20T22:37:09.2050865Z [00:02:06.858]➜  # import config
2025-08-20T22:37:09.2051335Z [00:02:06.858]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2227044111/b111/_pkg_.a
2025-08-20T22:37:09.2051933Z [00:02:06.858]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2227044111/b118/_pkg_.a
2025-08-20T22:37:09.2052430Z [00:02:06.858]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:09.2052861Z [00:02:06.858]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:09.2053201Z [00:02:06.858]➜  EOF
2025-08-20T22:37:09.2058410Z [00:02:06.858]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec/fiat=>crypto/internal/fips140/nistec/fiat;$WORK/b168=>" -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/b168/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-20T22:37:09.2154872Z [00:02:06.871]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T22:37:09.2268552Z [00:02:06.882]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/33/339b3102721c1e38393206f5501298ccf468b4461a0a1d67a6ab28aae2cf0764-d # internal
2025-08-20T22:37:09.2269919Z [00:02:06.882]➜  github.com/projectdiscovery/gologger/writer
2025-08-20T22:37:09.2270330Z [00:02:06.882]➜  mkdir -p $WORK/b083/
2025-08-20T22:37:09.2282540Z [00:02:06.883]➜  cat >/tmp/go-build2227044111/b083/importcfg << 'EOF' # internal
2025-08-20T22:37:09.2283371Z [00:02:06.883]➜  # import config
2025-08-20T22:37:09.2283935Z [00:02:06.883]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:09.2284741Z [00:02:06.883]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:09.2285239Z [00:02:06.883]➜  packagefile github.com/mholt/archiver=/tmp/go-build2227044111/b084/_pkg_.a
2025-08-20T22:37:09.2285878Z [00:02:06.883]➜  packagefile github.com/projectdiscovery/gologger/levels=/tmp/go-build2227044111/b082/_pkg_.a
2025-08-20T22:37:09.2286506Z [00:02:06.883]➜  packagefile gopkg.in/djherbis/times.v1=/tmp/go-build2227044111/b146/_pkg_.a
2025-08-20T22:37:09.2286977Z [00:02:06.883]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:09.2287428Z [00:02:06.883]➜  packagefile path/filepath=/tmp/go-build2227044111/b089/_pkg_.a
2025-08-20T22:37:09.2287875Z [00:02:06.884]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:09.2288291Z [00:02:06.884]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:09.2288885Z [00:02:06.884]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:09.2289293Z [00:02:06.884]➜  EOF
2025-08-20T22:37:09.2291968Z [00:02:06.884]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.8/writer=>github.com/projectdiscovery/gologger@v1.1.8/writer;$WORK/b083=>" -p github.com/projectdiscovery/gologger/writer -lang=go1.14 -complete -installsuffix shared -buildid J34ArY9V_x2vSAjOIASV/J34ArY9V_x2vSAjOIASV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.8/writer/cli.go /root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.8/writer/filewithrotation.go /root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.8/writer/writer.go
2025-08-20T22:37:09.2785762Z [00:02:06.934]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T22:37:09.2792880Z [00:02:06.935]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/c1/c1fc0df4a5897093d929591160b008da3fc5a0370d4dc64df2f550da2e5ad172-d # internal
2025-08-20T22:37:09.2803083Z [00:02:06.936]➜  github.com/projectdiscovery/gologger
2025-08-20T22:37:09.2803451Z [00:02:06.936]➜  mkdir -p $WORK/b002/
2025-08-20T22:37:09.2805386Z [00:02:06.936]➜  cat >/tmp/go-build2227044111/b002/importcfg << 'EOF' # internal
2025-08-20T22:37:09.2806832Z [00:02:06.936]➜  # import config
2025-08-20T22:37:09.2807258Z [00:02:06.936]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:09.2807849Z [00:02:06.936]➜  packagefile github.com/projectdiscovery/gologger/formatter=/tmp/go-build2227044111/b063/_pkg_.a
2025-08-20T22:37:09.2808960Z [00:02:06.936]➜  packagefile github.com/projectdiscovery/gologger/levels=/tmp/go-build2227044111/b082/_pkg_.a
2025-08-20T22:37:09.2809743Z [00:02:06.936]➜  packagefile github.com/projectdiscovery/gologger/writer=/tmp/go-build2227044111/b083/_pkg_.a
2025-08-20T22:37:09.2810276Z [00:02:06.936]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:09.2810694Z [00:02:06.936]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:09.2811128Z [00:02:06.936]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:09.2811435Z [00:02:06.936]➜  EOF
2025-08-20T22:37:09.2813635Z [00:02:06.936]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b002/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.8=>github.com/projectdiscovery/gologger@v1.1.8;$WORK/b002=>" -p github.com/projectdiscovery/gologger -lang=go1.14 -complete -installsuffix shared -buildid bqKmGFNsduUfqfrqp3an/bqKmGFNsduUfqfrqp3an -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.8/doc.go /root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.8/gologger.go
2025-08-20T22:37:09.3296002Z [00:02:06.985]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T22:37:09.3310510Z [00:02:06.986]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/24/24f328c3d9b34d3e068bca0be622a4aeac2a05b40e37702007b482d2b05de86c-d # internal
2025-08-20T22:37:09.3345421Z [00:02:06.990]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T22:37:09.3345804Z [00:02:06.990]➜  mkdir -p $WORK/b169/
2025-08-20T22:37:09.3359957Z [00:02:06.991]➜  cat >/tmp/go-build2227044111/b169/importcfg << 'EOF' # internal
2025-08-20T22:37:09.3360657Z [00:02:06.991]➜  # import config
2025-08-20T22:37:09.3361407Z [00:02:06.991]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2227044111/b111/_pkg_.a
2025-08-20T22:37:09.3362598Z [00:02:06.991]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2227044111/b118/_pkg_.a
2025-08-20T22:37:09.3363309Z [00:02:06.991]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2227044111/b114/_pkg_.a
2025-08-20T22:37:09.3363851Z [00:02:06.991]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:09.3364282Z [00:02:06.991]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:09.3364603Z [00:02:06.991]➜  EOF
2025-08-20T22:37:09.3367124Z [00:02:06.991]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b169=>" -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/b169/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-20T22:37:09.3544162Z [00:02:07.010]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T22:37:09.3627589Z [00:02:07.018]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d # internal
2025-08-20T22:37:09.3706908Z [00:02:07.026]➜  net
2025-08-20T22:37:09.3734625Z [00:02:07.029]➜  mkdir -p $WORK/b154/
2025-08-20T22:37:09.3745939Z [00:02:07.030]➜  echo -n > $WORK/b154/preferlinkext # internal
2025-08-20T22:37:09.3746366Z [00:02:07.030]➜  cd /root/.go/src/net
2025-08-20T22:37:09.3754377Z [00:02:07.031]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b154/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b154/ -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-20T22:37:09.3863712Z [00:02:07.042]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T22:37:09.3883080Z [00:02:07.043]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d # internal
2025-08-20T22:37:09.3884329Z [00:02:07.044]➜  crypto/internal/boring/bbig
2025-08-20T22:37:09.3898136Z [00:02:07.044]➜  mkdir -p $WORK/b172/
2025-08-20T22:37:09.3901808Z [00:02:07.045]➜  cat >/tmp/go-build2227044111/b172/importcfg << 'EOF' # internal
2025-08-20T22:37:09.3902693Z [00:02:07.045]➜  # import config
2025-08-20T22:37:09.3903478Z [00:02:07.045]➜  packagefile crypto/internal/boring=/tmp/go-build2227044111/b128/_pkg_.a
2025-08-20T22:37:09.3904298Z [00:02:07.045]➜  packagefile math/big=/tmp/go-build2227044111/b078/_pkg_.a
2025-08-20T22:37:09.3905877Z [00:02:07.045]➜  EOF
2025-08-20T22:37:09.3906213Z [00:02:07.045]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:09.3908025Z [00:02:07.046]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/bbig=>crypto/internal/boring/bbig;$WORK/b172=>" -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/b172/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T22:37:09.4215315Z [00:02:07.077]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T22:37:09.4220636Z [00:02:07.077]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d # internal
2025-08-20T22:37:09.4224366Z [00:02:07.078]➜  crypto/internal/fips140/bigmod
2025-08-20T22:37:09.4224703Z [00:02:07.078]➜  mkdir -p $WORK/b174/
2025-08-20T22:37:09.4225019Z [00:02:07.078]➜  echo -n > $WORK/b174/go_asm.h # internal
2025-08-20T22:37:09.4237350Z [00:02:07.079]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T22:37:09.4239367Z [00:02:07.079]➜  /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/b174=>" -I $WORK/b174/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b174/symabis ./nat_arm64.s
2025-08-20T22:37:09.4256163Z [00:02:07.081]➜  cat >/tmp/go-build2227044111/b174/importcfg << 'EOF' # internal
2025-08-20T22:37:09.4256564Z [00:02:07.081]➜  # import config
2025-08-20T22:37:09.4257001Z [00:02:07.081]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2227044111/b111/_pkg_.a
2025-08-20T22:37:09.4257657Z [00:02:07.081]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2227044111/b114/_pkg_.a
2025-08-20T22:37:09.4258279Z [00:02:07.081]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2227044111/b115/_pkg_.a
2025-08-20T22:37:09.4259006Z [00:02:07.081]➜  packagefile crypto/internal/impl=/tmp/go-build2227044111/b116/_pkg_.a
2025-08-20T22:37:09.4259502Z [00:02:07.081]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:09.4259951Z [00:02:07.081]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:09.4260273Z [00:02:07.081]➜  EOF
2025-08-20T22:37:09.4262236Z [00:02:07.082]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:09.4264901Z [00:02:07.082]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b174=>" -p crypto/internal/fips140/bigmod -lang=go1.25 -std -installsuffix shared -buildid d01bEfxgoen9rA0aoqkj/d01bEfxgoen9rA0aoqkj -goversion go1.25.0 -symabis $WORK/b174/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b174/importcfg -pack -asmhdr $WORK/b174/go_asm.h /root/.go/src/crypto/internal/fips140/bigmod/nat.go /root/.go/src/crypto/internal/fips140/bigmod/nat_asm.go
2025-08-20T22:37:09.5067884Z [00:02:07.162]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T22:37:09.5071099Z [00:02:07.162]➜  /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/b174=>" -I $WORK/b174/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b174/nat_arm64.o ./nat_arm64.s
2025-08-20T22:37:09.5129640Z [00:02:07.166]➜  go tool pack r $WORK/b174/_pkg_.a $WORK/b174/nat_arm64.o # internal
2025-08-20T22:37:09.5130495Z [00:02:07.166]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T22:37:09.5141650Z [00:02:07.169]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d # internal
2025-08-20T22:37:09.5142520Z [00:02:07.169]➜  crypto/internal/fips140cache
2025-08-20T22:37:09.5144092Z [00:02:07.169]➜  mkdir -p $WORK/b175/
2025-08-20T22:37:09.5144479Z [00:02:07.169]➜  cat >/tmp/go-build2227044111/b175/importcfg << 'EOF' # internal
2025-08-20T22:37:09.5144826Z [00:02:07.169]➜  # import config
2025-08-20T22:37:09.5145175Z [00:02:07.169]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:09.5145622Z [00:02:07.169]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:09.5146032Z [00:02:07.169]➜  packagefile weak=/tmp/go-build2227044111/b160/_pkg_.a
2025-08-20T22:37:09.5146341Z [00:02:07.169]➜  EOF
2025-08-20T22:37:09.5146641Z [00:02:07.169]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:09.5148454Z [00:02:07.169]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140cache=>crypto/internal/fips140cache;$WORK/b175=>" -p crypto/internal/fips140cache -lang=go1.25 -std -complete -installsuffix shared -buildid mOJ69xxADTyI1M8QoAOK/mOJ69xxADTyI1M8QoAOK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T22:37:09.5321079Z [00:02:07.187]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T22:37:09.5339547Z [00:02:07.189]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d # internal
2025-08-20T22:37:09.5341015Z [00:02:07.189]➜  crypto/sha512
2025-08-20T22:37:09.5343609Z [00:02:07.190]➜  mkdir -p $WORK/b176/
2025-08-20T22:37:09.5353336Z [00:02:07.191]➜  cat >/tmp/go-build2227044111/b176/importcfg << 'EOF' # internal
2025-08-20T22:37:09.5357094Z [00:02:07.191]➜  # import config
2025-08-20T22:37:09.5357922Z [00:02:07.191]➜  packagefile crypto=/tmp/go-build2227044111/b129/_pkg_.a
2025-08-20T22:37:09.5359669Z [00:02:07.191]➜  packagefile crypto/internal/boring=/tmp/go-build2227044111/b128/_pkg_.a
2025-08-20T22:37:09.5361338Z [00:02:07.191]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2227044111/b119/_pkg_.a
2025-08-20T22:37:09.5361998Z [00:02:07.191]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:09.5362493Z [00:02:07.191]➜  EOF
2025-08-20T22:37:09.5371617Z [00:02:07.191]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b176=>" -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/b176/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T22:37:09.5661738Z [00:02:07.221]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T22:37:09.5662908Z [00:02:07.221]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d # internal
2025-08-20T22:37:09.5669409Z [00:02:07.222]➜  encoding/asn1
2025-08-20T22:37:09.5671054Z [00:02:07.222]➜  mkdir -p $WORK/b178/
2025-08-20T22:37:09.5671664Z [00:02:07.222]➜  cat >/tmp/go-build2227044111/b178/importcfg << 'EOF' # internal
2025-08-20T22:37:09.5672301Z [00:02:07.222]➜  # import config
2025-08-20T22:37:09.5673010Z [00:02:07.222]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:09.5673776Z [00:02:07.222]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:09.5674899Z [00:02:07.222]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:09.5689751Z [00:02:07.222]➜  packagefile math=/tmp/go-build2227044111/b039/_pkg_.a
2025-08-20T22:37:09.5690294Z [00:02:07.222]➜  packagefile math/big=/tmp/go-build2227044111/b078/_pkg_.a
2025-08-20T22:37:09.5690735Z [00:02:07.222]➜  packagefile reflect=/tmp/go-build2227044111/b036/_pkg_.a
2025-08-20T22:37:09.5691159Z [00:02:07.222]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:09.5691613Z [00:02:07.222]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:09.5692040Z [00:02:07.222]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:09.5692458Z [00:02:07.222]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:09.5692895Z [00:02:07.222]➜  packagefile unicode/utf16=/tmp/go-build2227044111/b070/_pkg_.a
2025-08-20T22:37:09.5693361Z [00:02:07.222]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:09.5693694Z [00:02:07.222]➜  EOF
2025-08-20T22:37:09.5695422Z [00:02:07.222]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/.go/src/encoding/asn1=>encoding/asn1;$WORK/b178=>" -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/b178/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-20T22:37:09.5821029Z [00:02:07.237]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T22:37:09.5889365Z [00:02:07.244]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d # internal
2025-08-20T22:37:09.5909575Z [00:02:07.246]➜  crypto/internal/fips140/nistec
2025-08-20T22:37:09.5910982Z [00:02:07.246]➜  mkdir -p $WORK/b167/
2025-08-20T22:37:09.5911413Z [00:02:07.246]➜  echo -n > $WORK/b167/go_asm.h # internal
2025-08-20T22:37:09.5912886Z [00:02:07.247]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T22:37:09.5920956Z [00:02:07.247]➜  /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/b167=>" -I $WORK/b167/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b167/symabis ./p256_asm_arm64.s
2025-08-20T22:37:09.5997085Z [00:02:07.255]➜  cat >/tmp/go-build2227044111/b167/importcfg << 'EOF' # internal
2025-08-20T22:37:09.5999273Z [00:02:07.255]➜  # import config
2025-08-20T22:37:09.5999818Z [00:02:07.255]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2227044111/b111/_pkg_.a
2025-08-20T22:37:09.6000439Z [00:02:07.255]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build2227044111/b168/_pkg_.a
2025-08-20T22:37:09.6001053Z [00:02:07.255]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2227044111/b118/_pkg_.a
2025-08-20T22:37:09.6001712Z [00:02:07.255]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2227044111/b114/_pkg_.a
2025-08-20T22:37:09.6002251Z [00:02:07.255]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:09.6002688Z [00:02:07.255]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:09.6003124Z [00:02:07.255]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:09.6003565Z [00:02:07.255]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:09.6003868Z [00:02:07.255]➜  EOF
2025-08-20T22:37:09.6004247Z [00:02:07.255]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:09.6009043Z [00:02:07.255]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b167=>" -p crypto/internal/fips140/nistec -lang=go1.25 -std -installsuffix shared -buildid I6xat44r4YjCpdw5c6zD/I6xat44r4YjCpdw5c6zD -goversion go1.25.0 -symabis $WORK/b167/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack -asmhdr $WORK/b167/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-20T22:37:09.6165888Z [00:02:07.272]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix
2025-08-20T22:37:09.6167578Z [00:02:07.272]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix=>golang.org/x/sys@v0.0.0-20220908164124-27713097b956/unix;$WORK/b150=>" -I $WORK/b150/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b150/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T22:37:09.6197863Z [00:02:07.275]➜  go tool pack r $WORK/b150/_pkg_.a $WORK/b150/asm_linux_arm64.o # internal
2025-08-20T22:37:09.6199370Z [00:02:07.275]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T22:37:09.6291268Z [00:02:07.284]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/bf/bf30515fa507cb4c7c150edf465fa6f6c431d9a9aa4ecdeb3c8468fe60ea9cb9-d # internal
2025-08-20T22:37:09.6312015Z [00:02:07.285]➜  github.com/fsnotify/fsnotify
2025-08-20T22:37:09.6312737Z [00:02:07.285]➜  mkdir -p $WORK/b149/
2025-08-20T22:37:09.6313812Z [00:02:07.285]➜  cat >/tmp/go-build2227044111/b149/importcfg << 'EOF' # internal
2025-08-20T22:37:09.6315031Z [00:02:07.285]➜  # import config
2025-08-20T22:37:09.6315446Z [00:02:07.285]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:09.6315864Z [00:02:07.285]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:09.6316357Z [00:02:07.285]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2227044111/b150/_pkg_.a
2025-08-20T22:37:09.6316817Z [00:02:07.285]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:09.6317216Z [00:02:07.285]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:09.6317650Z [00:02:07.285]➜  packagefile path/filepath=/tmp/go-build2227044111/b089/_pkg_.a
2025-08-20T22:37:09.6318096Z [00:02:07.285]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:09.6318531Z [00:02:07.285]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:09.6321385Z [00:02:07.285]➜  EOF
2025-08-20T22:37:09.6321783Z [00:02:07.285]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:09.6324516Z [00:02:07.285]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.6.0=>github.com/fsnotify/fsnotify@v1.6.0;$WORK/b149=>" -p github.com/fsnotify/fsnotify -lang=go1.16 -complete -installsuffix shared -buildid zufFtu6Mie-1eXnb3wsA/zufFtu6Mie-1eXnb3wsA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.6.0/backend_inotify.go /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.6.0/fsnotify.go
2025-08-20T22:37:09.7021506Z [00:02:07.356]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T22:37:09.7028384Z [00:02:07.358]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/9e/9e4dc5f72df4e9d54fb636029af8caa09c5acf3727af5f28218ec6685de9128c-d # internal
2025-08-20T22:37:09.7031300Z [00:02:07.358]➜  crypto/internal/fips140/edwards25519
2025-08-20T22:37:09.7031627Z [00:02:07.358]➜  mkdir -p $WORK/b182/
2025-08-20T22:37:09.7040428Z [00:02:07.359]➜  cat >/tmp/go-build2227044111/b182/importcfg << 'EOF' # internal
2025-08-20T22:37:09.7041433Z [00:02:07.359]➜  # import config
2025-08-20T22:37:09.7042313Z [00:02:07.359]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2227044111/b111/_pkg_.a
2025-08-20T22:37:09.7043603Z [00:02:07.359]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build2227044111/b169/_pkg_.a
2025-08-20T22:37:09.7045026Z [00:02:07.359]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2227044111/b118/_pkg_.a
2025-08-20T22:37:09.7046208Z [00:02:07.359]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2227044111/b114/_pkg_.a
2025-08-20T22:37:09.7047262Z [00:02:07.359]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:09.7047955Z [00:02:07.359]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:09.7049045Z [00:02:07.359]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:09.7049844Z [00:02:07.359]➜  EOF
2025-08-20T22:37:09.7063852Z [00:02:07.361]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b182=>" -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/b182/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-20T22:37:09.7140428Z [00:02:07.367]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T22:37:09.7146729Z [00:02:07.370]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d # internal
2025-08-20T22:37:09.7154421Z [00:02:07.371]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:37:09.7155444Z [00:02:07.371]➜  mkdir -p $WORK/b177/
2025-08-20T22:37:09.7166106Z [00:02:07.372]➜  cat >/tmp/go-build2227044111/b177/importcfg << 'EOF' # internal
2025-08-20T22:37:09.7166768Z [00:02:07.372]➜  # import config
2025-08-20T22:37:09.7167477Z [00:02:07.372]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:37:09.7169237Z [00:02:07.372]➜  packagefile encoding/asn1=/tmp/go-build2227044111/b178/_pkg_.a
2025-08-20T22:37:09.7169704Z [00:02:07.372]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:09.7170141Z [00:02:07.372]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:09.7170691Z [00:02:07.372]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2227044111/b179/_pkg_.a
2025-08-20T22:37:09.7171232Z [00:02:07.372]➜  packagefile math/big=/tmp/go-build2227044111/b078/_pkg_.a
2025-08-20T22:37:09.7171661Z [00:02:07.372]➜  packagefile reflect=/tmp/go-build2227044111/b036/_pkg_.a
2025-08-20T22:37:09.7172081Z [00:02:07.372]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:09.7172386Z [00:02:07.372]➜  EOF
2025-08-20T22:37:09.7182671Z [00:02:07.373]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte=>vendor/golang.org/x/crypto/cryptobyte;$WORK/b177=>" -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/b177/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-20T22:37:09.7730839Z [00:02:07.428]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T22:37:09.7745042Z [00:02:07.430]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d # internal
2025-08-20T22:37:09.7748520Z [00:02:07.430]➜  crypto/internal/fips140/ed25519
2025-08-20T22:37:09.7753205Z [00:02:07.430]➜  mkdir -p $WORK/b181/
2025-08-20T22:37:09.7755979Z [00:02:07.431]➜  cat >/tmp/go-build2227044111/b181/importcfg << 'EOF' # internal
2025-08-20T22:37:09.7756410Z [00:02:07.431]➜  # import config
2025-08-20T22:37:09.7756755Z [00:02:07.431]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:09.7757246Z [00:02:07.431]➜  packagefile crypto/internal/fips140=/tmp/go-build2227044111/b108/_pkg_.a
2025-08-20T22:37:09.7757828Z [00:02:07.431]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2227044111/b111/_pkg_.a
2025-08-20T22:37:09.7758405Z [00:02:07.431]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2227044111/b121/_pkg_.a
2025-08-20T22:37:09.7759192Z [00:02:07.431]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build2227044111/b182/_pkg_.a
2025-08-20T22:37:09.7759809Z [00:02:07.431]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2227044111/b119/_pkg_.a
2025-08-20T22:37:09.7760301Z [00:02:07.431]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:09.7760737Z [00:02:07.431]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:09.7761157Z [00:02:07.431]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:09.7761464Z [00:02:07.431]➜  EOF
2025-08-20T22:37:09.7763452Z [00:02:07.431]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b181=>" -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/b181/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T22:37:09.8086079Z [00:02:07.464]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T22:37:09.8094443Z [00:02:07.465]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d # internal
2025-08-20T22:37:09.8097764Z [00:02:07.465]➜  crypto/rand
2025-08-20T22:37:09.8098072Z [00:02:07.465]➜  mkdir -p $WORK/b183/
2025-08-20T22:37:09.8100144Z [00:02:07.465]➜  cat >/tmp/go-build2227044111/b183/importcfg << 'EOF' # internal
2025-08-20T22:37:09.8100977Z [00:02:07.465]➜  # import config
2025-08-20T22:37:09.8101657Z [00:02:07.465]➜  packagefile crypto/internal/boring=/tmp/go-build2227044111/b128/_pkg_.a
2025-08-20T22:37:09.8102463Z [00:02:07.465]➜  packagefile crypto/internal/fips140=/tmp/go-build2227044111/b108/_pkg_.a
2025-08-20T22:37:09.8103504Z [00:02:07.465]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2227044111/b121/_pkg_.a
2025-08-20T22:37:09.8130200Z [00:02:07.465]➜  packagefile crypto/internal/fips140only=/tmp/go-build2227044111/b126/_pkg_.a
2025-08-20T22:37:09.8130857Z [00:02:07.465]➜  packagefile crypto/internal/randutil=/tmp/go-build2227044111/b124/_pkg_.a
2025-08-20T22:37:09.8131409Z [00:02:07.465]➜  packagefile crypto/internal/sysrand=/tmp/go-build2227044111/b123/_pkg_.a
2025-08-20T22:37:09.8131926Z [00:02:07.465]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:09.8132343Z [00:02:07.465]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:09.8132762Z [00:02:07.465]➜  packagefile math/big=/tmp/go-build2227044111/b078/_pkg_.a
2025-08-20T22:37:09.8133082Z [00:02:07.465]➜  EOF
2025-08-20T22:37:09.8134752Z [00:02:07.466]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/.go/src/crypto/rand=>crypto/rand;$WORK/b183=>" -p crypto/rand -lang=go1.25 -std -complete -installsuffix shared -buildid A38w9Mg8qJS5LJrKaVFx/A38w9Mg8qJS5LJrKaVFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b183/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-20T22:37:09.8390963Z [00:02:07.494]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T22:37:09.8399694Z [00:02:07.495]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d # internal
2025-08-20T22:37:09.8403428Z [00:02:07.496]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T22:37:09.8411994Z [00:02:07.496]➜  crypto/ed25519
2025-08-20T22:37:09.8414819Z [00:02:07.497]➜  mkdir -p $WORK/b180/
2025-08-20T22:37:09.8421505Z [00:02:07.497]➜  cat >/tmp/go-build2227044111/b180/importcfg << 'EOF' # internal
2025-08-20T22:37:09.8422491Z [00:02:07.497]➜  # import config
2025-08-20T22:37:09.8422961Z [00:02:07.497]➜  packagefile crypto=/tmp/go-build2227044111/b129/_pkg_.a
2025-08-20T22:37:09.8423503Z [00:02:07.497]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build2227044111/b181/_pkg_.a
2025-08-20T22:37:09.8424100Z [00:02:07.497]➜  packagefile crypto/internal/fips140cache=/tmp/go-build2227044111/b175/_pkg_.a
2025-08-20T22:37:09.8424681Z [00:02:07.497]➜  packagefile crypto/internal/fips140only=/tmp/go-build2227044111/b126/_pkg_.a
2025-08-20T22:37:09.8425213Z [00:02:07.497]➜  packagefile crypto/rand=/tmp/go-build2227044111/b183/_pkg_.a
2025-08-20T22:37:09.8425678Z [00:02:07.497]➜  packagefile crypto/subtle=/tmp/go-build2227044111/b127/_pkg_.a
2025-08-20T22:37:09.8426118Z [00:02:07.497]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:09.8426543Z [00:02:07.497]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:09.8426957Z [00:02:07.497]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:09.8427688Z [00:02:07.497]➜  EOF
2025-08-20T22:37:09.8445246Z [00:02:07.500]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b180=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid ubc8QILqzxwNY9uAXovg/ubc8QILqzxwNY9uAXovg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T22:37:09.8466450Z [00:02:07.502]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d # internal
2025-08-20T22:37:09.8477505Z [00:02:07.503]➜  crypto/internal/fips140/hkdf
2025-08-20T22:37:09.8477842Z [00:02:07.503]➜  mkdir -p $WORK/b185/
2025-08-20T22:37:09.8478226Z [00:02:07.503]➜  cat >/tmp/go-build2227044111/b185/importcfg << 'EOF' # internal
2025-08-20T22:37:09.8478569Z [00:02:07.503]➜  # import config
2025-08-20T22:37:09.8479101Z [00:02:07.503]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:09.8479591Z [00:02:07.503]➜  packagefile crypto/internal/fips140=/tmp/go-build2227044111/b108/_pkg_.a
2025-08-20T22:37:09.8480157Z [00:02:07.503]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2227044111/b111/_pkg_.a
2025-08-20T22:37:09.8480731Z [00:02:07.503]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2227044111/b112/_pkg_.a
2025-08-20T22:37:09.8481308Z [00:02:07.503]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2227044111/b113/_pkg_.a
2025-08-20T22:37:09.8482092Z [00:02:07.503]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:09.8482617Z [00:02:07.503]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:09.8482929Z [00:02:07.503]➜  EOF
2025-08-20T22:37:09.8484834Z [00:02:07.503]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hkdf=>crypto/internal/fips140/hkdf;$WORK/b185=>" -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/b185/importcfg -pack /root/.go/src/crypto/internal/fips140/hkdf/cast.go /root/.go/src/crypto/internal/fips140/hkdf/hkdf.go
2025-08-20T22:37:09.8874105Z [00:02:07.543]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T22:37:09.8884617Z [00:02:07.543]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d # internal
2025-08-20T22:37:09.8885345Z [00:02:07.543]➜  crypto/hkdf
2025-08-20T22:37:09.8885603Z [00:02:07.543]➜  mkdir -p $WORK/b184/
2025-08-20T22:37:09.8885980Z [00:02:07.544]➜  cat >/tmp/go-build2227044111/b184/importcfg << 'EOF' # internal
2025-08-20T22:37:09.8886332Z [00:02:07.544]➜  # import config
2025-08-20T22:37:09.8886755Z [00:02:07.544]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build2227044111/b185/_pkg_.a
2025-08-20T22:37:09.8887765Z [00:02:07.544]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2227044111/b132/_pkg_.a
2025-08-20T22:37:09.8888333Z [00:02:07.544]➜  packagefile crypto/internal/fips140only=/tmp/go-build2227044111/b126/_pkg_.a
2025-08-20T22:37:09.8889054Z [00:02:07.544]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:09.8889525Z [00:02:07.544]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:09.8889828Z [00:02:07.544]➜  EOF
2025-08-20T22:37:09.8892642Z [00:02:07.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/.go/src/crypto/hkdf=>crypto/hkdf;$WORK/b184=>" -p crypto/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid le8lku1Ns3Um0BHAqMkZ/le8lku1Ns3Um0BHAqMkZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T22:37:09.9162257Z [00:02:07.571]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T22:37:09.9165657Z [00:02:07.572]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d # internal
2025-08-20T22:37:09.9167114Z [00:02:07.572]➜  crypto/internal/fips140/mlkem
2025-08-20T22:37:09.9167448Z [00:02:07.572]➜  mkdir -p $WORK/b186/
2025-08-20T22:37:09.9170104Z [00:02:07.572]➜  cat >/tmp/go-build2227044111/b186/importcfg << 'EOF' # internal
2025-08-20T22:37:09.9174068Z [00:02:07.572]➜  # import config
2025-08-20T22:37:09.9174421Z [00:02:07.573]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:09.9174935Z [00:02:07.573]➜  packagefile crypto/internal/fips140=/tmp/go-build2227044111/b108/_pkg_.a
2025-08-20T22:37:09.9175505Z [00:02:07.573]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2227044111/b111/_pkg_.a
2025-08-20T22:37:09.9176608Z [00:02:07.573]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2227044111/b121/_pkg_.a
2025-08-20T22:37:09.9187517Z [00:02:07.573]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2227044111/b117/_pkg_.a
2025-08-20T22:37:09.9188165Z [00:02:07.573]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2227044111/b118/_pkg_.a
2025-08-20T22:37:09.9188985Z [00:02:07.573]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2227044111/b114/_pkg_.a
2025-08-20T22:37:09.9189563Z [00:02:07.573]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:09.9192478Z [00:02:07.573]➜  EOF
2025-08-20T22:37:09.9195380Z [00:02:07.573]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/mlkem=>crypto/internal/fips140/mlkem;$WORK/b186=>" -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/b186/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-20T22:37:09.9316261Z [00:02:07.587]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T22:37:09.9317618Z [00:02:07.587]➜  /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/b167=>" -I $WORK/b167/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b167/p256_asm_arm64.o ./p256_asm_arm64.s
2025-08-20T22:37:09.9370282Z [00:02:07.592]➜  go tool pack r $WORK/b167/_pkg_.a $WORK/b167/p256_asm_arm64.o # internal
2025-08-20T22:37:09.9370808Z [00:02:07.592]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T22:37:09.9390368Z [00:02:07.594]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T22:37:09.9398248Z [00:02:07.595]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d # internal
2025-08-20T22:37:09.9399232Z [00:02:07.595]➜  crypto/internal/fips140/ecdh
2025-08-20T22:37:09.9399940Z [00:02:07.595]➜  mkdir -p $WORK/b166/
2025-08-20T22:37:09.9400313Z [00:02:07.595]➜  cat >/tmp/go-build2227044111/b166/importcfg << 'EOF' # internal
2025-08-20T22:37:09.9400682Z [00:02:07.595]➜  # import config
2025-08-20T22:37:09.9401021Z [00:02:07.595]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:09.9401505Z [00:02:07.595]➜  packagefile crypto/internal/fips140=/tmp/go-build2227044111/b108/_pkg_.a
2025-08-20T22:37:09.9402070Z [00:02:07.595]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2227044111/b111/_pkg_.a
2025-08-20T22:37:09.9402659Z [00:02:07.595]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2227044111/b121/_pkg_.a
2025-08-20T22:37:09.9403242Z [00:02:07.595]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2227044111/b167/_pkg_.a
2025-08-20T22:37:09.9403862Z [00:02:07.595]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2227044111/b114/_pkg_.a
2025-08-20T22:37:09.9404398Z [00:02:07.595]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:09.9404810Z [00:02:07.595]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:09.9405227Z [00:02:07.595]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:09.9405650Z [00:02:07.595]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:09.9405958Z [00:02:07.595]➜  EOF
2025-08-20T22:37:09.9406254Z [00:02:07.595]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:09.9408271Z [00:02:07.595]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdh=>crypto/internal/fips140/ecdh;$WORK/b166=>" -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/b166/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdh/cast.go /root/.go/src/crypto/internal/fips140/ecdh/ecdh.go
2025-08-20T22:37:09.9423295Z [00:02:07.597]➜  cd $WORK/b154
2025-08-20T22:37:09.9425248Z [00:02:07.598]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b154=/tmp/go-build -gno-record-gcc-switches -I $WORK/b154/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b154/_x001.o -c _cgo_export.c
2025-08-20T22:37:09.9443065Z [00:02:07.599]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d # internal
2025-08-20T22:37:09.9443891Z [00:02:07.600]➜  crypto/elliptic
2025-08-20T22:37:09.9447363Z [00:02:07.600]➜  mkdir -p $WORK/b171/
2025-08-20T22:37:09.9447803Z [00:02:07.600]➜  cat >/tmp/go-build2227044111/b171/importcfg << 'EOF' # internal
2025-08-20T22:37:09.9448153Z [00:02:07.600]➜  # import config
2025-08-20T22:37:09.9448580Z [00:02:07.600]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2227044111/b167/_pkg_.a
2025-08-20T22:37:09.9451418Z [00:02:07.600]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:09.9451844Z [00:02:07.600]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:09.9452264Z [00:02:07.600]➜  packagefile math/big=/tmp/go-build2227044111/b078/_pkg_.a
2025-08-20T22:37:09.9452685Z [00:02:07.600]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:09.9452989Z [00:02:07.600]➜  EOF
2025-08-20T22:37:09.9453292Z [00:02:07.600]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:09.9455217Z [00:02:07.600]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/.go/src/crypto/elliptic=>crypto/elliptic;$WORK/b171=>" -p crypto/elliptic -lang=go1.25 -std -complete -installsuffix shared -buildid 1H0eO7wkpv4CFuI8AScz/1H0eO7wkpv4CFuI8AScz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b171/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-20T22:37:09.9663185Z [00:02:07.622]➜  cd $WORK/b154
2025-08-20T22:37:09.9673048Z [00:02:07.622]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b154=/tmp/go-build -gno-record-gcc-switches -I $WORK/b154/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b154/_x002.o -c cgo_linux.cgo2.c
2025-08-20T22:37:09.9674524Z [00:02:07.623]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T22:37:09.9682262Z [00:02:07.623]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d # internal
2025-08-20T22:37:09.9682924Z [00:02:07.623]➜  crypto/ecdh
2025-08-20T22:37:09.9683182Z [00:02:07.623]➜  mkdir -p $WORK/b165/
2025-08-20T22:37:09.9684228Z [00:02:07.624]➜  cat >/tmp/go-build2227044111/b165/importcfg << 'EOF' # internal
2025-08-20T22:37:09.9685227Z [00:02:07.624]➜  # import config
2025-08-20T22:37:09.9685672Z [00:02:07.624]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:09.9686116Z [00:02:07.624]➜  packagefile crypto=/tmp/go-build2227044111/b129/_pkg_.a
2025-08-20T22:37:09.9686609Z [00:02:07.624]➜  packagefile crypto/internal/boring=/tmp/go-build2227044111/b128/_pkg_.a
2025-08-20T22:37:09.9687185Z [00:02:07.624]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build2227044111/b166/_pkg_.a
2025-08-20T22:37:09.9687849Z [00:02:07.624]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build2227044111/b169/_pkg_.a
2025-08-20T22:37:09.9688474Z [00:02:07.624]➜  packagefile crypto/internal/fips140only=/tmp/go-build2227044111/b126/_pkg_.a
2025-08-20T22:37:09.9689199Z [00:02:07.624]➜  packagefile crypto/internal/randutil=/tmp/go-build2227044111/b124/_pkg_.a
2025-08-20T22:37:09.9689718Z [00:02:07.624]➜  packagefile crypto/subtle=/tmp/go-build2227044111/b127/_pkg_.a
2025-08-20T22:37:09.9690182Z [00:02:07.624]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:09.9690592Z [00:02:07.624]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:09.9690898Z [00:02:07.624]➜  EOF
2025-08-20T22:37:09.9691199Z [00:02:07.624]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:09.9693299Z [00:02:07.624]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/crypto/ecdh=>crypto/ecdh;$WORK/b165=>" -p crypto/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid CeLS31ovxjiZUv3X6PYl/CeLS31ovxjiZUv3X6PYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b165/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-20T22:37:10.0068764Z [00:02:07.662]➜  cd $WORK/b154
2025-08-20T22:37:10.0071911Z [00:02:07.662]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b154=/tmp/go-build -gno-record-gcc-switches -I $WORK/b154/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b154/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T22:37:10.0100069Z [00:02:07.664]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T22:37:10.0101749Z [00:02:07.665]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d # internal
2025-08-20T22:37:10.0138046Z [00:02:07.669]➜  crypto/internal/fips140/ecdsa
2025-08-20T22:37:10.0140474Z [00:02:07.669]➜  mkdir -p $WORK/b173/
2025-08-20T22:37:10.0141666Z [00:02:07.669]➜  cat >/tmp/go-build2227044111/b173/importcfg << 'EOF' # internal
2025-08-20T22:37:10.0142100Z [00:02:07.669]➜  # import config
2025-08-20T22:37:10.0142464Z [00:02:07.669]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:10.0142956Z [00:02:07.669]➜  packagefile crypto/internal/fips140=/tmp/go-build2227044111/b108/_pkg_.a
2025-08-20T22:37:10.0143981Z [00:02:07.669]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2227044111/b174/_pkg_.a
2025-08-20T22:37:10.0144578Z [00:02:07.669]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2227044111/b111/_pkg_.a
2025-08-20T22:37:10.0145156Z [00:02:07.669]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2227044111/b121/_pkg_.a
2025-08-20T22:37:10.0145727Z [00:02:07.669]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2227044111/b112/_pkg_.a
2025-08-20T22:37:10.0146320Z [00:02:07.669]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2227044111/b167/_pkg_.a
2025-08-20T22:37:10.0146908Z [00:02:07.669]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2227044111/b119/_pkg_.a
2025-08-20T22:37:10.0147407Z [00:02:07.669]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:10.0147827Z [00:02:07.669]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:10.0148238Z [00:02:07.669]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:10.0148799Z [00:02:07.669]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:10.0149158Z [00:02:07.669]➜  EOF
2025-08-20T22:37:10.0149463Z [00:02:07.670]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:10.0152003Z [00:02:07.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdsa=>crypto/internal/fips140/ecdsa;$WORK/b173=>" -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/b173/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-20T22:37:10.0179210Z [00:02:07.673]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T22:37:10.0195367Z [00:02:07.675]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d # internal
2025-08-20T22:37:10.0198517Z [00:02:07.675]➜  crypto/internal/fips140/tls12
2025-08-20T22:37:10.0198965Z [00:02:07.675]➜  mkdir -p $WORK/b187/
2025-08-20T22:37:10.0209533Z [00:02:07.676]➜  cat >/tmp/go-build2227044111/b187/importcfg << 'EOF' # internal
2025-08-20T22:37:10.0209993Z [00:02:07.676]➜  # import config
2025-08-20T22:37:10.0210336Z [00:02:07.676]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:10.0211211Z [00:02:07.676]➜  packagefile crypto/internal/fips140=/tmp/go-build2227044111/b108/_pkg_.a
2025-08-20T22:37:10.0211860Z [00:02:07.676]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2227044111/b111/_pkg_.a
2025-08-20T22:37:10.0212445Z [00:02:07.676]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2227044111/b112/_pkg_.a
2025-08-20T22:37:10.0213041Z [00:02:07.676]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2227044111/b113/_pkg_.a
2025-08-20T22:37:10.0213618Z [00:02:07.676]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2227044111/b119/_pkg_.a
2025-08-20T22:37:10.0214110Z [00:02:07.676]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:10.0214523Z [00:02:07.676]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:10.0214828Z [00:02:07.676]➜  EOF
2025-08-20T22:37:10.0216767Z [00:02:07.676]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls12=>crypto/internal/fips140/tls12;$WORK/b187=>" -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/b187/importcfg -pack /root/.go/src/crypto/internal/fips140/tls12/cast.go /root/.go/src/crypto/internal/fips140/tls12/tls12.go
2025-08-20T22:37:10.0351393Z [00:02:07.690]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T22:37:10.0367940Z [00:02:07.691]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d # internal
2025-08-20T22:37:10.0383456Z [00:02:07.691]➜  crypto/internal/fips140/tls13
2025-08-20T22:37:10.0383780Z [00:02:07.691]➜  mkdir -p $WORK/b188/
2025-08-20T22:37:10.0384158Z [00:02:07.692]➜  cat >/tmp/go-build2227044111/b188/importcfg << 'EOF' # internal
2025-08-20T22:37:10.0384504Z [00:02:07.692]➜  # import config
2025-08-20T22:37:10.0384878Z [00:02:07.692]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:10.0385362Z [00:02:07.692]➜  packagefile crypto/internal/fips140=/tmp/go-build2227044111/b108/_pkg_.a
2025-08-20T22:37:10.0385932Z [00:02:07.692]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2227044111/b111/_pkg_.a
2025-08-20T22:37:10.0386511Z [00:02:07.692]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build2227044111/b185/_pkg_.a
2025-08-20T22:37:10.0387106Z [00:02:07.692]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2227044111/b113/_pkg_.a
2025-08-20T22:37:10.0387726Z [00:02:07.692]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2227044111/b114/_pkg_.a
2025-08-20T22:37:10.0388256Z [00:02:07.692]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:10.0388819Z [00:02:07.692]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:10.0389188Z [00:02:07.692]➜  EOF
2025-08-20T22:37:10.0391110Z [00:02:07.692]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls13=>crypto/internal/fips140/tls13;$WORK/b188=>" -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/b188/importcfg -pack /root/.go/src/crypto/internal/fips140/tls13/cast.go /root/.go/src/crypto/internal/fips140/tls13/tls13.go
2025-08-20T22:37:10.0392782Z [00:02:07.692]➜  cd $WORK/b154
2025-08-20T22:37:10.0394126Z [00:02:07.692]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b154=/tmp/go-build -gno-record-gcc-switches -I $WORK/b154/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b154/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T22:37:10.0397860Z [00:02:07.695]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T22:37:10.0410412Z [00:02:07.696]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d # internal
2025-08-20T22:37:10.0411277Z [00:02:07.696]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T22:37:10.0411596Z [00:02:07.696]➜  mkdir -p $WORK/b191/
2025-08-20T22:37:10.0415448Z [00:02:07.697]➜  echo -n > $WORK/b191/go_asm.h # internal
2025-08-20T22:37:10.0416415Z [00:02:07.697]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T22:37:10.0418713Z [00:02:07.697]➜  /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/b191=>" -I $WORK/b191/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b191/symabis ./chacha_arm64.s
2025-08-20T22:37:10.0444774Z [00:02:07.700]➜  cat >/tmp/go-build2227044111/b191/importcfg << 'EOF' # internal
2025-08-20T22:37:10.0446497Z [00:02:07.700]➜  # import config
2025-08-20T22:37:10.0447048Z [00:02:07.700]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:37:10.0447623Z [00:02:07.700]➜  packagefile crypto/cipher=/tmp/go-build2227044111/b106/_pkg_.a
2025-08-20T22:37:10.0448110Z [00:02:07.700]➜  packagefile encoding/binary=/tmp/go-build2227044111/b093/_pkg_.a
2025-08-20T22:37:10.0448566Z [00:02:07.700]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:10.0449749Z [00:02:07.700]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build2227044111/b192/_pkg_.a
2025-08-20T22:37:10.0450296Z [00:02:07.700]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:10.0450733Z [00:02:07.700]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:10.0451045Z [00:02:07.700]➜  EOF
2025-08-20T22:37:10.0451349Z [00:02:07.700]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:10.0453957Z [00:02:07.700]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b191=>" -p vendor/golang.org/x/crypto/chacha20 -lang=go1.25 -std -installsuffix shared -buildid uM0VDGLk5oDbYrNXo2Np/uM0VDGLk5oDbYrNXo2Np -goversion go1.25.0 -symabis $WORK/b191/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b191/importcfg -pack -asmhdr $WORK/b191/go_asm.h /root/.go/src/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-20T22:37:10.0697913Z [00:02:07.725]➜  cd $WORK/b154
2025-08-20T22:37:10.0827938Z [00:02:07.725]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b154=/tmp/go-build -gno-record-gcc-switches -I $WORK/b154/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b154/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T22:37:10.0829496Z [00:02:07.738]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T22:37:10.0834259Z [00:02:07.739]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d # internal
2025-08-20T22:37:10.0834892Z [00:02:07.739]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T22:37:10.0835688Z [00:02:07.739]➜  mkdir -p $WORK/b193/
2025-08-20T22:37:10.0836073Z [00:02:07.739]➜  cat >/tmp/go-build2227044111/b193/importcfg << 'EOF' # internal
2025-08-20T22:37:10.0836416Z [00:02:07.739]➜  # import config
2025-08-20T22:37:10.0836781Z [00:02:07.739]➜  packagefile crypto/subtle=/tmp/go-build2227044111/b127/_pkg_.a
2025-08-20T22:37:10.0837256Z [00:02:07.739]➜  packagefile encoding/binary=/tmp/go-build2227044111/b093/_pkg_.a
2025-08-20T22:37:10.0837720Z [00:02:07.739]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:10.0838040Z [00:02:07.739]➜  EOF
2025-08-20T22:37:10.0838910Z [00:02:07.739]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:10.0841681Z [00:02:07.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b193=>" -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/b193/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-20T22:37:10.0944863Z [00:02:07.750]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T22:37:10.0946347Z [00:02:07.750]➜  /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/b191=>" -I $WORK/b191/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b191/chacha_arm64.o ./chacha_arm64.s
2025-08-20T22:37:10.0979055Z [00:02:07.753]➜  go tool pack r $WORK/b191/_pkg_.a $WORK/b191/chacha_arm64.o # internal
2025-08-20T22:37:10.0979593Z [00:02:07.753]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T22:37:10.0985139Z [00:02:07.754]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d # internal
2025-08-20T22:37:10.0986047Z [00:02:07.754]➜  crypto/md5
2025-08-20T22:37:10.0986989Z [00:02:07.754]➜  mkdir -p $WORK/b194/
2025-08-20T22:37:10.0990547Z [00:02:07.754]➜  echo -n > $WORK/b194/go_asm.h # internal
2025-08-20T22:37:10.1007402Z [00:02:07.756]➜  cd /root/.go/src/crypto/md5
2025-08-20T22:37:10.1008512Z [00:02:07.756]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b194=>" -I $WORK/b194/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b194/symabis ./md5block_arm64.s
2025-08-20T22:37:10.1024202Z [00:02:07.758]➜  cat >/tmp/go-build2227044111/b194/importcfg << 'EOF' # internal
2025-08-20T22:37:10.1024599Z [00:02:07.758]➜  # import config
2025-08-20T22:37:10.1024948Z [00:02:07.758]➜  packagefile crypto=/tmp/go-build2227044111/b129/_pkg_.a
2025-08-20T22:37:10.1025481Z [00:02:07.758]➜  packagefile crypto/internal/fips140only=/tmp/go-build2227044111/b126/_pkg_.a
2025-08-20T22:37:10.1025975Z [00:02:07.758]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:10.1026385Z [00:02:07.758]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:10.1026843Z [00:02:07.758]➜  packagefile internal/byteorder=/tmp/go-build2227044111/b013/_pkg_.a
2025-08-20T22:37:10.1027319Z [00:02:07.758]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:10.1027644Z [00:02:07.758]➜  EOF
2025-08-20T22:37:10.1030065Z [00:02:07.758]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:10.1032040Z [00:02:07.758]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b194=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid bDTVyBGdsUxgSuJoa3w1/bDTVyBGdsUxgSuJoa3w1 -goversion go1.25.0 -symabis $WORK/b194/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack -asmhdr $WORK/b194/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-20T22:37:10.1098003Z [00:02:07.765]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T22:37:10.1116160Z [00:02:07.767]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d # internal
2025-08-20T22:37:10.1122450Z [00:02:07.768]➜  crypto/ecdsa
2025-08-20T22:37:10.1132353Z [00:02:07.769]➜  mkdir -p $WORK/b170/
2025-08-20T22:37:10.1138839Z [00:02:07.769]➜  cd $WORK/b154
2025-08-20T22:37:10.1140399Z [00:02:07.769]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b154=/tmp/go-build -gno-record-gcc-switches -I $WORK/b154/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b154/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T22:37:10.1145640Z [00:02:07.770]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T22:37:10.1150294Z [00:02:07.770]➜  cat >/tmp/go-build2227044111/b170/importcfg << 'EOF' # internal
2025-08-20T22:37:10.1150701Z [00:02:07.770]➜  # import config
2025-08-20T22:37:10.1151192Z [00:02:07.770]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:37:10.1151832Z [00:02:07.770]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:37:10.1152403Z [00:02:07.770]➜  packagefile crypto=/tmp/go-build2227044111/b129/_pkg_.a
2025-08-20T22:37:10.1154169Z [00:02:07.771]➜  packagefile crypto/ecdh=/tmp/go-build2227044111/b165/_pkg_.a
2025-08-20T22:37:10.1154702Z [00:02:07.771]➜  packagefile crypto/elliptic=/tmp/go-build2227044111/b171/_pkg_.a
2025-08-20T22:37:10.1155218Z [00:02:07.771]➜  packagefile crypto/internal/boring=/tmp/go-build2227044111/b128/_pkg_.a
2025-08-20T22:37:10.1156111Z [00:02:07.771]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build2227044111/b172/_pkg_.a
2025-08-20T22:37:10.1156699Z [00:02:07.771]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build2227044111/b173/_pkg_.a
2025-08-20T22:37:10.1158329Z [00:02:07.771]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2227044111/b167/_pkg_.a
2025-08-20T22:37:10.1159069Z [00:02:07.771]➜  packagefile crypto/internal/fips140cache=/tmp/go-build2227044111/b175/_pkg_.a
2025-08-20T22:37:10.1159651Z [00:02:07.771]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2227044111/b132/_pkg_.a
2025-08-20T22:37:10.1160238Z [00:02:07.771]➜  packagefile crypto/internal/fips140only=/tmp/go-build2227044111/b126/_pkg_.a
2025-08-20T22:37:10.1160800Z [00:02:07.771]➜  packagefile crypto/internal/randutil=/tmp/go-build2227044111/b124/_pkg_.a
2025-08-20T22:37:10.1161306Z [00:02:07.771]➜  packagefile crypto/sha512=/tmp/go-build2227044111/b176/_pkg_.a
2025-08-20T22:37:10.1161775Z [00:02:07.771]➜  packagefile crypto/subtle=/tmp/go-build2227044111/b127/_pkg_.a
2025-08-20T22:37:10.1162232Z [00:02:07.771]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:10.1162770Z [00:02:07.771]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2227044111/b177/_pkg_.a
2025-08-20T22:37:10.1168952Z [00:02:07.771]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2227044111/b179/_pkg_.a
2025-08-20T22:37:10.1169560Z [00:02:07.771]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:10.1169990Z [00:02:07.771]➜  packagefile math/big=/tmp/go-build2227044111/b078/_pkg_.a
2025-08-20T22:37:10.1170465Z [00:02:07.771]➜  packagefile math/rand/v2=/tmp/go-build2227044111/b125/_pkg_.a
2025-08-20T22:37:10.1170819Z [00:02:07.771]➜  EOF
2025-08-20T22:37:10.1171154Z [00:02:07.772]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:10.1174735Z [00:02:07.772]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/.go/src/crypto/ecdsa=>crypto/ecdsa;$WORK/b170=>" -p crypto/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid RMncMWtMn5o5fs9EVDuT/RMncMWtMn5o5fs9EVDuT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b170/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-20T22:37:10.1176761Z [00:02:07.772]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d # internal
2025-08-20T22:37:10.1177376Z [00:02:07.772]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:37:10.1178026Z [00:02:07.772]➜  mkdir -p $WORK/b190/
2025-08-20T22:37:10.1178483Z [00:02:07.772]➜  cat >/tmp/go-build2227044111/b190/importcfg << 'EOF' # internal
2025-08-20T22:37:10.1179403Z [00:02:07.772]➜  # import config
2025-08-20T22:37:10.1180195Z [00:02:07.772]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T22:37:10.1181016Z [00:02:07.772]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:37:10.1181892Z [00:02:07.772]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T22:37:10.1182558Z [00:02:07.772]➜  packagefile crypto/cipher=/tmp/go-build2227044111/b106/_pkg_.a
2025-08-20T22:37:10.1183041Z [00:02:07.772]➜  packagefile encoding/binary=/tmp/go-build2227044111/b093/_pkg_.a
2025-08-20T22:37:10.1183493Z [00:02:07.772]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:10.1184037Z [00:02:07.772]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build2227044111/b191/_pkg_.a
2025-08-20T22:37:10.1184686Z [00:02:07.772]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build2227044111/b192/_pkg_.a
2025-08-20T22:37:10.1185368Z [00:02:07.772]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build2227044111/b193/_pkg_.a
2025-08-20T22:37:10.1185805Z [00:02:07.772]➜  EOF
2025-08-20T22:37:10.1188932Z [00:02:07.772]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b190=>" -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/b190/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-20T22:37:10.1379947Z [00:02:07.793]➜  cd /root/.go/src/crypto/md5
2025-08-20T22:37:10.1382115Z [00:02:07.793]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b194=>" -I $WORK/b194/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b194/md5block_arm64.o ./md5block_arm64.s
2025-08-20T22:37:10.1413165Z [00:02:07.797]➜  go tool pack r $WORK/b194/_pkg_.a $WORK/b194/md5block_arm64.o # internal
2025-08-20T22:37:10.1413870Z [00:02:07.797]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T22:37:10.1417786Z [00:02:07.797]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d # internal
2025-08-20T22:37:10.1421088Z [00:02:07.797]➜  crypto/rc4
2025-08-20T22:37:10.1421355Z [00:02:07.797]➜  mkdir -p $WORK/b195/
2025-08-20T22:37:10.1421772Z [00:02:07.797]➜  cat >/tmp/go-build2227044111/b195/importcfg << 'EOF' # internal
2025-08-20T22:37:10.1422116Z [00:02:07.797]➜  # import config
2025-08-20T22:37:10.1422546Z [00:02:07.797]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2227044111/b110/_pkg_.a
2025-08-20T22:37:10.1423134Z [00:02:07.797]➜  packagefile crypto/internal/fips140only=/tmp/go-build2227044111/b126/_pkg_.a
2025-08-20T22:37:10.1423662Z [00:02:07.797]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:10.1424089Z [00:02:07.797]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:10.1424402Z [00:02:07.797]➜  EOF
2025-08-20T22:37:10.1424702Z [00:02:07.797]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:10.1426565Z [00:02:07.797]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b195=>" -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/b195/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T22:37:10.1436490Z [00:02:07.798]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T22:37:10.1438417Z [00:02:07.799]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d # internal
2025-08-20T22:37:10.1439621Z [00:02:07.799]➜  crypto/internal/hpke
2025-08-20T22:37:10.1440194Z [00:02:07.799]➜  mkdir -p $WORK/b189/
2025-08-20T22:37:10.1440602Z [00:02:07.799]➜  cat >/tmp/go-build2227044111/b189/importcfg << 'EOF' # internal
2025-08-20T22:37:10.1440947Z [00:02:07.799]➜  # import config
2025-08-20T22:37:10.1441422Z [00:02:07.799]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:37:10.1441966Z [00:02:07.799]➜  packagefile crypto=/tmp/go-build2227044111/b129/_pkg_.a
2025-08-20T22:37:10.1442420Z [00:02:07.799]➜  packagefile crypto/aes=/tmp/go-build2227044111/b105/_pkg_.a
2025-08-20T22:37:10.1442880Z [00:02:07.799]➜  packagefile crypto/cipher=/tmp/go-build2227044111/b106/_pkg_.a
2025-08-20T22:37:10.1443343Z [00:02:07.799]➜  packagefile crypto/ecdh=/tmp/go-build2227044111/b165/_pkg_.a
2025-08-20T22:37:10.1443798Z [00:02:07.799]➜  packagefile crypto/hkdf=/tmp/go-build2227044111/b184/_pkg_.a
2025-08-20T22:37:10.1444253Z [00:02:07.799]➜  packagefile crypto/rand=/tmp/go-build2227044111/b183/_pkg_.a
2025-08-20T22:37:10.1445145Z [00:02:07.799]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:10.1445709Z [00:02:07.799]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build2227044111/b190/_pkg_.a
2025-08-20T22:37:10.1446296Z [00:02:07.799]➜  packagefile internal/byteorder=/tmp/go-build2227044111/b013/_pkg_.a
2025-08-20T22:37:10.1446767Z [00:02:07.799]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:10.1447087Z [00:02:07.799]➜  EOF
2025-08-20T22:37:10.1449074Z [00:02:07.799]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/.go/src/crypto/internal/hpke=>crypto/internal/hpke;$WORK/b189=>" -p crypto/internal/hpke -lang=go1.25 -std -complete -installsuffix shared -buildid LLbop9o7yLjyEdHS5Pgg/LLbop9o7yLjyEdHS5Pgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T22:37:10.1510258Z [00:02:07.806]➜  cd $WORK/b154
2025-08-20T22:37:10.1521470Z [00:02:07.806]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b154=/tmp/go-build -gno-record-gcc-switches -I $WORK/b154/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b154/_cgo_main.o -c _cgo_main.c
2025-08-20T22:37:10.1587427Z [00:02:07.814]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T22:37:10.1589858Z [00:02:07.814]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d # internal
2025-08-20T22:37:10.1592872Z [00:02:07.815]➜  crypto/internal/fips140/rsa
2025-08-20T22:37:10.1594281Z [00:02:07.815]➜  mkdir -p $WORK/b197/
2025-08-20T22:37:10.1610426Z [00:02:07.816]➜  cat >/tmp/go-build2227044111/b197/importcfg << 'EOF' # internal
2025-08-20T22:37:10.1610954Z [00:02:07.816]➜  # import config
2025-08-20T22:37:10.1611342Z [00:02:07.816]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:10.1611834Z [00:02:07.816]➜  packagefile crypto/internal/fips140=/tmp/go-build2227044111/b108/_pkg_.a
2025-08-20T22:37:10.1612406Z [00:02:07.816]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2227044111/b174/_pkg_.a
2025-08-20T22:37:10.1612993Z [00:02:07.816]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2227044111/b111/_pkg_.a
2025-08-20T22:37:10.1613569Z [00:02:07.816]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2227044111/b121/_pkg_.a
2025-08-20T22:37:10.1614576Z [00:02:07.816]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2227044111/b113/_pkg_.a
2025-08-20T22:37:10.1615248Z [00:02:07.816]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2227044111/b117/_pkg_.a
2025-08-20T22:37:10.1615829Z [00:02:07.816]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2227044111/b119/_pkg_.a
2025-08-20T22:37:10.1616413Z [00:02:07.816]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2227044111/b118/_pkg_.a
2025-08-20T22:37:10.1616921Z [00:02:07.816]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:10.1617334Z [00:02:07.816]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:10.1617735Z [00:02:07.816]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:10.1618136Z [00:02:07.816]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:10.1618441Z [00:02:07.816]➜  EOF
2025-08-20T22:37:10.1620596Z [00:02:07.816]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:10.1623825Z [00:02:07.816]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b197=>" -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/b197/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-20T22:37:10.1718076Z [00:02:07.827]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b154=/tmp/go-build -gno-record-gcc-switches -o $WORK/b154/_cgo_.o $WORK/b154/_cgo_main.o $WORK/b154/preferlinkext $WORK/b154/_x001.o $WORK/b154/_x002.o $WORK/b154/_x003.o $WORK/b154/_x004.o $WORK/b154/_x005.o $WORK/b154/_x006.o -O2 -g -lresolv
2025-08-20T22:37:10.1860456Z [00:02:07.841]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T22:37:10.1878835Z [00:02:07.843]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d # internal
2025-08-20T22:37:10.1880123Z [00:02:07.843]➜  crypto/fips140
2025-08-20T22:37:10.1880468Z [00:02:07.843]➜  mkdir -p $WORK/b199/
2025-08-20T22:37:10.1880877Z [00:02:07.843]➜  cat >/tmp/go-build2227044111/b199/importcfg << 'EOF' # internal
2025-08-20T22:37:10.1881799Z [00:02:07.843]➜  # import config
2025-08-20T22:37:10.1882233Z [00:02:07.843]➜  packagefile crypto/internal/fips140=/tmp/go-build2227044111/b108/_pkg_.a
2025-08-20T22:37:10.1882799Z [00:02:07.843]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2227044111/b111/_pkg_.a
2025-08-20T22:37:10.1883185Z [00:02:07.843]➜  EOF
2025-08-20T22:37:10.1884681Z [00:02:07.843]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b199=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid UVWRQBKknR7nlw0IEp2a/UVWRQBKknR7nlw0IEp2a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T22:37:10.1969609Z [00:02:07.852]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T22:37:10.1970369Z [00:02:07.852]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d # internal
2025-08-20T22:37:10.1971424Z [00:02:07.852]➜  crypto/tls/internal/fips140tls
2025-08-20T22:37:10.1972062Z [00:02:07.853]➜  mkdir -p $WORK/b198/
2025-08-20T22:37:10.1976568Z [00:02:07.853]➜  cat >/tmp/go-build2227044111/b198/importcfg << 'EOF' # internal
2025-08-20T22:37:10.1976930Z [00:02:07.853]➜  # import config
2025-08-20T22:37:10.1977295Z [00:02:07.853]➜  packagefile crypto/fips140=/tmp/go-build2227044111/b199/_pkg_.a
2025-08-20T22:37:10.1978255Z [00:02:07.853]➜  packagefile sync/atomic=/tmp/go-build2227044111/b045/_pkg_.a
2025-08-20T22:37:10.1978976Z [00:02:07.853]➜  EOF
2025-08-20T22:37:10.1980767Z [00:02:07.853]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b198=>" -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/b198/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T22:37:10.2074324Z [00:02:07.863]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T22:37:10.2102023Z [00:02:07.865]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d # internal
2025-08-20T22:37:10.2108761Z [00:02:07.866]➜  crypto/dsa
2025-08-20T22:37:10.2109594Z [00:02:07.866]➜  mkdir -p $WORK/b201/
2025-08-20T22:37:10.2126094Z [00:02:07.868]➜  cat >/tmp/go-build2227044111/b201/importcfg << 'EOF' # internal
2025-08-20T22:37:10.2127854Z [00:02:07.868]➜  # import config
2025-08-20T22:37:10.2128518Z [00:02:07.868]➜  packagefile crypto/internal/fips140only=/tmp/go-build2227044111/b126/_pkg_.a
2025-08-20T22:37:10.2129830Z [00:02:07.868]➜  packagefile crypto/internal/randutil=/tmp/go-build2227044111/b124/_pkg_.a
2025-08-20T22:37:10.2132326Z [00:02:07.868]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:10.2133222Z [00:02:07.868]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:10.2133723Z [00:02:07.868]➜  packagefile math/big=/tmp/go-build2227044111/b078/_pkg_.a
2025-08-20T22:37:10.2134055Z [00:02:07.868]➜  EOF
2025-08-20T22:37:10.2135464Z [00:02:07.868]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b201=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid CRgkcrHysHqpZTiOvdzM/CRgkcrHysHqpZTiOvdzM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T22:37:10.2528953Z [00:02:07.908]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T22:37:10.2554890Z [00:02:07.911]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d # internal
2025-08-20T22:37:10.2561246Z [00:02:07.911]➜  crypto/rsa
2025-08-20T22:37:10.2561550Z [00:02:07.911]➜  mkdir -p $WORK/b196/
2025-08-20T22:37:10.2561937Z [00:02:07.911]➜  cat >/tmp/go-build2227044111/b196/importcfg << 'EOF' # internal
2025-08-20T22:37:10.2562286Z [00:02:07.911]➜  # import config
2025-08-20T22:37:10.2562630Z [00:02:07.911]➜  packagefile crypto=/tmp/go-build2227044111/b129/_pkg_.a
2025-08-20T22:37:10.2563115Z [00:02:07.911]➜  packagefile crypto/internal/boring=/tmp/go-build2227044111/b128/_pkg_.a
2025-08-20T22:37:10.2563693Z [00:02:07.911]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build2227044111/b172/_pkg_.a
2025-08-20T22:37:10.2564751Z [00:02:07.911]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2227044111/b174/_pkg_.a
2025-08-20T22:37:10.2565614Z [00:02:07.911]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build2227044111/b197/_pkg_.a
2025-08-20T22:37:10.2566370Z [00:02:07.911]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2227044111/b132/_pkg_.a
2025-08-20T22:37:10.2566963Z [00:02:07.911]➜  packagefile crypto/internal/fips140only=/tmp/go-build2227044111/b126/_pkg_.a
2025-08-20T22:37:10.2567522Z [00:02:07.911]➜  packagefile crypto/internal/randutil=/tmp/go-build2227044111/b124/_pkg_.a
2025-08-20T22:37:10.2568027Z [00:02:07.911]➜  packagefile crypto/rand=/tmp/go-build2227044111/b183/_pkg_.a
2025-08-20T22:37:10.2568486Z [00:02:07.911]➜  packagefile crypto/subtle=/tmp/go-build2227044111/b127/_pkg_.a
2025-08-20T22:37:10.2573609Z [00:02:07.911]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:10.2574342Z [00:02:07.911]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:10.2574831Z [00:02:07.911]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:10.2575287Z [00:02:07.911]➜  packagefile internal/godebug=/tmp/go-build2227044111/b056/_pkg_.a
2025-08-20T22:37:10.2575730Z [00:02:07.911]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:10.2576134Z [00:02:07.911]➜  packagefile math=/tmp/go-build2227044111/b039/_pkg_.a
2025-08-20T22:37:10.2576570Z [00:02:07.911]➜  packagefile math/big=/tmp/go-build2227044111/b078/_pkg_.a
2025-08-20T22:37:10.2576890Z [00:02:07.911]➜  EOF
2025-08-20T22:37:10.2590974Z [00:02:07.911]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b196=>" -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/b196/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-20T22:37:10.2592897Z [00:02:07.912]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T22:37:10.2593565Z [00:02:07.912]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d # internal
2025-08-20T22:37:10.2594102Z [00:02:07.912]➜  encoding/hex
2025-08-20T22:37:10.2594768Z [00:02:07.912]➜  mkdir -p $WORK/b203/
2025-08-20T22:37:10.2595142Z [00:02:07.913]➜  cat >/tmp/go-build2227044111/b203/importcfg << 'EOF' # internal
2025-08-20T22:37:10.2595482Z [00:02:07.913]➜  # import config
2025-08-20T22:37:10.2595821Z [00:02:07.913]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:10.2596232Z [00:02:07.913]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:10.2596638Z [00:02:07.913]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:10.2597058Z [00:02:07.913]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:10.2597488Z [00:02:07.913]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:10.2597803Z [00:02:07.913]➜  EOF
2025-08-20T22:37:10.2599376Z [00:02:07.913]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b203=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid iWEB8UeCwiqQ43IOsso9/iWEB8UeCwiqQ43IOsso9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T22:37:10.3100634Z [00:02:07.965]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T22:37:10.3102210Z [00:02:07.965]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d # internal
2025-08-20T22:37:10.3103376Z [00:02:07.965]➜  crypto/x509/pkix
2025-08-20T22:37:10.3103689Z [00:02:07.965]➜  mkdir -p $WORK/b202/
2025-08-20T22:37:10.3104115Z [00:02:07.965]➜  cat >/tmp/go-build2227044111/b202/importcfg << 'EOF' # internal
2025-08-20T22:37:10.3104470Z [00:02:07.965]➜  # import config
2025-08-20T22:37:10.3104837Z [00:02:07.965]➜  packagefile encoding/asn1=/tmp/go-build2227044111/b178/_pkg_.a
2025-08-20T22:37:10.3105311Z [00:02:07.965]➜  packagefile encoding/hex=/tmp/go-build2227044111/b203/_pkg_.a
2025-08-20T22:37:10.3105752Z [00:02:07.965]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:10.3106193Z [00:02:07.965]➜  packagefile math/big=/tmp/go-build2227044111/b078/_pkg_.a
2025-08-20T22:37:10.3106615Z [00:02:07.965]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:10.3106919Z [00:02:07.965]➜  EOF
2025-08-20T22:37:10.3108945Z [00:02:07.965]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b202=>" -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/b202/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T22:37:10.3440900Z [00:02:07.999]➜  gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b154=/tmp/go-build -gno-record-gcc-switches -o $WORK/b154/_cgo_.o $WORK/b154/_cgo_main.o $WORK/b154/preferlinkext $WORK/b154/_x001.o $WORK/b154/_x002.o $WORK/b154/_x003.o $WORK/b154/_x004.o $WORK/b154/_x005.o $WORK/b154/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T22:37:10.3442592Z [00:02:07.999]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage net -dynimport $WORK/b154/_cgo_.o -dynout $WORK/b154/_cgo_import.go
2025-08-20T22:37:10.3503707Z [00:02:08.006]➜  cat >/tmp/go-build2227044111/b154/importcfg << 'EOF' # internal
2025-08-20T22:37:10.3504335Z [00:02:08.006]➜  # import config
2025-08-20T22:37:10.3505408Z [00:02:08.006]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T22:37:10.3506001Z [00:02:08.006]➜  packagefile cmp=/tmp/go-build2227044111/b035/_pkg_.a
2025-08-20T22:37:10.3506468Z [00:02:08.006]➜  packagefile context=/tmp/go-build2227044111/b072/_pkg_.a
2025-08-20T22:37:10.3506897Z [00:02:08.006]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:10.3507450Z [00:02:08.006]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build2227044111/b155/_pkg_.a
2025-08-20T22:37:10.3508458Z [00:02:08.006]➜  packagefile internal/bytealg=/tmp/go-build2227044111/b011/_pkg_.a
2025-08-20T22:37:10.3509198Z [00:02:08.006]➜  packagefile internal/godebug=/tmp/go-build2227044111/b056/_pkg_.a
2025-08-20T22:37:10.3509691Z [00:02:08.006]➜  packagefile internal/itoa=/tmp/go-build2227044111/b037/_pkg_.a
2025-08-20T22:37:10.3510178Z [00:02:08.006]➜  packagefile internal/nettrace=/tmp/go-build2227044111/b156/_pkg_.a
2025-08-20T22:37:10.3510661Z [00:02:08.006]➜  packagefile internal/poll=/tmp/go-build2227044111/b059/_pkg_.a
2025-08-20T22:37:10.3511183Z [00:02:08.006]➜  packagefile internal/singleflight=/tmp/go-build2227044111/b157/_pkg_.a
2025-08-20T22:37:10.3511711Z [00:02:08.006]➜  packagefile internal/stringslite=/tmp/go-build2227044111/b032/_pkg_.a
2025-08-20T22:37:10.3512281Z [00:02:08.006]➜  packagefile internal/syscall/unix=/tmp/go-build2227044111/b060/_pkg_.a
2025-08-20T22:37:10.3512748Z [00:02:08.006]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:10.3513165Z [00:02:08.006]➜  packagefile io/fs=/tmp/go-build2227044111/b052/_pkg_.a
2025-08-20T22:37:10.3513594Z [00:02:08.006]➜  packagefile net/netip=/tmp/go-build2227044111/b158/_pkg_.a
2025-08-20T22:37:10.3514015Z [00:02:08.006]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:10.3514430Z [00:02:08.006]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:10.3514855Z [00:02:08.006]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:10.3515273Z [00:02:08.006]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:10.3515725Z [00:02:08.006]➜  packagefile sync/atomic=/tmp/go-build2227044111/b045/_pkg_.a
2025-08-20T22:37:10.3516169Z [00:02:08.006]➜  packagefile syscall=/tmp/go-build2227044111/b058/_pkg_.a
2025-08-20T22:37:10.3516585Z [00:02:08.006]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:10.3517020Z [00:02:08.006]➜  packagefile runtime/cgo=/tmp/go-build2227044111/b088/_pkg_.a
2025-08-20T22:37:10.3517360Z [00:02:08.006]➜  EOF
2025-08-20T22:37:10.3533983Z [00:02:08.008]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b154=>" -p net -lang=go1.25 -std -installsuffix shared -buildid eXcrLAO0S0TwJ_5cJgMP/eXcrLAO0S0TwJ_5cJgMP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b154/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/b154/_cgo_gotypes.go $WORK/b154/cgo_linux.cgo1.go $WORK/b154/cgo_resnew.cgo1.go $WORK/b154/cgo_socknew.cgo1.go $WORK/b154/cgo_unix_cgo.cgo1.go $WORK/b154/cgo_unix_cgo_res.cgo1.go $WORK/b154/_cgo_import.go
2025-08-20T22:37:10.3615126Z [00:02:08.017]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T22:37:10.3642990Z [00:02:08.019]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d # internal
2025-08-20T22:37:10.3643609Z [00:02:08.019]➜  encoding/pem
2025-08-20T22:37:10.3643874Z [00:02:08.019]➜  mkdir -p $WORK/b204/
2025-08-20T22:37:10.3645863Z [00:02:08.020]➜  cat >/tmp/go-build2227044111/b204/importcfg << 'EOF' # internal
2025-08-20T22:37:10.3646247Z [00:02:08.020]➜  # import config
2025-08-20T22:37:10.3646588Z [00:02:08.020]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:10.3647041Z [00:02:08.020]➜  packagefile encoding/base64=/tmp/go-build2227044111/b067/_pkg_.a
2025-08-20T22:37:10.3647492Z [00:02:08.020]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:10.3647903Z [00:02:08.020]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:10.3648318Z [00:02:08.020]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:10.3648942Z [00:02:08.020]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:10.3649317Z [00:02:08.020]➜  EOF
2025-08-20T22:37:10.3650741Z [00:02:08.020]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b204=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid IAl9BknR8ABaNGAVZQ94/IAl9BknR8ABaNGAVZQ94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T22:37:10.3799742Z [00:02:08.035]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T22:37:10.3824218Z [00:02:08.037]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d # internal
2025-08-20T22:37:10.3826982Z [00:02:08.038]➜  net/url
2025-08-20T22:37:10.3827246Z [00:02:08.038]➜  mkdir -p $WORK/b205/
2025-08-20T22:37:10.3832527Z [00:02:08.038]➜  cat >/tmp/go-build2227044111/b205/importcfg << 'EOF' # internal
2025-08-20T22:37:10.3833315Z [00:02:08.039]➜  # import config
2025-08-20T22:37:10.3833807Z [00:02:08.039]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:10.3834228Z [00:02:08.039]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:10.3834640Z [00:02:08.039]➜  packagefile maps=/tmp/go-build2227044111/b086/_pkg_.a
2025-08-20T22:37:10.3835054Z [00:02:08.039]➜  packagefile path=/tmp/go-build2227044111/b054/_pkg_.a
2025-08-20T22:37:10.3835492Z [00:02:08.039]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:10.3835914Z [00:02:08.039]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:10.3836343Z [00:02:08.039]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:10.3836660Z [00:02:08.039]➜  EOF
2025-08-20T22:37:10.3838014Z [00:02:08.039]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b205=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid A8RFegZZZybLED1GbpJw/A8RFegZZZybLED1GbpJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T22:37:10.4121039Z [00:02:08.067]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T22:37:10.4126263Z [00:02:08.068]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d # internal
2025-08-20T22:37:10.4128927Z [00:02:08.068]➜  vendor/golang.org/x/text/transform
2025-08-20T22:37:10.4129313Z [00:02:08.068]➜  mkdir -p $WORK/b212/
2025-08-20T22:37:10.4129695Z [00:02:08.068]➜  cat >/tmp/go-build2227044111/b212/importcfg << 'EOF' # internal
2025-08-20T22:37:10.4130042Z [00:02:08.068]➜  # import config
2025-08-20T22:37:10.4130377Z [00:02:08.068]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:10.4130797Z [00:02:08.068]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:10.4131228Z [00:02:08.068]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:10.4131662Z [00:02:08.068]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:10.4131993Z [00:02:08.068]➜  EOF
2025-08-20T22:37:10.4133765Z [00:02:08.068]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b212/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b212=>" -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/b212/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T22:37:10.4280462Z [00:02:08.083]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T22:37:10.4434092Z [00:02:08.098]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d # internal
2025-08-20T22:37:10.4436056Z [00:02:08.099]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:37:10.4436395Z [00:02:08.099]➜  mkdir -p $WORK/b213/
2025-08-20T22:37:10.4454394Z [00:02:08.101]➜  cat >/tmp/go-build2227044111/b213/importcfg << 'EOF' # internal
2025-08-20T22:37:10.4455097Z [00:02:08.101]➜  # import config
2025-08-20T22:37:10.4455568Z [00:02:08.101]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:10.4456628Z [00:02:08.101]➜  packagefile container/list=/tmp/go-build2227044111/b163/_pkg_.a
2025-08-20T22:37:10.4459550Z [00:02:08.101]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:10.4462337Z [00:02:08.101]➜  packagefile log=/tmp/go-build2227044111/b074/_pkg_.a
2025-08-20T22:37:10.4464424Z [00:02:08.101]➜  packagefile sort=/tmp/go-build2227044111/b080/_pkg_.a
2025-08-20T22:37:10.4465104Z [00:02:08.101]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:10.4465964Z [00:02:08.101]➜  EOF
2025-08-20T22:37:10.4469859Z [00:02:08.101]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b213/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b213=>" -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/b213/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-20T22:37:10.4563016Z [00:02:08.112]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T22:37:10.4569418Z [00:02:08.112]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d # internal
2025-08-20T22:37:10.4575197Z [00:02:08.113]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T22:37:10.4575539Z [00:02:08.113]➜  mkdir -p $WORK/b214/
2025-08-20T22:37:10.4577142Z [00:02:08.113]➜  cat >/tmp/go-build2227044111/b214/importcfg << 'EOF' # internal
2025-08-20T22:37:10.4578245Z [00:02:08.113]➜  # import config
2025-08-20T22:37:10.4579320Z [00:02:08.113]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T22:37:10.4580878Z [00:02:08.113]➜  packagefile encoding/binary=/tmp/go-build2227044111/b093/_pkg_.a
2025-08-20T22:37:10.4581937Z [00:02:08.113]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:10.4583235Z [00:02:08.113]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build2227044111/b212/_pkg_.a
2025-08-20T22:37:10.4583750Z [00:02:08.113]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:10.4584163Z [00:02:08.113]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:10.4584621Z [00:02:08.113]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:10.4584963Z [00:02:08.113]➜  EOF
2025-08-20T22:37:10.4684141Z [00:02:08.122]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b214/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b214=>" -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/b214/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-20T22:37:10.4902769Z [00:02:08.145]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T22:37:10.4931120Z [00:02:08.148]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d # internal
2025-08-20T22:37:10.4931876Z [00:02:08.148]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T22:37:10.4932236Z [00:02:08.148]➜  mkdir -p $WORK/b217/
2025-08-20T22:37:10.4932616Z [00:02:08.148]➜  cat >/tmp/go-build2227044111/b217/importcfg << 'EOF' # internal
2025-08-20T22:37:10.4932959Z [00:02:08.148]➜  # import config
2025-08-20T22:37:10.4933295Z [00:02:08.148]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:10.4933717Z [00:02:08.148]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:10.4934131Z [00:02:08.148]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:10.4934874Z [00:02:08.148]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:10.4935348Z [00:02:08.148]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:10.4935660Z [00:02:08.148]➜  EOF
2025-08-20T22:37:10.4938407Z [00:02:08.148]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b217/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b217=>" -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/b217/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-20T22:37:10.5686689Z [00:02:08.224]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T22:37:10.5700455Z [00:02:08.225]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d # internal
2025-08-20T22:37:10.5701532Z [00:02:08.225]➜  mime
2025-08-20T22:37:10.5701927Z [00:02:08.225]➜  mkdir -p $WORK/b218/
2025-08-20T22:37:10.5702520Z [00:02:08.225]➜  cat >/tmp/go-build2227044111/b218/importcfg << 'EOF' # internal
2025-08-20T22:37:10.5703722Z [00:02:08.225]➜  # import config
2025-08-20T22:37:10.5704090Z [00:02:08.225]➜  packagefile bufio=/tmp/go-build2227044111/b091/_pkg_.a
2025-08-20T22:37:10.5704522Z [00:02:08.225]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:10.5704971Z [00:02:08.225]➜  packagefile encoding/base64=/tmp/go-build2227044111/b067/_pkg_.a
2025-08-20T22:37:10.5705418Z [00:02:08.225]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:10.5705826Z [00:02:08.225]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:10.5706243Z [00:02:08.225]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:10.5706648Z [00:02:08.225]➜  packagefile maps=/tmp/go-build2227044111/b086/_pkg_.a
2025-08-20T22:37:10.5707051Z [00:02:08.225]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:10.5707450Z [00:02:08.225]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:10.5707891Z [00:02:08.225]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:10.5708311Z [00:02:08.225]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:10.5708897Z [00:02:08.225]➜  packagefile unicode=/tmp/go-build2227044111/b047/_pkg_.a
2025-08-20T22:37:10.5709412Z [00:02:08.225]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:10.5709747Z [00:02:08.225]➜  EOF
2025-08-20T22:37:10.5711868Z [00:02:08.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b218=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid I4kIffXijneyMNNmoBLE/I4kIffXijneyMNNmoBLE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/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-20T22:37:10.5754722Z [00:02:08.231]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T22:37:10.5775950Z [00:02:08.233]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d # internal
2025-08-20T22:37:10.5783769Z [00:02:08.233]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T22:37:10.5788505Z [00:02:08.234]➜  mkdir -p $WORK/b211/
2025-08-20T22:37:10.5797226Z [00:02:08.235]➜  cat >/tmp/go-build2227044111/b211/importcfg << 'EOF' # internal
2025-08-20T22:37:10.5799794Z [00:02:08.235]➜  # import config
2025-08-20T22:37:10.5801387Z [00:02:08.235]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T22:37:10.5801998Z [00:02:08.235]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:37:10.5802511Z [00:02:08.235]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:10.5803037Z [00:02:08.235]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build2227044111/b212/_pkg_.a
2025-08-20T22:37:10.5804050Z [00:02:08.235]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build2227044111/b213/_pkg_.a
2025-08-20T22:37:10.5804595Z [00:02:08.235]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:10.5804930Z [00:02:08.235]➜  EOF
2025-08-20T22:37:10.5807115Z [00:02:08.235]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b211/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b211=>" -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/b211/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-20T22:37:10.5985194Z [00:02:08.254]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T22:37:10.5997037Z [00:02:08.255]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d # internal
2025-08-20T22:37:10.6019814Z [00:02:08.257]➜  mime/quotedprintable
2025-08-20T22:37:10.6020864Z [00:02:08.257]➜  mkdir -p $WORK/b220/
2025-08-20T22:37:10.6031310Z [00:02:08.258]➜  cat >/tmp/go-build2227044111/b220/importcfg << 'EOF' # internal
2025-08-20T22:37:10.6031940Z [00:02:08.258]➜  # import config
2025-08-20T22:37:10.6032401Z [00:02:08.258]➜  packagefile bufio=/tmp/go-build2227044111/b091/_pkg_.a
2025-08-20T22:37:10.6033653Z [00:02:08.258]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:10.6034109Z [00:02:08.258]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:10.6034513Z [00:02:08.258]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:10.6034815Z [00:02:08.258]➜  EOF
2025-08-20T22:37:10.6043086Z [00:02:08.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b220=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid E46iEalzJcETRtFu1tSk/E46iEalzJcETRtFu1tSk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T22:37:10.6480989Z [00:02:08.303]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T22:37:10.6482486Z [00:02:08.303]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d # internal
2025-08-20T22:37:10.6484469Z [00:02:08.304]➜  net/http/internal
2025-08-20T22:37:10.6485223Z [00:02:08.304]➜  mkdir -p $WORK/b222/
2025-08-20T22:37:10.6492911Z [00:02:08.305]➜  cat >/tmp/go-build2227044111/b222/importcfg << 'EOF' # internal
2025-08-20T22:37:10.6493545Z [00:02:08.305]➜  # import config
2025-08-20T22:37:10.6494034Z [00:02:08.305]➜  packagefile bufio=/tmp/go-build2227044111/b091/_pkg_.a
2025-08-20T22:37:10.6495528Z [00:02:08.305]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:10.6495971Z [00:02:08.305]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:10.6496392Z [00:02:08.305]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:10.6496793Z [00:02:08.305]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:10.6497095Z [00:02:08.305]➜  EOF
2025-08-20T22:37:10.6498795Z [00:02:08.305]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b222=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid vHdEEpk9aalnU7c9Q2CQ/vHdEEpk9aalnU7c9Q2CQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T22:37:10.6956756Z [00:02:08.351]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T22:37:10.6967223Z [00:02:08.352]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d # internal
2025-08-20T22:37:10.6969001Z [00:02:08.352]➜  net/http/internal/ascii
2025-08-20T22:37:10.6969947Z [00:02:08.352]➜  mkdir -p $WORK/b223/
2025-08-20T22:37:10.6970379Z [00:02:08.352]➜  cat >/tmp/go-build2227044111/b223/importcfg << 'EOF' # internal
2025-08-20T22:37:10.6970734Z [00:02:08.352]➜  # import config
2025-08-20T22:37:10.6971083Z [00:02:08.352]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:10.6971517Z [00:02:08.352]➜  packagefile unicode=/tmp/go-build2227044111/b047/_pkg_.a
2025-08-20T22:37:10.6971857Z [00:02:08.352]➜  EOF
2025-08-20T22:37:10.6973460Z [00:02:08.352]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b223/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b223=>" -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/b223/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T22:37:10.7329503Z [00:02:08.388]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T22:37:10.7337360Z [00:02:08.389]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d # internal
2025-08-20T22:37:10.7346942Z [00:02:08.390]➜  gopkg.in/yaml.v2
2025-08-20T22:37:10.7347293Z [00:02:08.390]➜  mkdir -p $WORK/b227/
2025-08-20T22:37:10.7354354Z [00:02:08.391]➜  cat >/tmp/go-build2227044111/b227/importcfg << 'EOF' # internal
2025-08-20T22:37:10.7354799Z [00:02:08.391]➜  # import config
2025-08-20T22:37:10.7355145Z [00:02:08.391]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:10.7355576Z [00:02:08.391]➜  packagefile encoding=/tmp/go-build2227044111/b066/_pkg_.a
2025-08-20T22:37:10.7356038Z [00:02:08.391]➜  packagefile encoding/base64=/tmp/go-build2227044111/b067/_pkg_.a
2025-08-20T22:37:10.7356490Z [00:02:08.391]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:10.7356921Z [00:02:08.391]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:10.7357317Z [00:02:08.391]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:10.7357720Z [00:02:08.391]➜  packagefile math=/tmp/go-build2227044111/b039/_pkg_.a
2025-08-20T22:37:10.7358132Z [00:02:08.391]➜  packagefile reflect=/tmp/go-build2227044111/b036/_pkg_.a
2025-08-20T22:37:10.7358553Z [00:02:08.391]➜  packagefile regexp=/tmp/go-build2227044111/b136/_pkg_.a
2025-08-20T22:37:10.7359540Z [00:02:08.391]➜  packagefile sort=/tmp/go-build2227044111/b080/_pkg_.a
2025-08-20T22:37:10.7360048Z [00:02:08.391]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:10.7360478Z [00:02:08.391]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:10.7360895Z [00:02:08.391]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:10.7361306Z [00:02:08.391]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:10.7361733Z [00:02:08.391]➜  packagefile unicode=/tmp/go-build2227044111/b047/_pkg_.a
2025-08-20T22:37:10.7362179Z [00:02:08.391]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:10.7362513Z [00:02:08.391]➜  EOF
2025-08-20T22:37:10.7366160Z [00:02:08.391]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0=>gopkg.in/yaml.v2@v2.4.0;$WORK/b227=>" -p gopkg.in/yaml.v2 -lang=go1.15 -complete -installsuffix shared -buildid 0JCccAdUspTRLcka8EZ4/0JCccAdUspTRLcka8EZ4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/importcfg -pack /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/apic.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/decode.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/emitterc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/encode.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/parserc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/readerc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/resolve.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/scannerc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/sorter.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/writerc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/yaml.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/yamlh.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/yamlprivateh.go
2025-08-20T22:37:10.7389991Z [00:02:08.394]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T22:37:10.7412665Z [00:02:08.396]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d # internal
2025-08-20T22:37:10.7474992Z [00:02:08.403]➜  vendor/golang.org/x/net/idna
2025-08-20T22:37:10.7475837Z [00:02:08.403]➜  mkdir -p $WORK/b210/
2025-08-20T22:37:10.7476341Z [00:02:08.403]➜  cat >/tmp/go-build2227044111/b210/importcfg << 'EOF' # internal
2025-08-20T22:37:10.7476692Z [00:02:08.403]➜  # import config
2025-08-20T22:37:10.7477150Z [00:02:08.403]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T22:37:10.7477777Z [00:02:08.403]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:37:10.7478625Z [00:02:08.403]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T22:37:10.7479589Z [00:02:08.403]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:10.7480163Z [00:02:08.403]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build2227044111/b211/_pkg_.a
2025-08-20T22:37:10.7480823Z [00:02:08.403]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build2227044111/b213/_pkg_.a
2025-08-20T22:37:10.7481453Z [00:02:08.403]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build2227044111/b214/_pkg_.a
2025-08-20T22:37:10.7482015Z [00:02:08.403]➜  packagefile math=/tmp/go-build2227044111/b039/_pkg_.a
2025-08-20T22:37:10.7482448Z [00:02:08.403]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:10.7482911Z [00:02:08.403]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:10.7483244Z [00:02:08.403]➜  EOF
2025-08-20T22:37:10.7500475Z [00:02:08.405]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b210/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b210=>" -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/b210/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-20T22:37:10.7745827Z [00:02:08.430]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T22:37:10.7776211Z [00:02:08.433]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d # internal
2025-08-20T22:37:10.8592098Z [00:02:08.514]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T22:37:10.8610102Z [00:02:08.516]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d # internal
2025-08-20T22:37:11.0680043Z [00:02:08.723]➜  cd /root/.go/src/net
2025-08-20T22:37:11.0680992Z [00:02:08.723]➜  go tool pack r $WORK/b154/_pkg_.a $WORK/b154/preferlinkext $WORK/b154/_x001.o $WORK/b154/_x002.o $WORK/b154/_x003.o $WORK/b154/_x004.o $WORK/b154/_x005.o $WORK/b154/_x006.o # internal
2025-08-20T22:37:11.0681730Z [00:02:08.723]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T22:37:11.0800046Z [00:02:08.735]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/df/dfce604eabed008506578a96bc8feb6c92b0d583e0fe3fa24ac3f7dd925bac74-d # internal
2025-08-20T22:37:11.0819841Z [00:02:08.737]➜  crypto/x509
2025-08-20T22:37:11.0820185Z [00:02:08.737]➜  mkdir -p $WORK/b200/
2025-08-20T22:37:11.0820568Z [00:02:08.737]➜  cat >/tmp/go-build2227044111/b200/importcfg << 'EOF' # internal
2025-08-20T22:37:11.0820911Z [00:02:08.737]➜  # import config
2025-08-20T22:37:11.0821337Z [00:02:08.737]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:37:11.0821976Z [00:02:08.737]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:37:11.0822509Z [00:02:08.737]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:11.0822958Z [00:02:08.737]➜  packagefile crypto=/tmp/go-build2227044111/b129/_pkg_.a
2025-08-20T22:37:11.0823393Z [00:02:08.737]➜  packagefile crypto/aes=/tmp/go-build2227044111/b105/_pkg_.a
2025-08-20T22:37:11.0823854Z [00:02:08.737]➜  packagefile crypto/cipher=/tmp/go-build2227044111/b106/_pkg_.a
2025-08-20T22:37:11.0824315Z [00:02:08.737]➜  packagefile crypto/des=/tmp/go-build2227044111/b164/_pkg_.a
2025-08-20T22:37:11.0824778Z [00:02:08.737]➜  packagefile crypto/dsa=/tmp/go-build2227044111/b201/_pkg_.a
2025-08-20T22:37:11.0825363Z [00:02:08.737]➜  packagefile crypto/ecdh=/tmp/go-build2227044111/b165/_pkg_.a
2025-08-20T22:37:11.0825896Z [00:02:08.737]➜  packagefile crypto/ecdsa=/tmp/go-build2227044111/b170/_pkg_.a
2025-08-20T22:37:11.0826366Z [00:02:08.737]➜  packagefile crypto/ed25519=/tmp/go-build2227044111/b180/_pkg_.a
2025-08-20T22:37:11.0826842Z [00:02:08.737]➜  packagefile crypto/elliptic=/tmp/go-build2227044111/b171/_pkg_.a
2025-08-20T22:37:11.0827321Z [00:02:08.737]➜  packagefile crypto/md5=/tmp/go-build2227044111/b194/_pkg_.a
2025-08-20T22:37:11.0827769Z [00:02:08.737]➜  packagefile crypto/rsa=/tmp/go-build2227044111/b196/_pkg_.a
2025-08-20T22:37:11.0828223Z [00:02:08.737]➜  packagefile crypto/sha1=/tmp/go-build2227044111/b134/_pkg_.a
2025-08-20T22:37:11.0828847Z [00:02:08.737]➜  packagefile crypto/sha256=/tmp/go-build2227044111/b135/_pkg_.a
2025-08-20T22:37:11.0829397Z [00:02:08.737]➜  packagefile crypto/sha512=/tmp/go-build2227044111/b176/_pkg_.a
2025-08-20T22:37:11.0829873Z [00:02:08.737]➜  packagefile crypto/x509/pkix=/tmp/go-build2227044111/b202/_pkg_.a
2025-08-20T22:37:11.0830345Z [00:02:08.737]➜  packagefile encoding/asn1=/tmp/go-build2227044111/b178/_pkg_.a
2025-08-20T22:37:11.0830847Z [00:02:08.737]➜  packagefile encoding/hex=/tmp/go-build2227044111/b203/_pkg_.a
2025-08-20T22:37:11.0831305Z [00:02:08.737]➜  packagefile encoding/pem=/tmp/go-build2227044111/b204/_pkg_.a
2025-08-20T22:37:11.0831745Z [00:02:08.737]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:11.0832500Z [00:02:08.737]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:11.0833149Z [00:02:08.737]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2227044111/b177/_pkg_.a
2025-08-20T22:37:11.0833809Z [00:02:08.737]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2227044111/b179/_pkg_.a
2025-08-20T22:37:11.0834399Z [00:02:08.737]➜  packagefile internal/godebug=/tmp/go-build2227044111/b056/_pkg_.a
2025-08-20T22:37:11.0834882Z [00:02:08.737]➜  packagefile internal/goos=/tmp/go-build2227044111/b018/_pkg_.a
2025-08-20T22:37:11.0835320Z [00:02:08.737]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:11.0835727Z [00:02:08.737]➜  packagefile io/fs=/tmp/go-build2227044111/b052/_pkg_.a
2025-08-20T22:37:11.0836138Z [00:02:08.737]➜  packagefile iter=/tmp/go-build2227044111/b038/_pkg_.a
2025-08-20T22:37:11.0836547Z [00:02:08.737]➜  packagefile maps=/tmp/go-build2227044111/b086/_pkg_.a
2025-08-20T22:37:11.0836962Z [00:02:08.737]➜  packagefile math=/tmp/go-build2227044111/b039/_pkg_.a
2025-08-20T22:37:11.0837386Z [00:02:08.737]➜  packagefile math/big=/tmp/go-build2227044111/b078/_pkg_.a
2025-08-20T22:37:11.0837824Z [00:02:08.737]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:11.0838249Z [00:02:08.737]➜  packagefile net=/tmp/go-build2227044111/b154/_pkg_.a
2025-08-20T22:37:11.0839079Z [00:02:08.737]➜  packagefile net/netip=/tmp/go-build2227044111/b158/_pkg_.a
2025-08-20T22:37:11.0839539Z [00:02:08.737]➜  packagefile net/url=/tmp/go-build2227044111/b205/_pkg_.a
2025-08-20T22:37:11.0839954Z [00:02:08.737]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:11.0840415Z [00:02:08.737]➜  packagefile path/filepath=/tmp/go-build2227044111/b089/_pkg_.a
2025-08-20T22:37:11.0840864Z [00:02:08.737]➜  packagefile reflect=/tmp/go-build2227044111/b036/_pkg_.a
2025-08-20T22:37:11.0841289Z [00:02:08.737]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:11.0841724Z [00:02:08.737]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:11.0842147Z [00:02:08.737]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:11.0842567Z [00:02:08.737]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:11.0842976Z [00:02:08.737]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:11.0843401Z [00:02:08.737]➜  packagefile unicode=/tmp/go-build2227044111/b047/_pkg_.a
2025-08-20T22:37:11.0843848Z [00:02:08.737]➜  packagefile unicode/utf16=/tmp/go-build2227044111/b070/_pkg_.a
2025-08-20T22:37:11.0844308Z [00:02:08.737]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:11.0844638Z [00:02:08.737]➜  EOF
2025-08-20T22:37:11.0844937Z [00:02:08.737]➜  cd /tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver
2025-08-20T22:37:11.0847898Z [00:02:08.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b200=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid 3nhNW_fGCro-VEHPqwUw/3nhNW_fGCro-VEHPqwUw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/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-20T22:37:11.0870860Z [00:02:08.742]➜  github.com/phayes/freeport
2025-08-20T22:37:11.0886670Z [00:02:08.742]➜  mkdir -p $WORK/b153/
2025-08-20T22:37:11.0887224Z [00:02:08.742]➜  cat >/tmp/go-build2227044111/b153/importcfg << 'EOF' # internal
2025-08-20T22:37:11.0887577Z [00:02:08.742]➜  # import config
2025-08-20T22:37:11.0888170Z [00:02:08.742]➜  packagefile net=/tmp/go-build2227044111/b154/_pkg_.a
2025-08-20T22:37:11.0888604Z [00:02:08.742]➜  EOF
2025-08-20T22:37:11.0890836Z [00:02:08.742]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/phayes/freeport@v0.0.0-20180830031419-95f893ade6f2=>github.com/phayes/freeport@v0.0.0-20180830031419-95f893ade6f2;$WORK/b153=>" -p github.com/phayes/freeport -lang=go1.16 -complete -installsuffix shared -buildid _x0bvp_Yr2XftHNLHvPv/_x0bvp_Yr2XftHNLHvPv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack /root/go/pkg/mod/github.com/phayes/freeport@v0.0.0-20180830031419-95f893ade6f2/freeport.go
2025-08-20T22:37:11.0898929Z [00:02:08.744]➜  net/textproto
2025-08-20T22:37:11.0899332Z [00:02:08.744]➜  mkdir -p $WORK/b215/
2025-08-20T22:37:11.0899716Z [00:02:08.744]➜  cat >/tmp/go-build2227044111/b215/importcfg << 'EOF' # internal
2025-08-20T22:37:11.0900062Z [00:02:08.744]➜  # import config
2025-08-20T22:37:11.0900416Z [00:02:08.744]➜  packagefile bufio=/tmp/go-build2227044111/b091/_pkg_.a
2025-08-20T22:37:11.0900831Z [00:02:08.744]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:11.0901249Z [00:02:08.744]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:11.0901658Z [00:02:08.744]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:11.0902056Z [00:02:08.744]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:11.0902822Z [00:02:08.744]➜  packagefile math=/tmp/go-build2227044111/b039/_pkg_.a
2025-08-20T22:37:11.0903234Z [00:02:08.744]➜  packagefile net=/tmp/go-build2227044111/b154/_pkg_.a
2025-08-20T22:37:11.0903646Z [00:02:08.744]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:11.0904072Z [00:02:08.744]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:11.0904486Z [00:02:08.744]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:11.0904790Z [00:02:08.744]➜  EOF
2025-08-20T22:37:11.0906837Z [00:02:08.744]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b215/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b215=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid 4njpl4UKjtNuFuvwz2z5/4njpl4UKjtNuFuvwz2z5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b215/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-20T22:37:11.1302583Z [00:02:08.782]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T22:37:11.1305029Z [00:02:08.786]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/18/183b81333f10256eb7ad4cf556f146d1e00611e9002cb3e606db79aabd0ff25e-d # internal
2025-08-20T22:37:11.1305699Z [00:02:08.786]➜  github.com/projectdiscovery/simplehttpserver/pkg/binder
2025-08-20T22:37:11.1306066Z [00:02:08.786]➜  mkdir -p $WORK/b152/
2025-08-20T22:37:11.1306479Z [00:02:08.786]➜  cat >/tmp/go-build2227044111/b152/importcfg << 'EOF' # internal
2025-08-20T22:37:11.1306825Z [00:02:08.786]➜  # import config
2025-08-20T22:37:11.1307152Z [00:02:08.786]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:11.1307641Z [00:02:08.786]➜  packagefile github.com/phayes/freeport=/tmp/go-build2227044111/b153/_pkg_.a
2025-08-20T22:37:11.1308253Z [00:02:08.786]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build2227044111/b002/_pkg_.a
2025-08-20T22:37:11.1309014Z [00:02:08.786]➜  packagefile net=/tmp/go-build2227044111/b154/_pkg_.a
2025-08-20T22:37:11.1309356Z [00:02:08.786]➜  EOF
2025-08-20T22:37:11.1311854Z [00:02:08.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b152/_pkg_.a -trimpath "/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/binder=>github.com/projectdiscovery/simplehttpserver/pkg/binder;$WORK/b152=>" -p github.com/projectdiscovery/simplehttpserver/pkg/binder -lang=go1.19 -complete -installsuffix shared -buildid DJR3yGcS-vKbXUEXA-UA/DJR3yGcS-vKbXUEXA-UA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack /tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/binder/binder.go /tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/binder/doc.go
2025-08-20T22:37:11.1416486Z [00:02:08.797]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T22:37:11.1421520Z [00:02:08.797]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/40/40bb861d940b4458cfabfc8ed4bd6099194527fa275a31864051b8c0b196b145-d # internal
2025-08-20T22:37:11.1422172Z [00:02:08.797]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T22:37:11.1422483Z [00:02:08.797]➜  mkdir -p $WORK/b216/
2025-08-20T22:37:11.1426800Z [00:02:08.798]➜  cat >/tmp/go-build2227044111/b216/importcfg << 'EOF' # internal
2025-08-20T22:37:11.1427239Z [00:02:08.798]➜  # import config
2025-08-20T22:37:11.1432021Z [00:02:08.798]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:37:11.1432514Z [00:02:08.798]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:11.1432989Z [00:02:08.798]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:11.1433490Z [00:02:08.798]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2227044111/b210/_pkg_.a
2025-08-20T22:37:11.1433970Z [00:02:08.798]➜  packagefile net=/tmp/go-build2227044111/b154/_pkg_.a
2025-08-20T22:37:11.1434394Z [00:02:08.798]➜  packagefile net/netip=/tmp/go-build2227044111/b158/_pkg_.a
2025-08-20T22:37:11.1435279Z [00:02:08.798]➜  packagefile net/url=/tmp/go-build2227044111/b205/_pkg_.a
2025-08-20T22:37:11.1435695Z [00:02:08.798]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:11.1436104Z [00:02:08.798]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:11.1436555Z [00:02:08.798]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:11.1436883Z [00:02:08.798]➜  EOF
2025-08-20T22:37:11.1440767Z [00:02:08.798]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b216/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b216=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid POY9Ibt_j3d3P8IDlJfd/POY9Ibt_j3d3P8IDlJfd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b216/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T22:37:11.1650951Z [00:02:08.820]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T22:37:11.1695755Z [00:02:08.825]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/2b/2b63a45456985d8031572791a4dd5223bd46dbe227e06e00a5ed94c61af24ddd-d # internal
2025-08-20T22:37:11.1728201Z [00:02:08.828]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T22:37:11.1738148Z [00:02:08.829]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/34/3451e15dc1060f5a4ec6236a13236ce9c2ce4cfe85636718c343a8f193f16767-d # internal
2025-08-20T22:37:11.1738998Z [00:02:08.829]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T22:37:11.1751676Z [00:02:08.830]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/f7/f7ce46a4a15f60fdb72dd52a7952524c70ea2e129166fb3e0aecb33d5eedb0e5-d # internal
2025-08-20T22:37:11.1756877Z [00:02:08.831]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T22:37:11.1757750Z [00:02:08.831]➜  mkdir -p $WORK/b209/
2025-08-20T22:37:11.1758192Z [00:02:08.831]➜  cat >/tmp/go-build2227044111/b209/importcfg << 'EOF' # internal
2025-08-20T22:37:11.1758553Z [00:02:08.831]➜  # import config
2025-08-20T22:37:11.1759123Z [00:02:08.831]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:37:11.1759663Z [00:02:08.831]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2227044111/b210/_pkg_.a
2025-08-20T22:37:11.1760160Z [00:02:08.831]➜  packagefile net=/tmp/go-build2227044111/b154/_pkg_.a
2025-08-20T22:37:11.1760601Z [00:02:08.831]➜  packagefile net/textproto=/tmp/go-build2227044111/b215/_pkg_.a
2025-08-20T22:37:11.1762093Z [00:02:08.831]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:11.1763122Z [00:02:08.831]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:11.1764617Z [00:02:08.831]➜  EOF
2025-08-20T22:37:11.1766922Z [00:02:08.831]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b209/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b209=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid -0PeazY1hvjrrnSuWd4l/-0PeazY1hvjrrnSuWd4l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b209/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-20T22:37:11.1768926Z [00:02:08.831]➜  mime/multipart
2025-08-20T22:37:11.1769192Z [00:02:08.831]➜  mkdir -p $WORK/b219/
2025-08-20T22:37:11.1769563Z [00:02:08.832]➜  cat >/tmp/go-build2227044111/b219/importcfg << 'EOF' # internal
2025-08-20T22:37:11.1769905Z [00:02:08.832]➜  # import config
2025-08-20T22:37:11.1770246Z [00:02:08.832]➜  packagefile bufio=/tmp/go-build2227044111/b091/_pkg_.a
2025-08-20T22:37:11.1770660Z [00:02:08.832]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:11.1771095Z [00:02:08.832]➜  packagefile crypto/rand=/tmp/go-build2227044111/b183/_pkg_.a
2025-08-20T22:37:11.1771529Z [00:02:08.832]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:11.1771942Z [00:02:08.832]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:11.1772819Z [00:02:08.832]➜  packagefile internal/godebug=/tmp/go-build2227044111/b056/_pkg_.a
2025-08-20T22:37:11.1773270Z [00:02:08.832]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:11.1773694Z [00:02:08.832]➜  packagefile maps=/tmp/go-build2227044111/b086/_pkg_.a
2025-08-20T22:37:11.1774105Z [00:02:08.832]➜  packagefile math=/tmp/go-build2227044111/b039/_pkg_.a
2025-08-20T22:37:11.1774513Z [00:02:08.832]➜  packagefile mime=/tmp/go-build2227044111/b218/_pkg_.a
2025-08-20T22:37:11.1775049Z [00:02:08.832]➜  packagefile mime/quotedprintable=/tmp/go-build2227044111/b220/_pkg_.a
2025-08-20T22:37:11.1775598Z [00:02:08.832]➜  packagefile net/textproto=/tmp/go-build2227044111/b215/_pkg_.a
2025-08-20T22:37:11.1776032Z [00:02:08.832]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:11.1776996Z [00:02:08.832]➜  packagefile path/filepath=/tmp/go-build2227044111/b089/_pkg_.a
2025-08-20T22:37:11.1777477Z [00:02:08.832]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:11.1777903Z [00:02:08.832]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:11.1778330Z [00:02:08.832]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:11.1779273Z [00:02:08.832]➜  EOF
2025-08-20T22:37:11.1782202Z [00:02:08.832]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b219=>" -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/b219/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-20T22:37:11.1953305Z [00:02:08.851]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T22:37:11.1954086Z [00:02:08.851]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/7c/7ce594aa086622b98c88294372d52af70e5fa3373712ace3fd14fa3ba6acc209-d # internal
2025-08-20T22:37:11.2476370Z [00:02:08.903]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T22:37:11.2510469Z [00:02:08.904]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d # internal
2025-08-20T22:37:11.3562178Z [00:02:09.011]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T22:37:11.3623376Z [00:02:09.016]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/6a/6aeced68ec3180d983640a4f6003e178d9374c56c8b86d8a62ecb6477a97a555-d # internal
2025-08-20T22:37:11.3627401Z [00:02:09.018]➜  crypto/tls
2025-08-20T22:37:11.3627672Z [00:02:09.018]➜  mkdir -p $WORK/b162/
2025-08-20T22:37:11.3628056Z [00:02:09.018]➜  cat >/tmp/go-build2227044111/b162/importcfg << 'EOF' # internal
2025-08-20T22:37:11.3628403Z [00:02:09.018]➜  # import config
2025-08-20T22:37:11.3629025Z [00:02:09.018]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:37:11.3629711Z [00:02:09.018]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:37:11.3630217Z [00:02:09.018]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:11.3630666Z [00:02:09.018]➜  packagefile container/list=/tmp/go-build2227044111/b163/_pkg_.a
2025-08-20T22:37:11.3631121Z [00:02:09.018]➜  packagefile context=/tmp/go-build2227044111/b072/_pkg_.a
2025-08-20T22:37:11.3631548Z [00:02:09.018]➜  packagefile crypto=/tmp/go-build2227044111/b129/_pkg_.a
2025-08-20T22:37:11.3631997Z [00:02:09.018]➜  packagefile crypto/aes=/tmp/go-build2227044111/b105/_pkg_.a
2025-08-20T22:37:11.3632455Z [00:02:09.018]➜  packagefile crypto/cipher=/tmp/go-build2227044111/b106/_pkg_.a
2025-08-20T22:37:11.3632949Z [00:02:09.018]➜  packagefile crypto/des=/tmp/go-build2227044111/b164/_pkg_.a
2025-08-20T22:37:11.3633404Z [00:02:09.018]➜  packagefile crypto/ecdh=/tmp/go-build2227044111/b165/_pkg_.a
2025-08-20T22:37:11.3634214Z [00:02:09.018]➜  packagefile crypto/ecdsa=/tmp/go-build2227044111/b170/_pkg_.a
2025-08-20T22:37:11.3634684Z [00:02:09.018]➜  packagefile crypto/ed25519=/tmp/go-build2227044111/b180/_pkg_.a
2025-08-20T22:37:11.3635164Z [00:02:09.018]➜  packagefile crypto/elliptic=/tmp/go-build2227044111/b171/_pkg_.a
2025-08-20T22:37:11.3635635Z [00:02:09.018]➜  packagefile crypto/hkdf=/tmp/go-build2227044111/b184/_pkg_.a
2025-08-20T22:37:11.3636094Z [00:02:09.018]➜  packagefile crypto/hmac=/tmp/go-build2227044111/b131/_pkg_.a
2025-08-20T22:37:11.3636608Z [00:02:09.018]➜  packagefile crypto/internal/boring=/tmp/go-build2227044111/b128/_pkg_.a
2025-08-20T22:37:11.3637166Z [00:02:09.018]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2227044111/b107/_pkg_.a
2025-08-20T22:37:11.3637748Z [00:02:09.018]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build2227044111/b120/_pkg_.a
2025-08-20T22:37:11.3638335Z [00:02:09.018]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build2227044111/b186/_pkg_.a
2025-08-20T22:37:11.3639204Z [00:02:09.018]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build2227044111/b187/_pkg_.a
2025-08-20T22:37:11.3639788Z [00:02:09.018]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build2227044111/b188/_pkg_.a
2025-08-20T22:37:11.3640332Z [00:02:09.018]➜  packagefile crypto/internal/hpke=/tmp/go-build2227044111/b189/_pkg_.a
2025-08-20T22:37:11.3640816Z [00:02:09.018]➜  packagefile crypto/md5=/tmp/go-build2227044111/b194/_pkg_.a
2025-08-20T22:37:11.3641269Z [00:02:09.018]➜  packagefile crypto/rand=/tmp/go-build2227044111/b183/_pkg_.a
2025-08-20T22:37:11.3641738Z [00:02:09.018]➜  packagefile crypto/rc4=/tmp/go-build2227044111/b195/_pkg_.a
2025-08-20T22:37:11.3642190Z [00:02:09.018]➜  packagefile crypto/rsa=/tmp/go-build2227044111/b196/_pkg_.a
2025-08-20T22:37:11.3642643Z [00:02:09.018]➜  packagefile crypto/sha1=/tmp/go-build2227044111/b134/_pkg_.a
2025-08-20T22:37:11.3643101Z [00:02:09.018]➜  packagefile crypto/sha256=/tmp/go-build2227044111/b135/_pkg_.a
2025-08-20T22:37:11.3643577Z [00:02:09.018]➜  packagefile crypto/sha512=/tmp/go-build2227044111/b176/_pkg_.a
2025-08-20T22:37:11.3644041Z [00:02:09.018]➜  packagefile crypto/subtle=/tmp/go-build2227044111/b127/_pkg_.a
2025-08-20T22:37:11.3644573Z [00:02:09.018]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build2227044111/b198/_pkg_.a
2025-08-20T22:37:11.3645093Z [00:02:09.018]➜  packagefile crypto/x509=/tmp/go-build2227044111/b200/_pkg_.a
2025-08-20T22:37:11.3645552Z [00:02:09.018]➜  packagefile encoding/pem=/tmp/go-build2227044111/b204/_pkg_.a
2025-08-20T22:37:11.3646223Z [00:02:09.018]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:11.3646735Z [00:02:09.018]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:11.3647292Z [00:02:09.018]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build2227044111/b190/_pkg_.a
2025-08-20T22:37:11.3647949Z [00:02:09.018]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2227044111/b177/_pkg_.a
2025-08-20T22:37:11.3648475Z [00:02:09.018]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:11.3649113Z [00:02:09.018]➜  packagefile internal/byteorder=/tmp/go-build2227044111/b013/_pkg_.a
2025-08-20T22:37:11.3649616Z [00:02:09.018]➜  packagefile internal/cpu=/tmp/go-build2227044111/b012/_pkg_.a
2025-08-20T22:37:11.3650097Z [00:02:09.018]➜  packagefile internal/godebug=/tmp/go-build2227044111/b056/_pkg_.a
2025-08-20T22:37:11.3650532Z [00:02:09.018]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:11.3650939Z [00:02:09.018]➜  packagefile net=/tmp/go-build2227044111/b154/_pkg_.a
2025-08-20T22:37:11.3651338Z [00:02:09.018]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:11.3651751Z [00:02:09.018]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:11.3652177Z [00:02:09.018]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:11.3652618Z [00:02:09.018]➜  packagefile sort=/tmp/go-build2227044111/b080/_pkg_.a
2025-08-20T22:37:11.3653293Z [00:02:09.018]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:11.3653722Z [00:02:09.018]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:11.3654139Z [00:02:09.018]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:11.3654570Z [00:02:09.018]➜  packagefile sync/atomic=/tmp/go-build2227044111/b045/_pkg_.a
2025-08-20T22:37:11.3654999Z [00:02:09.018]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:11.3655405Z [00:02:09.018]➜  packagefile weak=/tmp/go-build2227044111/b160/_pkg_.a
2025-08-20T22:37:11.3655717Z [00:02:09.018]➜  EOF
2025-08-20T22:37:11.3660069Z [00:02:09.018]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/.go/src/crypto/tls=>crypto/tls;$WORK/b162=>" -p crypto/tls -lang=go1.25 -std -complete -installsuffix shared -buildid HluQl2_FfjNpGWlwx7lY/HluQl2_FfjNpGWlwx7lY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b162/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-20T22:37:11.9435900Z [00:02:09.599]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T22:37:11.9555585Z [00:02:09.611]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/20/20d020b9a971602d5374380647438989444f0727195e6ca18647558f46f39fab-d # internal
2025-08-20T22:37:11.9556602Z [00:02:09.611]➜  github.com/projectdiscovery/sslcert
2025-08-20T22:37:11.9557135Z [00:02:09.611]➜  mkdir -p $WORK/b207/
2025-08-20T22:37:11.9557585Z [00:02:09.611]➜  net/http/httptrace
2025-08-20T22:37:11.9557906Z [00:02:09.611]➜  mkdir -p $WORK/b221/
2025-08-20T22:37:11.9558309Z [00:02:09.611]➜  cat >/tmp/go-build2227044111/b207/importcfg << 'EOF' # internal
2025-08-20T22:37:11.9558741Z [00:02:09.611]➜  # import config
2025-08-20T22:37:11.9559539Z [00:02:09.611]➜  packagefile bufio=/tmp/go-build2227044111/b091/_pkg_.a
2025-08-20T22:37:11.9560025Z [00:02:09.611]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:11.9560742Z [00:02:09.611]➜  packagefile crypto/ecdsa=/tmp/go-build2227044111/b170/_pkg_.a
2025-08-20T22:37:11.9561619Z [00:02:09.611]➜  packagefile crypto/ed25519=/tmp/go-build2227044111/b180/_pkg_.a
2025-08-20T22:37:11.9562124Z [00:02:09.611]➜  packagefile crypto/elliptic=/tmp/go-build2227044111/b171/_pkg_.a
2025-08-20T22:37:11.9562621Z [00:02:09.611]➜  packagefile crypto/rand=/tmp/go-build2227044111/b183/_pkg_.a
2025-08-20T22:37:11.9563078Z [00:02:09.611]➜  packagefile crypto/rsa=/tmp/go-build2227044111/b196/_pkg_.a
2025-08-20T22:37:11.9563536Z [00:02:09.611]➜  packagefile crypto/tls=/tmp/go-build2227044111/b162/_pkg_.a
2025-08-20T22:37:11.9563987Z [00:02:09.611]➜  packagefile crypto/x509=/tmp/go-build2227044111/b200/_pkg_.a
2025-08-20T22:37:11.9564459Z [00:02:09.611]➜  packagefile crypto/x509/pkix=/tmp/go-build2227044111/b202/_pkg_.a
2025-08-20T22:37:11.9564947Z [00:02:09.611]➜  packagefile encoding/pem=/tmp/go-build2227044111/b204/_pkg_.a
2025-08-20T22:37:11.9565391Z [00:02:09.611]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:11.9565807Z [00:02:09.611]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:11.9566228Z [00:02:09.611]➜  packagefile math/big=/tmp/go-build2227044111/b078/_pkg_.a
2025-08-20T22:37:11.9566990Z [00:02:09.611]➜  packagefile net=/tmp/go-build2227044111/b154/_pkg_.a
2025-08-20T22:37:11.9567410Z [00:02:09.611]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:11.9567829Z [00:02:09.611]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:11.9568138Z [00:02:09.611]➜  EOF
2025-08-20T22:37:11.9571414Z [00:02:09.611]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b207/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/sslcert@v0.0.0-20210416140253-8f56bec1bb5e=>github.com/projectdiscovery/sslcert@v0.0.0-20210416140253-8f56bec1bb5e;$WORK/b207=>" -p github.com/projectdiscovery/sslcert -lang=go1.16 -complete -installsuffix shared -buildid HsyhqLlhg5O7e6TQG6Av/HsyhqLlhg5O7e6TQG6Av -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/sslcert@v0.0.0-20210416140253-8f56bec1bb5e/options.go /root/go/pkg/mod/github.com/projectdiscovery/sslcert@v0.0.0-20210416140253-8f56bec1bb5e/sslcert.go /root/go/pkg/mod/github.com/projectdiscovery/sslcert@v0.0.0-20210416140253-8f56bec1bb5e/tlsconfig.go
2025-08-20T22:37:11.9574149Z [00:02:09.612]➜  cat >/tmp/go-build2227044111/b221/importcfg << 'EOF' # internal
2025-08-20T22:37:11.9574495Z [00:02:09.612]➜  # import config
2025-08-20T22:37:11.9574842Z [00:02:09.612]➜  packagefile context=/tmp/go-build2227044111/b072/_pkg_.a
2025-08-20T22:37:11.9575285Z [00:02:09.612]➜  packagefile crypto/tls=/tmp/go-build2227044111/b162/_pkg_.a
2025-08-20T22:37:11.9575763Z [00:02:09.612]➜  packagefile internal/nettrace=/tmp/go-build2227044111/b156/_pkg_.a
2025-08-20T22:37:11.9576219Z [00:02:09.612]➜  packagefile net=/tmp/go-build2227044111/b154/_pkg_.a
2025-08-20T22:37:11.9576660Z [00:02:09.612]➜  packagefile net/textproto=/tmp/go-build2227044111/b215/_pkg_.a
2025-08-20T22:37:11.9577107Z [00:02:09.612]➜  packagefile reflect=/tmp/go-build2227044111/b036/_pkg_.a
2025-08-20T22:37:11.9577525Z [00:02:09.612]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:11.9577843Z [00:02:09.612]➜  EOF
2025-08-20T22:37:11.9579666Z [00:02:09.612]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b221=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid eN-lqWbWaZcqi0DXo0G5/eN-lqWbWaZcqi0DXo0G5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T22:37:11.9790293Z [00:02:09.634]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T22:37:11.9798530Z [00:02:09.635]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/14/141127b90c49a327d59253d037b97e7a5d9a188ce80221c15e2e0cd7f884c870-d # internal
2025-08-20T22:37:11.9799912Z [00:02:09.635]➜  net/http/internal/httpcommon
2025-08-20T22:37:11.9802041Z [00:02:09.635]➜  mkdir -p $WORK/b224/
2025-08-20T22:37:11.9808115Z [00:02:09.636]➜  cat >/tmp/go-build2227044111/b224/importcfg << 'EOF' # internal
2025-08-20T22:37:11.9808556Z [00:02:09.636]➜  # import config
2025-08-20T22:37:11.9809164Z [00:02:09.636]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:37:11.9812327Z [00:02:09.636]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T22:37:11.9813222Z [00:02:09.636]➜  packagefile context=/tmp/go-build2227044111/b072/_pkg_.a
2025-08-20T22:37:11.9813860Z [00:02:09.636]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:11.9814364Z [00:02:09.636]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:11.9814924Z [00:02:09.636]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2227044111/b209/_pkg_.a
2025-08-20T22:37:11.9815551Z [00:02:09.636]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build2227044111/b217/_pkg_.a
2025-08-20T22:37:11.9816114Z [00:02:09.636]➜  packagefile net/http/httptrace=/tmp/go-build2227044111/b221/_pkg_.a
2025-08-20T22:37:11.9816650Z [00:02:09.636]➜  packagefile net/textproto=/tmp/go-build2227044111/b215/_pkg_.a
2025-08-20T22:37:11.9817496Z [00:02:09.636]➜  packagefile net/url=/tmp/go-build2227044111/b205/_pkg_.a
2025-08-20T22:37:11.9817923Z [00:02:09.636]➜  packagefile sort=/tmp/go-build2227044111/b080/_pkg_.a
2025-08-20T22:37:11.9818343Z [00:02:09.636]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:11.9818941Z [00:02:09.636]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:11.9819390Z [00:02:09.636]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:11.9819703Z [00:02:09.636]➜  EOF
2025-08-20T22:37:11.9821504Z [00:02:09.636]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b224/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b224=>" -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/b224/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T22:37:11.9901868Z [00:02:09.645]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T22:37:11.9909531Z [00:02:09.646]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/f8/f8af7d5bc3693a9fb674824c2406b18e5161f836517023218675b48513f8c40d-d # internal
2025-08-20T22:37:11.9911024Z [00:02:09.646]➜  github.com/projectdiscovery/simplehttpserver/pkg/tcpserver
2025-08-20T22:37:11.9911403Z [00:02:09.646]➜  mkdir -p $WORK/b226/
2025-08-20T22:37:11.9913749Z [00:02:09.647]➜  cat >/tmp/go-build2227044111/b226/importcfg << 'EOF' # internal
2025-08-20T22:37:11.9914241Z [00:02:09.647]➜  # import config
2025-08-20T22:37:11.9915753Z [00:02:09.647]➜  packagefile context=/tmp/go-build2227044111/b072/_pkg_.a
2025-08-20T22:37:11.9916221Z [00:02:09.647]➜  packagefile crypto/tls=/tmp/go-build2227044111/b162/_pkg_.a
2025-08-20T22:37:11.9916665Z [00:02:09.647]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:11.9917227Z [00:02:09.647]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build2227044111/b002/_pkg_.a
2025-08-20T22:37:11.9917865Z [00:02:09.647]➜  packagefile github.com/projectdiscovery/sslcert=/tmp/go-build2227044111/b207/_pkg_.a
2025-08-20T22:37:11.9918418Z [00:02:09.647]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build2227044111/b227/_pkg_.a
2025-08-20T22:37:11.9919085Z [00:02:09.647]➜  packagefile net=/tmp/go-build2227044111/b154/_pkg_.a
2025-08-20T22:37:11.9919493Z [00:02:09.647]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:11.9920372Z [00:02:09.647]➜  packagefile regexp=/tmp/go-build2227044111/b136/_pkg_.a
2025-08-20T22:37:11.9920908Z [00:02:09.647]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:11.9921333Z [00:02:09.647]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:11.9921738Z [00:02:09.647]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:11.9922044Z [00:02:09.647]➜  EOF
2025-08-20T22:37:11.9924913Z [00:02:09.647]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b226/_pkg_.a -trimpath "/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/tcpserver=>github.com/projectdiscovery/simplehttpserver/pkg/tcpserver;$WORK/b226=>" -p github.com/projectdiscovery/simplehttpserver/pkg/tcpserver -lang=go1.19 -complete -installsuffix shared -buildid xHwFGL0fsIjjrEpiY-oc/xHwFGL0fsIjjrEpiY-oc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -pack /tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/tcpserver/addr.go /tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/tcpserver/doc.go /tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/tcpserver/responseengine.go /tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/tcpserver/rule.go /tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/tcpserver/tcpserver.go
2025-08-20T22:37:12.0203125Z [00:02:09.676]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T22:37:12.0211183Z [00:02:09.676]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T22:37:12.0211895Z [00:02:09.676]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/be/beb4035c80ce9b3b07127fc5a809ae7a02fde7c9e52911bb3beda450699df6f6-d # internal
2025-08-20T22:37:12.0217067Z [00:02:09.677]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d # internal
2025-08-20T22:37:12.0226729Z [00:02:09.678]➜  net/http
2025-08-20T22:37:12.0227009Z [00:02:09.678]➜  mkdir -p $WORK/b208/
2025-08-20T22:37:12.0230524Z [00:02:09.678]➜  cat >/tmp/go-build2227044111/b208/importcfg << 'EOF' # internal
2025-08-20T22:37:12.0230925Z [00:02:09.678]➜  # import config
2025-08-20T22:37:12.0231528Z [00:02:09.678]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:37:12.0232135Z [00:02:09.678]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T22:37:12.0232717Z [00:02:09.678]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T22:37:12.0233217Z [00:02:09.678]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:37:12.0235209Z [00:02:09.678]➜  packagefile bufio=/tmp/go-build2227044111/b091/_pkg_.a
2025-08-20T22:37:12.0235684Z [00:02:09.678]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:12.0236139Z [00:02:09.678]➜  packagefile compress/gzip=/tmp/go-build2227044111/b096/_pkg_.a
2025-08-20T22:37:12.0236619Z [00:02:09.678]➜  packagefile container/list=/tmp/go-build2227044111/b163/_pkg_.a
2025-08-20T22:37:12.0237069Z [00:02:09.678]➜  packagefile context=/tmp/go-build2227044111/b072/_pkg_.a
2025-08-20T22:37:12.0237515Z [00:02:09.678]➜  packagefile crypto/rand=/tmp/go-build2227044111/b183/_pkg_.a
2025-08-20T22:37:12.0237992Z [00:02:09.678]➜  packagefile crypto/tls=/tmp/go-build2227044111/b162/_pkg_.a
2025-08-20T22:37:12.0238464Z [00:02:09.678]➜  packagefile encoding/base64=/tmp/go-build2227044111/b067/_pkg_.a
2025-08-20T22:37:12.0239198Z [00:02:09.678]➜  packagefile encoding/binary=/tmp/go-build2227044111/b093/_pkg_.a
2025-08-20T22:37:12.0239650Z [00:02:09.678]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:12.0240076Z [00:02:09.678]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:12.0240604Z [00:02:09.678]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2227044111/b209/_pkg_.a
2025-08-20T22:37:12.0241242Z [00:02:09.678]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build2227044111/b216/_pkg_.a
2025-08-20T22:37:12.0241867Z [00:02:09.678]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build2227044111/b217/_pkg_.a
2025-08-20T22:37:12.0242851Z [00:02:09.678]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2227044111/b210/_pkg_.a
2025-08-20T22:37:12.0243462Z [00:02:09.678]➜  packagefile internal/godebug=/tmp/go-build2227044111/b056/_pkg_.a
2025-08-20T22:37:12.0243908Z [00:02:09.678]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:12.0244311Z [00:02:09.678]➜  packagefile io/fs=/tmp/go-build2227044111/b052/_pkg_.a
2025-08-20T22:37:12.0244721Z [00:02:09.678]➜  packagefile log=/tmp/go-build2227044111/b074/_pkg_.a
2025-08-20T22:37:12.0245140Z [00:02:09.678]➜  packagefile maps=/tmp/go-build2227044111/b086/_pkg_.a
2025-08-20T22:37:12.0245549Z [00:02:09.678]➜  packagefile math=/tmp/go-build2227044111/b039/_pkg_.a
2025-08-20T22:37:12.0245974Z [00:02:09.678]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:12.0246413Z [00:02:09.678]➜  packagefile math/rand=/tmp/go-build2227044111/b079/_pkg_.a
2025-08-20T22:37:12.0246838Z [00:02:09.678]➜  packagefile mime=/tmp/go-build2227044111/b218/_pkg_.a
2025-08-20T22:37:12.0247295Z [00:02:09.678]➜  packagefile mime/multipart=/tmp/go-build2227044111/b219/_pkg_.a
2025-08-20T22:37:12.0247734Z [00:02:09.678]➜  packagefile net=/tmp/go-build2227044111/b154/_pkg_.a
2025-08-20T22:37:12.0248190Z [00:02:09.678]➜  packagefile net/http/httptrace=/tmp/go-build2227044111/b221/_pkg_.a
2025-08-20T22:37:12.0248882Z [00:02:09.678]➜  packagefile net/http/internal=/tmp/go-build2227044111/b222/_pkg_.a
2025-08-20T22:37:12.0249472Z [00:02:09.678]➜  packagefile net/http/internal/ascii=/tmp/go-build2227044111/b223/_pkg_.a
2025-08-20T22:37:12.0250334Z [00:02:09.678]➜  packagefile net/http/internal/httpcommon=/tmp/go-build2227044111/b224/_pkg_.a
2025-08-20T22:37:12.0250857Z [00:02:09.678]➜  packagefile net/textproto=/tmp/go-build2227044111/b215/_pkg_.a
2025-08-20T22:37:12.0251308Z [00:02:09.678]➜  packagefile net/url=/tmp/go-build2227044111/b205/_pkg_.a
2025-08-20T22:37:12.0251723Z [00:02:09.678]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:12.0252129Z [00:02:09.678]➜  packagefile path=/tmp/go-build2227044111/b054/_pkg_.a
2025-08-20T22:37:12.0252581Z [00:02:09.678]➜  packagefile path/filepath=/tmp/go-build2227044111/b089/_pkg_.a
2025-08-20T22:37:12.0253038Z [00:02:09.679]➜  packagefile reflect=/tmp/go-build2227044111/b036/_pkg_.a
2025-08-20T22:37:12.0253464Z [00:02:09.679]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:12.0253886Z [00:02:09.679]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:12.0254307Z [00:02:09.679]➜  packagefile sort=/tmp/go-build2227044111/b080/_pkg_.a
2025-08-20T22:37:12.0254728Z [00:02:09.679]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:12.0255150Z [00:02:09.679]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:12.0255567Z [00:02:09.679]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:12.0256001Z [00:02:09.679]➜  packagefile sync/atomic=/tmp/go-build2227044111/b045/_pkg_.a
2025-08-20T22:37:12.0256431Z [00:02:09.679]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:12.0256856Z [00:02:09.679]➜  packagefile unicode=/tmp/go-build2227044111/b047/_pkg_.a
2025-08-20T22:37:12.0257304Z [00:02:09.679]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:12.0257639Z [00:02:09.679]➜  EOF
2025-08-20T22:37:12.0262974Z [00:02:09.679]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b208=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid ykDidQLST5YF3Wb7JbWr/ykDidQLST5YF3Wb7JbWr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/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-20T22:37:12.9790797Z [00:02:10.634]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T22:37:13.0002414Z [00:02:10.655]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/45/458f5f34427d79ef9d3a3bd9c8fb1775049f83823ce12b41c882fc8347616466-d # internal
2025-08-20T22:37:13.0003059Z [00:02:10.656]➜  net/http/httputil
2025-08-20T22:37:13.0003331Z [00:02:10.656]➜  mkdir -p $WORK/b225/
2025-08-20T22:37:13.0005482Z [00:02:10.656]➜  cat >/tmp/go-build2227044111/b225/importcfg << 'EOF' # internal
2025-08-20T22:37:13.0005889Z [00:02:10.656]➜  # import config
2025-08-20T22:37:13.0006327Z [00:02:10.656]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:37:13.0006850Z [00:02:10.656]➜  packagefile bufio=/tmp/go-build2227044111/b091/_pkg_.a
2025-08-20T22:37:13.0007730Z [00:02:10.656]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:13.0008163Z [00:02:10.656]➜  packagefile context=/tmp/go-build2227044111/b072/_pkg_.a
2025-08-20T22:37:13.0008585Z [00:02:10.656]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:13.0009334Z [00:02:10.656]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:13.0009869Z [00:02:10.656]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2227044111/b209/_pkg_.a
2025-08-20T22:37:13.0010381Z [00:02:10.656]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:13.0010796Z [00:02:10.656]➜  packagefile log=/tmp/go-build2227044111/b074/_pkg_.a
2025-08-20T22:37:13.0011207Z [00:02:10.656]➜  packagefile mime=/tmp/go-build2227044111/b218/_pkg_.a
2025-08-20T22:37:13.0011613Z [00:02:10.656]➜  packagefile net=/tmp/go-build2227044111/b154/_pkg_.a
2025-08-20T22:37:13.0012040Z [00:02:10.656]➜  packagefile net/http=/tmp/go-build2227044111/b208/_pkg_.a
2025-08-20T22:37:13.0012524Z [00:02:10.656]➜  packagefile net/http/httptrace=/tmp/go-build2227044111/b221/_pkg_.a
2025-08-20T22:37:13.0013028Z [00:02:10.656]➜  packagefile net/http/internal=/tmp/go-build2227044111/b222/_pkg_.a
2025-08-20T22:37:13.0013546Z [00:02:10.656]➜  packagefile net/http/internal/ascii=/tmp/go-build2227044111/b223/_pkg_.a
2025-08-20T22:37:13.0014050Z [00:02:10.656]➜  packagefile net/textproto=/tmp/go-build2227044111/b215/_pkg_.a
2025-08-20T22:37:13.0014500Z [00:02:10.656]➜  packagefile net/url=/tmp/go-build2227044111/b205/_pkg_.a
2025-08-20T22:37:13.0014940Z [00:02:10.656]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:13.0015363Z [00:02:10.656]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:13.0015771Z [00:02:10.656]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:13.0016077Z [00:02:10.656]➜  EOF
2025-08-20T22:37:13.0018117Z [00:02:10.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b225/_pkg_.a -trimpath "/root/.go/src/net/http/httputil=>net/http/httputil;$WORK/b225=>" -p net/http/httputil -lang=go1.25 -std -complete -installsuffix shared -buildid lSK_D4Sd0HEybZ6LfN75/lSK_D4Sd0HEybZ6LfN75 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/importcfg -pack /root/.go/src/net/http/httputil/dump.go /root/.go/src/net/http/httputil/httputil.go /root/.go/src/net/http/httputil/persist.go /root/.go/src/net/http/httputil/reverseproxy.go
2025-08-20T22:37:13.0787272Z [00:02:10.734]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T22:37:13.0805824Z [00:02:10.736]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/91/915fbb0d83f433696b58d515eeb6e86268a823957c9e7fc7b8a48c0faec579fe-d # internal
2025-08-20T22:37:13.0807459Z [00:02:10.736]➜  github.com/projectdiscovery/simplehttpserver/pkg/httpserver
2025-08-20T22:37:13.0807913Z [00:02:10.736]➜  mkdir -p $WORK/b161/
2025-08-20T22:37:13.0811517Z [00:02:10.736]➜  cat >/tmp/go-build2227044111/b161/importcfg << 'EOF' # internal
2025-08-20T22:37:13.0812204Z [00:02:10.736]➜  # import config
2025-08-20T22:37:13.0812556Z [00:02:10.736]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:13.0812999Z [00:02:10.736]➜  packagefile crypto/tls=/tmp/go-build2227044111/b162/_pkg_.a
2025-08-20T22:37:13.0813435Z [00:02:10.736]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:13.0813851Z [00:02:10.736]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:13.0814381Z [00:02:10.736]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build2227044111/b002/_pkg_.a
2025-08-20T22:37:13.0815114Z [00:02:10.736]➜  packagefile github.com/projectdiscovery/simplehttpserver/pkg/unit=/tmp/go-build2227044111/b206/_pkg_.a
2025-08-20T22:37:13.0815814Z [00:02:10.736]➜  packagefile github.com/projectdiscovery/sslcert=/tmp/go-build2227044111/b207/_pkg_.a
2025-08-20T22:37:13.0816317Z [00:02:10.736]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:13.0816734Z [00:02:10.736]➜  packagefile net/http=/tmp/go-build2227044111/b208/_pkg_.a
2025-08-20T22:37:13.0817207Z [00:02:10.736]➜  packagefile net/http/httputil=/tmp/go-build2227044111/b225/_pkg_.a
2025-08-20T22:37:13.0817652Z [00:02:10.736]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:13.0818056Z [00:02:10.736]➜  packagefile path=/tmp/go-build2227044111/b054/_pkg_.a
2025-08-20T22:37:13.0818524Z [00:02:10.736]➜  packagefile path/filepath=/tmp/go-build2227044111/b089/_pkg_.a
2025-08-20T22:37:13.0819577Z [00:02:10.736]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:13.0820013Z [00:02:10.736]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:13.0820326Z [00:02:10.736]➜  EOF
2025-08-20T22:37:13.0824377Z [00:02:10.736]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b161/_pkg_.a -trimpath "/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver=>github.com/projectdiscovery/simplehttpserver/pkg/httpserver;$WORK/b161=>" -p github.com/projectdiscovery/simplehttpserver/pkg/httpserver -lang=go1.19 -complete -installsuffix shared -buildid EVTmktAia-28-FEtZ-Bv/EVTmktAia-28-FEtZ-Bv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b161/importcfg -pack /tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/authlayer.go /tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/corslayer.go /tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/doc.go /tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/headerlayer.go /tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/httpserver.go /tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/loglayer.go /tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/pythonliststyle.go /tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/sandboxfs.go /tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/uploadlayer.go
2025-08-20T22:37:13.1281763Z [00:02:10.783]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T22:37:13.1295265Z [00:02:10.785]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/60/60943a5487db0ba46fbe7c50e481345afb86d3967120b38da2cceb7e80b2f20a-d # internal
2025-08-20T22:37:13.1300009Z [00:02:10.785]➜  github.com/projectdiscovery/simplehttpserver/internal/runner
2025-08-20T22:37:13.1301769Z [00:02:10.785]➜  mkdir -p $WORK/b147/
2025-08-20T22:37:13.1305367Z [00:02:10.786]➜  cat >/tmp/go-build2227044111/b147/importcfg << 'EOF' # internal
2025-08-20T22:37:13.1305750Z [00:02:10.786]➜  # import config
2025-08-20T22:37:13.1306093Z [00:02:10.786]➜  packagefile flag=/tmp/go-build2227044111/b148/_pkg_.a
2025-08-20T22:37:13.1306508Z [00:02:10.786]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:13.1307006Z [00:02:10.786]➜  packagefile github.com/fsnotify/fsnotify=/tmp/go-build2227044111/b149/_pkg_.a
2025-08-20T22:37:13.1307645Z [00:02:10.786]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build2227044111/b002/_pkg_.a
2025-08-20T22:37:13.1308316Z [00:02:10.786]➜  packagefile github.com/projectdiscovery/gologger/levels=/tmp/go-build2227044111/b082/_pkg_.a
2025-08-20T22:37:13.1309254Z [00:02:10.786]➜  packagefile github.com/projectdiscovery/simplehttpserver/pkg/binder=/tmp/go-build2227044111/b152/_pkg_.a
2025-08-20T22:37:13.1311903Z [00:02:10.786]➜  packagefile github.com/projectdiscovery/simplehttpserver/pkg/httpserver=/tmp/go-build2227044111/b161/_pkg_.a
2025-08-20T22:37:13.1312738Z [00:02:10.786]➜  packagefile github.com/projectdiscovery/simplehttpserver/pkg/tcpserver=/tmp/go-build2227044111/b226/_pkg_.a
2025-08-20T22:37:13.1313528Z [00:02:10.786]➜  packagefile github.com/projectdiscovery/simplehttpserver/pkg/unit=/tmp/go-build2227044111/b206/_pkg_.a
2025-08-20T22:37:13.1314104Z [00:02:10.786]➜  packagefile log=/tmp/go-build2227044111/b074/_pkg_.a
2025-08-20T22:37:13.1314524Z [00:02:10.786]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:13.1314961Z [00:02:10.786]➜  packagefile path/filepath=/tmp/go-build2227044111/b089/_pkg_.a
2025-08-20T22:37:13.1315406Z [00:02:10.786]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:13.1315724Z [00:02:10.786]➜  EOF
2025-08-20T22:37:13.1318571Z [00:02:10.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b147/_pkg_.a -trimpath "/tmp/tmp.kZ1o15q1ku/TEMPREPO/internal/runner=>github.com/projectdiscovery/simplehttpserver/internal/runner;$WORK/b147=>" -p github.com/projectdiscovery/simplehttpserver/internal/runner -lang=go1.19 -complete -installsuffix shared -buildid k_1GjhY73PQfhJT7J_HO/k_1GjhY73PQfhJT7J_HO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b147/importcfg -pack /tmp/tmp.kZ1o15q1ku/TEMPREPO/internal/runner/banner.go /tmp/tmp.kZ1o15q1ku/TEMPREPO/internal/runner/doc.go /tmp/tmp.kZ1o15q1ku/TEMPREPO/internal/runner/options.go /tmp/tmp.kZ1o15q1ku/TEMPREPO/internal/runner/runner.go /tmp/tmp.kZ1o15q1ku/TEMPREPO/internal/runner/watchdog.go
2025-08-20T22:37:13.1673239Z [00:02:10.823]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T22:37:13.1685288Z [00:02:10.824]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/7a/7a17d22b8e3bf16a012368f06c818066f6d9ea960bcf0a605aa58bd49c74d01f-d # internal
2025-08-20T22:37:13.1689906Z [00:02:10.824]➜  github.com/projectdiscovery/simplehttpserver/cmd/simplehttpserver
2025-08-20T22:37:13.1690530Z [00:02:10.824]➜  mkdir -p $WORK/b001/
2025-08-20T22:37:13.1690908Z [00:02:10.824]➜  cat >/tmp/go-build2227044111/b001/importcfg << 'EOF' # internal
2025-08-20T22:37:13.1691255Z [00:02:10.824]➜  # import config
2025-08-20T22:37:13.1691713Z [00:02:10.824]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build2227044111/b002/_pkg_.a
2025-08-20T22:37:13.1692466Z [00:02:10.824]➜  packagefile github.com/projectdiscovery/simplehttpserver/internal/runner=/tmp/go-build2227044111/b147/_pkg_.a
2025-08-20T22:37:13.1693085Z [00:02:10.824]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:13.1693919Z [00:02:10.824]➜  packagefile runtime/cgo=/tmp/go-build2227044111/b088/_pkg_.a
2025-08-20T22:37:13.1694317Z [00:02:10.824]➜  EOF
2025-08-20T22:37:13.1695999Z [00:02:10.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver=>github.com/projectdiscovery/simplehttpserver/cmd/simplehttpserver;$WORK/b001=>" -p main -lang=go1.19 -complete -installsuffix shared -buildid Y9tw5LOhAk9V1a6gcC0r/Y9tw5LOhAk9V1a6gcC0r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./simplehttpserver.go
2025-08-20T22:37:13.1876108Z [00:02:10.843]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T22:37:13.1881593Z [00:02:10.843]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/62/624cccf35a59a32d092143e66727754e52e1176288b83e7a75757b00a3c31718-d # internal
2025-08-20T22:37:13.1906994Z [00:02:10.846]➜  cat >/tmp/go-build2227044111/b001/importcfg.link << 'EOF' # internal
2025-08-20T22:37:13.1907947Z [00:02:10.846]➜  packagefile github.com/projectdiscovery/simplehttpserver/cmd/simplehttpserver=/tmp/go-build2227044111/b001/_pkg_.a
2025-08-20T22:37:13.1908874Z [00:02:10.846]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build2227044111/b002/_pkg_.a
2025-08-20T22:37:13.1909755Z [00:02:10.846]➜  packagefile github.com/projectdiscovery/simplehttpserver/internal/runner=/tmp/go-build2227044111/b147/_pkg_.a
2025-08-20T22:37:13.1910858Z [00:02:10.846]➜  packagefile runtime=/tmp/go-build2227044111/b010/_pkg_.a
2025-08-20T22:37:13.1911524Z [00:02:10.846]➜  packagefile runtime/cgo=/tmp/go-build2227044111/b088/_pkg_.a
2025-08-20T22:37:13.1912267Z [00:02:10.846]➜  packagefile fmt=/tmp/go-build2227044111/b003/_pkg_.a
2025-08-20T22:37:13.1914744Z [00:02:10.846]➜  packagefile github.com/projectdiscovery/gologger/formatter=/tmp/go-build2227044111/b063/_pkg_.a
2025-08-20T22:37:13.1915547Z [00:02:10.846]➜  packagefile github.com/projectdiscovery/gologger/levels=/tmp/go-build2227044111/b082/_pkg_.a
2025-08-20T22:37:13.1916273Z [00:02:10.846]➜  packagefile github.com/projectdiscovery/gologger/writer=/tmp/go-build2227044111/b083/_pkg_.a
2025-08-20T22:37:13.1916806Z [00:02:10.846]➜  packagefile os=/tmp/go-build2227044111/b050/_pkg_.a
2025-08-20T22:37:13.1917262Z [00:02:10.846]➜  packagefile strings=/tmp/go-build2227044111/b069/_pkg_.a
2025-08-20T22:37:13.1917684Z [00:02:10.846]➜  packagefile time=/tmp/go-build2227044111/b055/_pkg_.a
2025-08-20T22:37:13.1918104Z [00:02:10.846]➜  packagefile flag=/tmp/go-build2227044111/b148/_pkg_.a
2025-08-20T22:37:13.1918601Z [00:02:10.846]➜  packagefile github.com/fsnotify/fsnotify=/tmp/go-build2227044111/b149/_pkg_.a
2025-08-20T22:37:13.1919462Z [00:02:10.846]➜  packagefile github.com/projectdiscovery/simplehttpserver/pkg/binder=/tmp/go-build2227044111/b152/_pkg_.a
2025-08-20T22:37:13.1920274Z [00:02:10.846]➜  packagefile github.com/projectdiscovery/simplehttpserver/pkg/httpserver=/tmp/go-build2227044111/b161/_pkg_.a
2025-08-20T22:37:13.1921103Z [00:02:10.846]➜  packagefile github.com/projectdiscovery/simplehttpserver/pkg/tcpserver=/tmp/go-build2227044111/b226/_pkg_.a
2025-08-20T22:37:13.1921903Z [00:02:10.846]➜  packagefile github.com/projectdiscovery/simplehttpserver/pkg/unit=/tmp/go-build2227044111/b206/_pkg_.a
2025-08-20T22:37:13.1922474Z [00:02:10.846]➜  packagefile log=/tmp/go-build2227044111/b074/_pkg_.a
2025-08-20T22:37:13.1922930Z [00:02:10.846]➜  packagefile path/filepath=/tmp/go-build2227044111/b089/_pkg_.a
2025-08-20T22:37:13.1923407Z [00:02:10.846]➜  packagefile internal/abi=/tmp/go-build2227044111/b006/_pkg_.a
2025-08-20T22:37:13.1923885Z [00:02:10.846]➜  packagefile internal/bytealg=/tmp/go-build2227044111/b011/_pkg_.a
2025-08-20T22:37:13.1924381Z [00:02:10.846]➜  packagefile internal/byteorder=/tmp/go-build2227044111/b013/_pkg_.a
2025-08-20T22:37:13.1924894Z [00:02:10.846]➜  packagefile internal/chacha8rand=/tmp/go-build2227044111/b014/_pkg_.a
2025-08-20T22:37:13.1925421Z [00:02:10.846]➜  packagefile internal/coverage/rtcov=/tmp/go-build2227044111/b015/_pkg_.a
2025-08-20T22:37:13.1926302Z [00:02:10.846]➜  packagefile internal/cpu=/tmp/go-build2227044111/b012/_pkg_.a
2025-08-20T22:37:13.1926860Z [00:02:10.846]➜  packagefile internal/goarch=/tmp/go-build2227044111/b007/_pkg_.a
2025-08-20T22:37:13.1927351Z [00:02:10.846]➜  packagefile internal/godebugs=/tmp/go-build2227044111/b016/_pkg_.a
2025-08-20T22:37:13.1927860Z [00:02:10.846]➜  packagefile internal/goexperiment=/tmp/go-build2227044111/b017/_pkg_.a
2025-08-20T22:37:13.1928364Z [00:02:10.846]➜  packagefile internal/goos=/tmp/go-build2227044111/b018/_pkg_.a
2025-08-20T22:37:13.1930869Z [00:02:10.846]➜  packagefile internal/profilerecord=/tmp/go-build2227044111/b019/_pkg_.a
2025-08-20T22:37:13.1931448Z [00:02:10.846]➜  packagefile internal/runtime/atomic=/tmp/go-build2227044111/b020/_pkg_.a
2025-08-20T22:37:13.1932089Z [00:02:10.846]➜  packagefile internal/runtime/cgroup=/tmp/go-build2227044111/b021/_pkg_.a
2025-08-20T22:37:13.1932639Z [00:02:10.846]➜  packagefile internal/runtime/exithook=/tmp/go-build2227044111/b025/_pkg_.a
2025-08-20T22:37:13.1933190Z [00:02:10.846]➜  packagefile internal/runtime/gc=/tmp/go-build2227044111/b026/_pkg_.a
2025-08-20T22:37:13.1933702Z [00:02:10.846]➜  packagefile internal/runtime/maps=/tmp/go-build2227044111/b027/_pkg_.a
2025-08-20T22:37:13.1934223Z [00:02:10.846]➜  packagefile internal/runtime/math=/tmp/go-build2227044111/b023/_pkg_.a
2025-08-20T22:37:13.1934756Z [00:02:10.846]➜  packagefile internal/runtime/strconv=/tmp/go-build2227044111/b022/_pkg_.a
2025-08-20T22:37:13.1935691Z [00:02:10.846]➜  packagefile internal/runtime/sys=/tmp/go-build2227044111/b031/_pkg_.a
2025-08-20T22:37:13.1936229Z [00:02:10.846]➜  packagefile internal/runtime/syscall=/tmp/go-build2227044111/b024/_pkg_.a
2025-08-20T22:37:13.1936760Z [00:02:10.846]➜  packagefile internal/stringslite=/tmp/go-build2227044111/b032/_pkg_.a
2025-08-20T22:37:13.1937281Z [00:02:10.846]➜  packagefile internal/trace/tracev2=/tmp/go-build2227044111/b033/_pkg_.a
2025-08-20T22:37:13.1937760Z [00:02:10.846]➜  packagefile sync=/tmp/go-build2227044111/b043/_pkg_.a
2025-08-20T22:37:13.1938195Z [00:02:10.846]➜  packagefile sync/atomic=/tmp/go-build2227044111/b045/_pkg_.a
2025-08-20T22:37:13.1938900Z [00:02:10.846]➜  packagefile errors=/tmp/go-build2227044111/b004/_pkg_.a
2025-08-20T22:37:13.1939434Z [00:02:10.846]➜  packagefile internal/fmtsort=/tmp/go-build2227044111/b034/_pkg_.a
2025-08-20T22:37:13.1939875Z [00:02:10.846]➜  packagefile io=/tmp/go-build2227044111/b049/_pkg_.a
2025-08-20T22:37:13.1940296Z [00:02:10.846]➜  packagefile math=/tmp/go-build2227044111/b039/_pkg_.a
2025-08-20T22:37:13.1940710Z [00:02:10.846]➜  packagefile reflect=/tmp/go-build2227044111/b036/_pkg_.a
2025-08-20T22:37:13.1941131Z [00:02:10.846]➜  packagefile slices=/tmp/go-build2227044111/b048/_pkg_.a
2025-08-20T22:37:13.1941550Z [00:02:10.846]➜  packagefile strconv=/tmp/go-build2227044111/b041/_pkg_.a
2025-08-20T22:37:13.1941988Z [00:02:10.846]➜  packagefile unicode/utf8=/tmp/go-build2227044111/b042/_pkg_.a
2025-08-20T22:37:13.1942428Z [00:02:10.846]➜  packagefile bytes=/tmp/go-build2227044111/b064/_pkg_.a
2025-08-20T22:37:13.1942920Z [00:02:10.846]➜  packagefile github.com/json-iterator/go=/tmp/go-build2227044111/b065/_pkg_.a
2025-08-20T22:37:13.1943483Z [00:02:10.846]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build2227044111/b081/_pkg_.a
2025-08-20T22:37:13.1944039Z [00:02:10.846]➜  packagefile github.com/mholt/archiver=/tmp/go-build2227044111/b084/_pkg_.a
2025-08-20T22:37:13.1944593Z [00:02:10.846]➜  packagefile gopkg.in/djherbis/times.v1=/tmp/go-build2227044111/b146/_pkg_.a
2025-08-20T22:37:13.1945127Z [00:02:10.846]➜  packagefile internal/filepathlite=/tmp/go-build2227044111/b051/_pkg_.a
2025-08-20T22:37:13.1945623Z [00:02:10.846]➜  packagefile internal/itoa=/tmp/go-build2227044111/b037/_pkg_.a
2025-08-20T22:37:13.1946088Z [00:02:10.846]➜  packagefile internal/poll=/tmp/go-build2227044111/b059/_pkg_.a
2025-08-20T22:37:13.1946596Z [00:02:10.846]➜  packagefile internal/syscall/execenv=/tmp/go-build2227044111/b061/_pkg_.a
2025-08-20T22:37:13.1947384Z [00:02:10.846]➜  packagefile internal/syscall/unix=/tmp/go-build2227044111/b060/_pkg_.a
2025-08-20T22:37:13.1947956Z [00:02:10.846]➜  packagefile internal/testlog=/tmp/go-build2227044111/b062/_pkg_.a
2025-08-20T22:37:13.1948404Z [00:02:10.846]➜  packagefile io/fs=/tmp/go-build2227044111/b052/_pkg_.a
2025-08-20T22:37:13.1949120Z [00:02:10.846]➜  packagefile syscall=/tmp/go-build2227044111/b058/_pkg_.a
2025-08-20T22:37:13.1949563Z [00:02:10.846]➜  packagefile iter=/tmp/go-build2227044111/b038/_pkg_.a
2025-08-20T22:37:13.1949987Z [00:02:10.846]➜  packagefile math/bits=/tmp/go-build2227044111/b040/_pkg_.a
2025-08-20T22:37:13.1950420Z [00:02:10.846]➜  packagefile unicode=/tmp/go-build2227044111/b047/_pkg_.a
2025-08-20T22:37:13.1950878Z [00:02:10.846]➜  packagefile internal/godebug=/tmp/go-build2227044111/b056/_pkg_.a
2025-08-20T22:37:13.1951339Z [00:02:10.846]➜  packagefile encoding=/tmp/go-build2227044111/b066/_pkg_.a
2025-08-20T22:37:13.1951816Z [00:02:10.846]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2227044111/b150/_pkg_.a
2025-08-20T22:37:13.1952362Z [00:02:10.846]➜  packagefile github.com/phayes/freeport=/tmp/go-build2227044111/b153/_pkg_.a
2025-08-20T22:37:13.1952836Z [00:02:10.846]➜  packagefile net=/tmp/go-build2227044111/b154/_pkg_.a
2025-08-20T22:37:13.1953261Z [00:02:10.846]➜  packagefile crypto/tls=/tmp/go-build2227044111/b162/_pkg_.a
2025-08-20T22:37:13.1953801Z [00:02:10.846]➜  packagefile github.com/projectdiscovery/sslcert=/tmp/go-build2227044111/b207/_pkg_.a
2025-08-20T22:37:13.1954585Z [00:02:10.846]➜  packagefile net/http=/tmp/go-build2227044111/b208/_pkg_.a
2025-08-20T22:37:13.1955052Z [00:02:10.846]➜  packagefile net/http/httputil=/tmp/go-build2227044111/b225/_pkg_.a
2025-08-20T22:37:13.1955502Z [00:02:10.846]➜  packagefile path=/tmp/go-build2227044111/b054/_pkg_.a
2025-08-20T22:37:13.1955919Z [00:02:10.846]➜  packagefile context=/tmp/go-build2227044111/b072/_pkg_.a
2025-08-20T22:37:13.1956379Z [00:02:10.846]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build2227044111/b227/_pkg_.a
2025-08-20T22:37:13.1956839Z [00:02:10.846]➜  packagefile regexp=/tmp/go-build2227044111/b136/_pkg_.a
2025-08-20T22:37:13.1957278Z [00:02:10.846]➜  packagefile log/internal=/tmp/go-build2227044111/b075/_pkg_.a
2025-08-20T22:37:13.1957739Z [00:02:10.846]➜  packagefile internal/asan=/tmp/go-build2227044111/b028/_pkg_.a
2025-08-20T22:37:13.1958201Z [00:02:10.846]➜  packagefile internal/msan=/tmp/go-build2227044111/b029/_pkg_.a
2025-08-20T22:37:13.1958864Z [00:02:10.846]➜  packagefile internal/race=/tmp/go-build2227044111/b030/_pkg_.a
2025-08-20T22:37:13.1959408Z [00:02:10.846]➜  packagefile internal/sync=/tmp/go-build2227044111/b044/_pkg_.a
2025-08-20T22:37:13.1959890Z [00:02:10.846]➜  packagefile internal/synctest=/tmp/go-build2227044111/b046/_pkg_.a
2025-08-20T22:37:13.1960396Z [00:02:10.846]➜  packagefile internal/reflectlite=/tmp/go-build2227044111/b005/_pkg_.a
2025-08-20T22:37:13.1960854Z [00:02:10.846]➜  packagefile cmp=/tmp/go-build2227044111/b035/_pkg_.a
2025-08-20T22:37:13.1961332Z [00:02:10.846]➜  packagefile internal/unsafeheader=/tmp/go-build2227044111/b009/_pkg_.a
2025-08-20T22:37:13.1961833Z [00:02:10.846]➜  packagefile encoding/base64=/tmp/go-build2227044111/b067/_pkg_.a
2025-08-20T22:37:13.1962401Z [00:02:10.846]➜  packagefile encoding/json=/tmp/go-build2227044111/b068/_pkg_.a
2025-08-20T22:37:13.1962932Z [00:02:10.846]➜  packagefile github.com/modern-go/concurrent=/tmp/go-build2227044111/b071/_pkg_.a
2025-08-20T22:37:13.1963522Z [00:02:10.846]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build2227044111/b077/_pkg_.a
2025-08-20T22:37:13.1964018Z [00:02:10.846]➜  packagefile math/big=/tmp/go-build2227044111/b078/_pkg_.a
2025-08-20T22:37:13.1964437Z [00:02:10.846]➜  packagefile sort=/tmp/go-build2227044111/b080/_pkg_.a
2025-08-20T22:37:13.1964873Z [00:02:10.846]➜  packagefile unicode/utf16=/tmp/go-build2227044111/b070/_pkg_.a
2025-08-20T22:37:13.1965329Z [00:02:10.846]➜  packagefile archive/tar=/tmp/go-build2227044111/b085/_pkg_.a
2025-08-20T22:37:13.1965785Z [00:02:10.846]➜  packagefile archive/zip=/tmp/go-build2227044111/b090/_pkg_.a
2025-08-20T22:37:13.1966504Z [00:02:10.846]➜  packagefile compress/flate=/tmp/go-build2227044111/b092/_pkg_.a
2025-08-20T22:37:13.1967050Z [00:02:10.846]➜  packagefile compress/gzip=/tmp/go-build2227044111/b096/_pkg_.a
2025-08-20T22:37:13.1967580Z [00:02:10.846]➜  packagefile github.com/dsnet/compress/bzip2=/tmp/go-build2227044111/b097/_pkg_.a
2025-08-20T22:37:13.1968139Z [00:02:10.846]➜  packagefile github.com/golang/snappy=/tmp/go-build2227044111/b103/_pkg_.a
2025-08-20T22:37:13.1968869Z [00:02:10.846]➜  packagefile github.com/nwaples/rardecode=/tmp/go-build2227044111/b104/_pkg_.a
2025-08-20T22:37:13.1969475Z [00:02:10.846]➜  packagefile github.com/pierrec/lz4=/tmp/go-build2227044111/b138/_pkg_.a
2025-08-20T22:37:13.1970008Z [00:02:10.846]➜  packagefile github.com/ulikunitz/xz=/tmp/go-build2227044111/b140/_pkg_.a
2025-08-20T22:37:13.1970521Z [00:02:10.846]➜  packagefile github.com/xi2/xz=/tmp/go-build2227044111/b145/_pkg_.a
2025-08-20T22:37:13.1971018Z [00:02:10.846]➜  packagefile internal/oserror=/tmp/go-build2227044111/b053/_pkg_.a
2025-08-20T22:37:13.1971499Z [00:02:10.846]➜  packagefile internal/bisect=/tmp/go-build2227044111/b057/_pkg_.a
2025-08-20T22:37:13.1971975Z [00:02:10.846]➜  packagefile encoding/binary=/tmp/go-build2227044111/b093/_pkg_.a
2025-08-20T22:37:13.1972550Z [00:02:10.846]➜  packagefile golang.org/x/sys/internal/unsafeheader=/tmp/go-build2227044111/b151/_pkg_.a
2025-08-20T22:37:13.1973461Z [00:02:10.846]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build2227044111/b155/_pkg_.a
2025-08-20T22:37:13.1974022Z [00:02:10.846]➜  packagefile internal/nettrace=/tmp/go-build2227044111/b156/_pkg_.a
2025-08-20T22:37:13.1974535Z [00:02:10.846]➜  packagefile internal/singleflight=/tmp/go-build2227044111/b157/_pkg_.a
2025-08-20T22:37:13.1975015Z [00:02:10.846]➜  packagefile net/netip=/tmp/go-build2227044111/b158/_pkg_.a
2025-08-20T22:37:13.1975466Z [00:02:10.846]➜  packagefile container/list=/tmp/go-build2227044111/b163/_pkg_.a
2025-08-20T22:37:13.1975914Z [00:02:10.846]➜  packagefile crypto=/tmp/go-build2227044111/b129/_pkg_.a
2025-08-20T22:37:13.1976369Z [00:02:10.846]➜  packagefile crypto/aes=/tmp/go-build2227044111/b105/_pkg_.a
2025-08-20T22:37:13.1976828Z [00:02:10.846]➜  packagefile crypto/cipher=/tmp/go-build2227044111/b106/_pkg_.a
2025-08-20T22:37:13.1977286Z [00:02:10.846]➜  packagefile crypto/des=/tmp/go-build2227044111/b164/_pkg_.a
2025-08-20T22:37:13.1977743Z [00:02:10.846]➜  packagefile crypto/ecdh=/tmp/go-build2227044111/b165/_pkg_.a
2025-08-20T22:37:13.1978199Z [00:02:10.846]➜  packagefile crypto/ecdsa=/tmp/go-build2227044111/b170/_pkg_.a
2025-08-20T22:37:13.1978833Z [00:02:10.846]➜  packagefile crypto/ed25519=/tmp/go-build2227044111/b180/_pkg_.a
2025-08-20T22:37:13.1979385Z [00:02:10.846]➜  packagefile crypto/elliptic=/tmp/go-build2227044111/b171/_pkg_.a
2025-08-20T22:37:13.1979852Z [00:02:10.846]➜  packagefile crypto/hkdf=/tmp/go-build2227044111/b184/_pkg_.a
2025-08-20T22:37:13.1980304Z [00:02:10.846]➜  packagefile crypto/hmac=/tmp/go-build2227044111/b131/_pkg_.a
2025-08-20T22:37:13.1980810Z [00:02:10.846]➜  packagefile crypto/internal/boring=/tmp/go-build2227044111/b128/_pkg_.a
2025-08-20T22:37:13.1981361Z [00:02:10.846]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2227044111/b107/_pkg_.a
2025-08-20T22:37:13.1981945Z [00:02:10.846]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build2227044111/b120/_pkg_.a
2025-08-20T22:37:13.1982537Z [00:02:10.846]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build2227044111/b186/_pkg_.a
2025-08-20T22:37:13.1983115Z [00:02:10.846]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build2227044111/b187/_pkg_.a
2025-08-20T22:37:13.1983692Z [00:02:10.846]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build2227044111/b188/_pkg_.a
2025-08-20T22:37:13.1984233Z [00:02:10.846]➜  packagefile crypto/internal/hpke=/tmp/go-build2227044111/b189/_pkg_.a
2025-08-20T22:37:13.1984713Z [00:02:10.846]➜  packagefile crypto/md5=/tmp/go-build2227044111/b194/_pkg_.a
2025-08-20T22:37:13.1985423Z [00:02:10.846]➜  packagefile crypto/rand=/tmp/go-build2227044111/b183/_pkg_.a
2025-08-20T22:37:13.1985914Z [00:02:10.846]➜  packagefile crypto/rc4=/tmp/go-build2227044111/b195/_pkg_.a
2025-08-20T22:37:13.1986359Z [00:02:10.846]➜  packagefile crypto/rsa=/tmp/go-build2227044111/b196/_pkg_.a
2025-08-20T22:37:13.1986812Z [00:02:10.846]➜  packagefile crypto/sha1=/tmp/go-build2227044111/b134/_pkg_.a
2025-08-20T22:37:13.1987280Z [00:02:10.846]➜  packagefile crypto/sha256=/tmp/go-build2227044111/b135/_pkg_.a
2025-08-20T22:37:13.1987791Z [00:02:10.846]➜  packagefile crypto/sha512=/tmp/go-build2227044111/b176/_pkg_.a
2025-08-20T22:37:13.1988256Z [00:02:10.846]➜  packagefile crypto/subtle=/tmp/go-build2227044111/b127/_pkg_.a
2025-08-20T22:37:13.1989002Z [00:02:10.846]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build2227044111/b198/_pkg_.a
2025-08-20T22:37:13.1989594Z [00:02:10.846]➜  packagefile crypto/x509=/tmp/go-build2227044111/b200/_pkg_.a
2025-08-20T22:37:13.1990053Z [00:02:10.846]➜  packagefile encoding/pem=/tmp/go-build2227044111/b204/_pkg_.a
2025-08-20T22:37:13.1990646Z [00:02:10.846]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build2227044111/b190/_pkg_.a
2025-08-20T22:37:13.1991299Z [00:02:10.846]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2227044111/b177/_pkg_.a
2025-08-20T22:37:13.1991811Z [00:02:10.846]➜  packagefile hash=/tmp/go-build2227044111/b094/_pkg_.a
2025-08-20T22:37:13.1992484Z [00:02:10.846]➜  packagefile weak=/tmp/go-build2227044111/b160/_pkg_.a
2025-08-20T22:37:13.1992898Z [00:02:10.846]➜  packagefile bufio=/tmp/go-build2227044111/b091/_pkg_.a
2025-08-20T22:37:13.1993352Z [00:02:10.846]➜  packagefile crypto/x509/pkix=/tmp/go-build2227044111/b202/_pkg_.a
2025-08-20T22:37:13.1993917Z [00:02:10.846]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2227044111/b209/_pkg_.a
2025-08-20T22:37:13.1994545Z [00:02:10.846]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build2227044111/b216/_pkg_.a
2025-08-20T22:37:13.1995181Z [00:02:10.846]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build2227044111/b217/_pkg_.a
2025-08-20T22:37:13.1995768Z [00:02:10.846]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2227044111/b210/_pkg_.a
2025-08-20T22:37:13.1996248Z [00:02:10.846]➜  packagefile maps=/tmp/go-build2227044111/b086/_pkg_.a
2025-08-20T22:37:13.1996671Z [00:02:10.846]➜  packagefile math/rand=/tmp/go-build2227044111/b079/_pkg_.a
2025-08-20T22:37:13.1997107Z [00:02:10.846]➜  packagefile mime=/tmp/go-build2227044111/b218/_pkg_.a
2025-08-20T22:37:13.1997548Z [00:02:10.846]➜  packagefile mime/multipart=/tmp/go-build2227044111/b219/_pkg_.a
2025-08-20T22:37:13.1998035Z [00:02:10.846]➜  packagefile net/http/httptrace=/tmp/go-build2227044111/b221/_pkg_.a
2025-08-20T22:37:13.1998529Z [00:02:10.846]➜  packagefile net/http/internal=/tmp/go-build2227044111/b222/_pkg_.a
2025-08-20T22:37:13.1999243Z [00:02:10.846]➜  packagefile net/http/internal/ascii=/tmp/go-build2227044111/b223/_pkg_.a
2025-08-20T22:37:13.1999817Z [00:02:10.846]➜  packagefile net/http/internal/httpcommon=/tmp/go-build2227044111/b224/_pkg_.a
2025-08-20T22:37:13.2000335Z [00:02:10.846]➜  packagefile net/textproto=/tmp/go-build2227044111/b215/_pkg_.a
2025-08-20T22:37:13.2000780Z [00:02:10.846]➜  packagefile net/url=/tmp/go-build2227044111/b205/_pkg_.a
2025-08-20T22:37:13.2001225Z [00:02:10.846]➜  packagefile regexp/syntax=/tmp/go-build2227044111/b137/_pkg_.a
2025-08-20T22:37:13.2001682Z [00:02:10.846]➜  packagefile io/ioutil=/tmp/go-build2227044111/b073/_pkg_.a
2025-08-20T22:37:13.2002132Z [00:02:10.846]➜  packagefile runtime/debug=/tmp/go-build2227044111/b076/_pkg_.a
2025-08-20T22:37:13.2002570Z [00:02:10.846]➜  packagefile os/user=/tmp/go-build2227044111/b087/_pkg_.a
2025-08-20T22:37:13.2003003Z [00:02:10.846]➜  packagefile hash/crc32=/tmp/go-build2227044111/b095/_pkg_.a
2025-08-20T22:37:13.2003586Z [00:02:10.846]➜  packagefile github.com/dsnet/compress/bzip2/internal/sais=/tmp/go-build2227044111/b098/_pkg_.a
2025-08-20T22:37:13.2004487Z [00:02:10.846]➜  packagefile github.com/dsnet/compress/internal=/tmp/go-build2227044111/b099/_pkg_.a
2025-08-20T22:37:13.2005215Z [00:02:10.846]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build2227044111/b100/_pkg_.a
2025-08-20T22:37:13.2005884Z [00:02:10.846]➜  packagefile github.com/dsnet/compress/internal/prefix=/tmp/go-build2227044111/b101/_pkg_.a
2025-08-20T22:37:13.2006533Z [00:02:10.846]➜  packagefile github.com/pierrec/lz4/internal/xxh32=/tmp/go-build2227044111/b139/_pkg_.a
2025-08-20T22:37:13.2007169Z [00:02:10.846]➜  packagefile github.com/ulikunitz/xz/internal/xlog=/tmp/go-build2227044111/b141/_pkg_.a
2025-08-20T22:37:13.2007762Z [00:02:10.846]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build2227044111/b142/_pkg_.a
2025-08-20T22:37:13.2008267Z [00:02:10.846]➜  packagefile hash/crc64=/tmp/go-build2227044111/b144/_pkg_.a
2025-08-20T22:37:13.2008861Z [00:02:10.846]➜  packagefile unique=/tmp/go-build2227044111/b159/_pkg_.a
2025-08-20T22:37:13.2009440Z [00:02:10.846]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2227044111/b110/_pkg_.a
2025-08-20T22:37:13.2010014Z [00:02:10.846]➜  packagefile crypto/internal/fips140only=/tmp/go-build2227044111/b126/_pkg_.a
2025-08-20T22:37:13.2010585Z [00:02:10.846]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build2227044111/b166/_pkg_.a
2025-08-20T22:37:13.2011217Z [00:02:10.846]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build2227044111/b169/_pkg_.a
2025-08-20T22:37:13.2012068Z [00:02:10.846]➜  packagefile crypto/internal/randutil=/tmp/go-build2227044111/b124/_pkg_.a
2025-08-20T22:37:13.2012627Z [00:02:10.846]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build2227044111/b172/_pkg_.a
2025-08-20T22:37:13.2013198Z [00:02:10.846]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build2227044111/b173/_pkg_.a
2025-08-20T22:37:13.2013782Z [00:02:10.846]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2227044111/b167/_pkg_.a
2025-08-20T22:37:13.2014359Z [00:02:10.846]➜  packagefile crypto/internal/fips140cache=/tmp/go-build2227044111/b175/_pkg_.a
2025-08-20T22:37:13.2014933Z [00:02:10.846]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2227044111/b132/_pkg_.a
2025-08-20T22:37:13.2015560Z [00:02:10.847]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2227044111/b179/_pkg_.a
2025-08-20T22:37:13.2016113Z [00:02:10.847]➜  packagefile math/rand/v2=/tmp/go-build2227044111/b125/_pkg_.a
2025-08-20T22:37:13.2016651Z [00:02:10.847]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build2227044111/b181/_pkg_.a
2025-08-20T22:37:13.2017233Z [00:02:10.847]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build2227044111/b185/_pkg_.a
2025-08-20T22:37:13.2017802Z [00:02:10.847]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2227044111/b112/_pkg_.a
2025-08-20T22:37:13.2018364Z [00:02:10.847]➜  packagefile crypto/internal/boring/sig=/tmp/go-build2227044111/b130/_pkg_.a
2025-08-20T22:37:13.2019055Z [00:02:10.847]➜  packagefile crypto/internal/fips140=/tmp/go-build2227044111/b108/_pkg_.a
2025-08-20T22:37:13.2019628Z [00:02:10.847]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2227044111/b111/_pkg_.a
2025-08-20T22:37:13.2020213Z [00:02:10.847]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2227044111/b118/_pkg_.a
2025-08-20T22:37:13.2020834Z [00:02:10.847]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2227044111/b114/_pkg_.a
2025-08-20T22:37:13.2021478Z [00:02:10.847]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2227044111/b115/_pkg_.a
2025-08-20T22:37:13.2022150Z [00:02:10.847]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2227044111/b109/_pkg_.a
2025-08-20T22:37:13.2022725Z [00:02:10.847]➜  packagefile crypto/internal/impl=/tmp/go-build2227044111/b116/_pkg_.a
2025-08-20T22:37:13.2023272Z [00:02:10.847]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2227044111/b121/_pkg_.a
2025-08-20T22:37:13.2023843Z [00:02:10.847]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2227044111/b117/_pkg_.a
2025-08-20T22:37:13.2024638Z [00:02:10.847]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2227044111/b113/_pkg_.a
2025-08-20T22:37:13.2025331Z [00:02:10.847]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2227044111/b119/_pkg_.a
2025-08-20T22:37:13.2025897Z [00:02:10.847]➜  packagefile crypto/internal/sysrand=/tmp/go-build2227044111/b123/_pkg_.a
2025-08-20T22:37:13.2026465Z [00:02:10.847]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2227044111/b174/_pkg_.a
2025-08-20T22:37:13.2027051Z [00:02:10.847]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build2227044111/b197/_pkg_.a
2025-08-20T22:37:13.2027565Z [00:02:10.847]➜  packagefile crypto/fips140=/tmp/go-build2227044111/b199/_pkg_.a
2025-08-20T22:37:13.2028020Z [00:02:10.847]➜  packagefile crypto/dsa=/tmp/go-build2227044111/b201/_pkg_.a
2025-08-20T22:37:13.2028481Z [00:02:10.847]➜  packagefile encoding/asn1=/tmp/go-build2227044111/b178/_pkg_.a
2025-08-20T22:37:13.2029148Z [00:02:10.847]➜  packagefile encoding/hex=/tmp/go-build2227044111/b203/_pkg_.a
2025-08-20T22:37:13.2029715Z [00:02:10.847]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build2227044111/b191/_pkg_.a
2025-08-20T22:37:13.2030354Z [00:02:10.847]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build2227044111/b192/_pkg_.a
2025-08-20T22:37:13.2031029Z [00:02:10.847]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build2227044111/b193/_pkg_.a
2025-08-20T22:37:13.2032037Z [00:02:10.847]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build2227044111/b211/_pkg_.a
2025-08-20T22:37:13.2032679Z [00:02:10.847]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build2227044111/b213/_pkg_.a
2025-08-20T22:37:13.2033308Z [00:02:10.847]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build2227044111/b214/_pkg_.a
2025-08-20T22:37:13.2033880Z [00:02:10.847]➜  packagefile mime/quotedprintable=/tmp/go-build2227044111/b220/_pkg_.a
2025-08-20T22:37:13.2034417Z [00:02:10.847]➜  packagefile github.com/dsnet/compress=/tmp/go-build2227044111/b102/_pkg_.a
2025-08-20T22:37:13.2035017Z [00:02:10.847]➜  packagefile github.com/ulikunitz/xz/internal/hash=/tmp/go-build2227044111/b143/_pkg_.a
2025-08-20T22:37:13.2035645Z [00:02:10.847]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build2227044111/b168/_pkg_.a
2025-08-20T22:37:13.2036178Z [00:02:10.847]➜  packagefile crypto/sha3=/tmp/go-build2227044111/b133/_pkg_.a
2025-08-20T22:37:13.2036739Z [00:02:10.847]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build2227044111/b182/_pkg_.a
2025-08-20T22:37:13.2037318Z [00:02:10.847]➜  packagefile crypto/internal/entropy=/tmp/go-build2227044111/b122/_pkg_.a
2025-08-20T22:37:13.2037898Z [00:02:10.847]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build2227044111/b212/_pkg_.a
2025-08-20T22:37:13.2049257Z [00:02:10.847]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/projectdiscovery/simplehttpserver/cmd/simplehttpserver\nmod\tgithub.com/projectdiscovery/simplehttpserver\tv0.0.7-0.20230726002235-9862845b558a\t\ndep\tgithub.com/dsnet/compress\tv0.0.1\th1:PlZu0n3Tuv04TzpfPbrnI0HW/YwodEXDS+oPKahKF0Q=\ndep\tgithub.com/fsnotify/fsnotify\tv1.6.0\th1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=\ndep\tgithub.com/golang/snappy\tv0.0.1\th1:Qgr9rKW7uDUkrbSmQeiDsGa8SjGyCOGtuasMWwvp2P4=\ndep\tgithub.com/json-iterator/go\tv1.1.12\th1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=\ndep\tgithub.com/logrusorgru/aurora\tv2.0.3+incompatible\th1:tOpm7WcpBTn4fjmVfgpQq0EfczGlG91VSDkswnjF5A8=\ndep\tgithub.com/mholt/archiver\tv3.1.1+incompatible\th1:1dCVxuqs0dJseYEhi5pl7MYPH9zDa1wBi7mF09cbNkU=\ndep\tgithub.com/modern-go/concurrent\tv0.0.0-20180306012644-bacd9c7ef1dd\th1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=\ndep\tgithub.com/modern-go/reflect2\tv1.0.2\th1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=\ndep\tgithub.com/nwaples/rardecode\tv1.1.0\th1:vSxaY8vQhOcVr4mm5e8XllHWTiM4JF507A0Katqw7MQ=\ndep\tgithub.com/phayes/freeport\tv0.0.0-20180830031419-95f893ade6f2\th1:JhzVVoYvbOACxoUmOs6V/G4D5nPVUW73rKvXxP4XUJc=\ndep\tgithub.com/pierrec/lz4\tv2.6.0+incompatible\th1:Ix9yFKn1nSPBLFl/yZknTp8TU5G4Ps0JDmguYK6iH1A=\ndep\tgithub.com/projectdiscovery/gologger\tv1.1.8\th1:CFlCzGlqAhPqWIrAXBt1OVh5jkMs1qgoR/z4xhdzLNE=\ndep\tgithub.com/projectdiscovery/sslcert\tv0.0.0-20210416140253-8f56bec1bb5e\th1:IZa08TUGbU7I0HUb9QQt/8wuu2fPZqfnMXwWhtMxei8=\ndep\tgithub.com/ulikunitz/xz\tv0.5.7\th1:YvTNdFzX6+W5m9msiYg/zpkSURPPtOlzbqYjrFn7Yt4=\ndep\tgithub.com/xi2/xz\tv0.0.0-20171230120015-48954b6210f8\th1:nIPpBwaJSVYIxUFsDv3M8ofmx9yWTog9BfvIu0q41lo=\ndep\tgolang.org/x/sys\tv0.0.0-20220908164124-27713097b956\th1:XeJjHH1KiLpKGb6lvMiksZ9l0fVUh+AmGcm0nOMEBOY=\ndep\tgopkg.in/djherbis/times.v1\tv1.3.0\th1:uxMS4iMtH6Pwsxog094W0FYldiNnfY/xba00vq6C2+o=\ndep\tgopkg.in/yaml.v2\tv2.4.0\th1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=\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=9862845b558ac5b993e94dc7bbd7e543967b89df\nbuild\tvcs.time=2023-07-26T00:22:35Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T22:37:13.2058815Z [00:02:10.847]➜  EOF
2025-08-20T22:37:13.2059139Z [00:02:10.847]➜  mkdir -p $WORK/b001/exe/
2025-08-20T22:37:13.2059391Z [00:02:10.847]➜  cd .
2025-08-20T22:37:13.2062492Z [00:02:10.847]➜  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=E3zGSlAqQPAjYzqZAzSV/Y9tw5LOhAk9V1a6gcC0r/Dcmqf3WLR2AEzGKb0ekf/E3zGSlAqQPAjYzqZAzSV -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T22:37:13.6920744Z [00:02:11.347]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T22:37:13.6980343Z [00:02:11.353]➜  mkdir -p /build-bins/
2025-08-20T22:37:13.6980954Z [00:02:11.353]➜  cp $WORK/b001/exe/a.out /build-bins/simplehttpserver
2025-08-20T22:37:13.7022485Z [00:02:11.358]➜  rm -rf $WORK/b001/
2025-08-20T22:37:13.8508362Z [00:02:11.506]➜  '/tmp/tmp.kZ1o15q1ku/TEMPREPO/LICENSE.md' -> '/build-bins/LICENSE'
2025-08-20T22:37:13.8650680Z [00:02:11.520]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:37:13.8808164Z [00:02:11.536]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:37:13.8810843Z [00:02:11.536]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:37:13.9115072Z [00:02:11.567]➜  copy from `/build-bins/simplehttpserver' [elf64-littleaarch64] to `/build-bins/stmcnMbc' [elf64-littleaarch64]
2025-08-20T22:37:13.9642675Z [00:02:11.619]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:37:13.9667293Z [00:02:11.622]➜  
2025-08-20T22:37:13.9681366Z [00:02:11.623]➜  /build-bins/simplehttpserver
2025-08-20T22:37:13.9694174Z [00:02:11.625]➜  There are 24 section headers, starting at offset 0x75ba38:
2025-08-20T22:37:13.9694586Z [00:02:11.625]➜  
2025-08-20T22:37:13.9694806Z [00:02:11.625]➜  Section Headers:
2025-08-20T22:37:13.9695466Z [00:02:11.625]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:37:13.9695947Z [00:02:11.625]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:37:13.9696395Z [00:02:11.625]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:37:13.9696828Z [00:02:11.625]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:37:13.9697267Z [00:02:11.625]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T22:37:13.9697680Z [00:02:11.625]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T22:37:13.9698093Z [00:02:11.625]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T22:37:13.9698507Z [00:02:11.625]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T22:37:13.9699208Z [00:02:11.625]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T22:37:13.9699634Z [00:02:11.625]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T22:37:13.9700049Z [00:02:11.625]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T22:37:13.9700463Z [00:02:11.625]➜         00000000000bb278  0000000000000018   A       2     0     8
2025-08-20T22:37:13.9700877Z [00:02:11.625]➜    [ 5] .init             PROGBITS         00000000000bb528  000bb528
2025-08-20T22:37:13.9701575Z [00:02:11.625]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:37:13.9701985Z [00:02:11.625]➜    [ 6] .text             PROGBITS         00000000000bb540  000bb540
2025-08-20T22:37:13.9702398Z [00:02:11.625]➜         00000000002f4970  0000000000000000  AX       0     0     32
2025-08-20T22:37:13.9702808Z [00:02:11.625]➜    [ 7] .fini             PROGBITS         00000000003afeb0  003afeb0
2025-08-20T22:37:13.9703218Z [00:02:11.625]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:37:13.9703641Z [00:02:11.625]➜    [ 8] .rodata           PROGBITS         00000000003afec0  003afec0
2025-08-20T22:37:13.9704082Z [00:02:11.625]➜         0000000000092b6c  0000000000000000   A       0     0     32
2025-08-20T22:37:13.9704507Z [00:02:11.625]➜    [ 9] .eh_frame_hdr     PROGBITS         0000000000442a2c  00442a2c
2025-08-20T22:37:13.9704927Z [00:02:11.625]➜         0000000000000124  0000000000000000   A       0     0     4
2025-08-20T22:37:13.9705347Z [00:02:11.625]➜    [10] .eh_frame         PROGBITS         0000000000442b50  00442b50
2025-08-20T22:37:13.9705760Z [00:02:11.625]➜         0000000000000560  0000000000000000   A       0     0     8
2025-08-20T22:37:13.9706168Z [00:02:11.625]➜    [11] .tbss             NOBITS           0000000000454bb0  00444bb0
2025-08-20T22:37:13.9706577Z [00:02:11.625]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T22:37:13.9706997Z [00:02:11.625]➜    [12] .init_array       INIT_ARRAY       0000000000454bb0  00444bb0
2025-08-20T22:37:13.9707426Z [00:02:11.625]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:37:13.9707848Z [00:02:11.625]➜    [13] .fini_array       FINI_ARRAY       0000000000454bb8  00444bb8
2025-08-20T22:37:13.9708266Z [00:02:11.625]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:37:13.9708889Z [00:02:11.625]➜    [14] .data.rel.ro      PROGBITS         0000000000454bc0  00444bc0
2025-08-20T22:37:13.9709392Z [00:02:11.625]➜         00000000002bb220  0000000000000000  WA       0     0     32
2025-08-20T22:37:13.9709813Z [00:02:11.625]➜    [15] .dynamic          DYNAMIC          000000000070fde0  006ffde0
2025-08-20T22:37:13.9710229Z [00:02:11.625]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T22:37:13.9710634Z [00:02:11.625]➜    [16] .got              PROGBITS         000000000070ff50  006fff50
2025-08-20T22:37:13.9711040Z [00:02:11.625]➜         00000000000000b0  0000000000000008  WA       0     0     8
2025-08-20T22:37:13.9711662Z [00:02:11.625]➜    [17] .data             PROGBITS         0000000000710000  00700000
2025-08-20T22:37:13.9712151Z [00:02:11.625]➜         00000000000126e0  0000000000000000  WA       0     0     32
2025-08-20T22:37:13.9712584Z [00:02:11.625]➜    [18] .go.buildinfo     PROGBITS         00000000007226e0  007126e0
2025-08-20T22:37:13.9713019Z [00:02:11.625]➜         0000000000000a70  0000000000000000  WA       0     0     16
2025-08-20T22:37:13.9713458Z [00:02:11.625]➜    [19] .go.fipsinfo      PROGBITS         0000000000723160  00713160
2025-08-20T22:37:13.9713879Z [00:02:11.625]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T22:37:13.9714303Z [00:02:11.625]➜    [20] .noptrdata        PROGBITS         00000000007231e0  007131e0
2025-08-20T22:37:13.9714731Z [00:02:11.625]➜         0000000000048781  0000000000000000  WA       0     0     32
2025-08-20T22:37:13.9715140Z [00:02:11.625]➜    [21] .bss              NOBITS           000000000076b980  0075b961
2025-08-20T22:37:13.9715559Z [00:02:11.625]➜         000000000002a4f8  0000000000000000  WA       0     0     32
2025-08-20T22:37:13.9715997Z [00:02:11.625]➜    [22] .noptrbss         NOBITS           0000000000795e80  0075b961
2025-08-20T22:37:13.9716423Z [00:02:11.625]➜         000000000001f9e0  0000000000000000  WA       0     0     32
2025-08-20T22:37:13.9716847Z [00:02:11.625]➜    [23] .shstrtab         STRTAB           0000000000000000  0075b961
2025-08-20T22:37:13.9717506Z [00:02:11.625]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T22:37:13.9717832Z [00:02:11.625]➜  Key to Flags:
2025-08-20T22:37:13.9718190Z [00:02:11.625]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:37:13.9718843Z [00:02:11.625]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:37:13.9719360Z [00:02:11.625]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:37:13.9719735Z [00:02:11.625]➜    D (mbind), p (processor specific)
2025-08-20T22:37:13.9720035Z [00:02:11.627]➜  
2025-08-20T22:37:13.9726762Z [00:02:11.628]➜  /build-bins/LICENSE
2025-08-20T22:37:13.9740887Z [00:02:11.629]➜  + file /build-bins/LICENSE /build-bins/simplehttpserver
2025-08-20T22:37:13.9872579Z [00:02:11.643]➜  /build-bins/LICENSE:          ASCII text
2025-08-20T22:37:13.9935899Z [00:02:11.649]➜  /build-bins/simplehttpserver: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:37:13.9942952Z [00:02:11.650]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/simplehttpserver
2025-08-20T22:37:13.9961188Z [00:02:11.651]➜  /build-bins/LICENSE:         1079 Bytes
2025-08-20T22:37:13.9961615Z [00:02:11.651]➜  /build-bins/simplehttpserver:         7716920 Bytes
2025-08-20T22:37:13.9963511Z [00:02:11.652]➜  + du /build-bins/LICENSE /build-bins/simplehttpserver --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:37:13.9978308Z [00:02:11.653]➜  1.1K	2025-08-20 22:37:13.849609569 +0000	/build-bins/LICENSE
2025-08-20T22:37:13.9979318Z [00:02:11.653]➜  7.4M	2025-08-20 22:37:13.920611859 +0000	/build-bins/simplehttpserver
2025-08-20T22:37:13.9980386Z [00:02:11.653]➜  + popd
2025-08-20T22:37:14.7278768Z [00:02:12.383]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:37:14.7500962Z [00:02:12.405]➜  + '[' -s /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:37:14.7564403Z [00:02:12.412]➜  + cp -fv /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:37:14.7583294Z [00:02:12.414]➜  '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:37:14.7590458Z [00:02:12.414]➜  + find /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:37:14.7598944Z [00:02:12.415]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:37:14.7599640Z [00:02:12.415]➜  + cut -d: -f1
2025-08-20T22:37:14.7600058Z [00:02:12.415]➜  + xargs realpath --no-symlinks
2025-08-20T22:37:14.7601529Z [00:02:12.415]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:37:14.8894767Z [00:02:12.545]➜  sending incremental file list
2025-08-20T22:37:14.8916498Z [00:02:12.547]➜  simplehttpserver
2025-08-20T22:37:14.9392217Z [00:02:12.594]➜  
2025-08-20T22:37:14.9392586Z [00:02:12.595]➜  sent 7.72M bytes  received 35 bytes  15.44M bytes/sec
2025-08-20T22:37:14.9393008Z [00:02:12.595]➜  total size is 7.72M  speedup is 1.00
2025-08-20T22:37:14.9405816Z [00:02:12.596]➜  
2025-08-20T22:37:15.3635109Z [00:02:13.019]➜  
2025-08-20T22:37:15.3725346Z [00:02:13.028]➜  ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/simplehttpserver' retained as runner:runner
2025-08-20T22:37:15.3726953Z [00:02:13.028]➜  ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/simplehttpserver' retained as runner:runner
2025-08-20T22:37:15.3727905Z [00:02:13.028]➜  ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T22:37:15.3728910Z [00:02:13.028]➜  ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T22:37:15.3730395Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/test/pythonliststyle_test.go' from root:root to runner:runner
2025-08-20T22:37:15.3731766Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/test/fixture/pythonliststyle/test file.txt' from root:root to runner:runner
2025-08-20T22:37:15.3733132Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/test/fixture/pythonliststyle' from root:root to runner:runner
2025-08-20T22:37:15.3734366Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/test/fixture' from root:root to runner:runner
2025-08-20T22:37:15.3735509Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/test' from root:root to runner:runner
2025-08-20T22:37:15.3736658Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.goreleaser.yml' from root:root to runner:runner
2025-08-20T22:37:15.3737913Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/tcpserver/tcpserver.go' from root:root to runner:runner
2025-08-20T22:37:15.3739343Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/tcpserver/doc.go' from root:root to runner:runner
2025-08-20T22:37:15.3740652Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/tcpserver/addr.go' from root:root to runner:runner
2025-08-20T22:37:15.3741950Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/tcpserver/responseengine.go' from root:root to runner:runner
2025-08-20T22:37:15.3743225Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/tcpserver/rule.go' from root:root to runner:runner
2025-08-20T22:37:15.3744669Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/tcpserver' from root:root to runner:runner
2025-08-20T22:37:15.3745989Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/loglayer.go' from root:root to runner:runner
2025-08-20T22:37:15.3747278Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/corslayer.go' from root:root to runner:runner
2025-08-20T22:37:15.3748605Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/pythonliststyle.go' from root:root to runner:runner
2025-08-20T22:37:15.3750101Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/doc.go' from root:root to runner:runner
2025-08-20T22:37:15.3751382Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/httpserver.go' from root:root to runner:runner
2025-08-20T22:37:15.3752671Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/authlayer.go' from root:root to runner:runner
2025-08-20T22:37:15.3754279Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/uploadlayer.go' from root:root to runner:runner
2025-08-20T22:37:15.3755576Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/sandboxfs.go' from root:root to runner:runner
2025-08-20T22:37:15.3756872Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/headerlayer.go' from root:root to runner:runner
2025-08-20T22:37:15.3758109Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver' from root:root to runner:runner
2025-08-20T22:37:15.3759455Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/unit/unit.go' from root:root to runner:runner
2025-08-20T22:37:15.3760630Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/unit' from root:root to runner:runner
2025-08-20T22:37:15.3761795Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/binder/doc.go' from root:root to runner:runner
2025-08-20T22:37:15.3763016Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/binder/binder.go' from root:root to runner:runner
2025-08-20T22:37:15.3764242Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/binder' from root:root to runner:runner
2025-08-20T22:37:15.3765363Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg' from root:root to runner:runner
2025-08-20T22:37:15.3766589Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/internal/runner/banner.go' from root:root to runner:runner
2025-08-20T22:37:15.3767845Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/internal/runner/doc.go' from root:root to runner:runner
2025-08-20T22:37:15.3769415Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/internal/runner/options.go' from root:root to runner:runner
2025-08-20T22:37:15.3770773Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/internal/runner/watchdog.go' from root:root to runner:runner
2025-08-20T22:37:15.3772054Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/internal/runner/runner.go' from root:root to runner:runner
2025-08-20T22:37:15.3773273Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/internal/runner' from root:root to runner:runner
2025-08-20T22:37:15.3774436Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/internal' from root:root to runner:runner
2025-08-20T22:37:15.3775575Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/Dockerfile' from root:root to runner:runner
2025-08-20T22:37:15.3776714Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:37:15.3778089Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T22:37:15.3779366Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/SECURITY.md' from root:root to runner:runner
2025-08-20T22:37:15.3780526Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:37:15.3781718Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T22:37:15.3782990Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.github/workflows/lint-test.yml' from root:root to runner:runner
2025-08-20T22:37:15.3784323Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.github/workflows/codeql-analysis.yml' from root:root to runner:runner
2025-08-20T22:37:15.3785665Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.github/workflows/dockerhub-push.yml' from root:root to runner:runner
2025-08-20T22:37:15.3786997Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.github/workflows/build-test.yml' from root:root to runner:runner
2025-08-20T22:37:15.3788320Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.github/workflows/release-binary.yml' from root:root to runner:runner
2025-08-20T22:37:15.3789774Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:37:15.3791039Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' from root:root to runner:runner
2025-08-20T22:37:15.3792572Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.github/ISSUE_TEMPLATE/issue-report.md' from root:root to runner:runner
2025-08-20T22:37:15.3794003Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' from root:root to runner:runner
2025-08-20T22:37:15.3795327Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T22:37:15.3796500Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:37:15.3797610Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T22:37:15.3798989Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver/simplehttpserver.go' from root:root to runner:runner
2025-08-20T22:37:15.3800363Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver' from root:root to runner:runner
2025-08-20T22:37:15.3801765Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd' from root:root to runner:runner
2025-08-20T22:37:15.3802909Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:37:15.3804182Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:37:15.3805545Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:37:15.3806848Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:37:15.3808142Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:37:15.3809617Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:37:15.3810890Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:37:15.3812173Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:37:15.3813486Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:37:15.3814780Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:37:15.3816053Z [00:02:13.028]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:37:15.3817539Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:37:15.3819060Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:37:15.3820418Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:37:15.3821728Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:37:15.3822967Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:37:15.3824100Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:37:15.3825238Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:37:15.3826830Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/objects/pack/pack-22f8176793835b784c03256eeeb9e16757d55127.idx' from root:root to runner:runner
2025-08-20T22:37:15.3828432Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/objects/pack/pack-22f8176793835b784c03256eeeb9e16757d55127.rev' from root:root to runner:runner
2025-08-20T22:37:15.3830210Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/objects/pack/pack-027b75d0052cc7957901417a9ab02f2a1851b9bc.promisor' from root:root to runner:runner
2025-08-20T22:37:15.3831856Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/objects/pack/pack-027b75d0052cc7957901417a9ab02f2a1851b9bc.rev' from root:root to runner:runner
2025-08-20T22:37:15.3833461Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/objects/pack/pack-22f8176793835b784c03256eeeb9e16757d55127.promisor' from root:root to runner:runner
2025-08-20T22:37:15.3835062Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/objects/pack/pack-22f8176793835b784c03256eeeb9e16757d55127.pack' from root:root to runner:runner
2025-08-20T22:37:15.3836641Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/objects/pack/pack-027b75d0052cc7957901417a9ab02f2a1851b9bc.idx' from root:root to runner:runner
2025-08-20T22:37:15.3838225Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/objects/pack/pack-027b75d0052cc7957901417a9ab02f2a1851b9bc.pack' from root:root to runner:runner
2025-08-20T22:37:15.3839718Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:37:15.3841106Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:37:15.3842402Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:37:15.3843577Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:37:15.3844742Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:37:15.3845897Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:37:15.3847079Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:37:15.3848296Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T22:37:15.3849657Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:37:15.3851178Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:37:15.3852480Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:37:15.3853739Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:37:15.3854929Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:37:15.3856079Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:37:15.3857204Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:37:15.3858355Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:37:15.3859721Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T22:37:15.3860914Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:37:15.3862153Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:37:15.3863407Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:37:15.3864808Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:37:15.3866077Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:37:15.3867192Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:37:15.3868327Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/LICENSE.md' from root:root to runner:runner
2025-08-20T22:37:15.3869616Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO' from root:root to runner:runner
2025-08-20T22:37:15.3870679Z [00:02:13.029]➜  changed ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku' from root:root to runner:runner
2025-08-20T22:37:15.3871568Z [00:02:13.029]➜  ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T22:37:15.3872358Z [00:02:13.029]➜  ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T22:37:15.3873333Z [00:02:13.029]➜  ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T22:37:15.3874158Z [00:02:13.029]➜  ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/go-simplehttpserver.version' retained as runner:runner
2025-08-20T22:37:15.3874968Z [00:02:13.029]➜  ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T22:37:15.3875821Z [00:02:13.029]➜  ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/go-simplehttpserver.static.version' retained as runner:runner
2025-08-20T22:37:15.3876638Z [00:02:13.029]➜  ownership of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T22:37:15.3877417Z [00:02:13.036]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/simplehttpserver' retained as 0755 (rwxr-xr-x)
2025-08-20T22:37:15.3878254Z [00:02:13.042]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/simplehttpserver' retained as 0755 (rwxr-xr-x)
2025-08-20T22:37:15.3927373Z [00:02:13.048]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.3986348Z [00:02:13.054]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.4044754Z [00:02:13.060]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/test/pythonliststyle_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.4102131Z [00:02:13.065]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/test/fixture/pythonliststyle/test file.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.4158499Z [00:02:13.071]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.goreleaser.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.4216650Z [00:02:13.077]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/tcpserver/tcpserver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.4275297Z [00:02:13.083]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/tcpserver/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.4334269Z [00:02:13.089]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/tcpserver/addr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.4392877Z [00:02:13.094]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/tcpserver/responseengine.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.4450818Z [00:02:13.100]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/tcpserver/rule.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.4507226Z [00:02:13.106]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/loglayer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.4566175Z [00:02:13.112]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/corslayer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.4624704Z [00:02:13.118]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/pythonliststyle.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.4684719Z [00:02:13.124]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.4743402Z [00:02:13.130]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/httpserver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.4803165Z [00:02:13.135]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/authlayer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.4860998Z [00:02:13.141]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/uploadlayer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.4920569Z [00:02:13.147]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/sandboxfs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.4982664Z [00:02:13.153]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/httpserver/headerlayer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.5044192Z [00:02:13.160]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/unit/unit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.5104818Z [00:02:13.166]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/binder/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.5163860Z [00:02:13.172]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/pkg/binder/binder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.5222891Z [00:02:13.178]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/internal/runner/banner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.5281624Z [00:02:13.183]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/internal/runner/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.5340982Z [00:02:13.189]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/internal/runner/options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.5399875Z [00:02:13.195]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/internal/runner/watchdog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.5477115Z [00:02:13.203]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/internal/runner/runner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.5539371Z [00:02:13.209]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.5601197Z [00:02:13.215]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.5663326Z [00:02:13.222]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.5725427Z [00:02:13.228]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.5786892Z [00:02:13.234]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.5849434Z [00:02:13.240]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.5911711Z [00:02:13.246]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.github/workflows/lint-test.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.5973861Z [00:02:13.253]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.github/workflows/codeql-analysis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.6037536Z [00:02:13.259]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.github/workflows/dockerhub-push.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.6100985Z [00:02:13.265]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.github/workflows/build-test.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.6160611Z [00:02:13.271]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.github/workflows/release-binary.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.6222718Z [00:02:13.277]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.6279627Z [00:02:13.283]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.github/ISSUE_TEMPLATE/issue-report.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.6337437Z [00:02:13.289]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.6397858Z [00:02:13.295]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.6458800Z [00:02:13.301]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/cmd/simplehttpserver/simplehttpserver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.6517265Z [00:02:13.307]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.6575182Z [00:02:13.313]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:37:15.6633265Z [00:02:13.319]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:37:15.6691074Z [00:02:13.324]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:37:15.6749540Z [00:02:13.330]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:37:15.6807460Z [00:02:13.336]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:37:15.6864861Z [00:02:13.342]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:37:15.6923288Z [00:02:13.348]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:37:15.6981312Z [00:02:13.353]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:37:15.7037610Z [00:02:13.359]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:37:15.7095953Z [00:02:13.365]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:37:15.7152517Z [00:02:13.370]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:37:15.7208723Z [00:02:13.376]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:37:15.7264206Z [00:02:13.382]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:37:15.7319402Z [00:02:13.387]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:37:15.7375545Z [00:02:13.393]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.7431239Z [00:02:13.398]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.7489041Z [00:02:13.404]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/objects/pack/pack-22f8176793835b784c03256eeeb9e16757d55127.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.7545376Z [00:02:13.410]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/objects/pack/pack-22f8176793835b784c03256eeeb9e16757d55127.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.7601063Z [00:02:13.415]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/objects/pack/pack-027b75d0052cc7957901417a9ab02f2a1851b9bc.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.7656336Z [00:02:13.421]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/objects/pack/pack-027b75d0052cc7957901417a9ab02f2a1851b9bc.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.7713603Z [00:02:13.427]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/objects/pack/pack-22f8176793835b784c03256eeeb9e16757d55127.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.7768104Z [00:02:13.432]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/objects/pack/pack-22f8176793835b784c03256eeeb9e16757d55127.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.7826191Z [00:02:13.438]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/objects/pack/pack-027b75d0052cc7957901417a9ab02f2a1851b9bc.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.7886300Z [00:02:13.444]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/objects/pack/pack-027b75d0052cc7957901417a9ab02f2a1851b9bc.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.7944209Z [00:02:13.450]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.7999119Z [00:02:13.455]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.8054423Z [00:02:13.461]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.8109464Z [00:02:13.466]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.8164267Z [00:02:13.472]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.8217082Z [00:02:13.477]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.8274207Z [00:02:13.483]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.8331010Z [00:02:13.488]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.8385297Z [00:02:13.494]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.kZ1o15q1ku/TEMPREPO/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.8439837Z [00:02:13.499]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.8496411Z [00:02:13.505]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/go-simplehttpserver.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.8553408Z [00:02:13.511]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.8612690Z [00:02:13.516]➜  mode of '/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/go-simplehttpserver.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:37:15.9039659Z [00:02:13.559]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T22:37:15.9045996Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T22:37:16.1059181Z 
2025-08-20T22:37:16.1060429Z [+] Sanitizing /tmp/pkgforge/VnPjPooHc_SBUILD/BUILD.log ==> /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/go-simplehttpserver.static.log
2025-08-20T22:37:19.4935537Z 
2025-08-20T22:37:19.4936725Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/go-simplehttpserver/go]
2025-08-20T22:37:19.4937282Z [+] LOGS (Build Dir): /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:37:19.4937541Z 
2025-08-20T22:37:19.5109506Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:37:19.6037185Z ./BUILD_ARTIFACTS.tar : 37.57%   (  15.6 MiB =>   5.86 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:37:19.6087925Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:37:19.6126221Z 
2025-08-20T22:37:19.6127227Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/simplehttpserver/static.go.source.yaml :: 00(Hr):02(Min):17(Sec)
2025-08-20T22:37:19.6127928Z 
2025-08-20T22:37:19.6141838Z 
2025-08-20T22:37:19.6142322Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:37:19 PM) UTC
2025-08-20T22:37:19.6142675Z 
2025-08-20T22:37:19.8437063Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:37:19.8484920Z ##[group]Run ##Presets
2025-08-20T22:37:19.8485257Z [36;1m##Presets[0m
2025-08-20T22:37:19.8485435Z [36;1mset +x ; set +e[0m
2025-08-20T22:37:19.8485623Z [36;1m#-------------#[0m
2025-08-20T22:37:19.8485802Z [36;1m##Debug?[0m
2025-08-20T22:37:19.8486017Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:37:19.8486281Z [36;1m  set -x[0m
2025-08-20T22:37:19.8486438Z [36;1mfi[0m
2025-08-20T22:37:19.8486595Z [36;1m#-------------#[0m
2025-08-20T22:37:19.8486772Z [36;1m##Set ENV[0m
2025-08-20T22:37:19.8487005Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:37:19.8487396Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T22:37:19.8487767Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T22:37:19.8488207Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/go-simplehttpserver/go/simplehttpserver-srcbuild-"[0m
2025-08-20T22:37:19.8488904Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:37:19.8489289Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:37:19.8489716Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:37:19.8490035Z [36;1m fi[0m
2025-08-20T22:37:19.8490192Z [36;1m##Push[0m
2025-08-20T22:37:19.8490395Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:37:19.8490651Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:37:19.8490997Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:37:19.8491456Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:37:19.8491872Z [36;1m     ls -sh "/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:37:19.8492189Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:37:19.8492381Z [36;1m       {[0m
2025-08-20T22:37:19.8492555Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:37:19.8492875Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:37:19.8493303Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:37:19.8493714Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:37:19.8494141Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T22:37:19.8494541Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T22:37:19.8495295Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T22:37:19.8495666Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T22:37:19.8496048Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T22:37:19.8496429Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T22:37:19.8496820Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T22:37:19.8497278Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T22:37:19.8497760Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:37:19.8498194Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T22:37:19.8498604Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T22:37:19.8499163Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T22:37:19.8499637Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-simplehttpserver")[0m
2025-08-20T22:37:19.8500101Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T22:37:19.8500777Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:37:19.8501216Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T22:37:19.8501613Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:37:19.8502093Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:37:19.8502504Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:37:19.8502735Z [36;1m         #Check[0m
2025-08-20T22:37:19.8503267Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "" ]]; then[0m
2025-08-20T22:37:19.8503943Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:37:19.8504273Z [36;1m            break[0m
2025-08-20T22:37:19.8504464Z [36;1m          else[0m
2025-08-20T22:37:19.8504841Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:37:19.8505250Z [36;1m          fi[0m
2025-08-20T22:37:19.8505447Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:37:19.8505684Z [36;1m        done[0m
2025-08-20T22:37:19.8505851Z [36;1m       }[0m
2025-08-20T22:37:19.8506032Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:37:19.8506262Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:37:19.8506795Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T22:37:19.8507508Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:37:19.8507897Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:37:19.8508146Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:37:19.8508841Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T22:37:19.8509545Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:37:19.8510042Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:37:19.8510419Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:37:19.8510898Z [36;1m           fi[0m
2025-08-20T22:37:19.8511070Z [36;1m       fi[0m
2025-08-20T22:37:19.8511234Z [36;1m   fi[0m
2025-08-20T22:37:19.8511386Z [36;1m fi[0m
2025-08-20T22:37:19.8511549Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:37:19.8583134Z shell: /usr/bin/bash -e {0}
2025-08-20T22:37:19.8583356Z env:
2025-08-20T22:37:19.8583523Z   CROSS_COMPILING: NO
2025-08-20T22:37:19.8583735Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:37:19.8583946Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:37:19.8584142Z   ON_QEMU: NO
2025-08-20T22:37:19.8584292Z   DEBUG: 0
2025-08-20T22:37:19.8584453Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:37:19.8584661Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:37:19.8584946Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-simplehttpserver/go
2025-08-20T22:37:19.8585244Z   KEEP_LOGS: YES
2025-08-20T22:37:19.8585410Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:37:19.8585616Z   PKG_FAMILY_LOCAL: simplehttpserver
2025-08-20T22:37:19.8585839Z   SBUILD_REBUILD: false
2025-08-20T22:37:19.8586372Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/simplehttpserver/static.go.source.yaml
2025-08-20T22:37:19.8586924Z   BUILD_SYS: docker://go
2025-08-20T22:37:19.8587111Z   BUILD_ON_HOST: FALSE
2025-08-20T22:37:19.8587290Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:37:19.8587470Z   SYSTMP: /tmp
2025-08-20T22:37:19.8587637Z   GHA_MODE: MATRIX
2025-08-20T22:37:19.8588342Z   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-20T22:37:19.8588982Z   INPUT_SBUILD: /tmp/pkgforge/n2FGTmra4_build.yaml
2025-08-20T22:37:19.8589282Z   BUILD_DIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml
2025-08-20T22:37:19.8589640Z   SBUILD_OUTDIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:37:19.8590092Z   SBUILD_TMPDIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:37:19.8590448Z   PKG_TYPE: static
2025-08-20T22:37:19.8590627Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:37:19.8590817Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:37:19.8591364Z   GHCR_TOKEN: ***
2025-08-20T22:37:19.8591645Z   GITHUB_TOKEN: ***
2025-08-20T22:37:19.8591852Z   GITLAB_TOKEN: ***
2025-08-20T22:37:19.8592935Z   MINISIGN_KEY: ***
2025-08-20T22:37:19.8593104Z ##[endgroup]
2025-08-20T22:37:19.8666414Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:37:19.8674684Z 5.9M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:37:19.8684988Z total 8.0M
2025-08-20T22:37:19.8685146Z 4.0K CHECKSUM
2025-08-20T22:37:19.8685304Z 4.0K CHECKSUM.sig
2025-08-20T22:37:19.8685496Z 4.0K LICENSE
2025-08-20T22:37:19.8685649Z 4.0K LICENSE.sig
2025-08-20T22:37:19.8685805Z 4.0K SBUILD
2025-08-20T22:37:19.8685954Z 4.0K SBUILD.sig
2025-08-20T22:37:19.8686116Z 4.0K SBUILD_TEMP
2025-08-20T22:37:19.8686301Z 504K go-simplehttpserver.static.log
2025-08-20T22:37:19.8686550Z 4.0K go-simplehttpserver.static.version
2025-08-20T22:37:19.8686815Z 4.0K go-simplehttpserver.static.version.sig
2025-08-20T22:37:19.8687094Z 4.0K go-simplehttpserver.version
2025-08-20T22:37:19.8687328Z 4.0K go-simplehttpserver.version.sig
2025-08-20T22:37:19.8687552Z 7.4M simplehttpserver
2025-08-20T22:37:19.8687755Z 4.0K simplehttpserver.sig
2025-08-20T22:37:19.8992504Z Error: "ghcr.io/pkgforge/bincache/go-simplehttpserver/go/simplehttpserver-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/go-simplehttpserver/go/simplehttpserver-srcbuild-"
2025-08-20T22:37:19.8993464Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:37:24.9053724Z Error: "ghcr.io/pkgforge/bincache/go-simplehttpserver/go/simplehttpserver-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/go-simplehttpserver/go/simplehttpserver-srcbuild-"
2025-08-20T22:37:24.9057015Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:37:24.9061323Z 
2025-08-20T22:37:24.9061817Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/go-simplehttpserver/go/simplehttpserver-srcbuild-
2025-08-20T22:37:24.9062689Z 
2025-08-20T22:37:24.9094613Z Error: "ghcr.io/pkgforge/bincache/go-simplehttpserver/go/simplehttpserver-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/go-simplehttpserver/go/simplehttpserver-srcbuild-"
2025-08-20T22:37:24.9095891Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:37:24.9132089Z ##[group]Run ##Presets
2025-08-20T22:37:24.9132346Z [36;1m##Presets[0m
2025-08-20T22:37:24.9132522Z [36;1mset +x ; set +e[0m
2025-08-20T22:37:24.9132709Z [36;1m#-------------#[0m
2025-08-20T22:37:24.9132889Z [36;1m##Debug?[0m
2025-08-20T22:37:24.9133101Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:37:24.9133366Z [36;1m  set -x[0m
2025-08-20T22:37:24.9133526Z [36;1mfi[0m
2025-08-20T22:37:24.9133677Z [36;1m#-------------#[0m
2025-08-20T22:37:24.9133908Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:37:24.9134231Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:37:24.9167002Z shell: /usr/bin/bash -e {0}
2025-08-20T22:37:24.9167230Z env:
2025-08-20T22:37:24.9167387Z   CROSS_COMPILING: NO
2025-08-20T22:37:24.9167582Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:37:24.9167791Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:37:24.9167987Z   ON_QEMU: NO
2025-08-20T22:37:24.9168188Z   DEBUG: 0
2025-08-20T22:37:24.9168355Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:37:24.9168566Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:37:24.9169090Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-simplehttpserver/go
2025-08-20T22:37:24.9169394Z   KEEP_LOGS: YES
2025-08-20T22:37:24.9169567Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:37:24.9169770Z   PKG_FAMILY_LOCAL: simplehttpserver
2025-08-20T22:37:24.9169993Z   SBUILD_REBUILD: false
2025-08-20T22:37:24.9170517Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/simplehttpserver/static.go.source.yaml
2025-08-20T22:37:24.9171076Z   BUILD_SYS: docker://go
2025-08-20T22:37:24.9171266Z   BUILD_ON_HOST: FALSE
2025-08-20T22:37:24.9171445Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:37:24.9171622Z   SYSTMP: /tmp
2025-08-20T22:37:24.9171782Z   GHA_MODE: MATRIX
2025-08-20T22:37:24.9172178Z   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-20T22:37:24.9172666Z   INPUT_SBUILD: /tmp/pkgforge/n2FGTmra4_build.yaml
2025-08-20T22:37:24.9172972Z   BUILD_DIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml
2025-08-20T22:37:24.9173334Z   SBUILD_OUTDIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:37:24.9173787Z   SBUILD_TMPDIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:37:24.9174193Z   PKG_TYPE: static
2025-08-20T22:37:24.9174369Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:37:24.9174557Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:37:24.9174737Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:37:24.9175132Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-simplehttpserver/go/simplehttpserver-srcbuild-
2025-08-20T22:37:24.9175545Z ##[endgroup]
2025-08-20T22:37:24.9310888Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:37:24.9311177Z with:
2025-08-20T22:37:24.9311413Z   name: Bincache_simplehttpserver_aarch64-Linux
2025-08-20T22:37:24.9311705Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:37:24.9311961Z   compression-level: 0
2025-08-20T22:37:24.9312145Z   retention-days: 30
2025-08-20T22:37:24.9312315Z   overwrite: true
2025-08-20T22:37:24.9312491Z   if-no-files-found: warn
2025-08-20T22:37:24.9312692Z   include-hidden-files: false
2025-08-20T22:37:24.9312887Z env:
2025-08-20T22:37:24.9313035Z   CROSS_COMPILING: NO
2025-08-20T22:37:24.9313224Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:37:24.9313431Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:37:24.9313625Z   ON_QEMU: NO
2025-08-20T22:37:24.9313779Z   DEBUG: 0
2025-08-20T22:37:24.9313941Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:37:24.9314489Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:37:24.9314842Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-simplehttpserver/go
2025-08-20T22:37:24.9315147Z   KEEP_LOGS: YES
2025-08-20T22:37:24.9315319Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:37:24.9315520Z   PKG_FAMILY_LOCAL: simplehttpserver
2025-08-20T22:37:24.9315743Z   SBUILD_REBUILD: false
2025-08-20T22:37:24.9316261Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/simplehttpserver/static.go.source.yaml
2025-08-20T22:37:24.9316811Z   BUILD_SYS: docker://go
2025-08-20T22:37:24.9316998Z   BUILD_ON_HOST: FALSE
2025-08-20T22:37:24.9317177Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:37:24.9317356Z   SYSTMP: /tmp
2025-08-20T22:37:24.9317519Z   GHA_MODE: MATRIX
2025-08-20T22:37:24.9317915Z   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-20T22:37:24.9318396Z   INPUT_SBUILD: /tmp/pkgforge/n2FGTmra4_build.yaml
2025-08-20T22:37:24.9319042Z   BUILD_DIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml
2025-08-20T22:37:24.9319423Z   SBUILD_OUTDIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:37:24.9319879Z   SBUILD_TMPDIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:37:24.9320234Z   PKG_TYPE: static
2025-08-20T22:37:24.9320409Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:37:24.9320599Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:37:24.9320782Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:37:24.9321166Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-simplehttpserver/go/simplehttpserver-srcbuild-
2025-08-20T22:37:24.9321587Z   UTC_TIME: 2025_08_20T10_37_24_PM
2025-08-20T22:37:24.9321789Z ##[endgroup]
2025-08-20T22:37:25.6687712Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:37:25.6693758Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:37:25.6694340Z With the provided path, there will be 2 files uploaded
2025-08-20T22:37:25.9563488Z Artifact name is valid!
2025-08-20T22:37:25.9568262Z Root directory input is valid!
2025-08-20T22:37:26.0671628Z Beginning upload of artifact content to blob storage
2025-08-20T22:37:26.6894699Z Uploaded bytes 6991241
2025-08-20T22:37:26.7388005Z Finished uploading artifact content to blob storage!
2025-08-20T22:37:26.7400686Z SHA256 digest of uploaded artifact zip is 2b685f4de664413a111e3a5216ec0340413f69da53b02419d7a0e5782c492409
2025-08-20T22:37:26.7401158Z Finalizing artifact upload
2025-08-20T22:37:26.8525201Z Artifact Bincache_simplehttpserver_aarch64-Linux.zip successfully finalized. Artifact ID 3813854084
2025-08-20T22:37:26.8526185Z Artifact Bincache_simplehttpserver_aarch64-Linux has been successfully uploaded! Final size is 6991241 bytes. Artifact ID is 3813854084
2025-08-20T22:37:26.8542908Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17109444728/artifacts/3813854084
2025-08-20T22:37:26.8766861Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:37:26.8767176Z with:
2025-08-20T22:37:26.8767359Z   subject-name: simplehttpserver--
2025-08-20T22:37:26.8768061Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:37:26.8769016Z   show-summary: true
2025-08-20T22:37:26.8769217Z   push-to-registry: false
2025-08-20T22:37:26.8769597Z   github-token: ***
2025-08-20T22:37:26.8769774Z env:
2025-08-20T22:37:26.8769928Z   CROSS_COMPILING: NO
2025-08-20T22:37:26.8770120Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:37:26.8770335Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:37:26.8770539Z   ON_QEMU: NO
2025-08-20T22:37:26.8770695Z   DEBUG: 0
2025-08-20T22:37:26.8770858Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:37:26.8771074Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:37:26.8771416Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-simplehttpserver/go
2025-08-20T22:37:26.8784695Z   KEEP_LOGS: YES
2025-08-20T22:37:26.8784980Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:37:26.8785194Z   PKG_FAMILY_LOCAL: simplehttpserver
2025-08-20T22:37:26.8785429Z   SBUILD_REBUILD: false
2025-08-20T22:37:26.8785956Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/simplehttpserver/static.go.source.yaml
2025-08-20T22:37:26.8786511Z   BUILD_SYS: docker://go
2025-08-20T22:37:26.8786707Z   BUILD_ON_HOST: FALSE
2025-08-20T22:37:26.8786889Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:37:26.8787075Z   SYSTMP: /tmp
2025-08-20T22:37:26.8787237Z   GHA_MODE: MATRIX
2025-08-20T22:37:26.8787637Z   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-20T22:37:26.8788124Z   INPUT_SBUILD: /tmp/pkgforge/n2FGTmra4_build.yaml
2025-08-20T22:37:26.8788428Z   BUILD_DIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml
2025-08-20T22:37:26.8788980Z   SBUILD_OUTDIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:37:26.8789460Z   SBUILD_TMPDIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:37:26.8789822Z   PKG_TYPE: static
2025-08-20T22:37:26.8789998Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:37:26.8790192Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:37:26.8790378Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:37:26.8790768Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-simplehttpserver/go/simplehttpserver-srcbuild-
2025-08-20T22:37:26.8791191Z   UTC_TIME: 2025_08_20T10_37_24_PM
2025-08-20T22:37:26.8791398Z ##[endgroup]
2025-08-20T22:37:26.8872820Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:37:26.8873230Z env:
2025-08-20T22:37:26.8873391Z   CROSS_COMPILING: NO
2025-08-20T22:37:26.8873585Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:37:26.8873800Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:37:26.8874000Z   ON_QEMU: NO
2025-08-20T22:37:26.8874173Z   DEBUG: 0
2025-08-20T22:37:26.8874350Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:37:26.8874563Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:37:26.8874854Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-simplehttpserver/go
2025-08-20T22:37:26.8875159Z   KEEP_LOGS: YES
2025-08-20T22:37:26.8875332Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:37:26.8875544Z   PKG_FAMILY_LOCAL: simplehttpserver
2025-08-20T22:37:26.8875771Z   SBUILD_REBUILD: false
2025-08-20T22:37:26.8876291Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/simplehttpserver/static.go.source.yaml
2025-08-20T22:37:26.8876845Z   BUILD_SYS: docker://go
2025-08-20T22:37:26.8877037Z   BUILD_ON_HOST: FALSE
2025-08-20T22:37:26.8877222Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:37:26.8877400Z   SYSTMP: /tmp
2025-08-20T22:37:26.8877567Z   GHA_MODE: MATRIX
2025-08-20T22:37:26.8878318Z   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-20T22:37:26.8879106Z   INPUT_SBUILD: /tmp/pkgforge/n2FGTmra4_build.yaml
2025-08-20T22:37:26.8879412Z   BUILD_DIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml
2025-08-20T22:37:26.8879784Z   SBUILD_OUTDIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:37:26.8880244Z   SBUILD_TMPDIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:37:26.8880603Z   PKG_TYPE: static
2025-08-20T22:37:26.8880781Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:37:26.8880973Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:37:26.8881158Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:37:26.8881546Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-simplehttpserver/go/simplehttpserver-srcbuild-
2025-08-20T22:37:26.8881967Z   UTC_TIME: 2025_08_20T10_37_24_PM
2025-08-20T22:37:26.8882174Z ##[endgroup]
2025-08-20T22:37:27.4887481Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:37:27.4887803Z with:
2025-08-20T22:37:27.4888456Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:37:27.4889697Z   subject-name: simplehttpserver--
2025-08-20T22:37:27.4889985Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:37:27.4892510Z   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/17109444728/attempts/1"}}}
2025-08-20T22:37:27.4895016Z   push-to-registry: false
2025-08-20T22:37:27.4895216Z   show-summary: true
2025-08-20T22:37:27.4895587Z   github-token: ***
2025-08-20T22:37:27.4895765Z env:
2025-08-20T22:37:27.4895922Z   CROSS_COMPILING: NO
2025-08-20T22:37:27.4896116Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:37:27.4896333Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:37:27.4896539Z   ON_QEMU: NO
2025-08-20T22:37:27.4896697Z   DEBUG: 0
2025-08-20T22:37:27.4896865Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:37:27.4897081Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:37:27.4897373Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-simplehttpserver/go
2025-08-20T22:37:27.4897679Z   KEEP_LOGS: YES
2025-08-20T22:37:27.4897855Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:37:27.4898067Z   PKG_FAMILY_LOCAL: simplehttpserver
2025-08-20T22:37:27.4898301Z   SBUILD_REBUILD: false
2025-08-20T22:37:27.4899009Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/simplehttpserver/static.go.source.yaml
2025-08-20T22:37:27.4899585Z   BUILD_SYS: docker://go
2025-08-20T22:37:27.4899782Z   BUILD_ON_HOST: FALSE
2025-08-20T22:37:27.4899969Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:37:27.4900151Z   SYSTMP: /tmp
2025-08-20T22:37:27.4900316Z   GHA_MODE: MATRIX
2025-08-20T22:37:27.4900721Z   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-20T22:37:27.4901208Z   INPUT_SBUILD: /tmp/pkgforge/n2FGTmra4_build.yaml
2025-08-20T22:37:27.4901511Z   BUILD_DIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml
2025-08-20T22:37:27.4901882Z   SBUILD_OUTDIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:37:27.4902342Z   SBUILD_TMPDIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:37:27.4902703Z   PKG_TYPE: static
2025-08-20T22:37:27.4903179Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:37:27.4903405Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:37:27.4903599Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:37:27.4903990Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-simplehttpserver/go/simplehttpserver-srcbuild-
2025-08-20T22:37:27.4904415Z   UTC_TIME: 2025_08_20T10_37_24_PM
2025-08-20T22:37:27.4904623Z ##[endgroup]
2025-08-20T22:37:29.0375711Z Attestation created for 14 subjects
2025-08-20T22:37:29.0380228Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:37:29.0380655Z -----BEGIN CERTIFICATE-----
2025-08-20T22:37:29.0380978Z MIIG7jCCBnSgAwIBAgIUCNVlVI/4hcMmOI+MW8TY7+BlkQ0wCgYIKoZIzj0EAwMw
2025-08-20T22:37:29.0381424Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:37:29.0381887Z cm1lZGlhdGUwHhcNMjUwODIwMjIzNzI4WhcNMjUwODIwMjI0NzI4WjAAMFkwEwYH
2025-08-20T22:37:29.0382348Z KoZIzj0CAQYIKoZIzj0DAQcDQgAE+ZLZHFr7YES3Ep+ZzNJyNQTRpg29aspHE/OE
2025-08-20T22:37:29.0382841Z A8EC56eWI+RPMedEu+dgPaBE+VUi3UgCjA5tRhAQzAtHHVtG8aOCBZMwggWPMA4G
2025-08-20T22:37:29.0383714Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQU3m4S
2025-08-20T22:37:29.0384174Z g6pQuLP55nxPSHIQRgWnDyMwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:37:29.0384616Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:37:29.0385052Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:37:29.0385504Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:37:29.0385944Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:37:29.0386370Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:37:29.0386817Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:37:29.0387275Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:37:29.0387739Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:37:29.0388196Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:37:29.0388800Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:37:29.0389305Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:37:29.0389764Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:37:29.0390215Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:37:29.0390665Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:37:29.0391125Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:37:29.0391588Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:37:29.0392043Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:37:29.0392498Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:37:29.0392949Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:37:29.0393407Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:37:29.0393868Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:37:29.0394328Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:37:29.0394785Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:37:29.0395235Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA5NDQ0NzI4L2F0
2025-08-20T22:37:29.0395694Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T22:37:29.0396159Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJoUx6
2025-08-20T22:37:29.0396602Z AAAEAwBGMEQCIAhwyMkrCjjF+EOUqAVleJMCQ9DuMvD/85f9qg9Eq4i7AiATVRo1
2025-08-20T22:37:29.0397049Z kw9KvzYi5fPYnUYkS0qbAnwo1OCCIKFyOJa8fTAKBggqhkjOPQQDAwNoADBlAjA5
2025-08-20T22:37:29.0397493Z Q8vRl9DjD+F9RcVGKt3XemD9f0lmh61etZG5cksj7VO+6xtNc/ThvhCHLHr0r0AC
2025-08-20T22:37:29.0397931Z MQC2YJF7Qs9OUuoW5mK8zwLKrB3a9vWqqwXmIjSyptjJNlLTvA5mDy2mIhR+fqiT
2025-08-20T22:37:29.0398530Z Rw8=
2025-08-20T22:37:29.0398902Z -----END CERTIFICATE-----
2025-08-20T22:37:29.0399049Z 
2025-08-20T22:37:29.0399561Z ##[endgroup]
2025-08-20T22:37:29.0400014Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:37:29.0400393Z https://search.sigstore.dev?logIndex=414546631
2025-08-20T22:37:29.0400724Z [36mAttestation uploaded to repository[39m
2025-08-20T22:37:29.0401035Z https://github.com/pkgforge/bincache/attestations/9876009
2025-08-20T22:37:29.1349372Z ##[group]Run ##Presets
2025-08-20T22:37:29.1349677Z [36;1m##Presets[0m
2025-08-20T22:37:29.1349867Z [36;1mset +x ; set +e[0m
2025-08-20T22:37:29.1350062Z [36;1m#-------------#[0m
2025-08-20T22:37:29.1350249Z [36;1m##Debug?[0m
2025-08-20T22:37:29.1350470Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:37:29.1350747Z [36;1m  set -x[0m
2025-08-20T22:37:29.1350916Z [36;1mfi[0m
2025-08-20T22:37:29.1351078Z [36;1m#-------------#[0m
2025-08-20T22:37:29.1351364Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:37:29.1352186Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/go-simplehttpserver/go"[0m
2025-08-20T22:37:29.1352595Z [36;1m exit 1[0m
2025-08-20T22:37:29.1352761Z [36;1mfi[0m
2025-08-20T22:37:29.1384514Z shell: /usr/bin/bash -e {0}
2025-08-20T22:37:29.1384726Z env:
2025-08-20T22:37:29.1384891Z   CROSS_COMPILING: NO
2025-08-20T22:37:29.1385138Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:37:29.1385359Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:37:29.1385563Z   ON_QEMU: NO
2025-08-20T22:37:29.1385722Z   DEBUG: 0
2025-08-20T22:37:29.1385888Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:37:29.1386105Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:37:29.1386404Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-simplehttpserver/go
2025-08-20T22:37:29.1386710Z   KEEP_LOGS: YES
2025-08-20T22:37:29.1386887Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:37:29.1387101Z   PKG_FAMILY_LOCAL: simplehttpserver
2025-08-20T22:37:29.1387343Z   SBUILD_REBUILD: false
2025-08-20T22:37:29.1387867Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/simplehttpserver/static.go.source.yaml
2025-08-20T22:37:29.1388425Z   BUILD_SYS: docker://go
2025-08-20T22:37:29.1388850Z   BUILD_ON_HOST: FALSE
2025-08-20T22:37:29.1389062Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:37:29.1389254Z   SYSTMP: /tmp
2025-08-20T22:37:29.1389427Z   GHA_MODE: MATRIX
2025-08-20T22:37:29.1389839Z   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-20T22:37:29.1390333Z   INPUT_SBUILD: /tmp/pkgforge/n2FGTmra4_build.yaml
2025-08-20T22:37:29.1390639Z   BUILD_DIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml
2025-08-20T22:37:29.1391012Z   SBUILD_OUTDIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:37:29.1391474Z   SBUILD_TMPDIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:37:29.1391839Z   PKG_TYPE: static
2025-08-20T22:37:29.1392028Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:37:29.1392224Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:37:29.1392414Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:37:29.1392804Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-simplehttpserver/go/simplehttpserver-srcbuild-
2025-08-20T22:37:29.1393232Z   UTC_TIME: 2025_08_20T10_37_24_PM
2025-08-20T22:37:29.1393440Z ##[endgroup]
2025-08-20T22:37:29.1467189Z ##[group]Run ##Presets
2025-08-20T22:37:29.1467464Z [36;1m##Presets[0m
2025-08-20T22:37:29.1467648Z [36;1mset +x ; set +e[0m
2025-08-20T22:37:29.1467847Z [36;1m#-------------#[0m
2025-08-20T22:37:29.1468036Z [36;1m##Debug?[0m
2025-08-20T22:37:29.1468259Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:37:29.1468530Z [36;1m  set -x[0m
2025-08-20T22:37:29.1468967Z [36;1mfi[0m
2025-08-20T22:37:29.1469136Z [36;1m#-------------#[0m
2025-08-20T22:37:29.1469363Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:37:29.1469830Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/go-simplehttpserver/go"[0m
2025-08-20T22:37:29.1470240Z [36;1m exit 1[0m
2025-08-20T22:37:29.1470404Z [36;1mfi[0m
2025-08-20T22:37:29.1499657Z shell: /usr/bin/bash -e {0}
2025-08-20T22:37:29.1499878Z env:
2025-08-20T22:37:29.1500041Z   CROSS_COMPILING: NO
2025-08-20T22:37:29.1500290Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:37:29.1500511Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:37:29.1500725Z   ON_QEMU: NO
2025-08-20T22:37:29.1500887Z   DEBUG: 0
2025-08-20T22:37:29.1501056Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:37:29.1501274Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:37:29.1501573Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-simplehttpserver/go
2025-08-20T22:37:29.1501877Z   KEEP_LOGS: YES
2025-08-20T22:37:29.1502053Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:37:29.1502265Z   PKG_FAMILY_LOCAL: simplehttpserver
2025-08-20T22:37:29.1502495Z   SBUILD_REBUILD: false
2025-08-20T22:37:29.1503388Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/simplehttpserver/static.go.source.yaml
2025-08-20T22:37:29.1503949Z   BUILD_SYS: docker://go
2025-08-20T22:37:29.1504148Z   BUILD_ON_HOST: FALSE
2025-08-20T22:37:29.1504333Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:37:29.1504519Z   SYSTMP: /tmp
2025-08-20T22:37:29.1504685Z   GHA_MODE: MATRIX
2025-08-20T22:37:29.1505094Z   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-20T22:37:29.1505582Z   INPUT_SBUILD: /tmp/pkgforge/n2FGTmra4_build.yaml
2025-08-20T22:37:29.1505887Z   BUILD_DIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml
2025-08-20T22:37:29.1506257Z   SBUILD_OUTDIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:37:29.1506721Z   SBUILD_TMPDIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:37:29.1507083Z   PKG_TYPE: static
2025-08-20T22:37:29.1507261Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:37:29.1507464Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:37:29.1507653Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:37:29.1508044Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-simplehttpserver/go/simplehttpserver-srcbuild-
2025-08-20T22:37:29.1508480Z   UTC_TIME: 2025_08_20T10_37_24_PM
2025-08-20T22:37:29.1508972Z ##[endgroup]
2025-08-20T22:37:29.1556404Z 
2025-08-20T22:37:29.1556975Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/go-simplehttpserver/go
2025-08-20T22:37:29.1571042Z ##[error]Process completed with exit code 1.
2025-08-20T22:37:29.1614551Z ##[group]Run ##Presets
2025-08-20T22:37:29.1614834Z [36;1m##Presets[0m
2025-08-20T22:37:29.1615020Z [36;1mset +x ; set +e[0m
2025-08-20T22:37:29.1615215Z [36;1m#-------------#[0m
2025-08-20T22:37:29.1615408Z [36;1m##Debug?[0m
2025-08-20T22:37:29.1615633Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:37:29.1615911Z [36;1m  set -x[0m
2025-08-20T22:37:29.1616081Z [36;1mfi[0m
2025-08-20T22:37:29.1616266Z [36;1m#-------------#[0m
2025-08-20T22:37:29.1616580Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:37:29.1616949Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:37:29.1617229Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:37:29.1617474Z [36;1mfi[0m
2025-08-20T22:37:29.1649067Z shell: /usr/bin/bash -e {0}
2025-08-20T22:37:29.1649297Z env:
2025-08-20T22:37:29.1649458Z   CROSS_COMPILING: NO
2025-08-20T22:37:29.1649712Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:37:29.1649936Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:37:29.1650140Z   ON_QEMU: NO
2025-08-20T22:37:29.1650299Z   DEBUG: 0
2025-08-20T22:37:29.1650469Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:37:29.1650685Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:37:29.1650987Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-simplehttpserver/go
2025-08-20T22:37:29.1651292Z   KEEP_LOGS: YES
2025-08-20T22:37:29.1651481Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:37:29.1651692Z   PKG_FAMILY_LOCAL: simplehttpserver
2025-08-20T22:37:29.1651925Z   SBUILD_REBUILD: false
2025-08-20T22:37:29.1652458Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/simplehttpserver/static.go.source.yaml
2025-08-20T22:37:29.1653011Z   BUILD_SYS: docker://go
2025-08-20T22:37:29.1653214Z   BUILD_ON_HOST: FALSE
2025-08-20T22:37:29.1653405Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:37:29.1653593Z   SYSTMP: /tmp
2025-08-20T22:37:29.1653760Z   GHA_MODE: MATRIX
2025-08-20T22:37:29.1654177Z   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-20T22:37:29.1654676Z   INPUT_SBUILD: /tmp/pkgforge/n2FGTmra4_build.yaml
2025-08-20T22:37:29.1654983Z   BUILD_DIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml
2025-08-20T22:37:29.1655352Z   SBUILD_OUTDIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:37:29.1656198Z   SBUILD_TMPDIR: /tmp/pkgforge/yrSX5gf_n2FGTmra4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:37:29.1656561Z   PKG_TYPE: static
2025-08-20T22:37:29.1656740Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:37:29.1656937Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:37:29.1657129Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:37:29.1657521Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-simplehttpserver/go/simplehttpserver-srcbuild-
2025-08-20T22:37:29.1657953Z   UTC_TIME: 2025_08_20T10_37_24_PM
2025-08-20T22:37:29.1658166Z ##[endgroup]
2025-08-20T22:37:29.1716499Z EXITED
2025-08-20T22:37:29.1766589Z Cleaning up orphan processes
